Live data from Hacker News

Viewing profile — dankilman

dankilman

HN member
Joined
Thu, Aug 08, 2013, 9:55 PM UTC
HN karma
14
Public activity
14 items

About dankilman

[ my public key: https://keybase.io/dankilman; my proof: https://keybase.io/dankilman/sigs/sIgcRb_X6A4hQ-biEZwA02gsGGpG-JTxtYzpySVOQs8 ]

Recent public activity

  1. comment
    Comment #36463144

    The guild wars 2 wiki makes great use of it imo

  2. comment
    Comment #24889579

    Thanks. LMK know if you can't for some reason, I'd like to fix that if that is the case

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

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

  5. story
  6. story
  7. story
  8. 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…

  9. story
  10. story
  11. story
  12. 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…

  13. comment
    Comment #8758602

    Those should be available on almost any Linux system, even on minimal installs: Linux

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