this post was submitted on 18 Oct 2025
81 points (98.8% liked)
Privacy
4136 readers
87 users here now
Welcome! This is a community for all those who are interested in protecting their privacy.
Rules
PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!
- Be civil and no prejudice
- Don't promote big-tech software
- No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
- No reposting of news that was already posted
- No crypto, blockchain, NFTs
- No Xitter links (if absolutely necessary, use xcancel)
Related communities:
Some of these are only vaguely related, but great communities.
- !opensource@programming.dev
- !selfhosting@slrpnk.net / !selfhosted@lemmy.world
- !piracy@lemmy.dbzer0.com
- !drm@lemmy.dbzer0.com
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
Okay, please just hear me out.
Decentralised Filesystem.
That is what the future of the internet is IMO because everything is files and sharing files.
You want to back up your photos? Buy a hard drive and put them on the decentralised file system. You want to check out photos from your friend? As he gave you access to his share folder on the decentralised file system, you can just go there and check them out. Without paying some centralised company.
Decentralised file systems are impervious to company control. It will be our internet, to do with like we see fit.
IPFS!
The grandfather of decentralised filesystems (maybe https://ipfs.tech/ has some more information )!
You might want to check this out for a modern approach (sorry for the shameless plug 😊).
OH - this is awesome! Why aren't more people using this?
I'm going to get myself up on this tomorrow just to give it a try.
Thank you 😊!
One reason might be that I'm very bad at marketing 😬. And if you have any kind of problem don't hesitate to tell!
Oooh neat! I read the instructions, simple as that?? What if I'm behind an isp's cgnat?
You could use tailscale, or a VPN if it allows port forwarding.
I'm very interested if you try it out, and would love to know how it went!
Why is there no link to the codebase?
You can find it in the documentation if you read around a bit, it's not ibvious so here's a direct link here.
This sounds really interesting and just what I was starting to look for.
What I'm not clear on and couldn't find info about is what's the storage size trade-off? Presumably you get these benefits by providing some of your storage to others, as they do for you. I'm trying to decide the size of disk I need to use and not clear how to estimate that. Also not clear how recovery is dealt with if my storage fails spectacularly. Can you restore from the "cloud" or do you still need to have your own full backups? The fact that links still work when you're offline makes it sound like cloud recovery is possible but didn't see anything about that.
Hello and thanks!
Sorry for the delay, my PC had a nervous breakdown yesterday.
The storage acceptance can be configured, but for now there is only either you accept anything, or you accept up to twice the size of your file (default).
Also, there is a (configurable) limit where files are auto accepted, under 64Kb with a total size of 16GB.
I'm thinking about other ways of brokering the deal, like high/low bandwidth, size of course and availability but that is work in progress.
But today, for example, if you store your photo collection of 1000 1MB photos, with a redundancy of 10 (default) the median and max storage you'd need would be:
Median: itemsize * redundancy = 1000 * 1MB * 10 = 10 GB
Max: itemsize * redundancy * 2 = 1000 * 1MB * 10 * 2 = 20 GB
BTW;
You can store GB sized files, but it's not very convenient yet (it uses lots of RAM and the app freezes up for a while) and you might not find someone to "trade" with.
And it's not yet battle proven, so I'd keep a backup to be sure. In the future, you just need your links, and if you have lots of links you can just put them in a folder store that on the network too (with a high redundancy!) and keep just one master link for a total backup.
You can sub here for info and of course if you have more questions!
Or just fire away here.
Cheers!
Thanks for the reply. I'm not sure this is for me given the storage requirements. I was hoping for some magic math I guess that didn't require the extra magnitude of storage it seemed would be required, but alas no magic was found.
You can also just do a tit for tat and divide the requirements by ten. There is a possibility that someones pc has a problem and can't serve one of your files back when you need it though. That's why the base is 10x oversharing, a good value for a backup is surely somewhere in between...
You should explain more about what it does/how it works on the intro page.
Is it like Foldershare was back in 2006 (before MS bought it)?
Does it enable client-less file sharing (eg via a browser for someone wanting to access your files)?
If that's the concept, great! Maybe an example on the page would be useful
Hello and thanks for the feedback!
Sorry for the delay, my PC had a nervous breakdown yesterday.
Funnily I reworked the intropage recently to remove a lot of examples because I felt it cluttered up the first impression! What do you think about a sub section for that or would that be too easily overlooked? Also, as I have you on the hook here for the moment :-) what do you think about those examples:
Chat
Facebook-like
Webpage
Dropbox
Wikipedia
Backup
Or maybe you have some ideas?
For your questions, yes it does allow client-less sharing (guess you have to have your PC on from time to time though, but not at all always), but you can't access the data from a browser. I'm working on a browser plugin to read the link files, but it has to be in javascript so there is some work to be done.
I don't know how Foldershare worked, but you can definitely share a folder with your friends for example.
BTW, you can sub here for info and of course if you have more questions!
Or just fire away here.
Cheers