Live data from Hacker News

Viewing profile — kannmig

kannmig

HN member
Joined
Fri, Jun 29, 2018, 6:25 AM UTC
HN karma
115
Public activity
14 items

About kannmig

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #22748458

    The material handled in PAIP mostly focuses on classical symbolic AI, as opposed to the modern ML-based AI that you refer to in RNNs. (Not to discourage you from reading the book, …

  3. comment
    Comment #22589635

    No, Clozure is correct. OP is referring to Clozure CL, not Rich Hickey's Clojure.

  4. comment
    Comment #22553109

    Other great articles on regexes from rsc: https://swtch.com/~rsc/regexp/regexp1.html https://swtch.com/~rsc/regexp/regexp2.html

  5. comment
    Comment #22552406

    Seems like this is based on Google's own internal code search tooling, something most engineers at Google rely on for every day code-level work. I personally can't even begin to im…

  6. comment
    Comment #22324453

    I think OP made the distinction intentional to “show their working”, so to speak.

  7. comment
    Comment #21701190

    https://www.musl-libc.org/

  8. comment
    Comment #19120252

    > A former colleague of mine had a teddy bear on his desk, before you could ask for his advice you had to take the teddy and explain your problem out loud to it. https://en.m.wikip…

  9. comment
    Comment #18917765

    Steve Losh's post on how to learn Common Lisp is an amazing resource. I encourage people to check it out! It happens to include many of the books mentioned in the parent post. Link…

  10. comment
    Comment #18917750

    https://archive.org/details/ucberkeley-webcast-PL3E89002AA9B...

  11. comment
    Comment #18788010

    For those unfamiliar with the term 'nerd sniping' (as was I): https://xkcd.com/356/

  12. comment
    Comment #18774245

    Reminds me of the classic SICP quip: "Programs must be written for people to read, and only incidentally for machines to execute."

  13. comment
    Comment #18640368

    Another great exposition on the applicative-order Y combinator can be found at the end of Chapter 9 of The Little Schemer . It is interesting to contrast with how in Haskell, one c…

  14. comment
    Comment #17906701

    I personally first learned about the described technique at https://www.artofmanliness.com/articles/fall-asleep-fast/ , where the material seems to be better presented. Hope more p…