Live data from Hacker News

Viewing profile — nanofortnight

nanofortnight

HN member
Joined
Sun, Mar 03, 2013, 9:44 AM UTC
HN karma
454
Public activity
184 items

About nanofortnight

No profile information was provided.

Recent public activity

  1. comment
    Comment #38692999

    Computers are better than humans at poker (DeepStack) and backgammon (eXtreme Gammon). XG for example is commonly used by expert backgammon players to analyse play, much like how e…

  2. comment
    Comment #38261184

    Because it’s a completely misleading headline. The number of cores in the heuristic used to calculate task switch frequency was capped to 8. This is a reasonable thing to do as a h…

  3. story
  4. comment
  5. comment
    Comment #35876937

    Vitamin D is fat soluble, and thus you can overdose on it. High dose frequently is not recommended, and most high dose supplements will have warning labels about vitaminosis.

  6. comment
    Comment #35592986

    This seems perfect for _Generic. https://en.cppreference.com/w/c/language/generic

  7. comment
    Comment #35152258

    This involves a manual left corner transform, so I would probably call this a variant of a left corner parser (LC parser)?

  8. comment
    Comment #32572066

    C₈F₈⁻ The extra electron makes it negatively charged by -1 (thus an anion).

  9. comment
    Comment #32422246

    The original was posted to USENET by Ed Nather (utastro!nather) on May 21, 1983.

  10. comment
    Comment #31386872

    "Communication in the human cortex" seems pretty clear. The abstract is there for an extended summary if one doesn't wish to read the whole article. One cannot possibly understand …

  11. comment
    Comment #29800961

    Federated/Decentralised identity/authentication is a solved problem. For example, this is essentially OpenID. Unfortunately this entire concept failed to gain traction.

  12. story
  13. comment
    Comment #26368196

    Clickbait.

  14. comment
    Comment #26208050

    Is Little embeddable? This seems like a perfect scripting language for embedding into a larger C application.

  15. comment
    Comment #19006702

    > into the nose It's not going into the nose, it's going into the jejunum (the intestines) via a nasojejunal tube, which is placed up your nose.

  16. comment
    Comment #18528200

    Medicine is a field I'm in where learning large bodies of unrelated facts is helpful, since it's a field where having a generalist's shallow understanding of a wide variety of fiel…

  17. comment
    Comment #18370981

    https://en.wikipedia.org/wiki/Geometric_algebra Less ambiguously called "Clifford algebras", though Clifford himself prefered the term geometric algebra.

  18. comment
    Comment #18367054

    Yes, it does, because it is an identical representation to quaternions. Except it actually explains all the weirdness in quaternions without resorting to 4-space. This is because q…

  19. comment
    Comment #18207577

    Improper title. 1. This is specifically about non-SCLC. 2. This article is entirely about a downside to receiving PD-1/PDL-1 inhibitor biologics as immunotherapy; that approximatel…

  20. comment
    Comment #18183081

    Yes? Very common in Engineering disciplines, for example.

  21. comment
    Comment #18085577

    "If you don't put your finger in it, you'll put your foot in it" is still a common aphorism. Enjoy your time on surgical assessment when you get to your clinical years!

  22. comment
    Comment #18070553

    Yes, obviously, if that can be proven to be the cause? Proper criminal rehabilitation and reintegration is very important.

  23. comment
    Comment #18025784

    Pilot wave theory (also known as Bohmian mechanics) imposes a single-world interpretation.

  24. comment
    Comment #16617091

    That's exactly it. Atom comes from atomos, meaning indivisible; if you take the literal meaning, it has no constituent parts.

  25. comment
    Comment #14790881

    Quite a large number of people use C++. C++ is 3rd place on the latest (July 2017) TIOBE index, behind Java and C. C++ sits in a niche wherein its competitors have mostly died out …