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/)D
Posts
0
Comments
6
Joined
3 yr. ago

  • Playing devil's advocate here but there could be legitimate reasons to prevent features of an app if you don't give the permissions.

    Things like professional type apps that need geolocation to work (geofencing, photo geoloc) or because x big shot client wants to track their employees and you're just forced to accept that unless you want to declare bankruptcy.

    Definitely is a very hostile pattern though and there's no reason for meta to do this shit...

  • I don't mind paying full price for a game, as long as I own it in the end and that the game is not ridiculously short.

    Paying 70 euros for a game with less than 7hrs of playtime to get to the end, and artificially padded with collectibles around a open world is a ripoff especially when the game requires licensing servers to be online to play, even for single-player.

  • My point was that there is no need to replicate everything everywhere. If the data is replicated a cross 5 instances per region for instance, it's enough for replication needs. If you self host lemmy and subscribes to large communities on your instance, you can quickly overload your server. We need activity pub to be more lightweight if we want smaller instances to thrive.

  • People suggested formatting to exFAT which is valid, but first you could just try either compressing the file (tar czvf file tarball.tgz for instance). FAT32 cannot handle files larger than 4GB, and compression might just make your file small enough.

    As a workaround you could also split it in half and stich it back on the target machine

  • My main gripe with ActivityPub is that the infrastructure basically replicates 1-to-1 across subscribed instances. It means that as lemmy grows, servers will require more and more storage to keep up. For now, it's fine since we're under a few TB of content on the platform.

    If lemmy were to be as popular as reddit, we'd reach the dozens if not hundreds of TB of storage required. Not everyone has the money to build such a homelab or rent data center servers of that caliber.

    ActivityPub in it's current state is nothing but replicated centralization, not a full decentralized protocol. We'd probably need a different database system that handles cross region clustering and sharing to scale it up.