I enjoy music production and systems programming in C

  • 1 Post
  • 8 Comments
Joined 5 days ago
cake
Cake day: May 23rd, 2026

help-circle
  • No, I don’t configure using nix, but partially because I don’t use home-manager. So I just write in the native config language.

    The other reason is that I don’t believe configuring everything in nix is sustainable. You’re adding another layer that needs to be maintained by someone, and there isn’t much benefit. The native config is as much part of my configuration as a pure nix configuration would be.

    And it doesn’t really matter whether it’s dedicated files or just inline in a nix module. I decide based on complexity. My neovim config is spread out over many files, but all other configs are inline.



  • My goal is to cross-compile from nix to windows. I need to have this program running on windows (or at least provide binaries for it haha), but I really don’t want to dual-boot again (I just got rid of windows a couple of months ago, and I’m not too keen on looking at it again in the near future). Maybe I phrased my question the wrong way.

    So I don’t need the environment to run on windows, it just needs to be able to compile for windows.







  • Yeah, at most you can let them manage a 1k loc python script (the free tiers or Gemini Pro at least), but more than that and it starts to really eat your tokens without achieving what you asked or breaking functional behavior.

    I extremely doubt that Coding Agents will see a future like promised. LLMs are still so expensive to run, and the useful larger models will probably never be affordable (if they charged for them what they cost). Apart from the fact that even their output can be utter garbage (and mediocre at best). You can already see it everywhere. Websites break in weird ways, ways in which it’s clear that either a complete beginner wrote that or an LLM did. Look at Shazam a few weeks ago. UI design? Horrific. Extremely inconsistent. Ugly. There are many other examples. It just shows that it doesn’t work. And no, the next model will not solve those issues. LLMs are flawed for this task from the ground up, the approach is outright wrong, we can make up so many bandaids and they will still suck, forever.