[object Object]

Autocorrect hates me, I am sorry.

  • 0 Posts
  • 339 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2025

help-circle



  • Edit: should have added: meet everyone on the team in a separate interview, “we think your last job overpaid”, “it’s really close between you and another candidate, can you do one more call?”, senior responsibilities with junior pay, 6 years experience with new tool, we include AI use in performance reviews…








  • For me I like iterating on my home lab so it’s nice knowing I 100% did not forget that I left some port open or service running, it’s all nicely defined in a configuration module I set up.

    There’s a low chance I’m going to reuse my configs, but it’s nice I have the option.

    Probably the biggest value is it’s all written down nicely in a structured and documented system instead of my old sub folders of just/makefiles and bash scripts and’s inlined configuration.

    Then there’s also nice stuff: my config also defines a dashboard for checking the status of my services (when I add a new service, it regenerates as the service is added automatically), I can see which users I created to run in containers, i can experiment with a new desktop environment and just comment out a block to go back.







  • Unironically, I don’t get how anyone lives with something like Arch.

    Do you guys have to reinstall the OS every few months? How do you deal with the accumulation of crap and weird settings over years?

    I tried Fedora and I found even that was annoying because you’ve got 50 different serviced and servicectl things to manage, which all have their own implicitly managed state, and some require committing changes through custom CLIs to update them (I have more than once forgot to push my boot settings — whatever that’s called, I’m a noob and was following guides).

    I don’t think I can go back from NixOS and immutable distros. I really like that it’s hard to forget my firewall has an open port for service xyz, because the port is defined in a nix file with the service configuration.

    I’m not saying the arch way or standard Linux way is wrong, not at all. It’s just incredibly not something I enjoy and it makes me feel not confident about the state of my computer.