I enjoy music production and systems programming in C

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

help-circle




  • Just because they‘re used everywhere doesn’t mean that we just have to accept them. Also doesn’t mean that LLMs are a good thing.

    I think LLMs can be used as an (additional!) cyber security analysis tool, that’s honestly the only area in which it seems to be actually useful (right now). And most projects don’t reach the size in which spotting security risks spanning across many different modules is a relevant skill to have. So it should be used sparingly, on things like the linux kernel. Then the cost of it might even be worth it (but I also don’t want to know about the amount of hallucinated bugs it finds).




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