The issue with federated services is that they operate from the assumption that everyone has an anarchist sysadmin in their friend group who is going to help everyone run the federated infrastructure. I’ll use SSB as an example. If you install the software and make an identity, you’ll soon find that you have to sign up with something called a “pub server” to actually get any of your friend’s updates. Where do you fin…
Three protocols and a future of the decentralized internet
11–20 of 39 posts
Re: Three protocols and a future of the decentralized internet
#12Earlier quoted context omitted.
Mastodon has this. SSB doesn't, because your identity is just your message chain and key pair on your computer.
Mastodon doesn’t seem to have a way to move a user account and still have others message or tag one in the same way as before. When you switch from, say mastodon.social to mastodon.xyz, it’s almost like switching from Yahoo Mail to Gmail. There seems to be a way to export one’s following list and move that to the new instance, but this does require informing others of the address change on one’s account. See https://…
IIRC, you get a warning if you try to interact with someone who has moved.
Re: Three protocols and a future of the decentralized internet
#13Earlier quoted context omitted.
The hosting cost problem becomes acceptable if the pub server is fast enough and hosting is cheap enough. Look at IRC.
The cost would be zero if residential ISPs issued static ipv6 and allowed servers.
Re: Three protocols and a future of the decentralized internet
#14Earlier quoted context omitted.
Mastodon doesn’t seem to have a way to move a user account and still have others message or tag one in the same way as before. When you switch from, say mastodon.social to mastodon.xyz, it’s almost like switching from Yahoo Mail to Gmail. There seems to be a way to export one’s following list and move that to the new instance, but this does require informing others of the address change on one’s account. See https://…
If you've moved, your followers don't automatically follow you to your new home. But IMO that is fine. If I was following someone on cat.photo.space I might not want to follow them if they move to callgirls.xxx . IIRC, you get a warning if you try to interact with someone who has moved.
Re: Three protocols and a future of the decentralized internet
#15Earlier quoted context omitted.
The hosting cost problem becomes acceptable if the pub server is fast enough and hosting is cheap enough. Look at IRC.
The cost would be zero if residential ISPs issued static ipv6 and allowed servers.
The policing costs less so. Hygiene matters.
Re: Three protocols and a future of the decentralized internet
#16The issue with federated services is that they operate from the assumption that everyone has an anarchist sysadmin in their friend group who is going to help everyone run the federated infrastructure. I’ll use SSB as an example. If you install the software and make an identity, you’ll soon find that you have to sign up with something called a “pub server” to actually get any of your friend’s updates. Where do you fin…
Re: Three protocols and a future of the decentralized internet
#17The issue with federated services is that they operate from the assumption that everyone has an anarchist sysadmin in their friend group who is going to help everyone run the federated infrastructure. I’ll use SSB as an example. If you install the software and make an identity, you’ll soon find that you have to sign up with something called a “pub server” to actually get any of your friend’s updates. Where do you fin…
I'm not sure this is a real problem. Email is federated, scales to approximately everyone, and there is no shortage of email providers that all interoperate with each other.
How to fund it when no one you know wants to operate it personally is also no great mystery. Either the server provider puts ads on it, or the users pay for the service. And the individual users can decide which of the various options they prefer but can still interact with everybody who makes a different choice.
Re: Three protocols and a future of the decentralized internet
#18(There's definitely a parallel here with the AOL and CompuServes of the world vs the open web, but not quite)
- It almost feels like that for a variety of decentralized protocols to take root, someone will have to build a browser-equivalent (or perhaps an extension to an existing one) that allows the normal user to partake of these new systems in one place. That means, a chrome or firefox style system that supports IPFS, but also offers tools for ActivityPub and SSB and whatnot - in the same way netscape navigator used to be bundled with a news reader, a web browser and an email client.
- The next challenge is to get the average user to use this on the mobile and then the desktop. That's a problem best solved by modeling this as an app - and there needs to be a reason for the average user to use this. The words "killer app" come to mind, but honestly, even if there was something slightly more useful that current services provide that built on top of this - it would be helpful. I'd download this new "chrome" on my phone and use it. Is there something out there that people think can be that?
- Lastly, we'll need to democratize information and app creation for this browser.
Re: Three protocols and a future of the decentralized internet
#19The issue with federated services is that they operate from the assumption that everyone has an anarchist sysadmin in their friend group who is going to help everyone run the federated infrastructure. I’ll use SSB as an example. If you install the software and make an identity, you’ll soon find that you have to sign up with something called a “pub server” to actually get any of your friend’s updates. Where do you fin…
Right now, without pub servers you can:
1. find friends in your immediate vicinity over WiFi/Bluetooth/etc.-type nearby protocols.
2. if you have a friend (see #1), you can connect to friends-of-friends
(#1 may seem extremely limiting at first, but it's actually only limiting for a technology which is not popular in your local area—network effect problems—so "in theory" it's not really so bad when you think about it. I've probably added a good portion of my FB friends in their presence)
However, one of the main alternatives being actively worked on is DHT invites. This is basically the "torrent magnet link" equivalent for SSB. See various links to work on this below:
[0] https://gitlab.com/staltz/ssb-dht-invite
[1] https://gitlab.com/staltz/manyverse/issues/186
[2] https://github.com/ssbc/patchwork/pull/862
[3] %r6dTZ4WG7kuLFfGlUR1DAhyat7YEuX682mGI9UJXlc4=.sha256
Re: Three protocols and a future of the decentralized internet
#20Easy user mobility should be a goal of decentralized protocols and platforms. That would help users leave one provider and join another if/when the need arises. If I join Server A today as User A, I should be able to carry my identity as User A to another server or provider in the future without losing the ability to still remain in touch with everyone I was in touch with or having to tell them that my address has ch…
See the "Nomadic Identity and Cloning" paragraph on the Hubzilla homepage [2]. See also "Nomadic identity, brought to you by Hubzilla," by Andrew Manning, on Medium [3].
[1] [2] https://hubzilla.org/
[3] https://medium.com/@tamanning/nomadic-identity-brought-to-yo...
Edit: Newline formatting.