• 0 Posts
  • 215 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle
  • While neat, this is not self-sustaining — it’s taking more energy to power it than you’re getting out of it. (You can build a fusion device on your garage if you’re so inclined, though obviously this is much neater than that!)

    One viewpoint is that we’ll never get clean energy from these devices, not because they won’t work, but because you get a lot of neutrons out of these devices. And what do we do with neutrons? We either bash them into lead and heat stuff up (boring and not a lot of energy), or we use them to breed fissile material, which is a lot more energetically favorable. So basically, the economically sound thing to do is to use your fusion reactor to power your relatively conventional fission reactor. Which is still way better than fossil fuels IMHO, so that’s something.












  • For very simple tasks you can usually blindly log in and run commands. I’ve done this with very simple tasks, e.g., rebooting or bringing up a network interface. It’s maybe not the smartest, but basically, just type root, the root password, and dhclient eth0 or whatever magic you need. No display required, unless you make a typo…

    In your specific case, you could have a shell script that stops VMs and disables passthrough, so you just log in and invoke that script. Bonus points if you create a dedicated user with that script set as their shell (or just put in the appropriate dot rc file).