

Now if Eelco Doolstra wasn’t fucking around, we could have had a super LTS NixOS - but NOOOO.
My exact thoughts lol
Now if Eelco Doolstra wasn’t fucking around, we could have had a super LTS NixOS - but NOOOO.
My exact thoughts lol
Not really, no
DNS over TLS and similar are only encrypted to the first (local) DNS provider, and of course that provider knows the query as well.
It protects against 3rd-party eavesdroppers between you and your primary DNS provider, but does nothing for privacy beyond that.
Also getting rid of my T1 Diabetes and re-doing my transition, but yeah! Hedonism as well!
Yeaaaaaaahh the auth thing is really, really complicated to selfhost. There’s a docker project out there that apparently makes it possible, but… No idea. FOr the time being I still use FF’s auth - that’s still an improvement though: Mozilla knows that I am logging in / from what kind of device, but not the content or amount of what I sync.
Spend the rest of my life on a Culture orbital or GSV? FUCK YEAH
If you feel like everybody else is crazy… I got news for you Buddy!
Yep, this is the answer. Set it, forget it, accidentally have your hard drive destroyed irrecoverably, and re-set everything up to the exact working state you were used to in under 15min.
It’s a fair bit of initial setup and learning, but afterwards, the word “stable” takes on a new meaning.
Probably… I mean, I’d at least start it in a systemd service, but sure, you don’t need a domain.
But of course your mobile won’t be able to access that domain outside your network
No idea - this is my firefox sync NixOS config, in its entirety:
age.secrets.ffsync.rekeyFile = secrets.ffsync;
services.firefox-syncserver = {
enable = true;
secrets = config.age.secrets.ffsync.path;
settings.hostname = "localhost";
singleNode = {
enable = true;
hostname = "0.0.0.0";
capacity = 2;
};
};
You can self-host Firefox sync
Do you then also proceed to install the client 20 times? Or do you constantly log in and out? Sounds like a hassle that federation would solve!
Take a look at Kavita for selfhosting bools!
If you are at all familiar with / interested in NixOS, there’s Jovian-NixOS which essentially duplicates the SteamOS experience 1:1 (much more closely than, say, Bazzite imo), but allows you to easily switch to a different desktop environment like Gnome with just a single config option.
You can also selfhost sync!
You can also just selfhost Firefox sync!
Hahahaha
Naja, mussr du die halt in einer Sitzung essen :)
At this point, package management is the main differentiating factor between distro (families). Personally, I’m vehemently opposed to erasing those differences.
The “just use flatpak!” crowd is kind of correct when we’re talking solely about Linux newcomers, but if you are at all comfortable with light troubleshooting if/when something breaks, each package manager has something unique und useful to offer. Pacman and the AUR a a good example, but personally, you can wring nixpkgs Fron my cold dead hands.
And so you will never get people to agree on one “standard” way of packaging, because doing your own thing is kind of the spirit of open source software.
But even more importantly, this should not matter to developers. It’s not really their job to package the software, for reasons including that it’s just not reasonable to expect them to cater to all package managers. Let distro maintainers take care of that.