Live data from Hacker News

Cloudflare acquires Astro

astro.build

321–330 of 409 posts

Re: Cloudflare acquires Astro

#321
post #213

Earlier quoted context omitted.

They know, hence why they used e.g., i.e. exempli gratia

For the perplex: e.g. is latin for "exempli gratia" = for example i.e. is latin for "id est" = that is

As someone who was perplexed, I've only heard perplex used in past tense (I was perplexed) so seeing "For the perplex" just made me confused as to what "perplex" meant and I had to do a further search to decipher this tree of comments haha

Re: Cloudflare acquires Astro

#323

From a developer perspecive, I was going to go "Ahh shit here we go again" But to be really honest, thinking more about it. atleast from an "AI" bubble perspective, Cloudflare is pretty rock solid and isn't involved in the AI bubble deals whereas vercel has If you were to use cloudflare workers say the past few months, you would've noticed some serious UI/UX improvements and its projects highlighted astro template wa…

Yep, Astro is and will always be platform-agnostic!

Re: Cloudflare acquires Astro

#324
post #166

Very nice to see these dev tools get an exit. e.g. I love `uv` and friends but did consider that perhaps dev tools are just a bad business and then no one will go into making that kind of stuff. Good exits means more of these tools. I have only used Astro for toy stuff but it seemed neat. Congrats to the team. EDIT: To put paid to the sidebar discussion below, yes I meant "for instance, consider `uv`; they might do t…

> Very nice to see these dev tools get an exit...

You'll see a lot more in the next 12 months ;)

Re: Cloudflare acquires Astro

#326
post #192
post #95

Astro on Cloudflare workers has been my goto stack for multiple years now. I am very happy with it, and hope this makes the integration stronger. Now we just need Cloudflare to buy one of the DBaaS companies so they have a solid relational offering.

Even just having a better DX/UI around D1 and their other current offerings would be a great start

I'd love to see D1 as a supported catalog for https://ducklake.select/

Re: Cloudflare acquires Astro

#327

Wow, these are the same people behind Pika/Skypack and Snowpack. I can remember the day when they announced the Astro project, and now it's joining Cloudflare, incredible progress.

I'm glad they were able to pivot into Astro when Vite won the hot dev server game a few years back.

Re: Cloudflare acquires Astro

#328
post #294

Earlier quoted context omitted.

Yeah, I'm not sure I understand why "islands" isn't just "bits of JavaScript on a static page". It feels like the "JavaScript as a Server Side Language" folk are just repeatedly re-inventing stuff that has been done a million times by other systems with a different back-end only with a new fancy name.

Here's a trivial example: https://supremecommander.ai . A raw CSS implementation of my blog's logo would have been a pain to build and maintain, but with Astro the code is relatively straightforward JS that becomes pure HTML/CSS at build-time. The other nice thing is that you can throw all kinds of preexisting components from React/whatever into your site, and it will ship zero JS to the client until you explicitly f…

Your website also reloads itself every 4 seconds for me on mobile Firefox

Re: Cloudflare acquires Astro

#329
post #285

I agree a good exit for devtools is good for devtools. I'd like to understand it better. The Astro claim is that astro developers will all continue full-time on it. So why acquire it instead of supporting it? The reason given in complementarity (content and infrastructure), but doesn't that mean that Cloudflare is moving into content? Perhaps it's fair to say some content fits better with Cloudflare, or making it eas…

> So why acquire it instead of supporting it?

Lots of reasons, but above all, control.

Re: Cloudflare acquires Astro

#330

I’ve used Astro on Cloudflare for a few years for my personal website (username.com). They’ve both been absolutely fantastic, I can’t say enough good things about both of them. My website has all 100s on PageSpeed/Lighthouse, and that’s because of the performance focus of both Astro and Cloudflare. No credit to me at all. It was mainly because Astro prioritised shipping 0 JS unless it was absolutely necessary and Clo…

Out of curiosity, how do you become ‘exceedingly good’ at serving static HTML?

By all accounts, they’ve centralised the delivery of this static HTML at several layers of the network stack, and you’re not getting static HTML anymore because some other part of the business fucked it up.

The World Wide Web was serving static HTML for decades before Cloudflare came along. Open an FTP client, drag and drop, and boom - new HTMl is served.

Post reply on HN