Live data from Hacker News

Viewing profile — diondokter

diondokter

HN member
Joined
Tue, May 05, 2026, 9:03 AM UTC
HN karma
58
Public activity
5 items

About diondokter

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #48021186

    Various prominent people have said years after that .await was the correct choice after all

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

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

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