HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tsenart

no profile record

Submissions

Show HN: Gilfoyle. An SRE Agent that finds truth while you're still guessing

gilfoyle.sh
17 points·by tsenart·6 bulan yang lalu·2 comments

The kicker about Stables' LLM skepticism

twitter.com
1 points·by tsenart·2 tahun yang lalu·0 comments

Kth: High-Performance Selection Algorithms for Go

github.com
79 points·by tsenart·2 tahun yang lalu·6 comments

Pdqselect: Pattern-Defeating QuickSelect for Go

github.com
1 points·by tsenart·2 tahun yang lalu·0 comments

Cool, hot, fast zero-copy

twitter.com
1 points·by tsenart·2 tahun yang lalu·0 comments

comments

tsenart
·10 bulan yang lalu·discuss
This was missing in the Go world.
tsenart
·10 bulan yang lalu·discuss
Proprietary.
tsenart
·10 bulan yang lalu·discuss
Author here, indeed a variation of bloom filters: https://x.com/lemire/status/1971279371131646063
tsenart
·2 tahun yang lalu·discuss
This is to implement a database, not use one.
tsenart
·2 tahun yang lalu·discuss
Yes! A typical use case is to efficiently implement ORDER BY LIMIT N in SQL databases in a way that doesn’t require sorting the entire column just to get those first N items.
tsenart
·2 tahun yang lalu·discuss
Author here! Will do eventually.
tsenart
·2 tahun yang lalu·discuss
Do share your findings!
tsenart
·2 tahun yang lalu·discuss
Author here. Agree 100%! It's often what didn't work that is omitted. But there's so much juice in failed experiments — it's important to share with others.
tsenart
·3 tahun yang lalu·discuss
Our Go ULID package has millisecond precision + monotonic random bytes for disambiguation while preserving ordering within the same millisecond. https://github.com/oklog/ulid
tsenart
·5 tahun yang lalu·discuss
This, please! Native support for read-replicas would be awesome. Ideally it would now if a query is read-only or not without application changes.