Most important for me is being able to simply read the ballot and research candidates at my leisure. Not sure about failure points, my state has used mail voting for many years without issue and if Trump’s lackey makes ballots go missing I will know because I can track my ballot on the state’s website.
A really important point is some voting machines are ‘ballot marking devices’ which give you a human readable paper ballot with your choices (good) however the actual counting is done using a barcode or QR code (bad). There is never a good reason to prevent voters from verifying their ballot has their intended choices, yet some areas still insist on using these absurd machines.
See this is how Mother Russia shows she cares by funding dim tools like Tim Pool to spread their form of kleptocracy.
If a neighbor asked me I would be happy it’s not going into a landfill and offer to help carry it. Or I would tell you about the ancient curse it holds, and why no mortal should possess it.
For a static site Cloudflare Pages is good for free hosting, doing a git commit and watching the site change in a matter of seconds is very satisfying.
My parents are still very Mormon, which means being openly bigoted is bad manners. That said, I don’t think I ever visit without my dad saying something about climate change being a hoax, illegals voting in California, wildfires being part of some AntiFa conspiracy, etc. Can’t tell whether he sincerely believes this nonsense or is just trying to get a reaction. I try not to engage other than asking where he learned about it and how he’s tried to fact check it. These discussions are not productive, and I don’t visit unless it’s a major holiday or someone’s birthday.
If you don’t need realtime parity, I’ve had no issues on my media server running mismatched drives pooled via MergerFS with SnapRAID doing scheduled parity.
I bought an $800 half stack guitar amplifier in 2009 and rarely play with the volume above 1, let alone play shows with it. But it looks neat.
Weird that I see this while listening to a podcast about wild pigs on the Auckland Islands. Googling made me realize NZ isn’t north of Australia like I’d remembered
When I stare and blink my eyes I see Joe Pesci, maybe from how I was raised.
deleted by creator
The AI lied to me, as I booted a Fedora/Gnome VM and couldn’t find that option. My only other guess would be maybe an extension like this was installed and forgotten about because I tend to do that
deleted by creator
I would also badger the dealership and check the status because they might say, “we forgot to submit the paperwork for your plates.”
deleted by creator
Correct, it’s not obvious when first diving in but the main use for RAID is increasing performance and availability by allowing up to a specific number of drive failures. For that to work, ideally in an enterprise you’d have a primary and secondary controller to mitigate that point of failure which is not typical for most homelabs and makes backup even more important.
Anyone who has read a single NTSB accident report will understand what an insane idea this is.
After using some grandfathered T-Mobile family plan for over a decade I moved us to Tello. Still the same towers, but with our usage it’s half the price.
One note which may not apply to you, I installed my Proxmox to boot from 2 256G SSDs as a basic RAID 1 mirror and only have the bare minimum data in VM storage to reduce size of backups. Backup retention on the boot drives is limited because a cron job on the VM handles copying backups to the MergerFS pool for longer term storage.
Moving docker’s data directory to the ‘slow’ drives was a helpful decision, this post covers the old/wrong ways to do that and the way which worked (data-root). Docker data doesn’t take up a huge amount of space, but it saved me some work recently when I found my media server had been down for a while and couldn’t remember when it worked last to identify a working backup. I spun up a fresh Debian image and ran through the steps to reinstall the stack, and point to the same Docker data path. Running the same Docker compose command got most services working with the old metadata, though others i renamed/removed the service’s path and reconfigured.
My docker-compose and its revisions are the extent of a backup I need for a piracy box as my internet is quick enough to recreate my library within a couple days if needed.