

https://www.amazon.com.au/dp/B015OW3GJK
There’s always this option, could even include something like it in the box.
made you look


https://www.amazon.com.au/dp/B015OW3GJK
There’s always this option, could even include something like it in the box.


We’ve got shovels and we are in a big hole … which way are we going to dig?



iirc it’s a shiny UI around Secure Scuttlebutt, so it can do either direct syncing, or use public relays.


It’s a shame you’re getting downvoted since you’re actually right, and distros are in the process of moving to “kmscon”, a userspace console, rather than the old kernel console (Which iirc isn’t actually intended to be a general purpose console, it’s meant for boot messages)
That said, the fonts the kernel uses are old style bitmap fonts, extremely limited “attack surface” as they’re not doing stuff like opentype/font shaping, it’s just setting pixel values directly.

Doctors reviewed records about the kidney donor and learned that the Idaho man’s family had disclosed the skunk scratch to doctors when his organs were being donated, the report said.
So the guy had symptoms of rabies, and the family informed doctors that he’d been in contact with wildlife recently
The report said that organ donations are not routinely tested for rabies “because of its rarity in humans in the United States and the complexity of diagnostic testing.”
But they decided it was too unlikely to test for it anyway.


Yeah, I actually really don’t like JSON. It looks simple but actually isn’t, that’s a bad combo.
CBOR is much nicer, but annoyingly they made their human readable debug version of it similar enough to JSON that people assume it’s just a binary form of JSON, it isn’t.


The entire number and math system is just a straightforward implementation of IEEE 754.
Yeah, but using doubles for everything is its own downsides e.g. it’s why JSON “can’t” store 64bit integers for starters.
They did add the BigInt class recently, which annoyingly you can’t use with JSON because it requires specialized handling (Because of the aforementioned issue with JSON).
(So you “can” store 64bit integers in JSON, the spec just says not to, so people just ignore the spec. You just then run into silent truncation issues with clients that do follow it, like browsers.)


In basic terms, that means our planet is now reflecting less sunlight back into space.
Sounds like it’s your eyes absorbing it all
Windows Terminal is the terminal emulator that hosts the shell (cmd or PowerShell, or anything else really). It’s the modern replacement for “conhost”.
It’s also a fantastic app, some of the devs are on Mastodon too.


Pretty sure that’s just high-frequency trading.


This behavior is actually in line with what I’d expect, as Unicode support in Windows predates UTF-16, so Windows generally does not handle surrogate pairs and instead operates almost exclusively on WTF-16 code units directly.
So it’s just straight UCS-2, and the software does enforce that, pretty much the opposite of “WTF-16”.
Edit: Pretty sure “modern” (XP+ I think) Windows actually does enforce UTF-16 validity in the system, but there’s always legacy stuff from the NT4/2K era that might turn up.
Landrun as well, takes the restrictions on the command line. Can look messy, but does make it entirely standalone, so you can e.g. drop it into a service file as the readme shows easily enough.


Yeah, but that’s still not a lot of data, like LTR/RTL shouldn’t be varying within a given script so the values will be shared over an entire range of characters.


I feel like English needs a spelling reform, but that’s never going to happen.
I like what Americans did with -ise/-ize, but they can take the ‘u’ from colour from my cold dead hands.
Well we’ve recreated namespaces, and JSON already has a completely useless type system, so it’s pretty much already there.