Posted by coloneltcb 6 hours ago
Real life isn't 60's hippies community farms.
There are bills to pay in capitalist societies.
Now they are surprised to see that acquisitions like this are happening and "open source" has given this entitlement on developers to believe that it is "free" when someone always ends up paying.
Cloudflare and co offer some of the only real solutions to that.
If you snap your fingers and Cloudflare disappears, you aren't left with a decentralized wonderland but rather the status quo where $5 of booter time can take most websites offline for the lulz, and all of your human users have to compete with infinite automated AI traffic (basically an amplification attack every time someone prompts an agent and it does a web search).
So, there's a third option where you like Cloudflare's services as a solution to flaws in the internet that led to the need for these services.
I had access to an Enterprise license in my last job, which was my introduction to Cloudflare — something like 7 years ago — and I just kind of fell in love with the DX and their offerings. It's only improved since then. Like, Cloudflare Workers is actually fucking insane. It's insane how good it is for free. It has a secret vault, dude, for free — with API and CLI. It has cron jobs. You can just assign domains to sites from your DNS zones. It's got blue/green deployments built in. I don't have to SSH into anything. It's just there and it works.
Now everything I do there is free, even for my contract projects, and I can't believe it's free. I actually keep expecting an enshittification phase to begin but it just doesn't ever begin. When it does, I'll bail — same as it ever was. It would take a lot, though.
- The workers platform is quite pleasant to work with compared to competitors. - Globally deploying edge workers which have access to their many services (D1, R2, DO, etc) - Having the ability to assemble globally distributed workers using bindings is dead simple - Their CI pipeline, while limited, is easy to setup and run and keeps improving - Their pricing is extremely competitive
For your second:
- That's my biggest conflict with using any service (Cloudflare, AWS, Azure, etc). Don't have a good answer with what to do about it considering for many projects I don't have the time/energy to fully self host everything.
Absolutely, makes blocking stuff so much easier!
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.
How by taking out 25% of the internet when they go down?
I'm sad to see these tools go. Vite was a godsend after a zoo of webpack/grunt/etc.
But what will happen is that new sane tool will come up once vite dissolves and that's the never ending cycle.
I pay for independent software, point is, only big money can afford to hire employees to work on free software, because they don’t make money from selling software but from being a monopoly. Free software will always win, which is not a bad thing of itself, but it also means that Big Tech control over the software world is inevitable.
The entire free software ethos indirectly opened the door to the Big Tech monopoly. There is no FAANG without open source, there is no open source without FAANG.
use vite to build apps your business needs and move on
focus on what matters or just be a w2 somewhere and do endless bikeshedding
I’m confident that things will be well maintained for an open ecosystem. Evan is smart enough to know that tying the core technology too much to one platform will create more problems than it solves in the long term.
That said, I’m excited to see if Evan can delivery another massive win for web developers everywhere now that he has access to more funding.
To be clear, I don't think this is bad. Vue 3 seems feature complete at this point and nobody needs another Vue 2 situation.
I do believe though that these tools (formatting, linting etc.) should be built into the language like Go, and I really hope the Node team can just absorb the best ideas and make solid primitives that can be built on top of as the ecosystem evolves (think golang's http interfaces, or test interfaces)
I'm all for building things into the language when there's only one way to do it though.
Go is the best example of this; it's boring but incredible stable and consistent