Comment on
The Republic of Disney Bean
dude bean lmao!
Comment on
The Republic of Disney Bean
dude bean lmao!
Comment on
How To Die in the Age of A.I.
hello, i'm interested in overdosing and would like to know more
Comment on
Means to privately connect to my home server other than Tailscale?
Tor Hidden Services, easy to set up on the server side, can be annoying on the client side but HTTP and SSH are fine. Can be a bit slow but IMHO still usable.
Comment on
What are the worst distro-specific problems you have faced?
I've been using the unstable channel and am rarely seeing packages being built locally. But yeah, there's no negative caching, if it's something that fails to build in NixOS CI, local build will be attempted and will fail again.
Package update must build successfully before it's merged to git, and a git master must build basic system successfully before it's pushed to unstable channel. Requiring all packages to build successfully is infeasible for unstable, that's what stable releases are for.
Do you have this problem with some particular packages, or is it always something else?