Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
Posts
9
Comments
148
Joined
1 yr. ago

  • I don't mind if indie devs try something experimental that melts your computer. Like beamNG needs a decent computer but the target audience kinda knows about that sort of stuff.

    The problem is with games like cities skylines 2. Most people buying that game probably don't even know how much RAM they have, it shouldn't be unplayable on a mid range PC.

  • I think something like peertube would be a good solution for media, but there's obstacles to getting it deployed in terms of adoption.

    The player is quite mature and does everything you could want. For servers it saves resources by being peer to peer using webRTC. For clients it handles graceful degradation and redundancy.

    A way it could be implemented for other drivers servers could go like this...

    I upload a video to Lemmy. My Lemmy instance forwards that video to peertube. Peertube processes the video and releases it as unlisted. Peertube sends the URL back to my Lemmy instance. Lemmy publishes my post with the peertube player iframe as a video.

    The issues with this are getting app developers and instance owners to adopt the changes and getting users to understand the implications of the P2P aspect.

  • I don't know if this something you're deliberately trying to avoid. Apologies if you are, and I've missed the point, but

    I gave up on doing anything in TK years ago. For all the effort to make stuff work in it, you might as well just use flask and have a HTML frontend. That way, you know it's going to work on everything and includes remote access as a bonus.

    Edit: for a lot more power with a little bit more learning curve, look at fastapi.