Viewing profile — diondokter
diondokter
HN member- Joined
- Tue, May 05, 2026, 9:03 AM UTC
- HN karma
- 58
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About diondokter
No profile information was provided.
Recent public activity
-
comment
Comment #48021213
Yes, but I can't share the codebases since they're our client's and proprietary. But there aren't a lot of big embedded codebases that are also open source
-
comment
Comment #48021186
Various prominent people have said years after that .await was the correct choice after all
-
comment
Comment #48020194
In open source I guess there's two types of work: 1. features 2. maintenance You can 'sell' new features. They cost money to create, but they solve real problems. Those problems al…
-
comment
Comment #48020127
So on the title, I picked this because it's simply the truth. Since async landed in 2019 or so, not much has changed. Yes, we can have async in traits and closures now. But those a…
-
comment
Comment #48019910
Hi, author here. I mention in the blog that I've tried to quickly hack two of the simplest optimizations in the compiler and it resulted in 2%-5% binary size savings in real embedd…