Viewing profile — mkornaukhov
mkornaukhov
HN member- Joined
- Tue, Apr 29, 2025, 8:37 AM UTC
- HN karma
- 93
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About mkornaukhov
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #47437720
[flagged]
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #46147365
It's open sourced some code, you may see some here https://github.com/serenedb/serenedb/
-
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…
-
comment
Comment #46135124
> I’m happy with how Rust turned out. I agree, with the possible exception of perplexing async stuff.
-
comment
Comment #46134063
Better tell me how to make the compiler not fool me!
-
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…
-
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…
-
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…
-
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 =)
-
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).
-
comment
Comment #46124396
Billie is lucky to have such a dexterous owner!
-
comment
Comment #46108821
Similarly, the CEO couldn't resist the outstanding optimization of memory and execution speed!
-
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…
-
comment
Comment #46055591
Sad for all of us =(
-
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…
-
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.
-
comment
Comment #46036975
It sounds convenient %)