Live data from Hacker News

We Need To Talk About Vercel

maxcountryman.com

71–80 of 161 posts

Re: We Need To Talk About Vercel

#71
I’ve worked on two projects where there were comments about strange SWR config — pointing towards GitHub issues discussing this exact issue.

The first time I encountered it must have been 3 years ago. I have a feeling vercel doesn’t care.

Re: We Need To Talk About Vercel

#72
post #20

Earlier quoted context omitted.

A cdn is largely a value prop to reduce latency for static web pages, so that someone coming from a link get a page load asap. Once you have a dynamic or hybrid app, the value diminishes rather quickly, I assume. Potentially it could become negative if you have different points of failures and cache inconsistencies.

> Potentially Unless CloudFlare cables are somehow shinier than the rest of the internet’s, adding one hop almost certainly adds latency. More hops more time. In some instances where the original server was closer than CF’s edge, I measured increased time even for cached content, effectively making CF slower for every request by that specific user.

> Unless CloudFlare cables are somehow shinier than the rest of the internet’s

Unrelated, but these mega actors sometimes have such shiny cables, because they can route on their internal network across the globe. Iirc Cloudflare does that for some/all traffic(?). But you’re right, all else equal more hops = worse, and I’d be unsurprised if Cloudflare overstates the benefits of using them.

Re: We Need To Talk About Vercel

#73
Some odd hate in this thread. Been using Vercel for around 3 years and it’s been amazing and it’s our default for all front end deployments now. The DX is second to none and the per-branch deployments are great for protoyping.

Yeah there is no cap on spend (Which cloud services do this? None afaik) but if you’re really worried about getting DDOSd then put Cloudflare in front of Vercel.

Re: We Need To Talk About Vercel

#74
post #30

My sense of Vercel (mostly from working with NextJS) is that they are more interested in appearing to support an open source framework while making their product as difficult to interoperate with other technologies as possible in an attempt to lock users into their platform and hopefully pay for it.

Hey, I'm on the team at Vercel. What could we do better? Open to your feedback. Our platform integrates with 30+ frameworks ( https://vercel.com/docs/frameworks ), we directly fund the development of Next.js and Svelte, and we sponsor Nuxt, Astro, Solid, and more.

Hi leerob, I am using NextJS from v.10 in production, and I believe it is amazingly effective way to write complex web applications really fast.

Recently (I would say, after the latest investment round), I as a developer see lots of new features implemented seems rushed, not complete or having no thought about community as a whole.

- API Middlewares are not working as expected [1]

- The new pages layout (i.e. app/) are super-weird, implemented in a completely different way from pages/ with 2 incompatible API sets - one for pages/ (i presume soon to be declared legacy and unmaintained, and shiny new but still experimental?)

- Images API just as others pointed, are beneficial to some tiny subset of developers who have bunch of static images locally. But for most projects it is not useful at all at the current implementation.

- Your release versioning does not make sense for a mature stable product. When you release new major version (e.g. v.13) you stop supporting older v.12 version.

- Could you give balazsorban44 bigger team? Next-Auth needs more love to be a great product.

- [1] https://github.com/vercel/next.js/issues/38273

Re: We Need To Talk About Vercel

#75

Earlier quoted context omitted.

[flagged]

I think you must have missed that the first post is a replacement of the actual feature request that someone submitted. I have no dog in this fight, but it's pretty slimy to respond to someone's request by overwriting it with your explanation. They effectively hijacked the requester's name, profile picture, and who knows how many upvotes to push their own message instead of letting them have their say and, you know,…

Does the edit menu appear on mobile? I only see it in desktop mode.

Re: We Need To Talk About Vercel

#76

Earlier quoted context omitted.

Honestly nothing compares to bandwidth free expenses with cloudflare especially with cloudflare R2. Also having different pricing for every region is very annoying.

Hetzner is cheaper unless you are serving a sizable asset with R2. R2 costs per call. That cost is more than most web bundle size assets will be at Hetzner egress pricing.

Didn't know hetzner had a fully managed global caching solution, nice.

Re: We Need To Talk About Vercel

#77
What the hell. You have a page with a 150 jobs and a form. You basically don't need anything more than an html editor.

We need to talk about how we do software architecture and technology choices today. In the time you played around with CDN stuff you easily could build a company listing, fixed your footer and header links, thinking about a pricing, build an apply-form, fixed/build job notifications, ...

Re: We Need To Talk About Vercel

#78

What the hell. You have a page with a 150 jobs and a form. You basically don't need anything more than an html editor. We need to talk about how we do software architecture and technology choices today. In the time you played around with CDN stuff you easily could build a company listing, fixed your footer and header links, thinking about a pricing, build an apply-form, fixed/build job notifications, ...

That was my thinking. This seems over-engineered for a simple jobs board. I would be surprised if the traffic even warrants the CDN setup.

Re: We Need To Talk About Vercel

#79
post #59

Earlier quoted context omitted.

> while having very little moat as a company they have effectively acquihired React (Zuck's mistake). no moat? (not to mention some genuinely great cloud DX and other platform features eg with their Edge Streaming)

> they have effectively acquihired React (Zuck's mistake). no moat? I honestly don't even know what are you saying, is it that Vercel hiring the React folks makes Vercel untouchable somehow? I see a complete disconnect between the two things. If anything, the "acquihire" could well lead to those React folks doing a job search because Vercel doesn't have a high switching-away-from cost and keeps dropping the ball PR-w…

There is some merit to it. Maybe not that comment but on VercelReact in general.

Even React new docs are promoting NextJs vs something neutral.

Re: We Need To Talk About Vercel

#80
post #30

My sense of Vercel (mostly from working with NextJS) is that they are more interested in appearing to support an open source framework while making their product as difficult to interoperate with other technologies as possible in an attempt to lock users into their platform and hopefully pay for it.

Hey, I'm on the team at Vercel. What could we do better? Open to your feedback. Our platform integrates with 30+ frameworks ( https://vercel.com/docs/frameworks ), we directly fund the development of Next.js and Svelte, and we sponsor Nuxt, Astro, Solid, and more.

Too many bugs. Too many features rushed out the door. Every major AND minor version of NextJs has new features and/or breaking changes, which is fine on its own but existing stuff often also break.

We go through a cycle of: new feature -> patch fix -> minor fix -> improvement -> finally works -> replaced by something else OR it broke again.

For something like NextJs that has been running for years maybe more focus on polishing the existing features would be a good start.

Post reply on HN