Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
simonklee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
simonklee
2mo ago
Exactly, i think this product is solving an airport problem and not a user problem. Whenever i park at an airport i always look for the shortest distance to terminal / price, then chose an option that lands within an acceptable range.
2.
▲
A coding agent on a VT520 terminal
(simonklee.dk)
2 points
by
simonklee
2mo ago
|
0 comments
3.
▲
by
simonklee
4mo ago
It's a ~1d old experiment. Not sure why posted on hackernews.
4.
▲
by
simonklee
4mo ago
Say what you want, but for people building products on Bun, this is bad news for the foreseeable future.
5.
▲
The Bombadil Terminal Experiment
(wickstrom.tech)
7 points
by
simonklee
5mo ago
|
0 comments
6.
▲
by
simonklee
6mo ago
Not really, except that they have a bunch of weird things in the source code and people like to make fun of it. OpenCode/Codex generally doesn't have this since these are open-source projects from the get go. (I work on OpenCode)
7.
▲
by
simonklee
10mo ago
I agree with you. After reading a couple of the chapters I'd be surprised if this wasn't written by an LLM.
8.
▲
by
simonklee
10mo ago
It's just an odd claim to make when it feels very much like AI generated content + publish the text anonymously. It's obviously possible to write like this without AI, but I can't remember reading something like this that was
9.
▲
Zig / C++ Interop
(tuple.app)
110 points
by
simonklee
10mo ago
|
15 comments
10.
▲
by
simonklee
11mo ago
java.util.Date and java.util.Calendar are the two packages I remember struggling with as a new programmer. Which I guess is solved with java.time after Java 8.
11.
▲
by
simonklee
1y ago
And it's obviously expensive use this approach.
12.
▲
by
simonklee
1y ago
Performance benefits of the approach seem nice, with SPDK reducing kernel context switches, and direct NVMe to reduce latency in the storage path. This does require a more specialized setup, than Neon's tiered architecture (Safekeepers
13.
▲
Postgres with data branching and PII anonymization
(xata.io)
13 points
by
simonklee
1y ago
|
4 comments
14.
▲
by
simonklee
1y ago
Is this the first model that has a 10M context length?
15.
▲
by
simonklee
2y ago
Some comments by the author: https://x.com/axboe/status/1854244924633252074
16.
▲
Uncached Buffered IO
(lore.kernel.org)
5 points
by
simonklee
2y ago
|
1 comments
17.
▲
Postgres 17rc1 looks great with sysbench on a small and large server
(smalldatum.blogspot.com)
4 points
by
simonklee
2y ago
|
1 comments
18.
▲
by
simonklee
2y ago
There is a nice TLDR at the top of the post: - 17rc1 looks great - there are no big regressions and several big improvements - There might be small regressions (~2%) from Postgres 15 and 16 to 17 but this benchmark was not setup to di
19.
▲
by
simonklee
2y ago
I like tokenizers and parsers because they have a certain rhythm to them, and Zig's new labeled switch simplifies state transitions by allowing continue statements to target specific switch cases. Like computed-gotos in C. - Zig issue: