HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dacapoday

no profile record

comments

dacapoday
·قبل 4 أشهر·discuss
Very Nice Job! I built a small CLI to browse and query it from the terminal: https://github.com/dacapoday/hn
dacapoday
·قبل 5 أشهر·discuss
Goodbye Claude Code. Welcome Pi.
dacapoday
·قبل 5 أشهر·discuss
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.
dacapoday
·قبل 6 أشهر·discuss
too young too simple, sometimes naive.
dacapoday
·قبل 6 أشهر·discuss
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.
dacapoday
·قبل 6 أشهر·discuss
I just tried building some immutable data structures in Go: (https://github.com/dacapoday/smol) a kv store base on cow b+ tree
dacapoday
·قبل 7 أشهر·discuss
Why not [Reqable](https://reqable.com/en-US/)? More modern, more powerful.
dacapoday
·قبل 8 أشهر·discuss
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 task).