I'm in a family group with only my wife and even we have 2 copies of Balatro.
Overspark
What do you think you're paying with when you're using a "free" VPN?
This is the most British thing I've read in a while.
Ha, die kende ik nog niet! Zeker beter dan het Kiescompas ja, maar er valt ook nog wel een kanttekening bij te stellen. Ruimte voor nuance is er niet (altijd een probleem met dit soort dingen), en je moet ook uitkijken voor symboolgedrag, zoals een NOS artikel toevallig vandaag aanhaalde: https://nos.nl/artikel/2584855-politieke-partijen-vrezen-bolletjesterreur-op-laatste-kamerdag
Maar op zich hebben ze wel relevante stemmingen uitgezocht om de Stemchecker samen te stellen. Mijn uitkomst klopt ook behoorlijk met mijn persoonlijke mening over bepaalde partijen zie ik. En alles is beter dan blind PVV stemmen inderdaad!
Tsja, waarde hechten aan een paar loze partijstandpunten is sowieso nogal dubieus. Ik moest nogal lachen dat NSC links van CDA uitkomt bijvoorbeeld. Er zit nogal wat lucht tussen hoe ze beweren dat ze zijn (op Kiescompas o.a.) en hoe ze werkelijk handelen, en dat geldt voor meerdere partijen.
Same here. Only time it stopped working is when my last subtitle provider stopped working, so then I put in a few new ones.
Oh, that would have been really useful a year ago! Thanks, I'll keep it in my bag of tricks, it looks pretty neat.
Yeah I wouldn't call Arch a server OS. I run Arch on my laptop, but Debian on my docker/file/self-hosting server. Best tool for the job etc. Never even been tempted by Unraid, the whole point of running Linux is that I control what goes where.
+1 for Podman. I switched from docker last year and I'm really happy I did. It's not all sunshine and roses (can't copy paste so much from the internet being the main issue, nobody gives examples for it), but the product itself is much better.
Wow that cookie pop-up is horrible, no quick way to reject everything.
This particular example isn't very good, just install multiple kernels (or compile one yourself) on your distro of choice and boot into the one you want with your bootloader of choice. Once set up you don't even have to change any configs any more, just use an interactive menu on boot. So even easier than NixOS? There are plenty of valid use-cases for Nix, this isn't one of them.
dotfiles and system configuration are pretty different use-cases, usually when you do system-wide stuff you want to manage not just the configuration files but also what software is installed and a bunch of other things. Ansible or something else like it is definitely the right tool for the job. And Ansible isn't so difficult to learn, you only need to know like 5% of what it can do to be very effective.
For dotfiles my personal preference is dotbot, but there are MANY many different tools that are all good and are just different ways to accomplish roughly the same thing.