• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle









  • One of the interesting aspects of humanity is how much people like given text editing methods. There’s a handful of approaches and after learning one or two, people really figure out what works for them.

    I am more than happy to say I like vim, but in the end you should use what you like best. Just done be surprised when I can write and edit a ton of text really fast while your nano session is comfortable, but slow.


  • azimir@lemmy.mltoProgrammer Humor@lemmy.ml#Vim #Meme
    link
    fedilink
    arrow-up
    21
    arrow-down
    2
    ·
    5 months ago

    If an IDE doesn’t have vi key bindings it isn’t going to be used by me. That’s what finally get me to change from terminal only dev to vscode. Until I found the vi editing extension the IDE wasn’t of interest.

    Yes, vi is just that good.

    I hear emacs bindings are also great, but I just know how to save and exit from emacs.



  • VPNs are not the security panacea that marketers would have you think they are. Using a VPN does provide some obfuscation as to your origin, but it does change your trust model. The VPN service provider may tunnel your traffic through your ISP to hide data from the ISP, but now it’s visible to the VPN service provider instead.

    There are plenty of use cases for a VPN, but just like any other technology or service, you need to know what it actually does so you know what it actually achieves or doesn’t achieve.



  • I’ve been doing a lot of using, testing, and evaluating LLMs and GPT-style models for generating code and text/prose. Some of it is just general use to see how it behaves, some has been explicit evaluation of creative writing, and a bunch of it is code generation to test out how we need to modify our CS curriculum in light of these new tools.

    It’s an impressive piece of technology, but it’s not very creative. It’s meh. The results are meh. Which is to be expected since it’s a statistical model that’s using a large body of prior work to produce a reasonable approximation of what it’s seen before. It trends towards the mean, not the best.



  • We had an ongoing project studying network communication structures within social media groups. The primary goal was to identify patterns of misinformation dissemination. We lost our ability to poll the API and pull messages to build up our data sets to work with. The cost to hit the API used to be free for a limited rate for researchers, but the new doofus in charge demanded a massive rate to get even a reasonable quantity of data so we had to fold up shop. We just routed the students to other projects, but it’s one more way to isolate and control the network so the dictator can be in charge however they like.