• 1 Post
  • 312 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Moose are technically deer (taxonomic family Cervidae, which also contains reindeer, red deer, roe deer, etc). And a big bull can weigh almost a (US conventional) ton. I don’t know whether that’s enough to trash a modern semi (based on an old memory of an apparently undamaged semi and a dead moose on the shoulder of an Ontario highway in the 1990s, I’d guess probably not, or at least not always), but I wouldn’t want to be the driver of the semi, either. Hitting them in an ordinary passenger vehicle—like any Tesla product—is something you really don’t want to do.


  • It’s one of those things that needs careful handling and is unlikely to get it. I can see it having some value in therapy, but only if there is, y’know, an actual therapist involved who can make an informed call as to whether their patient will be helped or harmed by talking to a digital fake of a loved one. Instead, we’re likely to see a ham-fisted “allow all” or “forbid all” call by regulators.

















  • Linux users are hard for using a terminal when they could just open a document in a text editor.

    The command line is always there and always has the same basic tools, assuming the system is bootable at all. You can’t guarantee that a given system has a working GUI—it may be broken, inaccessable, or never installed. Having some kind of TUI editor installed is usual on non-embedded systems, but you can’t guarantee which one or that it’s fit for purpose (coaching a newbie through a vi session isn’t something anyone wants to do). That means that the generic instructions that get passed around because they’re fit for most systems (regardless of distro or purpose) use the command line tools.

    So there is method to the madness, but if you’re coming from a “GUI or bust!” OS it can take a while to get used to.