▲ | clearleaf 6 days ago | ||||||||||||||||||||||||||||||||||||||||
The incredible technology you're describing was possible on the Nintendo DS without wires and no need for a LAN either. It's a problem that's been solved in hundreds of different ways over the last 40 years but certain people don't want that problem to ever be solved without cloud services involved. This dumb pipe thing is certainly interesting but it will run into the same problem as the myriad other solutions that already exist. If you're trying to give a 50MB file to a Windows user they have no way to receive it via any method a Linux user would have to send it unless the Windows user has gone out of their way to install something most people have never heard of. | |||||||||||||||||||||||||||||||||||||||||
▲ | deathanatos 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
> It's a problem that's been solved in hundreds of different ways over the last 40 years If we put the requirements of,
That eliminates like 90% of the recent trend of WebRTC P2P file transfer things that have graced HN over the last decade, as all WebRTC code seems to just copy Google's STUN/TURN servers between each other.But as you say, > but certain people don't want that problem to ever be solved without cloud services involved. ISPs seem to be that in set. IPv6 would obsolete NAT, but my ISP was kind enough to ship an IPv6 firewall that by default drops incoming packets. It has four modes: drop everything, drop all inbound, a weird intermediate mode that is useless¹, and allow everything. (¹this is Verizon fios; they claim, "This feature enables "outside-to-inside" access for IPv6 services so that an "outside" Internet service (gaming, video, etc.) can access a specific "inside" home client device & port in your local area network."; but the feature, AFAICT, requires the external peer's address. I.e., I need to know what my roaming IP will be before I leave the house, somehow, and that's obviously impossible. It seems utterly clearly slapped on to say "it comes with a firewall" but was never used by anyone at Verizon in the real world prior to shipping…) | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | loloquwowndueo 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Pairdrop.net - no need to install anything, transfers go over the local network if both devices are in a LAN. | |||||||||||||||||||||||||||||||||||||||||
▲ | elliotec 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
I mean, windows users install things they’ve never heard of all the time. If this was a real thing you needed to do, and it is too much work to get them to install WSL, you could probably just send them the link to install Git and use git bash to run that curl install sh script for dumbpipe. And if this seemed like a very useful thing, it couldn’t be too hard to package this all up into a little utility that gets windows to do it. But alas, it remains “easier” to do this with email or a cloud service or a usb stick/sd card. | |||||||||||||||||||||||||||||||||||||||||
▲ | kovek 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
> It's a problem that's been solved in hundreds of different ways over the last 40 years I guess now you can find the solution that you need by telling the requirements to LLMs who have now indexed a lot of the tradeoffs |