Viewing profile — dankilman
dankilman
HN member- Joined
- Thu, Aug 08, 2013, 9:55 PM UTC
- HN karma
- 14
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About dankilman
Recent public activity
-
comment
Comment #36463144
The guild wars 2 wiki makes great use of it imo
-
comment
Comment #24889579
Thanks. LMK know if you can't for some reason, I'd like to fix that if that is the case
-
comment
Comment #24869409
It keeps a terminal emulator for each input stream using pyte (pure python terminal emulator). Then draws everything using ANSI escape codes to put the cursor in different places :…
-
comment
Comment #24860413
multiplex is the result of me wanting a tool that allowed me to view output of several processes running in parallel similar to tmux but with the main goal of being view only, bein…
- story
- story
- story
-
comment
Comment #21232035
I've recently finished a book on the J programming language (Learning J) and summarised what I read in what turned out to be a rather useful (at least to me) cheat sheet. Other sim…
- story
- story
- story
-
comment
Comment #10229792
Something that has not been mentioned (because it is such a small feature) is that you can now disable the vibration on a per alarm clock basis. I've been waiting for this for seve…
-
comment
Comment #8758602
Those should be available on almost any Linux system, even on minimal installs: Linux
-
comment
Comment #7639900
I also really like argh, though it seems the provided link documents an api the mandates decorators and in fact what I like about argh is that functions can remain clean. http://ar…