Live data from Hacker News

Viewing profile — bobdobbs666

bobdobbs666

HN member
Joined
Thu, Dec 12, 2019, 11:22 AM UTC
HN karma
19
Public activity
8 items

About bobdobbs666

No profile information was provided.

Recent public activity

  1. comment
    Comment #34158834

    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…

  2. comment
  3. comment
    Comment #21868854

    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…

  4. comment
    Comment #21866154

    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 he…

  5. comment
    Comment #21774218

    http://www.cs.unc.edu/~smp/COMP205/LECTURES/ERROR/lec23/node... They meant fixed precision not fixed point math.

  6. comment
    Comment #21771001

    Pragma once only prevents double inclusion within the translation unit. On large projects bad header hygiene can cause significant compilation overhead.

  7. comment
    Comment #21770979

    This is pretty much the standard way to write ABI compatible plugin interfaces in C that can be easily bound to multiple other languages.

  8. comment
    Comment #21770966

    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...