Live data from Hacker News

Viewing profile — johnny-lee

johnny-lee

HN member
Joined
Thu, Feb 28, 2019, 6:16 PM UTC
HN karma
3
Public activity
10 items

About johnny-lee

No profile information was provided.

Recent public activity

  1. comment
    Comment #33303468

    Especially if the President eats their pizza slice in a non-standard manner. see https://www.youtube.com/watch?v=Asv7EB1btok And what type of pizza is placed in the Pizza Reserve? …

  2. comment
    Comment #33200229

    Don't you mean Rogers? see https://news.ycombinator.com/item?id=32026637

  3. comment
    Comment #33196622

    Try giving your kids xylitol candies/mints (available at amazon and many health food stores), initially after every meal - you can probably reduce the frequency/amount later. There…

  4. comment
    Comment #33196455

    That's what scares a lot of people when they run a static analyzer on code for the first time - all the possible problems. Some of the possible problems are easy to confirm or deny…

  5. comment
    Comment #33196249

    Microsoft bought and adapted PREfix and created a simpler, faster version called PREfast (and the Visual Studio -analyzer switch for C/C++/C# code). see tools section in https://le…

  6. comment
    Comment #22790893

    My perl script which scans C/C++ source code for typos would emit a warning (case 19) for a case statement that fell through to the next case statement. The script handled the 'fal…

  7. comment
    Comment #22104580

    see the wikipedia entry on Chinese numerology, esp. number 9. https://en.wikipedia.org/wiki/Chinese_numerology#Nine tl;dr - Chinese pronunciation of 9 sounds similar to the Chinese…

  8. comment
    Comment #20772805

    The USA and certain other countries allow a grace period between disclosure of an invention and the patent application for that invention before that invention disclosure becomes p…

  9. comment
    Comment #20641283

    The SAST program is probably doing a lot more than a string search tool does. If the SAST has to process C/C++ source code, then the SAST will parse all the #include'd header files…

  10. comment
    Comment #20639062

    I've gone down this road years ago. While there's no install and initial results are quick to appear, the false positives that grep or any string search tool generates will make th…