x74sys
I enjoy music production and systems programming in C
- 1 Post
- 8 Comments
x74sys@programming.devOPto
Nix / NixOS@programming.dev•How to do cross-compiling dev envs?English
0·1 day agoMy 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.
x74sys@programming.devto
Fediverse@lemmy.world•Using AI for image transcripts, yay or nay?English
73·2 days agoYeah, apart from the fact that I imagine that people who need alt text don’t appreciate LLM output. It‘s very boring. It’s either extremely technical and ice-cold or so cringe that you have to stop reading. Just what I think.
At least for me, if I realize that I’m reading an AI blog article or AI generated text in some other form, I don’t read it.
x74sys@programming.devto
Fediverse@lemmy.world•Using AI for image transcripts, yay or nay?English
133·2 days agoIn my opinion, no. It has to be heavily curated. You’re not saving yourself a lot of work if you have to read it word by word (and probably correct stuff) anyway.
I think just one very short sentence describing what’s on there (it doesn’t have to be detailed) is a lot better than whatever an LLM will give you.
I don’t really have any problem with the thing by itself, I honestly don’t even know that much about it. I just hate everything that gains publicity just because there is a certain name behind it. Which is what happened with omarchy.
Didn’t know that it was AI slop as well. That’s kinda sad…
x74sys@programming.devto
Programming@programming.dev•There’s Never Been a Better Time to Study Computer Science
3·3 days agoYeah, honestly if I notice something has AI in it, I don’t use it anymore. Open source projects with a CLAUDE.md or whatever in them? No, thanks.
The amount of assumptions they make are really one big issue what makes them suck so bad. In the end you just have more work. Instead of getting done 80% of the work in 20% of the time, now you get 30% of the work done in 1% of the time, but good luck getting the remaining stuff done at all.
x74sys@programming.devto
Programming@programming.dev•There’s Never Been a Better Time to Study Computer Science
3·3 days agoYeah, 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.

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.