this post was submitted on 21 Aug 2023
29 points (96.8% liked)
Programming
17364 readers
218 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
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
I would also add IPFS, a REALLY cool piece of tech.
Some really interesting suggestions in this thread that i will definately look into when i find the time.
I think the problem with IPFS is it's terribly inefficient with large and or dynamic data storages, the exact problem bittorent tackles(large not dynamic).
IPFS does seem to provide great p2p functionality for small static files though, albeit pretty slow.
Yeah, the discovery process is shite on IPFS. You kinda have to cheat it to get it to work with something like .
Idk if it's inefficient with large data, but it's inefficient with compressed storage, as it does block-level deduplication, which is very cool.