this post was submitted on 04 Jul 2025
1179 points (100.0% liked)
Programmer Humor
24788 readers
888 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I decided to try Cursor today (first time using any coding assistant) to refactor my sloppy NixOS config, and I'm really impressed to far. My config is so much cleaner and very well documented. It even has automated backups, a
README.md
, andCHANGELOG.md
now!The cost has been ~$20 so far (I'm still tinkering with it).
ETA: I also use ~~Arch~~ NixOS btw
Edit 2: I asked it "how might I streamline my deployments a little?" It wrote some nicely polished scripts that use deploy-rs, and wrote some nice documentation for it.
The script didn't work on first run, so I added the console output to the context and asked "what went wrong here?" It debugged and fixed the script, and updated the docs.
I think this has been the most frictionless NixOS experience I've had so far