Viewing profile — daemianmack
daemianmack
HN member- Joined
- Mon, Oct 05, 2009, 5:00 PM UTC
- HN karma
- 16
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About daemianmack
No profile information was provided.
Recent public activity
-
comment
Comment #6706468
Ansible looks to me like the product of a person who looked at Puppet, said something like "ugh Ruby, ew syntax" and made his own thing, without looking deeper. Before he created A…
-
comment
Comment #3825175
Surprisingly entertaining -- thanks! It'd be nice if the the popup messages had a force field around them, so they stayed readable for as long as possible.
-
comment
Comment #3497082
I just finished _Dreaming in Code_ Friday night. A deep dive into http://chandlerproject.org/ afterward was one of the more depressing experiences I've had in recent memory: all th…
-
comment
Comment #3280164
You can split hunks until they're consecutive lines. You can't split more granularly than that with -p. You'd need to edit the patch, either directly or with git gui or similar.
-
comment
Comment #3271813
Sort of. -p considers consecutive lines a single hunk. Often, that's not what I want. Luckily, there is magit: http://philjackson.github.com/magit/
-
comment
Comment #2986980
ctrl+c should cancel the search, saving you the line-editing workaround.
-
comment
Comment #2985202
I hit the Enter key.
-
comment
Comment #2302668
Our boy just turned 3 months old. People keep telling us we got really lucky, but the impact on sleep and personal time has not been that huge. During my wife's pregnancy, I had a …
-
comment
Comment #1826068
Having my food be smart energy packets reduces the excitement of sitting down to dinner. On the other hand, it's been indispensable for getting back in shape -- this combined with …
-
comment
Comment #1818345
Perfect; I was just looking for vc-annotate-next today. Magit user here. I love it for its ability to let me do line-level control over what I place in the index. I use the prompt …
-
comment
Comment #1654966
Excellent idea; thanks!
-
comment
Comment #1654535
Funny, about an hour ago I finally broke down and remapped Ctrl+w to backward-kill-word[1] after re-reading Yegge's Effective Emacs, and you've just reminded me to push the commit …
-
comment
Comment #1493003
To me, finger seemed to lapse the same way the old-school tilde-based 'personal website' gave way to Geocities et al -- people gradually shifted away from it. Remember John Carmack…
-
comment
Comment #1306126
'Leads to' is an unfortunate choice of words at best. Unless there are details not yet divulged, this appears pretty similar to, e.g., 'Casual Encounters section of Craigslist Lead…
-
comment
Comment #1115767
Very nice. The developer's responsiveness to bug reports is what makes this the best form-styling solution for a side project I'm working on at the moment; this should be pretty we…
-
comment
Comment #946636
Cool. I've been enjoying sup on a daily basis for quite some time now, and it's great. C-speed search and robust emacs integration sound wonderful; it's too bad these features spru…
-
comment
Comment #935782
I've recently come to the same conclusion as the author. I've long been an advocate of Linux, but a few years go I sort of gradually switched off Linux on the desktop back to Windo…
-
comment
Comment #910091
Spam.
-
comment
Comment #862142
It does. The relevant snippet from my .emacs.d: ;; For tramp with my bash config, the prompt of which terminates ;; in a newline. Tell tramp how to detect the end of my prompt. (se…