Gleam Is Now on Tangled

7 hours ago (tangled.org)

This post needs a bunch more context; right now it's only immediately accessible to people who don't need the announcement [1].

[1] https://knowyourmeme.com/memes/curtains-for-zoosha

  • It gives "Bleeb is now Scrumple! Snap me on Simpr! We're excited to share that Gringl will merge with Jigglify!"

  • The irony of that linked page dragging a reposted mid tweet into multiple scrollable pages of “content” and in doing so reading exactly like a celeb news article

    • I think it would only be irony if it was guilty of the same issue it's complaining about in celeb news: not sufficiently explaining the context. If anything, it's too exhaustive.

    • Yeah, it turns out human culture has a lot of depth and complexity, even so-called "mid" culture. If you think you can write a better explainer, I'd love to read it.

      3 replies →

  • Yeah it should definitely start with a bit of explanation, perhaps, it should start with what this site (hn, aka, hackernews) is even about!

  • I have zero idea what your link has to do with the original post, which seems to just be the Gleam language on some new version control host?

    • Exactly, even if one doesn't know about either of these things (gleam & tangled), all it would take is one or two searches or even better they just visit the homepage. I suppose people have become so used to reading llm generated bluff that simple things don't appeal/make sense to them anymore.

For some context (which people seem to be wanting): Gleam is an interestinf language that is very tight and small. I met the folks from Gleam at the recent Ubuntu Summit and was struck by the talk they gave which made the point (about the design philosophy of staying small and careful creation) excellently. It's very watchable, and Giacomo later explained (when I asked) that he'd hand-animated every transition. Which re-struck me as a doubly good way to reinforce the point of the talk, which was itself small and carefully created.

https://youtu.be/E6_JqYMeNqs

https://discourse.ubuntu.com/t/gleam-and-the-value-of-small/...

https://en.wikipedia.org/wiki/Gleam_(programming_language)

First hearing of tangled, tried signing up and this first time user experience needs to be tightened up. Currently unwilling to sign in because of the friction I ran into using a password manager. From what it looks like they:

- ask you for an email

- send you an email

- ask you for a username

- except you cant actually log in with this username directly

- im being forced to learn some new social url protocol

- why does the auth flow pass me through a new ui/url that seems owned by the project but visually disconnected (eg, different branding/colors for the form)

- my password manager couldnt bridge the gap

I'm notoriously fickle about dealing with signup/login friction, but the project sounds cool so hopefully my feedback is more actionable than curmudgeony.

  • Fwiw the sign up/in process for me was "click login, type in my existing blue sky handle, type in my password (into a bsky domain name login prompt), click authorize".

    I expect that's the... more optimized flow at this point in this forge's life.

    > - why does the auth flow pass me through a new ui/url that seems owned by the project but visually disconnected (eg, different branding/colors for the form)

    Probably because of the above, identity isn't tightly associated with the app you're using here so they've stood up their own infra for it but probably not spent too much time on making it good.

    > - except you cant actually log in with this username directly

    Really? That's strange... I haven't made a native account... what do you need to login with then?

I tried Tangled and tried to run my own Knot, the problem I had was I'd create a repository, have it get created correctly on my Knot, but then would never see any updates to the repo on Tangled itself.

The main issue is that even though I had the knot with IPv6 connectivity, it only really reliably worked once I enabled lots of IPv4 NAT'ing and also created a dummy A record for the Knot.

This is a known issue - https://tangled.org/tangled.org/core/issues/494

I'd love to hear why they chose a VC funded forge over e.g. Codeberg.

Doesn't really fit the 'friendly language' claim IMO

  • "being on tangled" really just means "publishing sh.tangled.* atproto records"

    the beauty of atproto means that you are in no way tied to the VC funded company behind the web app available at tangled.org. you merely publish your git repository using a protocol that this app will pick up and present with a nice UI

    any other app that speaks atproto and looks at those same sh.tangled.* records will be able to access everything in the same way

    and even the git repository itself doesn't need to be hosted by tangled the company, you can host your repository yourself. all you need is a server that can speak git, ssh, http and websocket

    • > the beauty of atproto means that you are in no way tied to the VC funded company behind the web app

      This is false: you’re tied to both tangled (unless you want to self host a forge, which if you did you wouldn’t have picked tabgled) and Bluesky for your login to keep working (unless you want to self host a complex constellation of social media components).

      2 replies →

  • While the way that Tangled is funded is not my preference, I see great potential in atproto for improving the internet. This and and a lot of interest in the Gleam community for the protocol made me decide it was a good place to host a mirror of the Gleam repository.

  • They're still on GitHub. This isn't any sort of official transition. It's just now also on this other ATProto-based forge.

    • So I assume you know that tangled being ATProto-based was the reason for going there?

      And please explain how it's not a choice when they are still on GitHub.

      1 reply →

  • We all know why... as a condition of some monetary support. It does give a sour taste, really shows what core values are: money > community. I'll just focus on using elixir for a project instead.

    • I wish! Alas, the Gleam project continues to be under-funded and we have not got a single penny from any venture capital company.

      If anyone would like to give me a large amount of money in exchange for my publishing a mirror on your git forge, please get in touch ;)

I have no idea what Gleam or Tangled is, so for me this headline might as well be an article from The Onion satirizing HN. I also refuse to believe any of these two things are large enough, like say Postgres, that one can claim everyone should know it. Surely writing an informative headline for ”hackers in general” can’t be that difficult.

  • If you click on the title, it will tell you more.

    Gleam has had many dozens of front page posts here.

    Tangled is a niche GitHub alternative, but has also had previous history.

I just tried out tangled for the first time and unfortunately it seems buggy beyond being actually usable. I created a repo but can't look at it because I get a 404 for it. The login was quite painful as well as I needed several attempts to enter my atproto handle (copy-pasted every time, so no typo). But I'm glad more people are working on git hosting options.

  • > I created a repo but can't look at it because I get a 404 for it.

    I remember back in early GitHub days this used to happen too, as the repository was asynchronously created but the redirect was immediate, then after a few seconds you refreshed the page and it was there. At one point they added the interstitial that I think is still there, that basically does the "waiting then redirect" for you.

    • Oh yes, seems like that's it. I can now view the repo. A bit annoying when creating a repo redirects you to a URL that will give you a 404 initially (and at least for minute or so, that's how long I tried).

if anyone has more info on tangled would love to hear. been looking for a decentralized git provider for a while. started self hosting but was missing the social element

  • [Radicle](https://radicle.dev/) gets a wee bit closer. It’s selfhostable and federated. You’ll have a hard time finding something with the same social gravity well as GitHub; it remains to be seen whether that’s a separable element or if it needs to ship as part of the forge itself.

    • Can I interact with and discover any federated instance without having to know it exists?

      My experience with Bluesky Vs Mastodon really showed that the friction of federation in the latter can really kill the experience for me. I think we need something like Signal is to WhatsApp but for GitHub and my impression is that the ATProto world is the only one with the potential to deliver this.

    • I’ve been testing Radicle and it’s more focused on the distributed protocol for federating git repos, I.e. the data plane. The social / coordination control-plane angle is really thin, following users and repos goes by opaque IDs, etc.

      It could be a better solution for agents that don’t bounce off such mundane complexity. It could be better for private repo federation (eg private collective or agent swarm.)

      I’m interested in Tangled for the OSS/community aspect, it seems to have an advantage there with the richer identity layer for humans.

      2 replies →

    • This looks like a much more sensible design for code repos: all the artifacts live in the repo.

  • I’d be interested too. Besides the fact that the company appears to be registered in Finland, I haven’t been able to find any information on who’s behind this, how they are funded, etc.

    • https://blog.tangled.org/seed/

      Similar groups to Bluesky (bain capital crypto) and some notable CEOs

      GitHub's moat is not code hosting, they will need to build out the equivalent of Actions and figure out what private repos look like. Unclear how they intend to IAP with corporate identity systems, I have a hard time seeing ATProto break into that category.

      6 replies →

I'm willing to give Tangled a go too with a project, but feature set to bridge the gap still has a long way to go (no idea how long it'll take). Github outages (especially when just viewing repos!) are getting way too disrupting.

  • Why Tangled instead of something more established like Codeberg, or if f/loss, Forgejo or Gitea?

    Just because ATProto vibes?

  • Yes, frustration with GitHub outages certainly made me start to look elsewhere.

What's tangled? Which Gleam?

  • Don't open the story, don't follow the links, and last but not the least don't read the texts!

  • I guess this is one of those cases where, "if you know, you know."

    I'm not sure of the link on the post though... I didn't see anything at all that jumped out as pertinent to this "Tangled" thing. I get that many posts on HN just aren't meant for me... but this seems to take that to an extreme.

    Edit: yes I see the URL is Tangled... But that is a very subtle cue that I didn't notice until the third time I clicked through to see if the landing page really said nothing about Tangled.

Picture this: someone “moderates” your bluesky account for some unrelated reason and you’re no longer able to manage your own source codes…

  • Depends on the type of moderation. Most moderation, which happens via labels on Bluesky, doesn’t prevent you from logging into your account. That would require a full suspension or ban, which is much rarer. And, as others have noted, you could just move to a different PDS. You don’t even have to self-host!

  • This regularly happens with Microsoft's GitHub. You can also opt to not use Bluesky for authentication.

  • If this is a concern you can just migrate to a different PDS

    • Apparently, that’s not enough. You will also need your own “app view” which means you will be self hosting an over engineered forge with social features you can’t use… so why go that road to begin with is beyond me tbh.

      1 reply →

  • this is like complaining that you can't login anywhere because google banned your gmail account...

    • And we don’t complain about that because nobody uses “sign in with google” for mission critical stuff. It’s absolutely a choice to tie all your things to a single corp.

      1 reply →

  • Isn't that the same as Github "moderating" my Github account for some unrelated reason? Also, since Bluesky is decentralised, can't I just host my own data?

    • GitHub - sensible folks have more than one account with access to critical bits. The really important things are probably mirrored.

      Bluesky’s decentralisation is a “yes but it’s complicated and you can’t _just_ do anything”. I like that they’re experimenting with “apps” but source control feels a bit too far.

      1 reply →

How does tangled compare with codeberg? Seem like a cool project, wonder how the migration story is.

  • I use both. Tangled is missing some important features (private repos, protected branches). The ui feels more comfy to me, though. And Codeberg is quite slow for me.

    Idk if I can give you toooo much about migration, since I haven't used any CICD kind of stuff; just having repos to push to is super simple if you use their hosted knots. Also not too complicated to host a knot yourself; I'm hosting my own knot, and I like that I own at least one of the servers that I'm pushing code to.

  • What makes Tangled different from other forges like Forgejo/Codeberg is that its built around the ATProto federation protocol

    • Except it isn't just working as a federation protocol here, it is also acting as an identity provider and a data store for you social interaction on a repo.

As someone who has no idea what either of these things are, this reads like a satirical headline. I get an email like this about my company's myriad platforms nearly daily

Wish a git forge would support both Actions and Gitlab CI pipelines. Reuse community workflows for simple actions, default to Gitlab CI for anything custom.

  • the way the CI runners on tangled work, you could just plug in your own bespoke runner as long as it fits the interface. we implement two such "engines": nixery and microvm. you can plug an engine like tack[0], which can act like a bridge interface to other CI systems. there is also loom[1], which is a kubernetes based engine.

    [0]: https://tangled.org/mitchellh.com/tack

    [1]: tangled.org/evan.jarrett.net/loom

    • The problem is that interface isn't enough when in Gitlab the CI natively integrates with other systems, like test reports displaying results in merge requests. This would certainly enable hybrid pipelines through.

They reinvented a worse Twitter (it failed)

Now they're trying to reinvent a worse GitHub (not off to a great start)

Abandon AT proto - dumb idea, all empty ego on the part of the creators, no utility for the masses

  • Not sure how good of a social protocol it is, but I see ATProto/PDS as a possible succesor to solid [1], if they implment the permissioned data access model correctly. Which would certainly have a lot of good usecases, beyond social apps.

    [1] solid: https://solidproject.org/about

  • Wow I had no idea, thank you for your well-reasoned critique! I can tell you're very capable of evaluating the merits of complex socio-technological systems. Your wisdom is unparalleled; now I see we all should just keep using X and GitHub.

    • GP just created an account to shitpost about ATProto out of desperation, what else can we expect from them. look at the username and account age, XD