Live data from Hacker News

Viewing profile — imahorse

imahorse

HN member
Joined
Sun, Aug 30, 2015, 7:57 PM UTC
HN karma
3
Public activity
2 items

About imahorse

No profile information was provided.

Recent public activity

  1. comment
    Comment #16403684

    From my experience, my wrists start hurting if I don't use any wrist rests (despite the name, you're supposed to rest your palms on them) Also, tilted or high profile keyboards are…

  2. comment
    Comment #10144328

    Wow, that's really useful. For everyone who is as bad as me in bash, to actually use it put it like this in your bashrc: function clip() { [ -t 0 ] && pbpaste || pbcopy }