HackerLangs
TopNewTrendsCommentsPastAskShowJobs

maattdd

no profile record

comments

maattdd
·hace 14 días·discuss
It does ?
maattdd
·hace 2 meses·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
·hace 2 meses·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
·hace 3 meses·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
·hace 3 meses·discuss
Again, this is not by definition. This is by deduction.
maattdd
·hace 3 meses·discuss
This is not what "by definition" means.
maattdd
·hace 4 meses·discuss
What about https://github.com/tw93/mole ?
maattdd
·hace 4 meses·discuss
https://www.cpu-monkey.com/en/compare_cpu-apple_a18-vs-apple...
maattdd
·hace 6 meses·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
·hace 6 meses·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
·hace 7 meses·discuss
Zed uses clangd, I don't think clangd support only 90% of C++ (and I don't think it avoid hard work).
maattdd
·hace 7 meses·discuss
https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_...
maattdd
·hace 9 meses·discuss
export template extern still exists.
maattdd
·hace 10 meses·discuss
TIL that std::visit supports multiple variants. How new is that ?