this post was submitted on 19 Oct 2023
20 points (88.5% liked)
Technology
59135 readers
2842 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Was asking the same question when reading about the Odyssey and lbry inc stuff.
In short it seems like decentralized indexer, so Peertube should be able to use it for searching content (I did not verify this).
Longer answer is that classic indexers join content metadata (file name, ...) with the BitTorrent hash, this does the same thing but instead of being a single website this metadata+bt hash is stored in the distributed blockchain (so no singular entity hold this information, censor resistance etc).
The data is still distributed thru BitTorrent so it has all the stuff of that protocol like files going dark when noone is seeding.
E: also uploaders of the content can also set a price for getting the files but I have no idea how they handle people just sharing the torrents (hashses) outside or w/e
My answer is that it's glorified DHT with metadata search.
I found this when searching for some more technical stuff - https://spec.lbry.com/.
thanks for your detailed answer :) So it's really just another "Solution in search of a problem" kind of deal, since the whole concept "decentralises" a conecpt that is already decentralised (BitTorrent) but with a little Cryptocurrency because of course it has Crypto.
Now I just need to find out what Piped does with it, since all it's content is supposed to be on YouTube, right? So searching for content can't be it's purpose... I think.
In this case, it can be considered as a solution to actual problem - trackers/indexers going down, or actually a deeper problem of BitTorrent, where you need the centralized trackers/indexers to find the torrent of the content you are looking for (you can't just open qbittorrent and search for
Arch Linux ISO
).But the execution of this solution is definitely up for debate.