Live data from Hacker News

Viewing profile — mkornaukhov

mkornaukhov

HN member
Joined
Tue, Apr 29, 2025, 8:37 AM UTC
HN karma
93
Public activity
25 items

About mkornaukhov

No profile information was provided.

Recent public activity

  1. comment
    Comment #48779721

    We've been working on remote search indexing in our project and it works pretty good. since we are building a Postgres-compatible database, everything is pure SQL. I'd say we could…

  2. comment
    Comment #47437720

    [flagged]

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #46147365

    It's open sourced some code, you may see some here https://github.com/serenedb/serenedb/

  11. comment
    Comment #46136246

    I do write mostly async code, too. There are several ~~problems~~ subtleties that make usage of Rust async hindered IMHO. - BoxFuture. It's used almost everywhere. It means there a…

  12. comment
    Comment #46135124

    > I’m happy with how Rust turned out. I agree, with the possible exception of perplexing async stuff.

  13. comment
    Comment #46134063

    Better tell me how to make the compiler not fool me!

  14. comment
    Comment #46133123

    I would say that your comment is an addition to mine, and I think so too. This is another reason for the popularity of github. As for me, this does not negate the convenient things…

  15. comment
    Comment #46132100

    IMHO, the main advantage of github is that it is an ecosystem. This is a well-thought-out Swiss knife: a pioneering (but no longer new) PR system, convenient issues, as well as a w…

  16. comment
    Comment #46131620

    It is strange that road deaths have been compared in the past, but protection from air pollution has been discussed since 2026. It is noteworthy that, according to IQAir, the air i…

  17. comment
    Comment #46131370

    I've recently understood how RSA works and thought it was a cool achievement. But this article with "basic" math... Not so enjoyable for just a dev =)

  18. comment
    Comment #46131345

    That's good news. I hope this will encourage the industry to use the Zig language (and its creators to release version 1.0).

  19. comment
    Comment #46124396

    Billie is lucky to have such a dexterous owner!

  20. comment
    Comment #46108821

    Similarly, the CEO couldn't resist the outstanding optimization of memory and execution speed!

  21. comment
    Comment #46079369

    > Allocate all necessary memory during startup and avoid dynamic memory allocation after initialization. Absolutely not an ultimatum advice, even harmful in most cases. Just measur…

  22. comment
    Comment #46055591

    Sad for all of us =(

  23. comment
    Comment #46045641

    > handlig c++ types with gdb can be a nightmare and you either develop your own gdb glue code or write c-like c++. That's why better to use lldb and it's scripts. > I think the ide…

  24. comment
    Comment #46037238

    Yeah, agree. But even in case of 8 hour downtime (it's almost 99% SLA) it isn't beneficial for really small firms.

  25. comment
    Comment #46036975

    It sounds convenient %)