Live data from Hacker News

Gleam Is Now on Tangled

tangled.org

161–162 of 162 posts

Re: Gleam Is Now on Tangled

#161
post #156
post #133

Earlier quoted context omitted.

It doesn't really matter, you can host your own knot (git backend), spindle (CI/CD worker), and there are already alternative apps to access the same public, consumable records without centralized infra: https://untangled.wisp.place/

It matters a lot. As seen with GitLab and countless other projects.

The assumption here is that there's lock-in. But there is no lock-in. Architecturally, all of the data is controlled by you and available for any other tool to ingest. This is a crucial difference between ATproto apps and other modern web services.

Re: Gleam Is Now on Tangled

#162

Earlier quoted context omitted.

Issues and PR content are absolutely social artifacts, as they communicate information to others, whether opened by the repo owner or not. In fact, other people can interact with them, and are supposed to do so, which makes them even more inherently social.

The more important thing about issues & PRs is that they explain why the code is the way that it is. Knowing why the code is the way it is, is almost the entire reason we have a repository to begin with. They belong to the code, not some social graph. Yes, code is largely about communication as well - with others as well as our future selves. That doesn’t mean it’s a social media experience. There are lots of ways to…

This was a really intriguing project that became Google abandonware.

https://github.com/google/git-appraise

The idea is to use git-notes for issues & PRs, because git is already distributed by design and these elements of SDLC centralized our usage.

Post reply on HN