Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dacapoday
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dacapoday
6mo ago
Very Nice Job! I built a small CLI to browse and query it from the terminal: https://github.com/dacapoday/hn
2.
▲
by
dacapoday
7mo ago
Goodbye Claude Code. Welcome Pi.
3.
▲
by
dacapoday
8mo ago
Why not add an LSM memtable on top of the cow b+ tree? Use the skiplist as a write buffer and write to the b+ tree in batches when the skiplist is frozen.
4.
▲
by
dacapoday
8mo ago
too young too simple, sometimes naive.
5.
▲
by
dacapoday
9mo ago
In-memory immuatable data structures seem to be only suitable for scenarios with large amounts of data and high concurrency. In most scenarios, this actually incurs a lot of additional copying overhead.
6.
▲
by
dacapoday
9mo ago
I just tried building some immutable data structures in Go: ( https://github.com/dacapoday/smol ) a kv store base on cow b+ tree
7.
▲
by
dacapoday
9mo ago
Why not [Reqable]( https://reqable.com/en-US/ )? More modern, more powerful.
8.
▲
by
dacapoday
10mo ago
Why restrict it to Shell programs with script language? What about LLM powered chat? Terminal is the UI between humans and machines, future is IM App. What people do to each other, people and machines will do the same(ask,talk,chat,assign t
9.
▲
BlueOS Kernel – Written in Rust, compatible with POSIX
(github.com)
156 points
by
dacapoday
1y ago
|
65 comments
10.
▲
by
dacapoday
1y ago
Then the next stop: DSL
11.
▲
by
dacapoday
2y ago
Americans can be just as passionate too.
12.
▲
by
dacapoday
2y ago
for new register: password require at least 16 characters and contain: an uppercase letter, a lowercase letter, a number, and a symbol. Its too complex for even Chrome built-in secure password generator to come up with, let alone a human.
13.
▲
by
dacapoday
2y ago
Is it similar to https://github.com/mxgmn/MarkovJunior