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

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





  • There has been yes, but it doesn’t mean it’s the right ruling law. The law varies on that by jurisdiction as well because it is a murky area.

    Edit: in the USA it might not even be illegal unless there was intent to distribute

    By the statute’s own terms, the law does not make all fictional child pornography illegal, only that found to be obscene or lacking in serious value. The mere possession of said images is not a violation of the law unless it can be proven that they were transmitted through a common carrier, such as the mail or the Internet, transported across state lines, or of an amount that showed intent to distribute.[

    So local AI generating fictional material that is not distributed may be okay federally in the USA.




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





  • So what do you really want when you say journaling your peogess.

    Is that something like

    Recurring Fitness Run 5k 2 times a week.

    As you check it off for number one, it prompts you to leave a note about it? And maybe you can see all your notes by category or chronologically?

    Or is the journaling a completely separate thing? I can see how the two might not be done as separate things as you’re really getting into 2 wholly different apps.


  • How can there not be a good todo app???

    Is it just that there’s no Linux one but there is mobile?

    Maybe with Kotlin Multiplatform someone will get an existing mobile one running on Linux as that would be useful.

    I can’t imagine it’d be too hard given a todo app doesn’t need a lot of Android specific functionality. I’m in the middle of converting my app to target desktop/ios/android and its been going very well and the tooling is improving rapidly.

    That or someone might write a nice one as a starter project as Multiplatform from the start to learn it?







  • There’s actual burn in, but there’s also perceived burn in (I made the term up) which this wouldn’t fix.

    If you leave the TV on for hundreds of hours playing 4:3 TV for example with black bars on each side, those bars aren’t emitting light. Meanwhile the content that is shown is slowly degrading those OLEDs.

    Eventually the content OLEDs are dimmer than the black bar OLEDs and you have “burn in” with the bars visible.

    So it could still be a problem for things like static displays where there isn’t always moving content.