Deno raises $21M
21–30 of 397 posts
Re: Deno raises $21M
#22> Cold start (time to first response, ms) O(100) O(1000) O(10000) I think ~100 ~1000 ~10000 would be clearer than using the big O notation, since this has nothing to do with fuinctions.
Re: Deno raises $21M
#23Re: Deno raises $21M
#24What does O(100) mean in the comparison table?
Re: Deno raises $21M
#25What does O(100) mean in the comparison table?
Or, in simpler terms, O(x) = “approximately x, to one significant figure”
Re: Deno raises $21M
#26What does O(100) mean in the comparison table?
It's misusing big-O notation for "order of magnitude", but after I initially tripped over it, it seemed clear enough.
Re: Deno raises $21M
#27are there real-world, commercial products actually running on """serverless""" architecture? no matter how much I think about that whole concept, I see no application for it that couldn't be done better, faster and easier with regular tools
Yeah, thousands I would imagine. The last two companies I have worked at have been 100% serverless or nearly 100%.
> no matter how much I think about that whole concept, I see no application for it that couldn't be done better, faster and easier with regular tools
Considering you have to ask if there are _any_ products running in a serverless environment, I would imagine you need more exposure to the concept before you make such a large judgement on it.
Re: Deno raises $21M
#28The color changing on this page gives me a migraine: https://deno.com/deploy I like Deno in principle, but I'd love to see how Slack, Github and Netlify are using it.
Re: Deno raises $21M
#29> Cold start (time to first response, ms) O(100) O(1000) O(10000) I think ~100 ~1000 ~10000 would be clearer than using the big O notation, since this has nothing to do with fuinctions.
Re: Deno raises $21M
#30are there real-world, commercial products actually running on """serverless""" architecture? no matter how much I think about that whole concept, I see no application for it that couldn't be done better, faster and easier with regular tools
I rather know my configuration and use one big server with the static files on a CDN