Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bobdobbs666
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bobdobbs666
4y ago
https://pubmed.ncbi.nlm.nih.gov/35027728/ https://pubmed.ncbi.nlm.nih.gov/33884644/ here are a couple studies showing that covid can cause immune system deregulation effects. there are plenty more
2.
▲
by
bobdobbs666
7y ago
Lack of docs plus lack of user base is also a giant failing of bazel. It’s almost always impossible to figure out something I could make happen 6 ways with most other build systems make work in bazel. And there’s little community so now i
3.
▲
by
bobdobbs666
7y ago
I was subjected to bazel on a small project because the manager insisted we use it. The rest of the company used a number of either custom tools or cmake or premske. It is utter hell when you have tons of third party libraries (internal or
4.
▲
by
bobdobbs666
7y ago
http://www.cs.unc.edu/~smp/COMP205/LECTURES/ERROR/lec23/node... They meant fixed precision not fixed point math.
5.
▲
by
bobdobbs666
7y ago
Pragma once only prevents double inclusion within the translation unit. On large projects bad header hygiene can cause significant compilation overhead.
6.
▲
by
bobdobbs666
7y ago
This is pretty much the standard way to write ABI compatible plugin interfaces in C that can be easily bound to multiple other languages.
7.
▲
by
bobdobbs666
7y ago
The patriot missile system tended to miss due to numerical error accumulated due to using floats to count time. http://www-users.math.umn.edu/~arnold//disasters/patriot.htm...