Yeah, I have been hearing about Youtube blocking ad blocks for a while now and I thought maybe Firefox + uBlock Origin is holding ads at bay for a while, but yeah, it happened today. uBlock origin has been unable to block some ads for me and I am thinking of leaving Youtube. I searched day and night (wink wink) for an alternative and I found odysee.com/ and it seems to be open source and less prone to censorship, I was wondering what you guys were using or thinking of switching too. I think Odysee is FOSS which is giant plus for me and I absolutely love it’s looks.

What do you guys think?

  • GonzoKnows
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    4
    ·
    10 months ago

    Odysee isn’t the main website the real use if Lbry desktop or Lbry gtk

        • Maddison@sh.itjust.worksOP
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          10 months ago

          The crypto currency stuff complicates things, otherwise everything else is better than youtube. I think I have to read a book to understand what Crypto is and how it relates to Odysee and how it works on odysee.

          • Uvine_Umarylis@partizle.com
            link
            fedilink
            arrow-up
            3
            ·
            10 months ago

            I ran a lbry seeder a few months ago to practice devops & data science.

            The lbry crypto is used to hold links to every bit of content uploaded into the network, boosting content on the platform, enforcing channel names, creating paywalls for certain content on the platform, & tipping creators.

            The blockchain network’s primary goal is to hold a long list of in network links that correspond to content stored on individual computers, so when you put in for example lbry://fireship#f/Java_for_haters or something like that, iirc (I’m not near my PC rn), the request goes to delegation servers which query the block chain, return the video link and then call devices on the BitTorrent lower network to send over the requested blobs.

            I may be wrong on if the delegation server or the block chain is queried first, but that is basically how it works.

            As for moderation/censorship, this is done on a web server built with the lbry apis delivering the videos to the client. You basically can Blocklist individual links or entire domains per se in the bc network so they will not appear on your stuff. This is how they get rid of copyright infringing stuff. Use a different client & change the moderation server and you will see videos odysee.com blocked. I believe you can setup a whitelist too.

            Finally, I don’t think comments are actually built into the library protocol itself but are still managed in house by lbry/odysee inc itself. Would have to look deeper into this one, but it wasn’t baked in last time I checked.

            The lack of moderation isn’t due to the lbry protocol, it’s the deliberate decision of the lbry team to avoid doing anything as much as possible to show a contrast to YouTube.

          • Uvine_Umarylis@partizle.com
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            10 months ago

            Iirc, uploading videos really isn’t an issue.

            You find the video you want to upload, choose a thumbnail, choose like 5 tags (because like the federation that’s the main way you find stuff), potentially choose a language, then place down like 0.01 lbry credits or so for it to be uploaded to the block chain & the bittorrent network/lbry’s servers themselves.

            FFmpeg is used to convert the video to a more friendly formatting on the client itself right before sending & boom, video is up.