Live data from Hacker News

Viewing profile — xegroeg

xegroeg

HN member
Joined
Wed, Feb 01, 2012, 3:32 AM UTC
HN karma
5
Public activity
3 items

About xegroeg

No profile information was provided.

Recent public activity

  1. comment
    Comment #5872044

    Who is the woman behind Keith Alexander passing him notes?

  2. comment
  3. comment
    Comment #3536528

    Bash can also do shared history: export HISTCONTROL=ignoredups export HISTCONTROL=ignoreboth HISTSIZE=50000 shopt -s histappend PROMPT_COMMAND='history -a' #history search inline #…