HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jesol

no profile record

投稿

Tokens – The New Dopamine Economy

enfuse.io
16 ポイント·投稿者 jesol·3 か月前·5 コメント

コメント

jesol
·19 日前·議論
Love TUI apps, hate that there isn't a clean way to control native scrollback. It leaves you stuck between manually managing it via awkward hacks on the current visible screen, or not using it at all. I've been working on an LLM harness TUI for a little while, and this specific part has been the most frustrating (in conjunction with tmux).
jesol
·先月·議論
I've been working on a graph database in Rust this year actually! I'd love to hear anything you can talk about wrt the query planner and/or how you decided to do cardinality estimation. I decided to go with an EAV graph which makes CE pretty complex, and it's been an interesting challenge to balance quality and speed and expressiveness in the query language