Live data from Hacker News

Vercel's CEO offers to cover expenses of 'Jmail'

threads.com

171–180 of 210 posts

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#171
post #168

Earlier quoted context omitted.

450m page views in 1 month is only 173 requests per second. You can do that on a much cheaper box.

Sure, you are only proving my point even further. I just happen to have a personal policy of "no boxes in prod under 16 cores". :)

why?

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#172
post #12

1) Covering the ~$50k hosting bill for Jmail on Vercel sounds generous, but a self-hosted VPS on Hetzner could serve the same purpose for ~€30/month, which is orders of magnitude cheaper and avoids vendor lock-in. 2) This comes as the CEO of Vercel, Guillermo Rauch, is already facing community backlash for publicly supporting Israeli Prime Minister Netanyahu, a move that’s led to boycotts and migrations off the platf…

I'm new to webdevelopment and was using Vercel because people told me it was good, but I was unaware that the company supported the genocide. What other similar services there are that you would recommend?

Railway/Render can easily host Next.js applications

You could also get a VPS from Digital Ocean or Hertzner, run open-source PaaS like Coolify, Dokploy, Caprover, etc.

Digital Ocean has app platform that’s lets you host these applications but more experience than VPS

Sealos has a $7 and $25 plan and work with Next.js

Just a few options. If you’re looking to leave Next.js completely, check out Tanstack Start. It’s by the creator of React-Query (defacto way to handle fetching data in Next.js). Still some rough edges but I think it could overtake Next.js once a bit more mature.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#173

What would this have costed had they used render or railway? Maybe, what, $200 a month? Vercel's pricing is so ridiculously convoluted that you can't even cleanly compare usage. With render/railway/(insert provider of choice) you can at least predict that you're your biggest cost is going to be egress. edit: I just saw that it gets 450m pageviews. I'm guessing on the upper end this costs ~$1k with railway + cloudflar…

Railway is getting so good I'm not sure what Vercel brings to the party anyway.

I would stay away from any startup for production workload.

Made the mistake. Never again.

Fly, railway, render. Avoid. All have weird show stopper bugs for any reasonable scale and you will fight against the platform compared to using big cloud.

And big cloud works better even in cases where PAAS is advertised as simpler (google cloud run and build is as easy to setup as railway but you have much more knobs to control traffic, routing, roll out etc)

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#174
post #105

450 million pageviews on Vercel = $46,000 450 million pageviews on a single 16c/32t OVH box with nginx and a 3 Gbps connection = $245

450m page views in 1 month is only 173 requests per second. You can do that on a much cheaper box.

You're assuming an extremely consistent traffic rate, with zero spikes....

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#175

Why is everyone using Vercel and the likes anyway? Setting up a VPS with Node takes ten minutes and is miles cheaper. And it's not like you never have to debug issues with serverless configurations, which can even occasionally be harder to debug because of their proprietary natures.

>Why is everyone using Vercel and the likes anyway?

Because you literally connect to a git repo and your site is deployed, and scales with load. Compared to managing a VM, system and application packages, config, backups and then how do you scale that?

I have what is basically a demo running on Vercel free tier, there's no way I'm maintaining a VM for that lol.

If I had a serious site, same. If I had a team, then the equation would be different.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#176

Earlier quoted context omitted.

450m page views in 1 month is only 173 requests per second. You can do that on a much cheaper box.

You're assuming an extremely consistent traffic rate, with zero spikes....

Sure, but my point is that 450m requests is just not a lot. Humans are bad at big numbers, and this number sounds like a scary amount of traffic, my point is that it is a very boring amount of traffic even on modest hardware.

I personally wouldn't stick it on a single VPS because we can do way better than that in terms of reliability, but the point stands that you don't need very much in terms of resources to serve this.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#177

Earlier quoted context omitted.

It is fucking CRAZY how many cloud companies don't let you set a spending limit. I had to hunt around for a host in a suitable geography with a spending limit, almost had to go on-prem (which will happen eventually, but not in the startup phase) Waking up to bankruptcy because of bots out of your control visiting your website seems a little nuts. Adding some other bullshit on top (like cloudflare) seems even more nut…

2 reasons basically. 1. Because people vote with their wallets and not their mouths, and most companies would rather have a cost accident (quickly refunded by AWS) rather than everything going down on a saturday and not getting back up until finance can figure out their stuff. 2. Because realtime cost control is hard. It's just easier to fire off events, store them somewhere, and then aggregate at end-of-day (if that…

> and the people worried about this aren't the ones bringing the real revenue.

It's this one. If you're in a position to refund a "cost accident", then clearly you don't have to enforce cost controls in real time, and the problem becomes much easier to achieve at billing cycle granularity; the user setting a cost limit is generally doesn't care if you're a bit late to best-effort throttle them.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#178
post #2

Unreadable without an instagram/threads account

It's also dumb because the original interaction happened on X https://x.com/rauchg/status/2020984434338693622 Say what you want about Elon but X is where all the investors and tech execs are. Nobody is going to sign up for threads because they saw it link to a picture in a HN post

X links are also very limited today, and logged out visitors wouldn't see any reply to the tweet.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#179
post #159
post #93

Earlier quoted context omitted.

I don't really understand why he'd say he'd cover the costs personally... like, Vercel can just write it off, what's the significance of him paying for it?

Personal brand building? Wanting Vercel to stay out of politics? A vague attempt at diffusing the focus on Vercel pricing? Really hard to tell.

Assuming that he wants to keep Vercel out of politics is a somewhat wild take considering what he’s posted in the past.

Re: Vercel's CEO offers to cover expenses of 'Jmail'

#180
post #173

Earlier quoted context omitted.

Railway is getting so good I'm not sure what Vercel brings to the party anyway.

I would stay away from any startup for production workload. Made the mistake. Never again. Fly, railway, render. Avoid. All have weird show stopper bugs for any reasonable scale and you will fight against the platform compared to using big cloud. And big cloud works better even in cases where PAAS is advertised as simpler (google cloud run and build is as easy to setup as railway but you have much more knobs to contr…

Jmail is itself an experiment, that doesn't need to be production quality.
Post reply on HN