Live data from Hacker News

Gleam Is Now on Tangled

tangled.org

111–120 of 162 posts

Re: Gleam Is Now on Tangled

#111
post #105

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.

[deleted]

Re: Gleam Is Now on Tangled

#112
post #90
post #84

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

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.

Re: Gleam Is Now on Tangled

#114
post #51

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 eve…

> 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).

Re: Gleam Is Now on Tangled

#115
post #114

Earlier quoted context omitted.

"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 eve…

> 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).

Weird, I host exactly one thing (my PDS) and I am not at all tied to Bluesky for my login to keep working. Everything else is already publicly hosted by MANY others.

Re: Gleam Is Now on Tangled

#116
post #108

Earlier quoted context omitted.

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.

im not even thinking about "sign in with google" here tbh im just thinking about how if google decides to block your access to gmail you won't be able to receive emails for things like verification codes, account recovery etc..

Re: Gleam Is Now on Tangled

#117
post #40

Earlier quoted context omitted.

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 inter…

Issue and PR content are not social artifacts, they belong in the repo or at least its hosting instance. Likes and activity feed are the sort of thing that belongs in the social layer.

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.

Re: Gleam Is Now on Tangled

#118
post #114

Earlier quoted context omitted.

"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 eve…

> 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).

> you’re tied to both tangled (unless you want to self host a forge, which if you did you wouldn’t have picked tabgled)

this is true today only because nobody has made an alternative "frontend". but the data is there, public, for anybody to see. they can't take it from you even if they really wanted to. in fact, tangled has been working on making it easier for such third-party "frontends" to exist: https://blog.tangled.org/bobbin/

> and Bluesky for your login to keep working

you seem to be misinformed. "your login" is handled by your PDS, whichever it is. self-hosting a PDS doesn't require you to host anything beyond a sqlite database and a websocket connection. they are easy and very cheap to host, nothing like a "complex constellation of social media components"

today you can already 100% use atproto apps without having any ties whatsoever to bluesky:

- data: non-bluesky-hosted pds (either your own or some other host) for your data

- identity: the did:plc directory is managed by an independent swiss association, but you can even use did:web if you really want to

- relays/apps: blacksky is an example of a fully independent stack

Re: Gleam Is Now on Tangled

#120
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)

Post reply on HN