

this is true. having said that - i follow a peertube-based french outfit called blast (can’t speak french, just look at the pictures). if i go to a different site (peertube.stream, liberta.vip) and look at a video, the streams are coming off video.blast-info.fr.
there’s no question video is a huge resource suck, and that nobody would want to host a lot of other people’s videos. i just wonder, if the model is federated indexes but owner-hosted video, i wonder if there’s a use case that can work at scale.
appimages just got less easy…
i don’t know which update did it - i think it must have been os-level (i run pop_os, derived from ubuntu) - but appimages silently stopped working. double-click, nothing. finally i looked in the log out of desparation, which said ‘appimages require fuse’.
more accurately, appimages require fuse 2 and the os had just upgraded to fuse 3. the fix is to heat-seek libfuse2, and don’t mess with any other fuse-related package as things can start wrecking themselves:
sudo apt install libfuse2
originally seen on an omgubuntu post