0 Followers
0 Following
1 Posts
Blogging about annoying software at https://annoying.technology. Sometimes blogging at https://blog.notmyhostna.me.

Find me on Mastodon (https://mastodon.social/@dewey) and less likely on Twitter (https://twitter.com/tehwey).

Email: [email protected]

---

1dH0mfghoB

meet.hn/city/de-Berlin

HackerSmacker profile: https://www.hackersmacker.org/user/dewey?hs=hqfjeyebmrLEKAf0dR

Socials:
- github.com/dewey

---
This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.

Officialhttps://
Support this servicehttps://www.patreon.com/birddotmakeup

I've recently switched to nix as a way to encode my environment across my server and work / private devices a bit more than just having some Brewfiles. I know it's not worth it for the computer switch every few years but having a somewhat opinionated place to centralize my config is worth it over regular dot files.

My first impression after a week of using:

- I really dislike the complexity of terraform, and this is very similar

- The UX is pretty bad, the commands and flags are hard to memorize and you basically need a shell alias for any regular commands to clean them up

- The commands you run regularly like applying your nix config to the system after adding some new packages or config options look like: "nix run nix-darwin -- switch --flake /Users/philipp/repos/github.com/dewey/nix#private"". The output is a mix between expected warnings and way to verbose for something that should essentially be the equivalent of "brew update / brew upgrade".

I'll stick with it as I didn't find anything better and LLMs are great for building up the config over time, but there's definitely room for some improvements.