Last night I watched a video of @benpate's talk from #FediCon last year;

https://peertube.iridescent.nz/w/sW6qcdP4ogG5DXW1RUzyo3

What a ride! I found myself vigorously agreeing with most of it. But there were other parts where I was divided against myself. One part still agreeing. another part nervous, that if we go down the road of scaling, monetisation and professionalisation, we risk repeating the mistakes of the original web, and end up right back where we started in another 20 years.

(1/?)

#FediCon #talks #video

The Future of the Fediverse — Ben Pate — FediCon 2025

PeerTube

Ben identified this risk in the talk, so I don't want to give the impression it's something they're not aware of. What I'm trying to describe here is the weird feeling of double consciousness, where Ben pitched things that I've advocated for myself, and I was able to respond to them as if I was hearing them for the first time. Understanding some of the objections I've encountered from the inside, for a change.

(2/?)

I've posted here at least a couple of times about the difference between "social networks" (many-to-many, relationship-based), and "social media" (one-to-many, content-based). I said that the fediverse can accommodate both, but they come with very different design and deployment considerations.

(3/?)

I've noticed that mainstream use of "social media" is mostly following Jonathan Haidt's usage to describe only the mostly parasocial DataFarming platforms;

https://www.nytimes.com/2026/01/16/podcasts/jonathan-haidt-strikes-again-what-you-vibecoded-an-update-on-the-forkiverse.html

So in response, I'll reframe the above as 2 kinds of social networks;

* social communication networks: many-to-many, relationship-based, ephemeral, eg Mastodon, Friendica, Misskey, GoToSocial

* social publishing networks: one-to-many, content-based, persistent, eg PeerTube, FunkWhale, WriteFreely, BandWagon

(4/?)

Jonathan Haidt Strikes Again + What You Vibecoded + An Update on the Forkiverse

“If we can’t win on social media, then we definitely can’t win on A.I.,” says Haidt.

The New York Times

Now having given these software projects as examples, I want to make it clear I'm describing use patterns, either of which can be applied to any software.

After decades of blogging, I can't help thinking of what I do on Mastodon as publishing. I link to my old posts and dig through them to find stuff, just like I do on my blogs. Conversely someone could use PeerTube to do video blogging, auto-deleting their old posts after a while like people do with their micro-posting accounts.

(5/?)

Sure, now that Loops exists, it's probably the better choice for posting ephemeral microvideos, as part of a social conversation, like we do with text micro-posts. But Loops isn't constrained to this kind of social communication usage. It supports videos up to 3mins long, and people could just as easily use it to publish videos they might otherwise put on a YouTub channel. In the hopes they'll still be watched and valued many years hence.

(6/?)

Some of the considerations for social publishing services, that aren't so much of an issue for social communication services;

* persistence and responsible sunsetting

* storage and bandwidth costs

* accountable governance

* Bring Your Own Domain

To be clear, I'm not saying these things aren't helpful in communication services, they certainly are. They're just not as mission critical as they are in publishing services.

(7/?)

Take music publishing as an example. If artists commit to making bandwagon.fm the primary online home for their music, they need to be sure that it will continue to exist, and they will get plenty of notice before it's shut down. Which means the people running it need to have a plan for how they will cover the costs of storing and serving a growing collection of music files, long term.

(8/?)

@strypey

I don’t have much experience with video services like PeerTube, but I’ve been told that many servers shut down for this very reason.

I think some kind of freemium/paid model is a basic requirement for any kind of big file hosting (like audio or video)

If it’s only free, then I should plan for it to disappear some day.

(1/?)

@benpate
> I don’t have much experience with video services like PeerTube, but I’ve been told that many servers shut down for this very reason

This is mostly guesswork, but I've noticed a tendency for people who don't know any better to set up fediverse services on AWS and other "cloud" hosting platforms. These are really only economic for low-storage, high-traffic websites. Especially those whose traffic is highly variable, with regular spikes that would slashdot a traditional server.

(2/?)

So people set up fediverse services on AWS, and wonder why they need to keep leasing more storage, and why the whole thing seems to be costing them a fortune. This is bad enough with a large Mastodon service, but for services that store large media files, like FunkWhale and PeerTube, it gets financially crippling really quickly.

(3/3)

People have tried to get native torrent clients to support WebTorrent;

https://github.com/webtorrent/webtorrent/issues/369

I figure that if that happened, home computers could be the storage layer for PT, and a PT service would only need to be a WebTorrent player;

https://github.com/transmission/transmission/issues/47

But as I learn more about the online hosting industry, I've come to think people wanting to set up fediverse services just need to read the fine print. Finding hosting deals that don't charge through the nose for storage.

Add WebRTC support to popular torrent clients · Issue #369 · webtorrent/webtorrent

Meta issue to track progress on getting WebRTC support into popular torrent clients. WebTorrent Desktop Playback (#329) Vuze Brave Browser (brave/browser-laptop#3256) JSTorrent (https://github.com/...

GitHub