Viewing profile — darrickwiebe
darrickwiebe
HN member- Joined
- Sun, Apr 22, 2012, 8:00 PM UTC
- HN karma
- 41
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About darrickwiebe
No profile information was provided.
Recent public activity
-
comment
Comment #6143693
This is a great post! Very nicely written and understandable. I really like the way this approach breaks up the work of reacting to, processing, and rendering the results of events…
-
comment
Comment #6135592
I came to the same conclusion. I think fasting is a good example of a weight loss approach that optimizes for low ego depletion. http://en.wikipedia.org/wiki/Ego_depletion
-
comment
Comment #6132141
No, I only drank water. A lot of water. Even on my regular diet I drink more water than most people, but when fasting, I'm sure I drank 2-3x more water than normal. I would typical…
-
comment
Comment #6131503
Simply the first link on Google to the text of the article.
-
comment
Comment #6131416
Harpers Magazine published a much better written article that discusses this same Scotsman along with an American who achieved some slight fame for his fasting around the beginning…
-
comment
Comment #5576286
If you look at the winners of the Underhanded C Contest [1], the subtle and deniable "errors" that are hidden in innocuous looking pieces of code remind me a lot of the type of err…
-
comment
Comment #5511897
This command has a mistake in it: ours = "!f() { git commit --ours $@ && git add $@; }; f" it should be ours = "!f() { git checkout --ours $@ && git add $@; }; f"
- story
-
comment
Comment #4861870
I've been considering adding a treadmill to my standing desk, but am concerned about the whine of the treadmill and the sound of my footsteps on it bothering others in the room or …
-
comment
Comment #4603119
Under lein 2, the "lein run" task fails with the following error: Exception in thread "main" java.lang.ClassNotFoundException: clojurescript-ohpointone.core I installed the stable …