• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: December 21st, 2023

help-circle










  • That’s definitely part of it. Also not an expert, but I believe you have the gist of it. Diesel engines are more efficient for a couple of reasons, not the least of which is more efficient heat capture to use for Work.

    Another factor would be that if you want to do an oil combustion into steam power, you have a few issues:

    1. You now have to lug around a LOT of both fuel and water, instead of just water and dry coal. Water and oil are both heavy by comparison to coal when lugging a train car of it around.
    2. you now have two areas for heat loss to happen. Steam engines require massive boilers, high heat, and run much greater worst case failure risks (I.e. explosions) which are at highest risk when the water runs out. Coal is worse for this than I imagine oil would be, though inertia is a powerful force. Why move to another complicated system that does the same thing when you can use the old one?
    3. Supply lines and training: if coal is already managed logistically, why switch to something else that provides a marginal benefit when coal is both cheap, easily accessed, and your engineers already know how to use it?

    I’m sure there are even better reasons out there, but that’s what comes off the top of my head.




  • This is exactly what I would suggest, with one addendum: use internet archive links wherever possible. Especially if the links are intended to be clickable.

    In the process of acquiring an advanced degree, I learned the worst part of research is finding dead links to pages that were never archived.

    By putting it in the internet archive to create a link, it also adds a snapshot.







  • Wait til your table with all the checksums gets messed up on an “older” btrfs install. Happened to me on a VM because I didn’t know copy-on-write should be disabled for large frequently partially updated files. It also slowed that VMs IO down a lot.

    Like most file systems, BTRFS is great if you know the edge cases. I recently moved to ZFS on my new work system, which has been a great change in terms of in-line snapshots and the like.

    If EXT4 meets your needs, that’s awesome. If you understand how to use a different FS well or are willing to learn (and risk), I would also encourage other options as well.