• 2 Posts
  • 108 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Oil burning was common in some regions. The Southern Pacific had a lot of oil-fired engines. Their famous “cab-forward” steam engines could only make sense as oil burners without fundamental redesign.

    Part of it might be that the last holdouts for steam, who made the most technically advanced engines, were predominantly coal-carriers. They didn’t have the oil infrastructure, and didn’t want to burn relations eith their customers.










  • Our new defacto president is the avatar of bubble economics.

    Even the other oligarchs, thry made something at dramatic scale to justify their wealth. Microsoft did sell a lot of software. Facebook got 176 billion people on board to blast adverts at. They’re trillion dollar firms that do correspondingly large run rates.

    Tesla is still a minor player in its space, and SpaceX is inherently a narrow business. Even PayPal, where the horrors all came from, isn’t a major value add, it’s a thin mask atop the clunkiness of American payment rails that should have been replaced by something like FedNow by 2003.

    But he’s taken these tiny fundamentals and convinced Wall Street to puff more air into them than a fresh bag of Lay’s.



  • I’m hoping for MacroSD. About the size of a 3.5" floppy so you won’t lose it easily.

    Seriously, it’s interesting that now that we have the tech to make a useful-capacity storage device the size of a credit card, we don’t. Not like those crappy giveaway flash drives printed with a card design, where they had a captive USB head and were 4x as thick as a card, but something with just contacts like a chip card, so you might need to use an external reader but it really preserves the wallet-size concept.

    I’d love to have a cheap 16GB card in my wallet with all my health records and a cryptographically signed copy of my will as a one-stop, no cloud required, emergency kit.





  • Runit works well enough for me; I’ve only added one nonstandard service (launch a custom tool to drive an external stats display) and it works fine. My ,xsession has to load some polkit and pulseaudio stuff but that could be because I’m not using a full desktop like KDE/GNOME/XFCE that do those things for you.‘’

    I don’t really try to do custom package recipes because I tend to ./configure;make;make install stuff I want at random.

    EFI boot is no problem. I think my root is btrfs, but the /boot/efi is vfat. Refind is pretty first-class, but sometimes it has stupid conditions where it tries to default to the wrong kernel version if you have multiples installed (I think it sorts by timestamps or filenames in a way that sometimes work counterintuitively; discarding old kernels largely fixes it)

    Haven’t really had too many showstopper problems with xbps. I probably sledgehammer it a bit-- occasionally when it says a repo certificate is out of date, I usually end up doing a full update rather than selectively upgrading packages.