Live data from Hacker News

Viewing profile — Digitalis33

Digitalis33

HN member
Joined
Tue, Feb 18, 2020, 7:16 PM UTC
HN karma
9
Public activity
6 items

About Digitalis33

No profile information was provided.

Recent public activity

  1. comment
    Comment #27795317

    I prefer to listen to people who actually put AI/ML models into production, instead of random programmer / AI dilettante types.

  2. comment
    Comment #27732449

    As someone who's just now diving into low-level programming on unix, this article is just what I needed. Saving this for future reference.

  3. comment
    Comment #26148461

    DeepMind, Hinton, et al are still convinced that the brain must be doing something like backprop. See Lillicrap address all common objections to backprop in the brain: https://www.…

  4. comment
    Comment #25709702

    Notice he won't commit to any quantifiable short-term predictions that could come back to bite him in the future. No references to any ML benchmarks at all. Just a lot of hand wavi…

  5. comment
    Comment #22359376

    "What’s exciting about using functions in this way is that your entire application can itself be treated as an function that starts when the program boots." HN, rediscovering main(…

  6. comment
    Comment #22359296

    FIFY Operations ^H^H^H Functions A common function for applications is logging a user in. It’s actually two sub-functions composed together: first get the email address and passwor…