Earlier quoted context omitted.
I honestly don't understand this fetishization of "serverless" functions. It leads to so much vendor lock-in, tooling complexity, and straight-up lack of features.
For me as a noob with very simple requirements, it’s very refreshing not having to care where and how my server code runs. Just add to a repo, push and forget. And if my code is written against some simple HTTP request interface, there shouldn’t be much trouble to move it elsewhere.
Vercel, formerly Zeit, raises $21M Series A
111–120 of 203 posts
Re: Vercel, formerly Zeit, raises $21M Series A
#112As someone who has been involved in many branding projects, it is amusing to see all the negative commentary on the rebrand. This is human nature 101. Everyone always hates rebrands. In fact I am willing to bet that the executives who eventually bought into this new name also hated the new name when they heard it. Whenever we presented a new name to a company that wanted to be rebranded, we always asked them not to p…
Yeah, a rebranding will always sound weird at first. The question is whether the upside is better in the long-term - time will tell. Vercel does sound good (though does sound close to parcel for me and also reads like vermicelli a bit). For "Zeit" I am biased, since I speak German and it translates to "time" (and there's a large circulation newspaper called "Zeit"... well, actually "Die Zeit" which reads funny in Eng…
Re: Vercel, formerly Zeit, raises $21M Series A
#113I might be missing something. How does this compare with netlify which I've been using sometime as my 'heroku' for static sites? With that I'm also getting the ability to post-process things, use lambda functions, even get get forms for free (up to a point) which is needed for almost every site. It also provides slick DNS. Has worked wonders with gulp/jekyll/etc builds. This does seem to do all of that with the excep…
Main difference with Vercel / ZEIT is that unlike Netlify, it can more easily have SSR pages. So like if you're using NextJS for instance, on Netlify you can only really use the static site generation features of NextJS, whereas with Vercel you have SSR pages as well as the API functions. Also Vercel _can_ do full standard servers if needed, including for NodeJS https://vercel.com/docs/runtimes#advanced-usage/advance…
Re: Vercel, formerly Zeit, raises $21M Series A
#114Earlier quoted context omitted.
For me as a noob with very simple requirements, it’s very refreshing not having to care where and how my server code runs. Just add to a repo, push and forget. And if my code is written against some simple HTTP request interface, there shouldn’t be much trouble to move it elsewhere.
So, where do you host? What data store do you use?
Re: Vercel, formerly Zeit, raises $21M Series A
#115I gave up on Zeit when Now v2 came out because, besides it being more complex and a pain to migrate to, they went back on their promises about no vendor lock-in. Up until late 2018, their site had a very different philosophy that they abruptly abandoned. [1] [2] Fool me once... 1: https://web.archive.org/web/20181107092845/https://zeit.co/n... 2: https://web.archive.org/web/20181107092845/https://zeit.co/n...
I honestly don't understand this fetishization of "serverless" functions. It leads to so much vendor lock-in, tooling complexity, and straight-up lack of features.
If you’re at a company that wants to manage K8s, and you’ve chosen to invest in that direction, then serverless doesn’t make a lot of sense.
If your customers aren’t buying compute, then you should be wary of large investments that are outside your core focus.
Sure, there are quite a few problems with lambdas. But the abstraction you’re working at is much more atomic. And you don’t need FTEs to manage K8s and introduce a completely new set of problems.
Less is more (is the argument).
Re: Vercel, formerly Zeit, raises $21M Series A
#116I've been a customer for 3 years. `now` has felt like such a great evolution of the Heroku experience, which seemed to stop evolving after it got acquired by Salesforce. Zeit focused on all types of applications when it started, not just static frontend and FaaS. I wish it would return to supporting apps beyond JAMstack.
Python works great on Now once you figure out how to deploy it there. The lack of detailed documentation around Python does make me nervous that they may drop support for it some day though. My notes on running a Python app on Now v2: https://github.com/simonw/til/blob/master/zeit-now/python-as...
Re: Vercel, formerly Zeit, raises $21M Series A
#117I gave up on Zeit when Now v2 came out because, besides it being more complex and a pain to migrate to, they went back on their promises about no vendor lock-in. Up until late 2018, their site had a very different philosophy that they abruptly abandoned. [1] [2] Fool me once... 1: https://web.archive.org/web/20181107092845/https://zeit.co/n... 2: https://web.archive.org/web/20181107092845/https://zeit.co/n...
Now v1 was such an awesome abstraction, I was inspired to recreate the CLI on top of Kubernetes, to avoid any vendor lock-in. I also needed v1 capabilities like websocket support that went away with the v2 lambdas. This CLI utility has support for a few major cloud Kubernetes providers. https://github.com/snowjs/cli
Re: Vercel, formerly Zeit, raises $21M Series A
#118I've been a customer for 3 years. `now` has felt like such a great evolution of the Heroku experience, which seemed to stop evolving after it got acquired by Salesforce. Zeit focused on all types of applications when it started, not just static frontend and FaaS. I wish it would return to supporting apps beyond JAMstack.
Python works great on Now once you figure out how to deploy it there. The lack of detailed documentation around Python does make me nervous that they may drop support for it some day though. My notes on running a Python app on Now v2: https://github.com/simonw/til/blob/master/zeit-now/python-as...
Re: Vercel, formerly Zeit, raises $21M Series A
#119As someone who has been involved in many branding projects, it is amusing to see all the negative commentary on the rebrand. This is human nature 101. Everyone always hates rebrands. In fact I am willing to bet that the executives who eventually bought into this new name also hated the new name when they heard it. Whenever we presented a new name to a company that wanted to be rebranded, we always asked them not to p…
What value is there in renaming anything? You've said that out that "Google is a stupid and juvenile-sounding name." but you imply it doesn't matter - so what's the point? Isn't rebranding what companies do when they run out of ideas (one of my old employers changed its name at least 3 times because... why? I doubt they have a viable product yet. A name change isn't going to help).
Re: Vercel, formerly Zeit, raises $21M Series A
#120I gave up on Zeit when Now v2 came out because, besides it being more complex and a pain to migrate to, they went back on their promises about no vendor lock-in. Up until late 2018, their site had a very different philosophy that they abruptly abandoned. [1] [2] Fool me once... 1: https://web.archive.org/web/20181107092845/https://zeit.co/n... 2: https://web.archive.org/web/20181107092845/https://zeit.co/n...
I honestly don't understand this fetishization of "serverless" functions. It leads to so much vendor lock-in, tooling complexity, and straight-up lack of features.
I agree it's so far wildly overblown, but I get that too. A lot of people are scared by ops, and "serverless" promises they don't have to think about it. For those of us comfortable with ops, even the name is an obvious lie. But for people who just have some code they want to run, getting it usefully deployed is still too hard.
Right now I feel like we're in a transitional era. The old model of individual single-purpose or multi-purpose servers is obviously inadequate. "Virtual server" is like "horseless carriage"; we know that the old paradigm is wrong, but we haven't found the new one. There are lots of contenders, but it seems like none of them have nailed it. The similar era for automobiles was circa 1900, where steam, electric, and internal combustion were all duking it out, with dozens of small manufacturers. I'll be very interested to see what we consolidate around.