HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matt42

no profile record

Submissions

Intel defends against AMD Ryzen 5000 with tease of 11th Gen Rocket Lake info

techradar.com
2 points·by matt42·há 6 anos·1 comments

Lithium high performance C++ HTTP server documentation

matt-42.github.io
2 points·by matt42·há 6 anos·0 comments

comments

matt42
·há 5 anos·discuss
To me there is 3 main points:

  - Even if it's JS, just-js make almost no use of dynamic memory allocations.
  - The authors rewrote himself a postgresql driver that support batching request.
  - it wraps high performance c++ libraries
Even if the techempower implementation is far more verbose and complex than mainstream JS framework, the amount of work behind just-js and its preformances are just impressive!
matt42
·há 6 anos·discuss
I don't understand why when you say "I have covid" people want the proof that you have it and ask you "did you do the test ?". I personally think I got it twice and never did any test. Just had symptoms I never had before in the 2 waves we had in france, just after meeting persons who also got seek at the same time. This is enough coincidence for me to think I have covid.

I also think that this reasoning may be more accurate that the official not very accurate covid tests.

Doing this reasoning myself also saved me money and the 4h waiting queue to do the test (the last thing I want to do when I have fever).

On the other side, I know people who had symptoms, tested negative (and trusted the test) and still when out to meet (and maybe contaminate) friends or colleagues.
matt42
·há 6 anos·discuss
or just run npm test / make test locally without setting up anything. But I feel like writting the tests takes usually more time than setting up CI/CD.
matt42
·há 6 anos·discuss
Very interesting, I really think that http APIs are just a user management layer that could be easily abstracted away now that we can do so many things client-side.

How do you handle permissions ? or how do you pervent a clients to erase the database ?
matt42
·há 6 anos·discuss
This is really depressing. How do we stop this cynical game ? is they example of successful companies promoting the right people ?
matt42
·há 6 anos·discuss
Projects using templates and heavy metaprogramming often see most of the compile time spent in template instantiation, not in link time. For this kind of projects I think this would help.
matt42
·há 6 anos·discuss
Great that C++ compiler teams are working on reducing C++ compile time. The next great feature I think would be a game changer is caching the result of compilation (templates and binary code). A fine grained cache acting at the level of a line (or a function if it's too hard) would save an incredible amount of time to C++ devs, while also simplifying build systems. This would also stop engineers from losing days trying to speedup their build.
matt42
·há 6 anos·discuss
What http server do you use ? Are they static images ?
matt42
·há 6 anos·discuss
And 2.5 per minute
matt42
·há 6 anos·discuss
Is there any doc about how this caching is implemented ? I still don't understand why we need to feed this dependency array to have an up to date version of the count variable.
matt42
·há 6 anos·discuss
I love the way crank is using generators to get rid of the react complexity.... Did not know about crank, thanks for the link.