HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sebastix

no profile record

投稿

Gitworkshop.dev – Collaborate on code over Nostr

gitworkshop.dev
61 ポイント·投稿者 sebastix·9 か月前·9 コメント

コメント

sebastix
·9 か月前·議論
Do you need a token to use ngit? Where does it say you need cryptocurrency to use the protocol?
sebastix
·9 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
> 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 か月前·議論
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 か月前·議論
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.