HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sebastix

no profile record

Submissions

Gitworkshop.dev – Collaborate on code over Nostr

gitworkshop.dev
61 points·by sebastix·قبل 9 أشهر·9 comments

comments

sebastix
·قبل 9 أشهر·discuss
Do you need a token to use ngit? Where does it say you need cryptocurrency to use the protocol?
sebastix
·قبل 9 أشهر·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
·قبل 9 أشهر·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
·قبل 9 أشهر·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
·قبل 10 أشهر·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
·قبل 10 أشهر·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
·قبل 10 أشهر·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.