Used it for the last few years. X just doesn’t work right with multiple monitors of different resolution.
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.
Not directly, but they improve the low-power modes substantially, and using the low-power modes for longer times is the solution. Inverters aren’t strictly needed, but they do make it better.
I said nothing about safety. I just said it should be considered a different class of vehicle if it meets certain characteristics. SUTs are great for camping, for hauling surf boards & kayaks (possibly with a rack) and tow just as well as pickups. They don’t have a full-size bed, so they’re worse at most jobs, though the larger cab does mean they can carry more workers at once. It’s a trade-off: get worse at most work-related tasks, get better at personal tasks and thus reach a wider market.
At what point does it become ok to have an open bed?
When the distance from the back of the truck to the front of the bed is longer than the distance from the back of the cab to the front of the truck, it turns from a Sport Utility Truck into a Pickup Truck. Typically that’s around when the bed gets big enough to haul a sheet of plywood or drywall safely.
Of course it’s OK to have an SUT instead of a pickup truck, just not as useful for construction work.
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.
Eh, as a weirdo who uses Celsius a lot but lives in Buffalo, NY…
-20s is cold. Coat, gloves, scarf, & hat. Long underwear. Not too much evaporation from the lake since it can freeze, so not much snow.
-10s is chilly. Coat, probably zip it up towards the lower end of the range. Decent chance of apocalyptic snow.
0-10s is cool. Wear a sweater.
10s is nice. Maybe consider long sleeves & pants if it gets a bit cooler.
20s is shorts & t-shirt weather.
30s is all AC, all the time. Uncomfortably hot not too far into the range.
40s is “the humidity is now so high the air is soup, filled with mosquitoes”.
Negative absolute temperature is a thing. Lasers exhibit negative temperatures when active, i.e. the lasing medium has a negative temperature expressed in Kelvin. Adding more energy doesn’t increase its entropy, it just turns into more laser light. Any such system with bounded entropy can have a negative thermodynamic temperature.
You use the cleaning function first, then the dry function. Don’t just dry the shit on there (well, maybe you would, but everyone else washes first, that’s the point of a bidet).
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).
#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 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.
You don’t have an autoformatter in your pre-commit hook? Why not?
Yep, it’s basically a way to define new groups per directory. But these groups are hidden from the normal group commands!
Hah! Lots of (shitty) sites don’t allow some “special” characters, like '. That’s usually a sign that they’re storing passwords insecurely, and it’s always a sign that they’re not following current security best practices (composition rules reduce security).
I’dv deleted the default, it’s never come back.