Live data from Hacker News

Viewing profile — Snawoot

Snawoot

HN member
Joined
Thu, Aug 18, 2016, 6:59 AM UTC
HN karma
434
Public activity
212 items

About Snawoot

[ my public key: https://keybase.io/yarmak; my proof: https://keybase.io/yarmak/sigs/B-6vurJWXuwCRjiwWwjhWFQYkm-IE_oNmPsr9czKvyo ]

Recent public activity

  1. story
  2. 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…

  3. story
  4. 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…

  5. story
  6. comment
    Comment #47550834

    Hexane is directly used as a solvent for edible cooking oil refining.

  7. comment
    Comment #46945826

    TrustTunnel - https://trusttunnel.org/

  8. story
  9. story
  10. 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…

  11. 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…

  12. story
  13. 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…

  14. comment
    Comment #45439054

    chrome --headless --disable-gpu --print-to-pdf https://example.com

  15. 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…

  16. story
  17. 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.

  18. comment
    Comment #44314359

    How do docker contexts help with the transfer of image between hosts?

  19. comment
  20. 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…

  21. 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…

  22. story
  23. 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…

  24. 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.

  25. comment