Live data from Hacker News

Viewing profile — cristaloleg

cristaloleg

HN member
Joined
Sat, Mar 15, 2014, 5:20 PM UTC
HN karma
133
Public activity
78 items

About cristaloleg

meet.hn/city/52.2319581,21.0067249/Warsaw

Socials: - bsky.app/profile/olegk.dev - github.com/cristaloleg - linkedin.com/in/olegkovalov - t.me/olegkovalov - olegk.dev

---

Recent public activity

  1. story
    Ask HN: What model/AI platform do you use for the automatic translations?

    I'm looking for a high-quality solution for translating food recipes and/or menu content into 30–50 languages. Accuracy and natural wording matter much more than the cost. However,…

  2. story
  3. comment
    Comment #48419110

    I prefer how golang/go commits are organized. Simple but working setup.

  4. story
  5. comment
    Comment #46463220

    Bartosz Ciechanowski - https://ciechanow.ski

  6. comment
    Comment #46158401

    More active thread https://news.ycombinator.com/item?id=46158191

  7. comment
    Comment #46158192

    Looks so :\ constantly getting 500 I see more and more 'Partially Re-routed' https://www.cloudflarestatus.com/

  8. comment
    Comment #45962441

    > - error type being special, and not working well with chanels; what?

  9. comment
    Comment #45827737

    Quick intro https://lemire.me/blog/2019/12/19/xor-filters-faster-and-sma...

  10. comment
    Comment #45827723

    Curious why no one mentioned XOR filter yet https://github.com/FastFilter

  11. comment
    Comment #45715047

    Where is the famous "Don't draw a green elephant?" UPD: suggested here https://github.com/scpedicini/genai-showdown-public/discussi...

  12. comment
    Comment #45578153

    I like your username (especially in this thread) (PS: I have black & yellow labs)

  13. story
  14. story
    Ask HN: When was the last time you broke production and how?

    Inspired by a similar thread on Lobste.rs https://lobste.rs/s/ytefme/when_was_last_time_you_broke_production

  15. comment
    Comment #43780029

    Same can be said about pointer addresses (random for each run). But ASLR exists for a specific reason.

  16. story
  17. comment
    Comment #43662105

    Form follows function, I guess. (c) (from lobste.rs)

  18. comment
    Comment #43605227

    More comments here https://news.ycombinator.com/item?id=43585742

  19. story
  20. comment
    Comment #42878045

    Yep, PRs and Issues are affected https://www.githubstatus.com/

  21. story
  22. comment
    Comment #42155346

    Shameless plug: shorter profile links https://blskyl.ink/

  23. comment
    Comment #40583052

    Yep, systemd with additional scripts to automates interactions with it. Blue/green with systemd is not a magic (speaking for uncontainerized Go, I doubt that Go in docker/podman wi…

  24. comment
    Comment #40583038

    Depends on what is your SLA. If it's an offline data processing and you can survive 1-2h outage (during machine restart) why not? I had a chance to see how such system works and it…

  25. comment
    Comment #40581958

    1 beefy machine != 1 binary. Just one m6g.8xlarge can easily fit 10 heavy loaded services (read binaries) without a problem. Each of these services can be made by different teams.