Earlier quoted context omitted.
> So this seems like pretty legitimate grist for discussion. Are you comfortable with your advocacy here, or having second thoughts about it? My job isn't to be a PR person for everything Cloudflare does. Cloudflare has and does things I disagree with. It's a company with a lot of people working there, after all :) All of this stuff is completely outside of what is going to be my job. And a job I haven't even started…
... right! I agree! So, again: why were you volunteering opinions about the norms-compliance of this Cloud Flare project on Reddit, rather than just saying, "huh, no idea, wasn't involved"?
I'm Joining CloudFlare
91–100 of 124 posts
Re: I'm Joining CloudFlare
#92Earlier quoted context omitted.
It is probably way more the latter concern (the voting) than the former (the writing), but note upthread that Klabnik was aware this was going to happen when he wrote it, which is why he asked Cloud Flare marketing about it first. As to why I'm commenting on it: because it was submitted for our comment, and this is my comment.
As to why I'm commenting on it: because it was submitted for our comment, and this is my comment. Was it? Is there any particular expectation that HN users must comment on stories, as opposed to simply reading them and gaining whatever value they gain from that exercise? I don't know about you, but I certainly don't feel compelled to comment on every HN post. And judging by how many posts hit the /newest page and dis…
Re: I'm Joining CloudFlare
#93Earlier quoted context omitted.
... right! I agree! So, again: why were you volunteering opinions about the norms-compliance of this Cloud Flare project on Reddit, rather than just saying, "huh, no idea, wasn't involved"?
Because, while it's a personal thing I am working on, I haven't yet totally learned to not write paragraphs of text when someone asks me a question. I'll get there :) I'll save this thread as a reminder for next time I'm tempted ;)
Re: I'm Joining CloudFlare
#94Re: I'm Joining CloudFlare
#95This is the second post I see about this edge functions, and while I appreciate the advantages (decreasing network latency should definitely have an impact), will this matter much if the database is still centralized? If most edge functions still need to talk to a centralized database, won’t that be essentially the same, performance wise?
You are 100% right. I said this in the post: > My role as part of Storage will be to consider “what does data access and storage look like in this world?” If your code is moved to the edge, but your data is still in a central server, you don’t gain the full benefit of having the code close to the client. There’s a lot of interesting stuff in this space! Fixing this problem, or at least coming up with the plan to fix…
Re: I'm Joining CloudFlare
#96Earlier quoted context omitted.
It is probably way more the latter concern (the voting) than the former (the writing), but note upthread that Klabnik was aware this was going to happen when he wrote it, which is why he asked Cloud Flare marketing about it first. As to why I'm commenting on it: because it was submitted for our comment, and this is my comment.
As to why I'm commenting on it: because it was submitted for our comment, and this is my comment. Was it? Is there any particular expectation that HN users must comment on stories, as opposed to simply reading them and gaining whatever value they gain from that exercise? I don't know about you, but I certainly don't feel compelled to comment on every HN post. And judging by how many posts hit the /newest page and dis…
Re: I'm Joining CloudFlare
#97Earlier quoted context omitted.
You are 100% right. I said this in the post: > My role as part of Storage will be to consider “what does data access and storage look like in this world?” If your code is moved to the edge, but your data is still in a central server, you don’t gain the full benefit of having the code close to the client. There’s a lot of interesting stuff in this space! Fixing this problem, or at least coming up with the plan to fix…
FWIW, I think “edge compute but centralized db” is often not just “not gaining the full benefit of edge compute”, it’s actually “way slower than everything centralized.” I’ve worked on plenty of systems where a single web facing endpoint results in 10+ db queries. With “everything centralized”, this means 1 big round trip to the data centre, then lots of tiny/fast within-datacentre round trips. But move compute away…
Re: I'm Joining CloudFlare
#98Must be a fun place to work at. Is Cloudflare tracking this post?
Re: I'm Joining CloudFlare
#99Earlier quoted context omitted.
You are 100% right. I said this in the post: > My role as part of Storage will be to consider “what does data access and storage look like in this world?” If your code is moved to the edge, but your data is still in a central server, you don’t gain the full benefit of having the code close to the client. There’s a lot of interesting stuff in this space! Fixing this problem, or at least coming up with the plan to fix…
FWIW, I think “edge compute but centralized db” is often not just “not gaining the full benefit of edge compute”, it’s actually “way slower than everything centralized.” I’ve worked on plenty of systems where a single web facing endpoint results in 10+ db queries. With “everything centralized”, this means 1 big round trip to the data centre, then lots of tiny/fast within-datacentre round trips. But move compute away…
Re: I'm Joining CloudFlare
#100This wasm-at-the-edge stuff is so exciting! It's always dangerous to predict the future, but one possible future for the web feels like it's starting to come into focus: javascript as the default language everywhere (frontend, backend, edge), plus the ability to compile lots and lots of other languages to WebAssembly. A runtime that works everywhere (or, more accurately, a handful of partially compatible runtimes) wi…
WASM's purpose is to compile languages to run in a web browser. A CloudFlare "worker" is a web server that runs at a data center close to the user.