Live data from Hacker News

IPFS Maintainers Winding Down

ipshipyard.com

211–220 of 226 posts

Re: IPFS Maintainers Winding Down

#211
post #203

Earlier quoted context omitted.

I think it's a perfectly valid complaint about the ecosystem at large. Not a criticism of the individuals or of this specific case to be clear, but a broader observation that this isn't how things ought to be according to a certain set of ideals and the question then of why we keep seeing it over and over. Clearly there's some sort of systemic shortcoming that applies to the entire ecosystem.

What exactly is the complaint? They haven't even made that clear is my point.

They were perfectly clear; you're trolling.

Re: IPFS Maintainers Winding Down

#212
post #200

Earlier quoted context omitted.

They did - Bittorrent

Optimized for throughput and large files. It's slow to start, downloads chunks in random order and there is no standard way to link torrents together. It's a bad fit for anything that's supposed to replace the traditional web.

Bittorrent isn't slow to start.

Re: IPFS Maintainers Winding Down

#213

Earlier quoted context omitted.

But bittorrent has been successfully censored. People are afraid to run it because they know their ISP will forward them demand letters.

That's not what we were talking about here. But as long as we're on this tangent I hardly think using a VPN constitutes a high bar to clear. There are still plenty of jurisdictions remaining in the world that in practice don't care to enforce copyright law against individuals (or sometimes at all).

Most western governments are currently in the process of making anonymous VPNs illegal.

Re: IPFS Maintainers Winding Down

#216
post #89

Earlier quoted context omitted.

Even more so when in most cases no one could explain any real type of ownership in terms of working in most existing legal frameworks. What would I have owned exactly? What would have ownership entitled... All very reasonable question. Mostly entirely ignored or handwaved...

In the case of the bay area yacht club you would have owned the right to be a member of the yacht club

So they have a cool club for yachting but ruin it with geeky digital tokens

Re: IPFS Maintainers Winding Down

#217
post #200

Earlier quoted context omitted.

Optimized for throughput and large files. It's slow to start, downloads chunks in random order and there is no standard way to link torrents together. It's a bad fit for anything that's supposed to replace the traditional web.

Bittorrent isn't slow to start.

It takes at least 5 seconds, which is slow for this use case

Re: IPFS Maintainers Winding Down

#218

Earlier quoted context omitted.

This is irrelevant. The point I'm responding to is this: >I think something like IPFS is definitely needed. There is nothing stopping you from distributing a webapp on bittorrent but you'll also need to add a README for instructions on how to run the webapp on localhost so a browser can render it. So thats not something that any non-technical user wants to do. This quoted comment assumes there's a web app that is suf…

> a link that looks like `ipfs://12340-9q5ui1j2;lk3rjq;ladksfj` won't scare those same people off Why would non-technical users be looking at raw URLs? Surely links "look like" blue underlined text; or a button; or whatever?

>Why would non-technical users be looking at raw URLs?

Surely you jest. Have you heard of this thing called the address bar? Do you think non technical folks don't know what "Google.com" is?

How many normies working office jobs get it drilled into them "don't open links if you don't recognize the domain"?

How do normies share urls? They paste them into Whatsapp group chats.

Re: IPFS Maintainers Winding Down

#219

Earlier quoted context omitted.

Bittorrent isn't slow to start.

It takes at least 5 seconds, which is slow for this use case

Contact tracker (2 RTT UDP), contact some peers (2 RTT TCP, 1 RTT handshake, 1 RTT piece request and response, assuming a very small file). That's 5 RTT, about on par with HTTP 1.1 and TLS (though there's no TLS here).

Existing bittorrent software is heavily optimized for batch downloads of big files, but that isn't in the protocol.

Post reply on HN