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.
Mostly correct. Trump was found guilty of significantly inflating the value of his properties already. There are still charges over falsification of business records, insurance fraud, and conspiracy to commit fraud. Those don’t have guilty verdicts yet. Damages haven’t been decided, as you note.
It’s also worth noting that this is a civil trial. That means that refusal to answer questions can result in “adverse inference” where the assumption will be that the worst possible answer was given (an admission of guilt). It may still be worthwhile to refuse to answer, e.g. under 5th amendment protections to avoid incriminating oneself on criminal charges. Criminal charges can be brought based on testimony given in civil trials, but adverse inference isn’t enough to get criminal charges.
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.
__auto_type
is a compiler builtin, not a library function. It’s not a function at all, the parentheses are for precedence & grouping.
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.
#define max(x,y) ( { __auto_type __x = (x); __auto_type __y = (y); __x > __y ? __x : __y; })
GNU C. Also works with Clang. Avoids evaluating the arguments multiple times. The optimizer will convert the branch into a conditional move, if it doesn’t I’d replace the ternary with the “bit hacker 2” version.
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.