Viewing profile — epe
epe
HN member- Joined
- Sun, Oct 07, 2007, 3:54 AM UTC
- HN karma
- 487
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About epe
Recent public activity
-
comment
Comment #9336643
Sadly this isn't entirely new news: http://www.physics.nyu.edu/sokal/lingua_franca_v4/lingua_fra... http://www.fudco.com/chip/deconstr.html
-
comment
Comment #8720924
I find this: http://martin.kleppmann.com/2014/11/25/hermitage-testing-the... a more informative read on essentially the same topic.
-
comment
Comment #8463080
Seems like classic Hawthorne effect...
-
comment
Comment #4751515
I'd assumed it was a reference to jwz's "how will this software get my users laid": http://www.jwz.org/doc/groupware.html Maybe I'm giving them too much credit...
-
comment
Comment #3881614
I don't know if it's any simpler, but I tend to do: git init . git remote add origin git://github.com/eentzel/dotfiles.git git checkout -t origin master
-
comment
Comment #3796901
Go has a great solution for this in the binary package: http://golang.org/pkg/encoding/binary/#Read I've been working on some code to parse the shapefile format, which specifies so…
-
comment
Comment #3759676
I'll just leave this here in case anyone still cares... http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch...
-
comment
Comment #3145947
Apparently it's managed to destroy even the minimal level of talent needed to construct a readable PNG.
-
comment
Comment #3024700
Agreed that the web doesn't have any "magical properties", but it has the "Worse is Better" survival characteristic; or at least it did in its early days. I think the web's continu…
-
comment
Comment #2328820
I think the snake-oil nature of (much of) SEO stems from the fact that it's difficult or impossible to measure in an accurate, unambiguous way. Since A/B testing includes measureme…
-
comment
Comment #2222877
The clearest explanation I've ever seen of this method is here: http://www.evanmiller.org/rank-hotness-with-newtons-law-of-c...
-
comment
Comment #1996291
Wouldn't simply excluding any http request whose user agent contains "googlebot" from the displayed count make it dramatically more accurate without needing a switch to JS-based an…
-
comment
Comment #1943221
This is my November Startup Sprint[0] project, inspired by a StackExchange question[1] from this HN thread[2]. The idea is that the app creates a unique email address for you, and …
- story
-
comment
Comment #1657088
It appears to be down at the moment, but there's a site called Wrong Tomorrow ( http://wrongtomorrow.com/ ) that seems to me like a good start in this direction. Here's the blog po…
- story
-
comment
Comment #1546994
Even better review of an earlier book of Friedman's by the same reviewer: http://www.nypress.com/article-11419-flathead.html
-
comment
Comment #1515157
I don't believe it's any Javascript overhead for non-IE browsers. It's just a single line of CSS: behavior: url(path/to/PIE.htc); that non-IE browsers will simply ignore.
-
comment
Comment #1476012
http://projecteuler.net/
- comment
- story
-
comment
Comment #1233129
There is certainly a case to be made that the U.S. school system was designed to make "drones or conformists": http://en.wikipedia.org/wiki/Prussian_education_system Or for a more …
- story
-
comment
Comment #1110374
Care to share the name of the bank?
-
comment
Comment #1104502
On http://www.sticket.net/request/ if I type "denver, co" in the first field and hit tab, the field gets blanked out. Safari 4 on OSX 10.5.