Earlier quoted context omitted.
Everything I liked about Zeit was Now v1, so, not really?
It took me awhile to come to terms with the truth that "You are not their target customer." Fair enough. Except that they built their brand off the backs of people they no longer want using their platform...
Vercel, formerly Zeit, raises $21M Series A
191–200 of 203 posts
Re: Vercel, formerly Zeit, raises $21M Series A
#192Earlier quoted context omitted.
What lawsuits? Don't virtually all open-source licenses in existence disclaim any warranty or fitness for a particular purpose?
True, and I’m not a lawyer, but I don’t care about them getting sued, I care about the fact I can’t protect customers’ data if I use Vercel
Re: Vercel, formerly Zeit, raises $21M Series A
#193I 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 was an early adopter of Now v1 and loved it. I evangelized it to all my clients, used it on every project - it was such a breath of fresh air that deploying a server was now so easy. Ok, I get that serverless is a different paradigm. And I understand the arguments for it. But I refused to use Now v2 precisely because they violated their promises they had made -- but worse, turned it into "just another AWS". If I wa…
Re: Vercel, formerly Zeit, raises $21M Series A
#194“We decided to retain our signature triangle logo, although we have simplified it.” Is this satire? Can’t tell.
Re: Vercel, formerly Zeit, raises $21M Series A
#195I liked Zeit but had to switch because there was no way to get IP addresses to whitelist, so Vercel customers are likely to get hacked, because they’re forced to secure their database with only a password, and no firewall. Apparently you can fix this with an “enterprise” subscription, which is a huge red flag. Open source doesn’t get secure data? Vercel is likely to get hit with huge lawsuits over that, and I’m stayi…
Re: Vercel, formerly Zeit, raises $21M Series A
#196Re: Vercel, formerly Zeit, raises $21M Series A
#197"Jamstack" has to be the worst name for an architecture ever. "Javascript", "APIs", and "markup"... uhhh you mean like what the entire web already runs on?
Re: Vercel, formerly Zeit, raises $21M Series A
#198Re: Vercel, formerly Zeit, raises $21M Series A
#199Earlier 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.
I've recently had a simple requirement. To build a site with content gated behind a paywall. There's no way to have SSR'd gated content without paying a gazillion bucks to either netlify or next for role-based redirects. Even if I would go for CSR'd content for the gated part, I'd have to fiddle with JWT tokens. To handle users, I'd have to use a 3rd party service such as oauth, since zeit doesn't support users, and…