Live data from Hacker News

Viewing profile — safod

safod

HN member
Joined
Tue, Mar 05, 2013, 12:53 PM UTC
HN karma
4
Public activity
3 items

About safod

No profile information was provided.

Recent public activity

  1. comment
    Comment #8641008

    I like that you acknowledge that the innate human drive to create is at least as strong a drive as the profit motive, yet are only willing to accept that it is a sufficient motive …

  2. comment
    Comment #5750800

    Why not? vim indents one more when encountering a colon at the end of a line. It also de-indents when encountering a return or break statement. Of course in all other cases you hav…

  3. comment
    Comment #5688013

    Actually, this is a bug. Unicode codepoint U+1E9E is LATIN CAPITAL LETTER SHARP S and should be the result of u"ß".upper(). This is especially so because otherwise u"Maße".upper() …