Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crabmusket
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
crabmusket
5d 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
2.
▲
by
crabmusket
7d ago
Laundermatt?
3.
▲
by
crabmusket
10d ago
Oxide's trust quorum approach is also discussed on this podcast episode: https://oxide-and-friends.transistor.fm/episodes/building-a-...
4.
▲
by
crabmusket
10d ago
The title of this submission has been on a real journey.
5.
▲
by
crabmusket
10d 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
6.
▲
by
crabmusket
10d 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
7.
▲
by
crabmusket
10d ago
Co-op Cloud, which has similarities, creates separate repos for its "packaging recipes". https://docs.coopcloud.tech/maintainers/catalogue/
8.
▲
by
crabmusket
10d 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'
9.
▲
by
crabmusket
13d 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
10.
▲
by
crabmusket
13d ago
Amen to this. I don't know why we put up with this for infrastructure in particular.
11.
▲
by
crabmusket
15d 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
12.
▲
by
crabmusket
16d 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.
13.
▲
by
crabmusket
19d 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!
14.
▲
by
crabmusket
20d 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
15.
▲
by
crabmusket
23d 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
16.
▲
by
crabmusket
24d 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
17.
▲
by
crabmusket
24d 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.
18.
▲
by
crabmusket
29d 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
19.
▲
by
crabmusket
1mo 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
20.
▲
by
crabmusket
1mo ago
It depends on if you count https://allenai.org/ as relevant?
21.
▲
by
crabmusket
1mo ago
There's always https://github.com/mensfeld/code-on-incus
22.
▲
by
crabmusket
1mo 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
23.
▲
by
crabmusket
1mo 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
24.
▲
by
crabmusket
1mo ago
The idiom is to "pull oneself up by one's boot straps": https://en.wikipedia.org/wiki/Bootstrapping#Etymology
25.
▲
by
crabmusket
1mo 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
26.
▲
by
crabmusket
1mo ago
I believe Restate has something which can work similarly: https://docs.restate.dev/foundations/services There was also Jamsocket and Plane, though it looks like they've shut down after acquisition: https:/&#
27.
▲
by
crabmusket
1mo ago
The website surely was, so...
28.
▲
by
crabmusket
2mo ago
I don't think didibus is saying they expect perfection, just that there is still room for the pelican prompt to measure meaningful future improvement.
29.
▲
by
crabmusket
2mo ago
I think this is broadly true, but there's also a subset of DOD design advice (e.g. see Richard Fabian's book) that has a lot to say about relational database design. In our team it's provided us with some very practical motiv
30.
▲
by
crabmusket
2mo ago
For something as basic as domain name registration, absolutely. It takes someone willing to be a bit philanthropic to do it, I guess.
More ›