Haradion

joined 3 weeks ago
[–] Haradion@lemmy.ml 1 points 7 hours ago

Which one? I've got hobby projects held up by a precarious stack of other hobby projects going back years now. I have more repos than most of my repos have commits.

I may need help.

[–] Haradion@lemmy.ml 2 points 1 week ago

The coupling in PID 1 is a bit much. I actually quite like systemd-networkd for some use cases, though. It lets me declaratively manage the network interfaces on my headless servers in a way that's very similar to how I'm managing the services. Sure, it's coupled to systemd, but it's mostly one-way coupling; if I want to use NetworkManager (which I do on my laptop), I can switch over, and nothing in the init system breaks.

[–] Haradion@lemmy.ml 2 points 3 weeks ago (1 children)

If type constraints later in the function let the compiler infer the type, this syntax totally works.