Live data from Hacker News

Storage on Vercel

vercel.com

51–60 of 144 posts

Re: Storage on Vercel

#52

the margin that vercel makes on these products that you can easily integrate with nextjs (or anything else that runs on their infra) is crazy. All of them offer easy integration with the edge or lambas functions... I don't see how vercel justifies this price outside of DX

Consumers have always been willing to pay a premium for simplicity & convenience. No difference here: devs will pay for DX.

Re: Storage on Vercel

#54
post #2

Vercel is the second company to “eat the cloud from outside in”. ( https://www.swyx.io/cloudflare-go ) its now my defacto playbook for building lasting bottom up disruptive cloud companies. start by giving away an extremely good free tier (cloudflare - cdn, vercel - nextjs+hosting) then add build time compute, run time compute, readonly kv store, and now full read write storage. (this is part of an overall cloud prog…

Will they run my workloads without requiring my attention for decades? I'd love to rewrite and move some old PHP sites from my webhost, but that one has been hosting them without requiring my attention for probably close to 15 years. I'm a little skeptical these fancy cloud runtimes will even exist a few years from now.

Re: Storage on Vercel

#55
post #4

Cloudflare's R2 costs $0.36 per million read operations (after the 10 million you get for free) [1]. Vercel is wrapping R2 and is charging $2 per million reads [2]. They're also charging $0.15/GB for egress (after the 1GB you get free), when R2 charges nothing, and the storage cost is doubled from $0.015/GB on R2 to $0.03/GB on Vercel. That's quite the cost increase for the DX improvement. [1] https://developers.clou…

Hijacking this comment to ask if anyone has had luck integrating Cloudflare R2 with Pleroma.

I’ve not had any luck getting it to work though I’m also not well versed on the terminology.

Re: Storage on Vercel

#56

Earlier quoted context omitted.

I don't think you understand what the code is doing. That's a string templating function , not a raw templated string. `${formData.get('name')}` will get passed as a parameter in a var-arg, not stuck straight into the string.

Right. The code converts all expressions into $N-parameters. However Postgres does not support parameters in all locations, eg. this would fail: import { tableName } from "../shared" sql`SELECT * FROM ${tableName} WHERE id=${formData.get('id')}` The @vercel/postgres package needs a big disclaimer that it works very differently from node-postgres and what is and is not allowed.

That would result in an error then, not an injection

Re: Storage on Vercel

#57
I really wish this had been Fly or Supabase. I’ve used Neon and it is much less performant and often times completely non responsive.

My company already uses Cloudflare so the rest isn’t a big change for us.

Re: Storage on Vercel

#58
post #2

Vercel is the second company to “eat the cloud from outside in”. ( https://www.swyx.io/cloudflare-go ) its now my defacto playbook for building lasting bottom up disruptive cloud companies. start by giving away an extremely good free tier (cloudflare - cdn, vercel - nextjs+hosting) then add build time compute, run time compute, readonly kv store, and now full read write storage. (this is part of an overall cloud prog…

> https://twitter.com/swyx/status/1417136897894326277

Companies are leasing out the core aspects of computing (storage, networking, CPU, GPU, auth), nothing really insightful here. Just your average day in capitalism.

> many other platforms try to start off offering everything under the sun

Do they? Or do they also start small, then build up over the years until they have everything under the sun, rinsing and repeating the process.

Re: Storage on Vercel

#59
post #8

Earlier quoted context omitted.

Classic VC-backed B2B play. The trick, however, is finding a "wedge" people actually want on its own. Unfortunately that seems to be easier said than done.

There’s a lot of magic with Vercel, but I think the true “wedge” was clear to many people: DX. The trick was really the execution, which they nailed. They realized early that there was a whole class of developers out there, many of them quite talented, who couldn’t stand SSH’ing into Linux boxes, configuring htaccess files, installing SSL certificates, etc. Many of these developers also worked at big companies, and h…

What just like Netlify who did it a few years earlier?

Re: Storage on Vercel

#60
post #12

Earlier quoted context omitted.

Cloudflare own and run the services they’re offering whereas it looks like Vercal storage is just other people’s services rebranded

Users don't care about that.

They do, actually. We don't say anything about running our own infrastructure. And every time someone finds out, they're like "why didn't you lead with that?"

I'm surprised how much people care about what's under the covers.

Post reply on HN