HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vayne

no profile record

Submissions

Cloudflare Tunnel for Content Teams

blog.cloudflare.com
1 points·by vayne·5 năm trước·0 comments

Geo Key Manager: Setting up a service for scale

blog.cloudflare.com
1 points·by vayne·5 năm trước·0 comments

Cloudflare Tunnels make easily locks down your origin servers from the Internet

blog.cloudflare.com
3 points·by vayne·5 năm trước·1 comments

comments

vayne
·4 năm trước·discuss
You should read this to understand how the economics of this works: https://stratechery.com/2021/cloudflares-disruption/

"The reason that Cloudflare can pull this off is the same reason why S3’s margins are so extraordinary: bandwidth is a fixed cost, not a marginal one. To take the most simplified example possible, if I were to have two computers connected by a cable, the cost of bandwidth is however much I paid for the cable; once connected I can transmit as much data as I would like for free — in either direction.

That’s not quite right, of course: I am constrained by the capacity of the cable; to support more data transfer I would have to install a higher capacity cable, or more of them. What, though, if I already had built a worldwide network of cables for my initial core business of protecting websites from distributed denial-of-service attacks and offering a content delivery network, the value of which was such that ISPs everywhere gave me space in their facilities to place my servers? Well, then I would have massive amounts of bandwidth already in place, the use of which has zero marginal costs, and oh-by-the-way locations close to end users to stick a whole bunch of hard drives."
vayne
·4 năm trước·discuss
I get what you are saying now. Agree if the right actors are on it, all those doesn’t matter. Sorry about that.
vayne
·4 năm trước·discuss
vayne
·4 năm trước·discuss
Yeah, but that could be another sequel. D1 is one minus D2
vayne
·4 năm trước·discuss
Also, the number of lines of kernel code being executed is not a valid metric without comparing how much of those code flow can the user control. In gVisor, this is mostly limited to what the go runtime can call. There is very little direct control over these syscalls.
vayne
·4 năm trước·discuss
+1. I'd also add that gVisor's slightly limited compatibility is a security feature. Like there is no need for obscure functionality which most production apps rarely use.