Remix.run Logo
jillesvangurp 2 hours ago

> Github is hard to displace and it is similar to the era of the Twitter Fail Whales

Hard but not impossible. Being unreliable might nudge a few people. Also, Twitter had their fail whale in their early phase (mostly), not twenty years or so into their existence.

The issue with replacing Github is that it takes more than version control and issue tracking to replace the network that is Github. It's effectively the largest social network for software developers on this planet.

Tangled (tangled.org) is built on the at protocol (bluesky) and seems like an interesting take on this. Most other solutions seem to just move the problem to another much smaller silo (gitlab, codeberg, etc) or throw out the baby with the bathwater by focusing on self hosting without attempt at networking with other instances.

A federated approach seems like it is directionally right. Tangled is far from feature complete but I like the direction and it probably is a bit more resilient against global outages like this. I'm not a user yet but I'm keeping an eye on it.

palata an hour ago | parent [-]

> throw out the baby with the bathwater by focusing on self hosting without attempt at networking with other instances

May I ask what networking with other instances brings? Git is decentralised, so it works with self-hosted instances, right?