Viewing profile — aromatt
aromatt
HN member- Joined
- Sat, Feb 27, 2016, 8:08 PM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About aromatt
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
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.
-
comment
Comment #12464246
I'd say my script is equivalent to `git commit --all --amend --no-edit`
-
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…