this post was submitted on 15 Sep 2023
10 points (100.0% liked)

decentralized

1882 readers
1 users here now

This is a community for the discussion and news about the decentralized web, software, privacy, and related topics.

Rules: be a good human being

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/4956418

I like the IPFS technology as an idea, I can pin my files I guess, but I don't know any communities or services that I wanna use that leverage IPFS.

I was wondering what y'all are using.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 9 months ago

I played around with IPFS a bit. The best use case currently is that it hosts Genesis Library and you can retrieve single files. Other than that I found it to be horribly slow and unusable. It's just one of those bloated venture capital funded protocols that want to "disrupt" existing internet standards instead of improving them. HTTP and BitTorrent work better than IPFS.

[–] [email protected] 2 points 1 year ago (1 children)

I was using the nerdctl feature to get ipfs images and running those. I would love to see more containers, packages, ISPs, etc available from IPFS

[–] [email protected] 3 points 1 year ago (1 children)

So you're running a website, and nerdctl's IPFS support let you serve your website over IPFS?

[–] [email protected] 3 points 1 year ago

In my case I was building an light weight images of Mozzilla Deepspeach (a speech to text program) and storing it on IPFS as my back end storage (as opposed to something like NFS or dockerhub).