Viewing profile — roerdhh
roerdhh
HN member- Joined
- Tue, Jul 03, 2018, 3:50 PM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About roerdhh
No profile information was provided.
Recent public activity
-
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.
-
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.
-
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.