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/)AZ
Posts
7
Comments
114
Joined
2 yr. ago

  • Well, firefox used to have support for gopher, but maintaining it was too much work and support was removed in firefox 4.0. Even now, with it gopher and gemini being the most popular they’ve ever been, neither of them have built-in support from any major web browser.

    Also, it’s not that the creators don’t want people using it, that’s not what I meant. It’s just that they didn’t expect the level of adoption they currently have.

  • because the point is not broad adoption, the point is not what features it supports, the point is the features that it doesn’t. It can’t track you, it can’t advertise to you (effectively), it’s meant to replicate that pre-corporate-enshittification feeling the WWW once had. The creators never imagined it would get as big as it even currently is.

  • I know this doesn’t answer your question, but using a 3rd party client or modifying the discord client is technically against the discord TOS. They don’t really enforce it unless you’re selfbotting or whatever, but there have been cases where people got banned from 3rd party clients because of a bug within the client that caused apparently bot-like behavior.

  • I’ve been learning rust for the sole purpose of implementing a Minecraft server from (nearly) scratch; I don’t want to use existing frameworks because I feel that building it from the ground up will provide more opportunities for optimization, maybe compatibility with existing Java-based plugins (maybe possible via JNI or J4RS?), and also as a learning experience for project management :)