• 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: August 24th, 2023

help-circle

  • The difference between now and then though, is they were a private company.

    Unless they disclose they use bots to post content and make the site look active, any use of user count and engagement for any aspect of the company becomes fraud as its misleading investors.

    Oh we have 1 million posts an hour! Fraud.

    Oh we have 100 million monthly active users! Fraud!

    Investors Q/A - do you use bots? Answer No. Fraud.














  • 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.




  • 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.