this post was submitted on 12 Oct 2023
30 points (96.9% liked)

Selfhosted

40183 readers
547 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (25 children)

Feels like your services there just makes http links with extra steps?

Why would I want to use IPFS with those services instead of just online hosting?

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

Because you won't be paying for distribution.

If you are just hosting data for yourself, sure, go ahead and stick with a regular storage provider. IPFS is useful for the cases where there will be many people who will be accessing that data. The more popular a file is, the more nodes in the swarm will have it and the less it will be requested from your node specifically.

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

If you could get a torrent file to display an image in your web browser, yes.

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

So regular web browser can browse IPFS only systems?

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

Yes. Brave has it built-in. Others can do it through an extension.

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

That's cool, still can't see why I wouldn't use http(s) though that is cheaper and simpler?

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

"Cheaper and simpler" only if you are comparing with sites hosted on some big cloud provider. Consider the case where you don't want or can't rely on, e.g, Cloudflare or AwS and ask yourself how you would serve lots of static data without worrying about bandwidth or getting DDOS.

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

OVH, Mega, insert lots and lots of other providers here. They probably can handle DDOS etc good enough.

I mean is it only for some niche usage (which is totally okay and fine) like serving lots of static data from lesser unknown providers then?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

There are two aspects you are ignoring here:

  • with IPFS you can do it from your own computer

  • it is content addressable, files are addressed by their hash, which means you can have a system, e.g, different Lemmy instance admins can share a IPFS server and it gets automatically deduplicated, or you can have something like trustless package managers that run without the need of a central authority.

Might not be useful for you, but it should be useful for a lot of people.

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

Okay for the hash (similarly to https://mysite.com/folder1/IMG.jpg but a string op numbers) buf I upload images and share them from my pc too.

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

You are really failing to understand how it works, and I am failing to explain it properly.

similar to https://mysite.com/folder1/IMG.jpg

No. Similar to a Distributed Hash Table. It won't matter if people go https://mysite or https://yoursite`. With a DHT, all you need is the hash of the file, and your node will be able to locate all servers who have the relevant pieces of data and send it to you.

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

I actually do know how it works, but I sure have a hard time understanding the usefulness.

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

Then we are going to go in circles: people already described use-cases and your knee-jerk reaction is to respond with "but I can do *something vaguely related* with OVH".

This gets tiring, and I'd rather do something else with my time. Have a good one.

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

Maybe you're right, and I fail to find any kind of usefulness for this distributed hash table. I really try though, sorry to inconvenience you, but it sure feels like a BTC ledger without the security nor the longevity.

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

As with a lot of things in the crypto adjacent space, they’re offering a solution looking for problems. Some problems (such as storing and distributing files) are essentially solved (many cheap providers for both storage, distribution, and/or both to choose from), while others (such cryptographically secured immutable ledger for provenance tracking in specific use-cases) might benefit from the technology. Knowing which is which and where to adopt what tech is the challenging part.

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

I'm 100 percent with you here, I definitely feel like the IPFS "crowd" is trying to find a usefulness, and I hope they do. I'm all for decentralized, protected communication, storage and so on! If you need a proof of that just ask and I'll deliver.

But it feels like they are still looking for that usefulness.

I'm not even here saying "prove me this or that", but I do question the usability which I understand can be felt like an attack for some people.

load more comments (14 replies)
load more comments (21 replies)
load more comments (21 replies)