Replying to @⁨sun@shitposter.world⁩

@sun @deutrino

Radicle had some ties to Ethereum ecosystem since the beginning, that's how I discovered them. Initially there was no token or anything like that, they just wanted to use Ethereum as a payment layer.

But at some point this happened: https://web.archive.org/web/20211218051828/https://radicle.xyz/blog/introducing-rad.html

The token sale was followed by the usual enshittification you're probably familiar with. At some point I stopped paying attention to this project, only to discover it again around 2025. The price of RAD token went to nearly zero and now they are pretending that they have nothing to do with it.

This may seem like a small thing, but I believe that this kind of behavior did a lot of harm to the crypto community and should not be tolerated.

web.archive.orgRadicle Blog - Introducing RADThe Radicle project has released its native governance token, making it the first open-source, community-led, and self-sustaining network for software collaboration. The Radicle token is live! The official contract address is …

Replying to @⁨silverpill@mitra.social⁩

@silverpill @sun @deutrino Scrapers might cause a sudden increase in disk space because they download source code archives, you can choose to disable the feature or set up scheduled cleanups if you want.

disable download source archive:

[repository]
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true

or delete them every 48h:

[cron.delete_repo_archives]
ENABLED = true
RUN_AT_START = true
SCHEDULE = @every 48h