Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MatthewPhillips
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
MatthewPhillips
2mo ago
We unfortunately released Astro 6 only a few weeks before Vite 8 / Rolldown came out, which is why we did Astro 7 so soon. But there are very few breaking changes compared to Astro 6. That being said, some of these performance improvem
2.
▲
by
MatthewPhillips
2mo ago
How many pages is it? The performance improvements are mostly for larger sites (thousands of pages) and especially when using a lot of MDX. We're working on incremental builds which should help as well: https://github.com&#x
3.
▲
by
MatthewPhillips
3mo ago
Can someone explain the whole thing about wanting to attach it to your phone? Why? What does this provide over just putting it in your pocket?
4.
▲
by
MatthewPhillips
4mo ago
Ok sure, the "never" was a bit strong here. Running CLIs on phones is not a normal thing and not as simple as it is on desktop. Apple prohibits apps from downloading and executing code, so some sort of new Apple-approved thing wou
5.
▲
by
MatthewPhillips
4mo ago
Ok, I can see there's a new (to me) Customize section where you can install skills. You have been able to connect MCP servers for quite a while. The UX here isn't great, but let's assume it can be improved. How would auth wor
6.
▲
by
MatthewPhillips
4mo ago
Walk me through how a user installs and then uses these CLIs from their mobile phone.
7.
▲
by
MatthewPhillips
4mo ago
How is the user installing the CLIs? Proprietary app store for each chat app?
8.
▲
by
MatthewPhillips
4mo ago
Please keep in mind that CLIs do not run on mobile and never will. This is the elephant in the room that nearly everypne seems to be ignoring. This "debate" is built around the assumption that AI is only for at-your-desk work. It&
9.
▲
by
MatthewPhillips
5mo ago
Every new generation thinks things were better when they were young. Personally I liked the internet of the mid to late 90s, just as the web was overtaking AOL. By the mid 2010s, which this article calls the golden age, the internet was alr
10.
▲
by
MatthewPhillips
6mo ago
This limits AI usage to desktops, and mostly technical oriented tasks. MCP let's you connect to your email, shop, etc, from phone chat apps.
11.
▲
by
MatthewPhillips
7mo ago
Yeah, I didn't take it that way, just thought it was worth clarifying that this isn't a case of AI hitting a wall or anything like that, I just went down other rabbit holes.
12.
▲
by
MatthewPhillips
7mo ago
The reason it's only 73% is because I prioritized fun stuff like self hosting and platform binaries. I think finishing off the standards would only take a few more hours (except eval which I don't plan to do).
13.
▲
I Built a Scheme Compiler with AI in 4 Days
(matthewphillips.info)
43 points
by
MatthewPhillips
7mo ago
|
33 comments
14.
▲
by
MatthewPhillips
8mo ago
I have a preview release ready, if you scroll down you'll see the instructions. If you're able to try it out and leave a comment on whether it fixes your issue it'd be a big help.
15.
▲
by
MatthewPhillips
8mo ago
Sorry we haven't fixed this issue sooner. In this case it's a complicated CSS issue, but nevertheless I've got a fix I'm working on here: https://github.com/withastro/astro/pull/15227
16.
▲
by
MatthewPhillips
1y ago
I think this really undervalues what Linux provides. The Android software is Linux software.
17.
▲
by
MatthewPhillips
1y ago
This looks amazing. Well done.
18.
▲
by
MatthewPhillips
1y ago
Hey, I'm the author of this doc. The reason for the pattern is to make it so you always can find why a mutation occured. So combining state variables and dom changes is ok as long as that's the only place that does the mutation. I
19.
▲
by
MatthewPhillips
2y ago
Writing a language, even a DSL is a lot of work. It's not enough to just make a good language, there's also a whole world of tooling support that people expect nowadays. Also ultimately it was hard to sell the idea of living in a
20.
▲
by
MatthewPhillips
3y ago
First, we have just launched and are still figuring out pricing, this is a great point of feedback that we'll consider, thank you. What differentiates Astro DB is the deep integration with the Astro framework and providing an easy path
21.
▲
by
MatthewPhillips
3y ago
This is a very good question! One of the big reasons we partnered with Turso was for their edge network, so replicas are available close to your origin server. Being able to host anywhere is something that's important to Astro, so this
22.
▲
by
MatthewPhillips
3y ago
It does use libSQL, yes!
23.
▲
by
MatthewPhillips
3y ago
Hey, I'm one of Astro's co-creators, happy to take any questions on Astro DB you may have!
24.
▲
Astro DB
(astro.build)
168 points
by
MatthewPhillips
3y ago
|
41 comments
25.
▲
by
MatthewPhillips
3y ago
Thank you!
26.
▲
by
MatthewPhillips
3y ago
Updated the site, sorry about that. I copy pasted from Twitter which automatically added the http. This is just regular SSH.
27.
▲
by
MatthewPhillips
3y ago
I don't think that was the plan from the start. There definitely was talk that it would eventually replace Gecko, not just be used for parts.
28.
▲
by
MatthewPhillips
3y ago
I am, thank you. : - )
29.
▲
by
MatthewPhillips
3y ago
If you expect to be able to develop with the file protocol you're going to be disappointed. Essentially all modern features don't work with it; not just ESM. You can't use Service Workers with the file protocol either.
30.
▲
by
MatthewPhillips
3y ago
> I'm not sure what you mean by all or nothing thinking here. I mean this: > Want to do the supremely simple task of importing a JSON file? Surely you realize that "importing JSON" is not something every project or page
More ›