• 1 Post
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 27th, 2023

help-circle
  • N3M@reddthat.comtoFediverse@lemmy.worldAre people blind on PeerTube?
    link
    fedilink
    English
    arrow-up
    32
    ·
    edit-2
    6 days ago

    Like others have said, it’s way more resource intensive than text based systems. Even discounting higher res vids, if you go to any random larger YT channel and download all their videos in 144p 480p and 720p it’ll be quite a lot larger than you might expect. Sure, if you’re serious about it you could get an array of hard drives and a small server, but you’re talking hundreds of bucks and lots of upkeep. Outsource it to a VPS and AWS buckets and you’ve still got upkeep but now you’ve added an extra 0 to your bill.

    There’s not enough charitable nerds on the internet to host even a fraction of 1% of Youtube. It’s even worse if self hosting instances is pushed. Even as a fellow tech nerd, no way I’m hosting my own instance just so I can share a video once in a blue moon. Something that always gets my goat in fediverse discourse is when people always jump to saying something along the lines of “just host your own” then wonder why AP went from ~2.5M users to 0.8M users.

    There’s also some Fediverse specific issues that hold back a more mainstream audience. There’s some fringe political stuff on both sides of the isle which can pretty easily scare off people, and defederation combined with peertube’s more siloed approach makes discovery near nil. (can’t see content from remote peertube instances unless somebody has already subscribed to that channel on the remote instance from your local instance AFAIK).

    Then there’s the new platform (or in this case many platforms connected via one protocol) issues. Lack of users, limited/no monetization, limited development/support, and very few pros + a lot of cons at first glance from somebody who doesn’t consider tech a hobby and is comparing it to established platforms.

    Edit: Can’t remember who, but iirc a peertube user I follow who regularly deletes their videos because their host doesn’t give them too much space. It’s great for a less big tech way to see their latest videos, but not acceptable if anyone’s gonna bill something like that as the next big video platform.



  • There’s a few technical and non technical reasons someone might be on Bluesky/AT instead of Activity Pub. Protocol specific there’s:

    ) Account ownership (theoretically at least, migration is still in development). Though it’s hidden behind domain based identification there’s a cryptographic key that let’s you migrate to another PDS even if yours is down or banned you.

    ) Performance. Hosting something like a PDS is lighter than an Activity Pub instance.

    ) User level configuration. Bluesky let’s you set custom moderation lists and algorithms, something you can’t on Activity Pub.

    ) Compatibility. Building something like a link aggregator on AT that is compatible with a microblogging platform like Bluesky is likely a lot easier then Activity Pub since AT is broken up into PDSs and Relays. (To be fair compatibility does work on Activity Pub, but it’s got jank).

    There’s also some less technical reasons as well:

    ) Bluesky is a platform and you don’t need to learn a protocol to use it. Yeah it’s not that hard to learn how any of the big three protocols work, but it’s also not that hard to change your car’s oil or sew ripped cloths instead of replacing them - but how many people do those? I’d guess 80% of Lemmy is an IT guy between 20-45 so it can get a little echo chambery on how easy tech is. One if the reasons Threads makes up 99.5%+ of the fediverse.

    ) Defederatiation is becoming a mess. If some random Joe has a friend on Bluesky & Nostr (both bridged), a few on threads, and a few spread across different instances; yet he can’t reach all but 1 or 2 of them from the instance he chose to join on joinmastodon it might be time to reconsider how things are done. Techy people might have no problem sifting through a long list of servers to find the right one, but somebody who’s already on the fence is probably going to quit at that point.

    ) Bluesky has a more mainstream culture, while the fediverse has very specific thoughts and ideas. Had I said I was on Windows you all might have put a hit out on me 😆


  • Cool

    I tested/wrote about it recently, you’re welcome to copy my metaphorical homework if you want

    Friendica Side

    (I’m getting an Nginx error trying to load Nerdica, hopefully it’ll be back up soon)

    Lemmy Side

    Cross Compatibility portion of blog post

    The long in the short of it is that Lemmy can communicate with Mastodon & Friends, though since Activity Pub servers handle everything and microblogging platforms have no clue what Lemmy is doing there’s a bit of jank.

    You can post to a community by "@"ing it, although it can only be a text based submission. You can follow a community by following it’s name (say @fediverse@lemmy.ml) and you’ll get submissions in the form of boosts/reposts. You can also grab a link to a post or reply and search for that on a microblogging server to reply to or like.

    My test went pretty well, although the post I made was slightly wonky (title and “@” appeared in the post text). I also didn’t see all the Lemmy replies make it back to my home server. If nomadic identities make their way to activity pub most of the jank could be resolved.


    As for a testimonial about compatibility something that sticks out is cross compatibility between Activity Pub, Nostr, and AT (BlueSky). I’m usually on Nostr, but I follow Activity Pub and AT accounts; and thanks to a copying of a json file you can search out the same username on Activity Pub or Nostr and find my Nostr account.



  • The account ownership one is definitely my first thought too. Using keypairs to identify accounts controlled by the user would be great. You can hide it behind a normal looking username with your (or a third party’s) domain on both Nostr and AT (though AT’s not fully developed, but it’s totally in control of the user and doing that with activity pub could hand the metaphorical keys of your account to you instead of the server. Another way would be to allow users to use their own domain with an existing third party server, or use something similar to Zot’s (Hubzilla) “Nomadic Identities” that let you mirror your account on another server.

    Implementing quote posts is a little above my pay grade, but I actually think that the link option might be a great idea. Nostr does quote posts by just embedding the post into your post where the nevent is pasted in, making both regular quote posts and the general ability to embed any post anywhere in your post. That sort of functionality, just using links to posts instead of nevents could be neat to standardize into activity pub as well, especially if all the other activity pub software already is doing that. Though again, not exactly a dev, so who knows if that’d break things.