• 0 Posts
  • 14 Comments
Joined 10 months ago
cake
Cake day: August 24th, 2023

help-circle

  • I tried doing a dual boot to Mint awhile back, I did the mint backup at the start like it suggests, changed some things, broke it, restored from the backup thinking it was great id already made one, and broke the WHOLE pc.

    I had to pull the battery on the BIOS to get it to go beyond a black screen when turning on.

    It was terrible.

    It seem to recall at the time recommendations about not doing dual boot, and if you wanted to dual boot, remove the main OS drive when you install Linux. Then put it back in.


  • I feel like something like https://www.storj.io/ is on the path to what we would want/need?

    There might be some additional requirements for a true CDN to ensure data is closer to where it’s needed and in as many regions as needed though with the right amount of bandwidth. The data gets stored all over the place, but that doesn’t mean its optimal. But they do seem to claim it’s faster on their website…

    Edit: For those not wanting to click, TLDR is they use excess storage around the world and make it accessible anywhere, and safe from failures. People with excess storage can join the network if they have enough storage/bandwidth and pass some tests. Their API is S3 compatible.



  • Oh you’re right about the food for it. I wasn’t thinking about that. I can’t see any way they’d get those to parity even if it was room temperature.

    Edit: Oh just a thought, but if we were able to somehow able to get the nutrients from things we were going to compost. But I have a feeling that’s not how that would happen, and that they wouldn’t be the proper nutrients for growing. Maybe way out in the future though like in Back To The Future, Mr. Fusion garbage fuel! Fresh meat from waste!


  • Growing plants outdoors takes a lot of water, and growing them indoors takes a lot of energy for the lighting.

    Since lab grown meat won’t need all that light, energy costs might be lower, but maybe the energy to keep the growth happening at the right temperature will be quite high. You could offset some of that though with where its grown. Ultimately if we can do it close to room temperature that would be ideal, but I have no idea what the requirements are.

    Overall though it might be exceptionally environmentally and climate friendly in it’s own rights, not just compared to raising the animals to kill them.








  • You can try Kotlin Compose Multiplatform.

    It can target JVM (windows, Linux, Mac) and then work on iOS and Android.

    Android and JVM are stable. IOS is alpha and works well. Should be beta this year.

    WASM support is coming as well but is experimental.

    You can do as much multiplatform as you want and do as much platform specific as you want.

    Compose itself is a declarative UI framework. Your UI is code.

    Edit: You do require a Windows, Linux, and Mac machine to build the executables for each desktop JVM app, as well as a Mac for an iOS app. Android you can build on any of them.