Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://radicle.xyz/
@opensource

5 points

I dislike that JavaScript is required… not just for best experience or functionality, but literally to get a non-blank page. Not even a <noscript> is left.

One of the failures I think of all of these forges is they keep trying to tackle getting users by posing moral arguments instead of technical ones too. I hate Microsoft GitHub as much as anyone, but what am I getting from Forgejo or this if instead of fixing the issues with MS GitHub, they are trying to copy everything–including the bad stuff like compatibility with a YAML CI system & the glacial pace of the pull request model where maintainers act entitled rather than just merging shit then fixing their nits. Like, pitch me a CI system that isn’t shit or review that isn’t dogwater like the pull request model & now I’m interested in migration for a better experience rather than just a FOSS clone that doesn’t get you anything better other than a clearer conscience.

permalink
report
reply
2 points

rather than just merging shit then fixing their nits do you have something in mind better/more practical? Merging stuff from any contributor without reviews sounds bad.

permalink
report
parent
reply
2 points
*

You review the ideas & code at a high level. I feel like you didn’t read the “nit” part. Instead I get review for my flyby patch (no plans to be a mainstay) where the idea is fine, but the maintainer wants me to worry about variable names, spacing, & other BS that doesn’t matter. You get a ton of “please add space here” type comments & the maintainer is putting the onus on you to fix their quirks which leads to a really slow review process full of irrelevant nitpicks. A maintainer should just merge that code & fix the nits themselves rather than expecting everyone to care about their naming conventions. Pull request model in an MS GitHub-like UI encourages this behavior.

permalink
report
parent
reply
10 points
*

What benefit does this have over forjero, which I believe is doing this and already very widespread?

permalink
report
reply
10 points

Off the top of my head: with Forgejo, you alone have the burden of hosting your repo, which means if your repo becomes popular, you have to deal with the costs of all that traffic to it.

The nice thing about the P2P/seeding aspect of Radicle is that anyone can clone your public repo and help seed it to others.

I see that Forgejo is working on federation which should help distribute the load of hosting a repo, but that doesn’t look to be completed yet

permalink
report
parent
reply
8 points

Just a heads up, the name is forgejo

permalink
report
parent
reply
54 points

This doesn’t pass the smell test.

  • Instructs to pipe the output of curl in sh
  • Assumes that sh is bash [1]
  • “Community” behind it is apparently originating in Berlin, and is now a “nonprofit foundation in Switzerland”, but has no publicly disclosed legal structure anymore.
  • “Community” behind it uses discord, but not revolt, matrix, simplex or others.
  • “Community” behind it uses twitter, but not mastodon.
  • Cryptobros.

  1. sh <(curl -sSf https://url.redacted/script) ↩︎

permalink
report
reply
4 points

Installing by piping from curl is pretty common and not a red flag in and of itself. Even Rust is installed this way. If you don’t trust the URL, you also shouldn’t trust any binary installers downloaded from that website.

permalink
report
parent
reply
12 points

Installing by piping from curl is

Toxic. Speaking as someone who was security chief at an OS, what you meant to say was ‘toxic’.

Given its insidious nature, though, ‘venomous’ may be a good alternate.

permalink
report
parent
reply
-17 points

Rust is a red flag

permalink
report
parent
reply
2 points

Can you elaborate?

I was under the impression that there was some kind of consensus around rust being one of the safest languages to use. However, I’ve seen comments about rust being bad pop up in a few threads lately but they never explain why they think so.

permalink
report
parent
reply
9 points

Rust is an amazing programming language. No u

permalink
report
parent
reply
13 points

Serious question: What is the point?

Just push into half a dozen mirrors and you are pretty censorship resident without the crypto voodoo put on top of git.

Github has one huge value: Discoverability of a project. This is even worse than hiding your project in one of the smaller forges… nobody can remember the mess of letters you need for this.

permalink
report
reply
5 points

Do you think it’s good that the majority of code is hosted on a proprietary service? Do you think it’s good that that service is centralised? Do you think it’s good that if you want to provide an alternative to that service, you create another island with a different ecosystem that cannot communicate with the other island?

CC BY-NC-SA 4.0

permalink
report
parent
reply
2 points
*

No, I would prefer a world where not everything is concentrated on github, but that is the world we have to work with:-)

But how does this address any of the problems you brought up?

Do you think a project will be more discoverable when you say: “Clone foo/bar from github” or when you say “install this strange crypto-BS, then clone rad:xyhdhsjsjshhhfuejthhh just like you normally would”?

Apart from discoverability you get a known workflow for contributors, a CI and a bug tracker. Coincidently those make it hard for projects to switch away from github… how does this address any of that? “Use this workflow, which is even wierder than any of the other github alternatives!” and “just set up a server yourself”?

Sorry, this is just yet another crypto-bro solution in search of a problem. Technically interesting, I’m give you that, but useless.

permalink
report
parent
reply
0 points

No, I would prefer a world where not everything is concentrated on github, but that is the world we have to work with:-)

Then how do you not see the point of a distributed sourceforge?

But how does this address any of the problems you brought up?

Have you read the webpage? radicle is opensource, it’s distributed and thus many interconnected islands, just like the fediverse. Why are you on the fediverse and not on reddit?

Do you think a project will be more discoverable when you say: “Clone foo/bar from github” or when you say “install this strange crypto-BS, then clone rad:xyhdhsjsjshhhfuejthhh just like you normally would”?

Again, have you even opened the webpage?

Sorry, this is just yet another crypto-bro solution in search of a problem.

So github is not a problem? And regarding crypto, show me where in the code it forces you to use crypto. Show me the rad command that inhibits you from doing a normal git operation by bringing up crypto.

CC BY-NC-SA 4.0

permalink
report
parent
reply
2 points
*

Git is a DISTRIBUTED version control repo. You can fork to different services from Github. https://www.atlassian.com/git/tutorials/git-forks-and-upstreams

And Github has a REALLY extensive API to interact with from other servers too (even issues and such).

Peer to Peer stuff sounds awesome, except it’s only as reliable as the nodes. And, Github is hosted on many servers, with a huge amount of redundancy. It’s basically a privatised P2P system where each server is reliable, instead of a bunch of unreliable public hosts which might not have backing from a large corporation.

And whilst we’re talking about reliability, even centralised stuff like Sourceforge is hosting code from 20 years ago. Whereas, it is difficult to load a torrent from 2 years ago lol

permalink
report
parent
reply
2 points
*

OK, track your issues in git with access from others on a web interface. Let somebody make a merge request to your project on github from gitlab, gitea, or straight up from your local git repo without a github account.

CC BY-NC-SA 4.0

permalink
report
parent
reply
-1 points

@onlinepersona @hunger have you tried hosting your own git repo? I never thought I’d live to see git, of all things, being considered “proprietary service”. Also Hunger suggested using more than one server, which means it’s not completely centralized.
There’s really no meed for p2p crypto magic here, git just works

permalink
report
parent
reply
8 points

git is open source. Github as in the repository hosting service is owned by Microsoft, a company for whom the phrase “for profit” isn’t severe enough a description.

permalink
report
parent
reply
1 point

I’m not sure if you’re making a bad faith argument or genuinely didn’t understand I was referencing github.

Also, where is the crypto magic? The website doesn’t mention crypto at all…

CC BY-NC-SA 4.0

permalink
report
parent
reply
51 points

For anyone who wonders, this is related to cryptocurrencies

permalink
report
reply
0 points

@pcouy Don’t confuse crypto with cryptography; I don’t see anything about cryptocurrencies here

@opensource @andrew

permalink
report
parent
reply
3 points

I admit they hid it pretty well, but look again. Radworks, the entity behind Radicle, is a DAO, which makes anything they do related to cryptocurrencies

permalink
report
parent
reply
3 points

I was so excited when I read the title. Of course they would add crypto ._.

permalink
report
parent
reply
13 points

That’s all I needed to know. I’m deliberately avoiding all scamcoin related projects…

permalink
report
parent
reply
2 points

How so?

permalink
report
parent
reply
23 points

The company running the project is heavily involved with cryptocurrency. https://radworks.org/

They seem to be running their own “DAO” as well. https://www.tally.xyz/gov/radworks

permalink
report
parent
reply
3 points

What’s that got to do with radicle though? I can’t find a single mention of crypto in the radicle project 🤔

CC BY-NC-SA 4.0

permalink
report
parent
reply

Open Source

!opensource@lemmy.ml

Create post

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

Community stats

  • 5.6K

    Monthly active users

  • 1.6K

    Posts

  • 28K

    Comments