• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle


  • How is that a rip off? You pay 20€ once and get the ability to sideload any UWP app and develop for the console.

    Compare it to both Nintendo and Sony where:

    • You have to pay multiple times the price of the console for the dev kit
    • You don’t own said dev kit
    • Their SDKs are not publicly accessible
    • You have to sign multiple NDAs on top of all those issues
    • Assuming you have no problem with all this, you can be rejected as a developer for any reason

    Considering how locked consoles were and still are (Except for the PS3 “other OS”) period. Being able to get a decent current gen console, that doubles as an emulator, with development capabilities for an additional 20 euros is a gift, not a rip-off.



  • Even if you own an instance, the tools are non-existent.

    Some basics things that should be present but aren’t:

    • A user directory for search and deletion
    • Possibility to block communities for your whole instance
    • Basic statistics. Both on the community and instance level
    • Possibility to mute a user without banning them
    • Allow creating a community but only after admin approval (right now it’s free for all or admin only)
    • Easy access to server logs without having to dig directly inside the hosting server
    • Importing block/allow lists for federations using a file or url
    • Adding an administrator from the server admin UI

    The API is also lacking in a way that some of those things are not possible without deploying your own API talking directly with the postgress database.

    For example, if you wanted to see upvote/downvotes for each individual users, the data to calcultate it is in the database but the Lemmy API doesn’t provide that functionality.

    While Lemmy is great as a platform, the management side of is glueing everything together just enough to not let it implode.