Lots of exciting #decentralization protocols and technology out there. Some are not ready for usage, others are not following the paradigm I prefer, I love that we're spoiled for choice.

IMO I still love #SecureScuttlebutt, for me it is still the best offline-first local-first gossip protocol out there. Yes, it has dangerous corners and design issues, but it works and I can build apps with it for my friends.

I find it has pretty intractable scaling problems. So like... it works... at first. But gets bigger and slower pretty much exponentially. What was that non-blockchain network... Briar I think?

https://briarproject.org/
Secure messaging, anywhere - Briar

Secure messaging, anywhere

@cy
> What was that non-blockchain network... Briar I think?

Briar is a neat experiment, but they've never shipped apps for anything but Android. The problem with depending on one proprietary OS ought to be obvious, Goggle's recent decision to start farming Android app devs is a good example;

https://keepandroidopen.org/

So until it's cross-platform, Briar is a fun toy, but not suitable for production use.

@soapdog

Keep Android Open

Advocating for Android as a free, open platform for everyone to build apps on.

Can't say I've looked into it before. I got tired of nodejs projects back when they switched to the new module format. Good to know, at least!

In my opinion, a good project would write programs, not "ship" "apps." Dunno what one would be good though.

CC: @[email protected]

@cy
> Dunno what one would be good though

Depends on your use case/ threat model. Ask yourself questions like; who do I want to communicate with and why? Are you looking for software for an existing group/ network of people who can make and action decisions about where to communicate? Are you wanting to adopt an app to make new contacts among its current network? How sensitive are the communications? Etc, etc.

@soapdog

I just use the Fediverse, nothing else seems worth bothering with. I kind of gave up a while ago. I don't have an existing group, or anyone at all really. Met some nice people on the Fediverse though. (None of them are interested in whatever network I might propose.)

CC: @[email protected]

@cy
> I just use the Fediverse, nothing else seems worth bothering with

Same. Other than email and SMS, and occasional use of Matrix and even less often XMPP.

@soapdog

@strypey @cy the fediverse is indeed cool, but it is not the p2p I aim for. It is very costly to run an instance in terms of bandwidth and also it is server to server and that is just federation, which is cool in its own way but not comparable. It has the best of both worlds and also the worst.

@soapdog
> the fediverse is indeed cool, but it is not the p2p I aim for

Pure P2P networks have been the holy grail of every new generation of cypherpunks since the 90s. They've never worked out. Everything that's turned out to be practical for use beyond dogfooding has some kind of supernode, and that's not even a bad thing;

https://bridgeseat.substack.com/p/in-defence-of-servers

> It is very costly to run an instance in terms of bandwidth

If you use Mastodon, sure. There are much more efficient fediverse servers.

@cy

In Defence of Servers

Why pure peer-to-peer networks aren't always better than federated ones

Bridge Seat Cooperative
Supernodes aren't bad things, but gatekeeping supernodes with no deniability are. That's why the Fediverse uh... sucks. That and we're tied to one specific supernode.

Also substack are Nazis so don't read them.

Secure Scuttlebutt works just fine for p2p. My only complaint is it uses a blockchain for no reason other than it makes it somewhat more difficult to erase what you've said in the past. Which is like the opposite of good from a privacy standpoint.

CC: @[email protected]

(1/3)

@cy
> gatekeeping supernodes

The option is there to be your own gatekeeper, eg with a GoToSocial instance. Most people *choose* to outsource this work. But no one is forced to.

> with no deniability

Huh?

> we're tied to one specific supernode

Not if you use Hubzilla, Streams, Forte, or other apps in theZot/Nomad branch of the 'verse.

Folks are working on FEPs for enabling other AP apps to become nomadic;

https://wedistribute.org/2024/03/activitypub-nomadic-identity/

@soapdog

(2/?)

@cy
> Also substack are Nazis so don't read them

I'm aware of the issues with SS;

https://disintermedia.net.nz/ghosting-substack/

Haven't yet had the time and spoons to republish those Bridge Seat posts so I can stop linking to SS. Hope you'll make an exception for the sake of this discussion.

Ghosting SubStack

Why I finally decided to leave, and where I'm going next

Disintermedia

(3/3)

@cyd
> Secure Scuttlebutt works just fine

It works. But with *many* limitations, which is why other devs have moved on. These include;

* can't use one ID in multiple apps/ devices
* can't delete or edit posts
* rare but unavoidable netsplits that fork your ID

> My only complaint is it uses a blockchain

As @soapdog says, it doesn't. Social apps using a blockchain have been tried;

https://wiki.p2pfoundation.net/Blockchain_Social_Media_Apps

AFAIK they have to sync the entire network and get bogged down by chain size.

Blockchain Social Media Apps - P2P Foundation Wiki

If SSB didn't use a blockchain, then forking your ID would be impossible. Every post is required (for no reason) to have a hash of the previous post in it, and your blog is identified (for no reason) by the hash of that first post, not the hash of your signing key.

@cy @strypey

@jeremy_list whatis this now? Should we finish cannibalizing your C++ ssb client into embeddable common lisp? I was not aware of much involvement other than you but if a reasonable number of people in our community here I suppose we should finish doing it.

(My blog is down right now so no link)

@screwlisp @cy @[email protected] I do have plans eventually to implement additional protocols in my SSB client, though my current focus with it is getting it actually usable as an SSB client. For its second protocol I'm probably going with PZP, which is based on SSB but with something called a tangle instead of an append only log.

@jeremy_list
> I do have plans eventually to implement additional protocols in my SSB client

What's the name of your client? If it's not Tilde Friends, I'll add it to the list I just updated here;

https://codeberg.org/fediverse/fediparty/wiki/non-fediverse-federated-social-apps

Everyone please feel free to let me know about any errata or anything you think is missing.

> I'm probably going with PZP

Ah, so there is still some dev interest in PZP since ManyVerse was abandoned. Good to know : )

@screwlisp @cy

non fediverse federated social apps

:milky_way: A quick look into Fediverse networks -

Codeberg.org