←back to thread

The New Internet

(tailscale.com)
517 points ingve | 2 comments | | HN request time: 0.001s | source
Show context
jclulow ◴[] No.41083229[source]
An incredibly long ramp up to complaining about centralised control by rent seekers (a very reasonable complaint!) which gets bogged down in some ostensibly unrelated shade about whether client-server computing makes sense (it does) or is itself somehow responsible for the rent seeking (it isn't; you can seek rent on proprietary peer to peer systems as well!) to then arrive at:

> There’s going to be a new world of haves and have-nots. Where in 1970 you had or didn’t have a mainframe, and in 1995 you had or didn’t have the Internet, and today you have or don’t have a TLS cert, tomorrow you’ll have or not have Tailscale. And if you don’t, you won’t be able to run apps that only work in a post-Tailscale world.

The king is dead, long live the king!

replies(5): >>41083270 #>>41083633 #>>41084357 #>>41088656 #>>41091099 #
1vuio0pswjnm7 ◴[] No.41084357[source]
"...you can rent seek on proprietary peer to peer systems as well..."

I still use a non-proprietary one that predates Tailscale and that is not OpenVPN. It is small and simple enough even I, a non-programmer, can make modifications.

It's possible one ends up using client-server in order to achieve peer-to-peer because not everyone has an internet-reachable, non-firewalled IP address. Using some hosting company's server to run a "supernode" may be required. No traffic needs to pass through it if it is used only as a "rendezvous server" so the cost can be minimal.

Companies that try to compete with "free" always draw high scrutiny from me. Stop using that free software and start paying us. We added 100 unnecessary "features".

Not doubting this "corporate strategy" can succeed, at least short-term. Look at Slack. But these subscriptions are not for me.

Client-server versus peer-to-peer is misdirection. The real issue is proprietary versus non-proprietary. IMHO.

replies(1): >>41084682 #
HumanOstrich ◴[] No.41084682[source]
What is the non-proprietary option you are referring to?
replies(3): >>41084892 #>>41084895 #>>41088671 #
rsync ◴[] No.41088671{3}[source]
Hopefully referring to the (excellent) sshuttle:

https://github.com/sshuttle/sshuttle

... which allows you to turn any system you have an ssh login on into a VPN endpoint.

replies(1): >>41090059 #
1. TheFlyingFish ◴[] No.41090059{4}[source]
Wasn't sshuttle created by the now CEO of Tailscale?
replies(1): >>41091210 #
2. rsync ◴[] No.41091210[source]
Yes, I think so - original project is at:

https://github.com/apenwarr/sshuttle

... and I had not made that connection before ...