

Container images and NixOS is actually a match made in heaven, so yes it’s NixOS all the way, except I spend 10 times reading scattered documentation and tutorials rather than getting a working configuration… Fedora ain’t so bad
Container images and NixOS is actually a match made in heaven, so yes it’s NixOS all the way, except I spend 10 times reading scattered documentation and tutorials rather than getting a working configuration… Fedora ain’t so bad
Knome or go home
That’s actually cute, sometimes I wish I were innocent to the abomination of squeal
Knice to meat you
secure password share links.
That is one of the things that I really wish were on bitwarden
That can only work if the apps you’re using, as you say, have that export feature and if it is also complete, because oftentimes it doesn’t carry everything over. I had compiled a list of my apps to get all those details written down and many had incomplete exports.
I was asking about the native feature specifically to know from someone else how good it is, since I’ve only had my first Graphene OS device as of now
May I ask how you approached getting your old device’s data onto the new one? Did you use the integrated backup functionality?
I would love to live in a world where banning shark would make everyone stop buying ice cream
I mean, it at least takes out the clients that honour it
Their stance on open source is really questionable, I just can’t buy their excuses when there’s so many counterexamples out there of both keeping their software actually open/libre and with a revenue stream
This incident will be reported
Since when is encryption dependent on the service’s jurisdiction? When Signal has got subpoenaed it has always been incapable of providing data that involves the content of the conversation https://signal.org/bigbrother/
The app is also open source with reproducible builds (and you can use Molly instead, if you prefer) and when the clients of an end-to-end encrypted system are sound, that is all that matters to secure the content of the communication.
Audits are also performed as listed here https://community.signalusers.org/t/overview-of-third-party-security-audits/13243
I don’t understand where this doomerism comes from tbh, (online) privacy will cease to exist when either maths does or it becomes globally illegal to use encryption and the government’s intrusion is really so pervasive that they constantly know what you’re doing. Luckily we don’t yet live in that world, though the pressure is real and we are the first that have to fight for this basic human right
Unfathomably based
I love it when the hostility adapts to my system
Ahh, of course! Now I feel silly, guess I won’t be hired either
What could it have been actually? I’m having a crisis over this rn
No, no, you should group the return false
lines together 😤😤
if (number == 1) return false;
else if (number == 3) return false;
else if (number == 5) return false;
//...
else if (number == 2) return true;
else if (number == 4) return true;
//...
Would love to point you in the right direction, but I’ve only briefly skimmed some articles that talk about how the thing I was referring to, i.e. making container images with Nix as the base, can be made.
As for service definitions in Compose, I’m not aware of a way to map that into a Nix native approach. There might be though, I don’t know