Live data from Hacker News

VoidZero Is Joining Cloudflare

blog.cloudflare.com

91–100 of 325 posts

Re: VoidZero Is Joining Cloudflare

#92

I love Vite, when I don’t forget it exists in my projects. It took things that made you feel mentally deficient and made them almost zero-config. This news does not make me happy. Same with the news about Astro earlier this year. I know it must be good for the people how have made the projects (why else would they chose to do it?) but there is something in those acquisitions that makes me uneasy.

This one is particularly interesting given that Vercel products (Nuxt) now rely on a competitor's tooling (Vite).

Re: VoidZero Is Joining Cloudflare

#93

So is the business model of these projects - 1. build a popular dev tool 2. aquire funding 3. hire great talent 4. pray for an aqui-hire that justifies the initial funding amount I wonder how the initial investors feel about the aqui-hire path... Must be a pretty nice sum for them to agree to it, or they saw that the path to any revenue was near impossible/non-existant

> So is the business model of these projects - 1. build a popular dev tool 2. aquire funding 3. hire great talent 4. pray for an aqui-hire that justifies the initial funding amount

Indeed, so as a library/framework/engine/runtime user, for the last decade or so, I've basically avoided anything that touched VC-investments, as eventually the tool will either degrade, get too expensive or straight up disappear, and I got so tired of having to refactor and move stuff around just because new owner did something shitty.

Re: VoidZero Is Joining Cloudflare

#97

Big fan of Cloudflare and a bigger fan of vite. Probably one of the best outcomes for the latter.

What do you like about Cloudfare? Do you like the centralization of the internet?

IMHO Cloudflare ensures decentralization of the Internet: It provides an alternative to AWS, Azure, and GCE which gives your little personal selfhosting box or small VPS the same level of protection the big providers have. And generally, anything you have either hosted on or proxied by Cloudflare, can be pretty trivially moved to another provider. Whereas things built on top of AWS, Azure, and GCE services tend to be pretty stuck there.

Cloudflare has some big misses in it's history, like deciding to takedown a social media site for sex workers while defending a decision to provide services to Nazis at length, but in comparison to the alternatives it makes more decentralization practical than might be otherwise.

Re: VoidZero Is Joining Cloudflare

#98
These acquisition announcements always leave me uneasy. There’s a lot of hand waving, “nothing will change and our roadmap will stay the same!” but we can all do basic math and understand that’s not how business works.

As an aside, I have to use Cloudlare at work and it’s a pretty awful experience for the medium sized org I’m at. “Hostile UX” is a common complaint. Maybe they should invest money in competing with Vercel on UX/DX instead of acquiring open source projects.

Re: VoidZero Is Joining Cloudflare

#99

Big fan of Cloudflare and a bigger fan of vite. Probably one of the best outcomes for the latter.

What do you like about Cloudfare? Do you like the centralization of the internet?

I like how I can slap up a free Turnstile on my projects in two minutes and not have to worry about endless comment spam and user registration spam. Yes, I understand there's problems with Cloudflare, but there's also a lot of problems out there in the wild west of an open internet.

Re: VoidZero Is Joining Cloudflare

#100
post #32

The question I have is: Is Vite becoming the all-in-one nodejs tool that is replacing all the other full featured js tooling favorites like Bun, Deno and pnpm?

Vite is not a package manager and is not a JS runtime. That's what Node/Bun/Deno do. Vite is the remaining glue for any web project's build and testing needs.
Post reply on HN