I’dv deleted the default, it’s never come back.
I’dv deleted the default, it’s never come back.
Yes, it’s a fancy way to save a tab. I just leave the tab open. Not a feature I want, so not something I want them to waste limited development time on. It’d be nice if it were through the bookmarks interface, so booarks could save state & history the way tabs do, but that’s not what’s proposed so I’d rather not have this. PWAs are a workaround to make up for the limitations of bookmarks.
PWAs were a feature I marked “want least”. I don’t like a cluttered home screen, I’d much rather just use bookmarks.
Used it for the last few years. X just doesn’t work right with multiple monitors of different resolution.
You wouldn’t end up at a login screen, you’d end up in the last logged in user’s session.
CPU doesn’t have any secure storage, so it can’t encrypt or authenticate comms to the TPM. The on-CPU fTPMs are the solution, the CPU then has the secure storage.
To be extra pedantic, there are a lot of dash, hyphen, and minus characters, but critically no such thing as a “hyphen-dash”, just “hyphen-minus” or " dash".
People use computers to accplish tasks. That requires running software on an OS, but nobody runs software or an OS just to sit & watch it exist. They run it to accomplish tasks.
Different distros mostly vary in how easy it is to accomplish various tasks. No one distro is the easiest for everything, so people make different choices depending on their needs.
RF circuits are the same core principles filtered through black magic and the Laplace domain.
DOH, skipped those two critical letters! Thanks for the correction.
Astronomers already use Julian Dates for various reasons. Right now it’s 2460261.2834606, it’ll be later by the time you read this. Julian dates/times are fractional days starting from January 1st, 4713 B.C. = 0. Just keep counting up from there.
Budgerigars (small parrots).
They’re active, smart, and social. They fly.
So I made them a flight cage that takes up most of the room they’re in. I’d prefer a full walk-in aviary, but don’t have room in my apartment.
Cleaning isn’t bad, I just shop-vac out the litter tray & refill it with a 20lb bag of corn cob bits. Fresh food in the mornings, take it out & replace with pellets around noon. Clean water daily. Millet treats when I let them out (about an hour per day to interact with them).
Feathers get everywhere when they molt. And feather dust. Their room has its own HEPA filter.
Vet appointments are more expensive for exotics than cats & dogs. There are fewer exotic vets, and I always go to a board certified avian vet. Boarding when I go on vacation is also more expensive (about $50/day), especially since they’re flighted.
They’re not anywhere near as loud or destructive as larger parrots, but that doesn’t mean they’re quiet. Just means they might not damage your hearing from the next room. They wake up with the dawn, and let you know about it.
They’re extremely sensitive to airborne toxins (avian respiration is rather different from mammalian). That means absolutely no teflon cookware use, no air fresheners, etc.
Plan 9 From Outer Space.
Or anything Ed Wood directed, really.
I use NixOS & Home Manager. My config is in git
, and I use an ephemeral setup with ZFS & tmpfs:
Mount layout:
/ tmpfs
├─/boot /dev/sda1 FAT32 EFI system partition
├─/nix rpool/local/nix ZFS partition
├─/home/persist rpool/safe/home ZFS partition
└─/persist rpool/safe/persist ZFS partition
ZFS partitions under rpool/safe/ get backed up, the rest don’t need to be. Everything else can be rebuilt (and most of it gets re-created at boot anyway, since / and /home are tmpfs).
Yep, providing exemptions for vehicles under the weight threshold where a commercial driver’s license is required is dumb.
Yep. If exemptions required a CDL there would be far fewer exempt vehicles being made.
DoH looks identical to normal website traffic. If it’s slow, it’s probably the DoH provider and not the ISP.
You mean SNI, not ESNI. ESNI is the Encrypted Server Name Indication that gets around that, though the newer ECH (Encrypted Client Hello) is better in many ways. Not all sites support either though.
int const golden = 1.618;
int* non_constant = (int*)&golden;
golden = 1.61803399;
Casts are totally not a danger that should require a comment explaining safety…
DoH & DoT still leak the domain name (and of course IP address) you’re connecting to. The domain name leak can be solved by Encrypted Client Hello but that’s still a draft and not turned on for many servers.