Skip Navigation

User banner
Posts
0
Comments
15
Joined
2 yr. ago

  • You're supposed to use PNG for images of that sort, you fucking barbarian.

  • Typescript and JavaScript get different results!

    It does make sense, if you skim through the research paper (page 11). They aren't using performance.now() or whatever the state-of-the-art in JS currently is. Their measurements include invocation of the interpreter. And parsing TS involves bigger overhead than parsing JS.

    I assume (didn't read the whole paper, honestly DGAF) they don't do that with compiled languages, because there's no way the gap between compiling C and Rust or C++ is that small.

  • 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.

  • 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

    Jump
  • Meanwhile plenty of software recommends doing this:

     bash
        
    curl https://totallysafe.example/install.sh | sudo bash
    
      
  • Reddit with its default text-only subs already exists, one may consume LLM slop there.

  • 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.