Viewing profile — manawy
manawy
HN member- Joined
- Sat, Oct 24, 2015, 5:41 PM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About manawy
No profile information was provided.
Recent public activity
-
comment
Comment #12710022
I have no doubt they do, but still... The question is : are the DOD/DOE (or the chinese/european equivalent) going to risk millions for their next supercomputers on a new architect…
-
comment
Comment #12709383
or it could turn badly for the others, it will not gain attraction if intel products are not supported Inertia is a very strong decisive factor, especially when you need to make su…
-
comment
Comment #10753137
For your second example, this does not test for the compiler but for the provider of the SSL library. Clang does not provided it, so it's not a problem. But I get your point. My co…
-
comment
Comment #10752961
I'd argue that for Qt this approach makes sense because they provide a well defined API that they stick too. The developer can also ask for specific component if it just want them …
-
comment
Comment #10752798
I'm not sure what you mean by databases of systems and features... I use CMake everyday and for me it's not a database but a set of modules. Each of this module will look for a par…
-
comment
Comment #10444306
Yes, I'm really happy that GCC optimize that code away. Most of us don't care about security issue too much when using C/C++. We do use it for performance, and use it mostly locall…