Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crabmusket
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
crabmusket
8d ago
Minimalist phone, maximalist website.
2.
▲
by
crabmusket
10d ago
Oh yeah totally. I guess seeing your SQL queries embedded inside the board doc, I immediately wondered if it would make sense to embed a GGSQL program the same way, but in the charts section instead of the queries section! I guess at the mo
3.
▲
by
crabmusket
11d ago
What do you think about GGSQL, or is that not entirely aligned with what you want? They also produce vega-lite JSON as output. https://ggsql.org/
4.
▲
by
crabmusket
12d ago
> I am not afraid of AI. I am terrified of the people making decisions, though. Yes, that is what I was trying to say. Something being obviously dangerous doesn't mean we (edit: they ) won't decide to do it anyway. From a song
5.
▲
by
crabmusket
12d ago
> And there won't be unless we put it there voluntarily. But, why would we not create a fully AI-operated factory/chemical plant/fab as soon as it is economically advantageous? Or a missile silo, as soon as it seems ta
6.
▲
by
crabmusket
14d ago
Yes, this is called out near the end of TFA. Relational databases are great at allowing you to just come up with a new query that combines your data in a new way, express it in SQL, and get results near instantly. It's an architecture
7.
▲
by
crabmusket
16d ago
Laundermatt?
8.
▲
by
crabmusket
19d ago
Oxide's trust quorum approach is also discussed on this podcast episode: https://oxide-and-friends.transistor.fm/episodes/building-a-...
9.
▲
by
crabmusket
19d ago
The title of this submission has been on a real journey.
10.
▲
by
crabmusket
20d ago
Sandstorm had a radically more innovative model of hosting: instead of helping you host apps, each document was its own instance. This was really interesting, but as this article notes, did need deep integration with the apps. I'd be i
11.
▲
by
crabmusket
20d ago
Huh? Which of the things on that list are only needed at the billions of users scale? I'll give you "service discovery" and "dozens of services", sure, but everything else in there seems like a pretty standard need
12.
▲
by
crabmusket
20d ago
Co-op Cloud, which has similarities, creates separate repos for its "packaging recipes". https://docs.coopcloud.tech/maintainers/catalogue/
13.
▲
by
crabmusket
20d ago
> has issues with different runtimes per container Could you be more specific about that? > One of those apps will get compromised and then all the others will follow... Per their security docs, containers are rootless but I don'
14.
▲
by
crabmusket
22d ago
I wonder if this is overstated. Anecdotally, we use Vue at work and Claude and Codex handle it just fine. I'd expect Vue to be the third best-represented after React and Angular, but even then, we feel absolutely no need to change thin
15.
▲
by
crabmusket
22d ago
Amen to this. I don't know why we put up with this for infrastructure in particular.
16.
▲
by
crabmusket
25d ago
Here is someone's attempt at calculating the volume of the library: https://canterburybookstore.com/new-content/2024/11/22/how-b... Spoilers: it's big. Vastly, hugely, mind-bogglingly big. You
17.
▲
by
crabmusket
25d ago
What a coincidence - I'm currently reading his collection Labyrinths . If you've enjoyed the short stories of Ted Chiang I'd highly recommend it.
18.
▲
by
crabmusket
29d ago
Dan's post "a social file system" also does a great job at explaining and motivating the data model behind atproto. It can do anything, not just microblogs!
19.
▲
by
crabmusket
1mo ago
Now? As an outsider just observing from acoss the internet, I always saw campaign materials featuring "Zohran" prominently. I thought it made sense, as it's very distinctive and kind of cool, and lots of people seem to have t
20.
▲
by
crabmusket
1mo ago
This recent post that made it to the front page talks a lot about approaches GitHub has taken over its history: https://cursor.com/blog/git-at-any-scale
21.
▲
by
crabmusket
1mo ago
Oh this is awesome. This is exactly what I've been too lazy to build for years now. We don't need a new syntax. SQL, PRQL or whatever else should compile down to the database's machine readable interface, same as language-int
22.
▲
by
crabmusket
1mo ago
Wow, that always confused me since moving here. I thought I didn't know what a Waratah was, but no, it's the logo that's wrong.
23.
▲
by
crabmusket
1mo ago
Reading this, I mistook it for a slightly different idea: using these functional languages directly inside the database process, avoiding SQL altogether. I've wanted to try that out with e.g. Roc and a reimplementation of SQLite's
24.
▲
by
crabmusket
2mo ago
> faster in terms of time-to-first-byte Yes, but all these approaches are optimised for long sessions, not TTFB. If that were very important (say, ecommerce) you might prefer a framework that can hydrate and send the full page on first r
25.
▲
by
crabmusket
2mo ago
It depends on if you count https://allenai.org/ as relevant?
26.
▲
by
crabmusket
2mo ago
There's always https://github.com/mensfeld/code-on-incus
27.
▲
by
crabmusket
2mo ago
I found this article interesting and valuable, and it's certainly started some great discussions in this thread. With one massive exception: the "There's no median programmer" section stuck out like a sore thumb. It seem
28.
▲
by
crabmusket
2mo ago
While I'm sure some people just want to write code for its own sake, I've never met one. What I've seen is coders working in domains that vary in what is economical, coders who have varying understanding of exactly how much r
29.
▲
by
crabmusket
2mo ago
The idiom is to "pull oneself up by one's boot straps": https://en.wikipedia.org/wiki/Bootstrapping#Etymology
30.
▲
by
crabmusket
2mo ago
There's some overlap and some similar use cases. I've seen a few people being confused between Durable Objects and Durable Execution. Short writeup: https://crabmusket.net/2024/durable-execution-versus-session
More ›