Live data from Hacker News

Viewing profile — nwhm

nwhm

HN member
Joined
Mon, Dec 17, 2018, 12:54 PM UTC
HN karma
17
Public activity
3 items

About nwhm

No profile information was provided.

Recent public activity

  1. comment
    Comment #18882950

    I highly recommend Computer Systems: A Programmer's Perspective for learning C. In particular chapter 3 of that book is what made it all click for me. Understanding how C is transl…

  2. comment
    Comment #18766855

    Unicode isn't an encoding, but most terminals use UTF-8 (check your LANG environment variable), of which ascii is a subset

  3. comment
    Comment #18698675

    Well he mentioned LISP and if we include all of it's innovation then garbage-collection, homoiconicity, tail calls, and REPLs are covered.