Live data from Hacker News

Viewing profile — templon

templon

HN member
Joined
Mon, May 14, 2018, 8:09 PM UTC
HN karma
2
Public activity
4 items

About templon

Physics, computers, teamwork, taiji

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
    Comment #17069018

    Didn't see anybody mention "miller" yet ... pipe/grep/cut/awk etc for CSV files, really rocks.