HackerLangs
TopNewTrendsCommentsPastAskShowJobs

maattdd

no profile record

comments

maattdd
·14 dni temu·discuss
It does ?
maattdd
·2 miesiące temu·discuss
> not because pizzerias in Berlin or Warsaw

Well kinda actually. In countries with good culinary, even basic konbini food can be better than more "serious" restaurant in bad culinary countries.
maattdd
·2 miesiące temu·discuss
Your conclusion is really a false dichotomy. The square of something very very small (close to zero) is negligeable : thus subortibal hop (Concorde was flying at 18km altitute for example).
maattdd
·3 miesiące temu·discuss
I don't know much of PHP, but reaching "Rust/Go" performance is not simply because they have AOT compiler, but because the semantic of the language itself allows efficient compilation.

Many attempts has been made for an AOT compiler for Python and Ruby, but they don't reach those performance because of this.
maattdd
·3 miesiące temu·discuss
Again, this is not by definition. This is by deduction.
maattdd
·3 miesiące temu·discuss
This is not what "by definition" means.
maattdd
·4 miesiące temu·discuss
What about https://github.com/tw93/mole ?
maattdd
·4 miesiące temu·discuss
https://www.cpu-monkey.com/en/compare_cpu-apple_a18-vs-apple...
maattdd
·6 miesięcy temu·discuss
I'm (and millions other people) are using macOS with a classic scroll wheel mouse perfectly fine. Are you sure there is not something messing with the trackpad at the same time ? (this looking erratically random?)
maattdd
·6 miesięcy temu·discuss
TLDR: DBtune identified and tuned key server parameters that seem to have had a large impact, including random_page_cost and max_wal_size
maattdd
·7 miesięcy temu·discuss
Zed uses clangd, I don't think clangd support only 90% of C++ (and I don't think it avoid hard work).
maattdd
·7 miesięcy temu·discuss
https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_...
maattdd
·9 miesięcy temu·discuss
export template extern still exists.
maattdd
·10 miesięcy temu·discuss
TIL that std::visit supports multiple variants. How new is that ?