A thousand Roman paces. A pace is two steps, each about 1m, so 1mi is about 2km. The conversion from paces to meters isn’t exact, and definitions have shifted over time.
A thousand Roman paces. A pace is two steps, each about 1m, so 1mi is about 2km. The conversion from paces to meters isn’t exact, and definitions have shifted over time.
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).
__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.
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 deliberately run / and /home as tmpfs. Then everything I want to persist across boots gets symlinked in at system start, and anything I didn’t opt in to saving gets deleted every boot.
Light is made of quanta. Neither waves nor particles.
Looks a heck of a lot like the RS-485 serial cable I’ve got on my desk right now. Scale is hard to tell, not sure how big that bowl is.
I’dv deleted the default, it’s never come back.