• 13 Posts
  • 1.08K Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle

  • I really enjoy the game, but now me and my friends are maxed out. Max samples, max medals, max upgrades. With nothing to progress to there is far less incentive to play.

    The way my friend group works, and I imagine many others work, when I see one of my friends online playing a game, I join their game. And hell divers was great for that, they made joining games effortless. So it was very social.

    But without any of my friends actually progressing towards something in the game, it’s far rarer for us to just join on each other cuz we’re not playing it alone. So now Helldivers is a an option, when we’re already together online, trying to figure out something to do, we will hell dive and have fun no problem. But it’s far less likely now

    If they want to maintain a larger user base, they need to have something for people to constantly progress towards. It could just be donating samples to a new research project, that could be infinite grind



  • Predicting the future with 100% accuracy is difficult. It’s unknowable if physical money will completely disappear.

    The one thing I hold as an absolute constant, is humans are adaptable, humans will trade and use whatever they can, whatever is convenient, to their advantage.

    Can you trade today, gold for a donut? Yes, but you’re going to put a lot of effort into that trade, just to find a counterparty. And then for the counterparty to verify it’s actually gold etc etc but you can do it.

    Fascist governments like the centralized power, and that includes centralizing money, including peer-to-peer exchanges. So there’s always going to be the urge to control the absolute flow of all money. That being said, not every government has perfect cell phone coverage over their whole and nation, not all of their people have phones, not all of those phones are always on the network. The one thing money needs to do is work even offline.
















  • Technically yes. There’s nothing special about the code running in the CPU. Long time ago there was an application that would switch from Windows to Linux without rebooting. But it was super unstable. You didn’t reinitialize all the memory… Some devices on the bus expect to get initialized one time, and can’t be reinitialized later after the system’s powered on, It’s asking for trouble

    What you really want to do, is have multiple operating systems running on different cores at the same time. And this is an ideal use case for a hypervisor like Xen which is a microkernel. That will then dedicate a CPU to any operating system you want, so they’re running in parallel.

    Then swapping between the operating systems is as simple as giving one control of the keyboard video and mouse.

    This is as close as you can get to having two different computers running side by side.