HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sebastix

no profile record

Submissions

Gitworkshop.dev – Collaborate on code over Nostr

gitworkshop.dev
61 points·by sebastix·hace 9 meses·9 comments

comments

sebastix
·hace 9 meses·discuss
Do you need a token to use ngit? Where does it say you need cryptocurrency to use the protocol?
sebastix
·hace 9 meses·discuss
Thx for sharing, didn't know that one.

After reading https://radicle.xyz/guides/protocol my first impression it's the same as how it works with Nostr with one key difference in the conceptual model. Nostr uses relays to distribute the data and Radicle is using a gossip model to distribute the data peer-to-peer (the bittorrent model).

They do explain the difference with a federated model. I miss the explainer compared to a relay model.

So regarding the peer-to-peer modal, here are some thoughts: How IPFS is broken: https://fiatjaf.com/d5031e5b.html Why IPFS cannot work, again: https://fiatjaf.com/b8e2f959.html
sebastix
·hace 9 meses·discuss
To me ATProto has not proven yet to be really distributed / decentralized. In terms of "censorship resistant" you can also think of a 100% uptime of your code / work (your repository). Or always available for anyone with a internet connection. In the context of a federated network (aka fediverse), that's often not the case (if a federated instance is unavailable, many assets will be missing leading to a unuseable application or service).
sebastix
·hace 9 meses·discuss
What crypto? Cryptocurrency or cryptography? This first one is optional to be used with the protocol. The second not (see NIP-01 https://nips.nostr.com/1).
sebastix
·hace 10 meses·discuss
> I think this is a real problem of "an open network". Disgusting people will find the network and abuse it.

Question. Do you prefer open or closed networks? I'm sure you are aware that the internet is an open network.
sebastix
·hace 10 meses·discuss
You can have a look at https://how-nostr-works.pages.dev/#/pathological which is also mentioned on the website somehere quite hidden
sebastix
·hace 10 meses·discuss
Relays can federate. The point is that Nostr as a protocol is saying nothing about this and does not care either.

I'm running an indexer (a relay) which federates with other relay indexers. Similar how activitypub relays work. Any client can connect to indexer to help bootstrapping and find metadata around events. There are many ways to discover stuff from clients even without being connected to the same relay.