Live data from Hacker News

Viewing profile — roerdhh

roerdhh

HN member
Joined
Tue, Jul 03, 2018, 3:50 PM UTC
HN karma
3
Public activity
3 items

About roerdhh

No profile information was provided.

Recent public activity

  1. comment
    Comment #35071163

    There would also be the question how to archive old messages – i.e. one of the main problems Dejanews originally solved for the Usenet community.

  2. comment
    Comment #27312718

    It reminds me of the bold claims Paul Graham originally made about Arc. This website here is proof that at least something can come out of that, I guess.

  3. comment
    Comment #17451251

    It feels to me that the use of lambda is pretty much discouraged in Python. The preferred way to dynamically create functions seems to be an inner def.