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/)JU
Posts
4
Comments
65
Joined
2 yr. ago

  • I’m in the no-bucket, but instead i spend time on issues, helping the community and sometimes code contributions to self hosted projects instead.

    This is not taken into the account of the question, however, but should be considered as contributing.

    (I also consider donating to be contributing.)

  • Yeah, or Shelfplayer

    I'm holding off on trying Plappa until they add session support, since I like the stats, heh.

    Tho I do have a Testflight spot for the ABS app, as well.

    I do want to try Plappa, though! I really like the paperless-ngx app (Paperparrot) from the same developer

  • The ABS app is also still in beta on iOS, so unless you are tech savvy enough to either sideload or try to get in on one of the windows when users are booted from the testflight beta, you are going to have to use one of the 3d party apps.

    Prologue just seems to do many things nicely, and user experience seems very important to the developer, so there is a huge crowd that swears by the app.

  • I know you wrote /s, but this has basically nothing to do with the tech of microservices, and more to do with internal politics.

    Switch the ”user microservice” to ”birth date is not indexed in the database and i have to reach out to the database handling team” and you are in the same situation

  • Tbh mostly microservices solves two issues for me:

    1. You can scale resource-heavy operations without an impact of scaling everything else.
    2. You kind of ”force” people to keep things contained, instead of making everything interdependant. Which helps containing issues with updates to certain functionality to only have an impact on that functionality.

    You could do #2 in a ”monolithic” setup as well (by doing modules or libraries or something), it just never works out that way in practice