it's vibe coded but people seem to like it.
git repo location:
rad://z2gAKC6ESt5ZBV419uVPf2vFtEHCT
Replying to @sun@shitposter.world
@sun Oh no, I hate this UI.
Logged in and looked around, everything seems to be working as expected.
>rad://z2gAKC6ESt5ZBV419uVPf2vFtEHCT
How to resolve that URL?
Replying to @silverpill@mitra.social
Replying to @sun@shitposter.world
Replying to @sun@shitposter.world
@sun I don't want to use it because it's a shitcoin project. Let's build a peer to peer forge on ActivityPub. I figured out how to do p2p, I think ForgeFed can be adapted to that.
Replying to @silverpill@mitra.social
Replying to @sun@shitposter.world
@sun @silverpill wait wut, what's the shitcoin portion of it?
Replying to @deutrino@mstdn.io
Replying to @sun@shitposter.world
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.
Replying to @silverpill@mitra.social
Replying to @sun@shitposter.world
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