Viewing profile — Snawoot
Snawoot
HN member- Joined
- Thu, Aug 18, 2016, 6:59 AM UTC
- HN karma
- 434
- Public activity
- 212 items
- HN profile
- View on Hacker News ↗
About Snawoot
Recent public activity
- story
-
comment
Comment #48370209
Location: Ukraine Remote: yes Willing to relocate: no Technologies: Go, Python, JS, C, PostgreSQL, MySQL, MongoDB, Redis, Linux, Docker, kubernetes, ... Résumé/CV: https://www.link…
- story
-
comment
Comment #47627029
Location: Ukraine Remote: yes Willing to relocate: no Technologies: Go, Python, JS, C, PostgreSQL, MySQL, MongoDB, Redis, Linux, Docker, kubernetes, ... Résumé/CV: https://www.link…
- story
-
comment
Comment #47550834
Hexane is directly used as a solvent for edible cooking oil refining.
-
comment
Comment #46945826
TrustTunnel - https://trusttunnel.org/
- story
- story
-
comment
Comment #46478874
Location: Ukraine Remote: yes Willing to relocate: no Technologies: Go, Python, JS, C, PostgreSQL, MySQL, MongoDB, Redis, Linux, Docker, kubernetes, ... Résumé/CV: linked here http…
-
story
Show HN: Secache – Sampling Eviction Cache
I'd like to share a curious cache implementation I recently came up with: https://pkg.go.dev/github.com/Snawoot/secache It's a small ( What's more important is that validity of ite…
- story
-
comment
Comment #45462953
I also double that rendezvous hashing suggestion. Article mentions that it has O(n) time where n is number of nodes. I made a library[1] which makes rendezvous hashing more practic…
-
comment
Comment #45439054
chrome --headless --disable-gpu --print-to-pdf https://example.com
-
comment
Comment #45398825
I've made a couple of modules which allow canonicalize maps and slices of comparable elements, making their canonical handles also comparable: * https://github.com/Snawoot/uniquesl…
- story
-
comment
Comment #44350599
I think I found some solution for arenas in Go: https://pkg.go.dev/github.com/Snawoot/freelist Has some shortcomings, but I think it should work.
-
comment
Comment #44314359
How do docker contexts help with the transfer of image between hosts?
- comment
-
comment
Comment #44024072
> What ever happened to providing a good service? I'm getting an impression it's just not profitable enough. For many years I get a feeling that business is considered sound only i…
-
comment
Comment #44004154
Side note: redirection of .onion domain to Tor proxy is how proxy routing with JS script illustrated by example in dumbproxy docs: https://github.com/SenseUnit/dumbproxy?tab=readme…
- story
-
story
Show HN: Unicmp – fast universal ordering function for Go
Have you ever wanted something `comparable` to be also ordered, e.g. for canonicalization sort or sorted collections? This function uses fast runtime's map hash (with rare exceptio…
-
comment
Comment #43867813
Cuckoo filters are more efficient alternative. The algorithm of displacement is also very notable: how we can use random swaps to place data in cells optimally.
- comment