Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
darrickwiebe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
darrickwiebe
13y ago
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 into discrete and composable steps. I feel like I'm st
2.
▲
by
darrickwiebe
13y ago
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
3.
▲
by
darrickwiebe
13y ago
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 typically have a bottle or glass of water on hand all the time
4.
▲
by
darrickwiebe
13y ago
Simply the first link on Google to the text of the article.
5.
▲
by
darrickwiebe
13y ago
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 of the 20th century. In addition, the author writes about h
6.
▲
by
darrickwiebe
13y ago
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 error that this spreadsheet sounds like it contains. It's telli
7.
▲
by
darrickwiebe
13y ago
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"
8.
▲
Maintainer(s) wanted for vim-javascript
(github.com)
2 points
by
darrickwiebe
14y ago
|
0 comments
9.
▲
by
darrickwiebe
14y ago
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 who work below me. How is the noise from your setup? Have yo
10.
▲
by
darrickwiebe
14y ago
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 release of leiningen and it works fine.