Live data from Hacker News

Viewing profile — keedon

keedon

HN member
Joined
Thu, Apr 21, 2016, 11:23 PM UTC
HN karma
4
Public activity
8 items

About keedon

No profile information was provided.

Recent public activity

  1. comment
    Comment #35801555

    The link appears to be broken, try: http://www.exemark.com/FORTH/Ting_Laws_of_Computing_v4.pdf

  2. comment
    Comment #27516950

    Pretty good, and you can make notes & highlight them too

  3. comment
    Comment #24061584

    http://www.projectoberon.com/ has all of the source and the Oberon book

  4. comment
    Comment #21836193

    The computer mouse was invented back in the 60s, its hardly modern technology

  5. comment
    Comment #20777781

    Isn't the change mainly due to the iPhone being released? Before that it was a copy of the blackberry look & feel

  6. comment
    Comment #18732246

    This is mock German - Google translate is probably taking spitzens parken as peak parking. But it is probably a refernce to blinkenlights https://en.wikipedia.org/wiki/Blinkenlight…

  7. comment
    Comment #18219050

    I think it would help with clarity - too much nesting in a function can mean it's doing too much and might need splitting into several functions

  8. comment
    Comment #17449036

    for n in [i for i in range(100) if i%2 == 0]: print n Will work (if a bit repetitive looking)