Viewing profile — templon
templon
HN member- Joined
- Mon, May 14, 2018, 8:09 PM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About templon
Physics, computers, teamwork, taiji
Recent public activity
-
comment
Comment #40353935
I'm partial to the UCSD p-system interface, mostly because it's the first TUI I was ever exposed to. You can see screenshots here: http://pascal.hansotten.com/ucsd-p-system/cp-m-an…
-
comment
Comment #39561486
Yeah, I have a Python script for personal use, and briefly could not figure out why it was crashing. The reason : I was using class datetime.date(year, month, day) which was attemp…
-
comment
Comment #39523112
I like that this article mentions Parnas - I had already thought of him when I saw Modularisation in the title. The paradox is nice - at the root level of many issues, there lies s…
-
comment
Comment #17069018
Didn't see anybody mention "miller" yet ... pipe/grep/cut/awk etc for CSV files, really rocks.