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·il y a 6 mois·2 comments

The kicker about Stables' LLM skepticism

twitter.com
1 points·by tsenart·il y a 2 ans·0 comments

Kth: High-Performance Selection Algorithms for Go

github.com
79 points·by tsenart·il y a 2 ans·6 comments

Pdqselect: Pattern-Defeating QuickSelect for Go

github.com
1 points·by tsenart·il y a 2 ans·0 comments

Cool, hot, fast zero-copy

twitter.com
1 points·by tsenart·il y a 2 ans·0 comments

comments

tsenart
·il y a 10 mois·discuss
This was missing in the Go world.
tsenart
·il y a 10 mois·discuss
Proprietary.
tsenart
·il y a 10 mois·discuss
Author here, indeed a variation of bloom filters: https://x.com/lemire/status/1971279371131646063
tsenart
·il y a 2 ans·discuss
This is to implement a database, not use one.
tsenart
·il y a 2 ans·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
·il y a 2 ans·discuss
Author here! Will do eventually.
tsenart
·il y a 2 ans·discuss
Do share your findings!
tsenart
·il y a 2 ans·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
·il y a 3 ans·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