Skip Navigation
Posts
0
Comments
20
Joined
2 yr. ago
  • I mean, you can destroy users' data by doing the equivalent of:

     bash
        
    find "$HOME" -type f -delete
    
      

    No idea why they decided to write to /dev/* directly.

  • Wonder if the downvotes came from people who didn't notice the community's name, lmao.

  • It's just an euphemism, "DRM / License check" = "disease".

  • Nice list, TIL about Ctrl+U and Ctrl+Y.

    If I may add, Ctrl+X into Ctrl+E opens $EDITOR to edit the current line.

  • I believe, these are Emacs shortcuts. There's also set -o vi in bash, but I've never used it, so can't vouch for it.

  • Yeah, I've been using it on macOS since 2021, then on Linux (via flatpak) since late 2023. Haven't encountered any issues.

  • What kinda feedback are you looking for? It has one job, and it does it well.

    Its biggest advantage over similar tools (I'm thinking of gocryptfs or rclone with the crypt backend) is that it's cross-platform, although the official Android client costs money.

  • Making an assumption regarding the entirety of a social network with at least tens of thousands of users based on a single inflammatory comment (mind you, a comment that has more downvotes than upvotes)? That's a bit of a small sample to extrapolate from, don't you think? You should've probably asked ChatGPT if that's the right call.

  • Let's be real, the enshitification started quite some time ago. Though I do expect it to get much worse.

  • How do Sam Conman's Altman's boots taste?

  • Open source doesn’t just mean access to the source code.

    Literally the first sentence on the linked page.

  • MIT, also known as "corporations, please make use of my free labour".

  • In heat

  • Hey, be fair, the "I" in "LLM" stands for "intelligent". Please continue consuming the slop.

  • Meanwhile plenty of software recommends doing this:

     bash
        
    curl https://totallysafe.example/install.sh | sudo bash
    
      
  • God, I hope so.

  • LLM

    sentience

    Bruh.

  • Reddit with its default text-only subs already exists, one may consume LLM slop there.

  • Permanently Deleted

  • Hey chat, is it possible to hide all comments containing a certain keyword in Lemmy?

  • Who needs a GUI for that?

    I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI.