this post was submitted on 20 Aug 2026
824 points (97.8% liked)

Technology

87447 readers
3667 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

The China-centric video sharing platform is expanding with a new international app and an English version of its website -- with no identity verification (for now at least)

you are viewing a single comment's thread
view the rest of the comments
[–] Warl0k3@lemmy.world 4 points 1 day ago (1 children)

Unfortunately Peertube is going to be... very difficult to scale.

[–] NokkR6@lemmy.world 3 points 1 day ago (2 children)

It needs more people to engage and more exposure.

[–] late_pessimistic@slrpnk.net 4 points 13 hours ago (1 children)

This won't help PeerTube become mainstream either.

Hosting videos is extremely expensive, thus there is a financial incentive against hosting a PeerTube instance.

Unless PeerTube fixes the incentives, it won't be sustainable long-term.

[–] NokkR6@lemmy.world 2 points 9 hours ago

They should do something like Nebula. A subscription maybe in cryptocoins so you still get privacy over your credit card.

[–] Warl0k3@lemmy.world 3 points 1 day ago (1 children)

It's more that (as I understand it) the storage requirements increase exponentially relative to the number of users.

[–] gandalf_der_13te@feddit.org 1 points 21 hours ago (1 children)
[–] Warl0k3@lemmy.world 4 points 20 hours ago* (last edited 19 hours ago) (1 children)

Ah, I was misremembering an aspect - though the requirement is still there that as users join the storage* requirements will increase in the worst case exponentially, it's not inherent to the ideal system, rather it's a byproduct of cacheing requirements. At a certain point there will be enough users that popular content being accessed will overwhelm the instance hosting it - this is somewhat fixed by caching popular videos on other instances, but as the network of instances grows the need for cached resources grows with it. There may be ways to get around this, if so I'm simply not familiar enough with the current state of the software to know what those solutions are.

[–] gandalf_der_13te@feddit.org 1 points 20 hours ago (1 children)

nah i think that the storage requirement grows approximately linear with the number of users, and maybe in the worst case quadratically; but the typical case should be linear.

[–] Warl0k3@lemmy.world 3 points 20 hours ago* (last edited 20 hours ago)

In an ideal scenario for sure, but in implementation you're going to run into issues like network throughput and resource access distribution optimization (i.e. feynman parallarity). I got out of the house without a whiteboard or a single grad student (you just never remember the important things) so I can't confirm more than napkin math, but you may indeed be right that it's at worst quadratic.