Viewing profile — cristaloleg
cristaloleg
HN member- Joined
- Sat, Mar 15, 2014, 5:20 PM UTC
- HN karma
- 133
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About cristaloleg
Socials: - bsky.app/profile/olegk.dev - github.com/cristaloleg - linkedin.com/in/olegkovalov - t.me/olegkovalov - olegk.dev
---
Recent public activity
-
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,…
- story
-
comment
Comment #48419110
I prefer how golang/go commits are organized. Simple but working setup.
- story
-
comment
Comment #46463220
Bartosz Ciechanowski - https://ciechanow.ski
-
comment
Comment #46158401
More active thread https://news.ycombinator.com/item?id=46158191
-
comment
Comment #46158192
Looks so :\ constantly getting 500 I see more and more 'Partially Re-routed' https://www.cloudflarestatus.com/
-
comment
Comment #45962441
> - error type being special, and not working well with chanels; what?
-
comment
Comment #45827737
Quick intro https://lemire.me/blog/2019/12/19/xor-filters-faster-and-sma...
-
comment
Comment #45827723
Curious why no one mentioned XOR filter yet https://github.com/FastFilter
-
comment
Comment #45715047
Where is the famous "Don't draw a green elephant?" UPD: suggested here https://github.com/scpedicini/genai-showdown-public/discussi...
-
comment
Comment #45578153
I like your username (especially in this thread) (PS: I have black & yellow labs)
- story
-
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
-
comment
Comment #43780029
Same can be said about pointer addresses (random for each run). But ASLR exists for a specific reason.
- story
-
comment
Comment #43662105
Form follows function, I guess. (c) (from lobste.rs)
-
comment
Comment #43605227
More comments here https://news.ycombinator.com/item?id=43585742
- story
-
comment
Comment #42878045
Yep, PRs and Issues are affected https://www.githubstatus.com/
- story
-
comment
Comment #42155346
Shameless plug: shorter profile links https://blskyl.ink/
-
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…
-
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…
-
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.