• 0 Posts
  • 14 Comments
Joined 2 months ago
cake
Cake day: April 20th, 2026

help-circle
  • You’re 12 right?

    It’s mainly of “you need to go a lot faster than an airplane does”, which means the engines needed to go that fast need different fuel, and when you go high enough you don’t have enough air to burn the fuel with so you have to bring your own, which means your spaceship now gets bigger and heavier……which means bigger engines and more fuel and oxidizer.

    And then the lift part……air provides the lift, but there’s less air the higher you go, until you hit the point where you both don’t have enough air to hold you up AND you don’t have enough air to feed your engines.

    So with that combination, with current technology, it’s only feasible to go up as fast as you can to get out of the atmosphere, then go sideways as fast as possible to get to orbital speed. Hence the current launch paths.





  • Very old school; yes you can certainly do all of that and track all of that yourself. We all used to do it that way……But it’s 2026….just as you’d use a real editor rather than edlin, or password managers rather than text files, the new ways ARE better, easier and more consistent. Making sure dhcp works is one of the modern (honestly not that modern) basics that make sure your network is set up properly and isn’t hiding some misconfiguration gremlins that only work because of some static ip and route workaround you implemented years ago and worked “until now”.







  • tiptoes@sh.itjust.workstoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    2 months ago

    How small are these devices? I think the other problem is that neither BTRFS nor zfs really are suitable for removable devices, and definitely not for ones smaller than probably 8Gb at the very least.

    Unlike NTFS which is just a file system, both BTRFS and ZFS do volume management too, so it’s not just a single partition thing; they prefer to take over an entire volume and manage everything.

    So while they’re the closest filesystem with NTFS-like transparent compression……they don’t match exactly.

    I also hazard to guess if the devices you’re using are too small to accept a BTRFS formatted volume, no amount of compression is going to be enough to fit what you need.

    If you just want to play with a bunch of small old devices……maybe play with LVM and small RAID arrays and configurations instead. You can the build a bigger volume out of a bunch of those disks together and then put a BTRFS or zfs volume on them. Can be fun to experiment and learn with anyway.