Live data from Hacker News

Viewing profile — aromatt

aromatt

HN member
Joined
Sat, Feb 27, 2016, 8:08 PM UTC
HN karma
6
Public activity
6 items

About aromatt

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #28495520

    I just noticed that almost all of the URLs in this contain UTMs. So as we read and discuss this post, are we deliberating on a valuable piece of insight shared by a peer? Or are we…

  4. comment
    Comment #13421027

    There's a chapter about it in _I Am a Strange Loop_ (Douglas Hofstadter) which I found very enjoyable and pretty enlightening.

  5. comment
    Comment #12464246

    I'd say my script is equivalent to `git commit --all --amend --no-edit`

  6. comment
    Comment #12463858

    Yep. I find that most of the time, the commit I want to fixup is my last one, so I don't even need the interaction. I use this script almost every day: last_commit=$(git log --onel…