Viewing profile — phob
phob
HN member- Joined
- Tue, Dec 15, 2009, 1:30 AM UTC
- HN karma
- 60
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About phob
No profile information was provided.
Recent public activity
-
comment
Comment #6983216
Often when using C++ I find myself solving C++ problems, not real problems. In a domain with very difficult math and performance challenges, the C++ problems will be dwarfed by the…
-
comment
Comment #3855536
Vim and Emacs seem to work fine if you have Gnu's win32 tools.
-
comment
Comment #3718986
What advantage does this have over flot?
-
comment
Comment #3305687
Copying is not theft. http://www.youtube.com/watch?v=GU7axyrHWDQ
-
comment
Comment #3232003
At the lower price, you produce a lot more consumer surplus. This is valuable if you're the charitable type.
-
comment
Comment #3025062
This class looks really intense. I'm so excited for this -- just look at that syllabus!
-
comment
Comment #2264920
The problem with anecdotal evidence is that it makes you under the impression that you know something. If it were as harmless as it were useless, there would be no problem.
-
comment
Comment #2152847
I just stumbled upon it. I am a student, and I had to set up a small site for a class which implemented a solution to a problem that I had already solved in python...
- comment
-
story
Python on Heroku
You can run python on heroku with a system call from a ruby app. Just run something like: @output = `echo \"#{variable}\" | python script.py`. This will let you read standard out f…
-
comment
Comment #2084263
"4HWW is about identifying the highest impact things and cutting out the rest." This is one of the primary aims of GTD.
-
comment
Comment #2070134
But we do have reasonable priors on parapsychology from its wasteland of unreplicated, flawed studies, with no convincing results despite decades of effort.
-
comment
Comment #2070129
This is why we replicate studies. Unreplicated parapsychology results are a dime a dozen.
-
comment
Comment #2000764
paredit.
-
comment
Comment #1985601
Psychic powers would be another form of transparency.
-
comment
Comment #1892011
It's pretty awesome. I have it set up to lock my computer without any way (besides going to the tty screens) to unlock it... Any other way and I end up postponing the breaks and no…
-
comment
Comment #1881982
Saying that two groups are homomorphic doesn't tell me much more than there exists a group homomorphism... As far as I know, isomorphism implies one can be transformed into the oth…
-
comment
Comment #1879862
To play devil's advocate, a single open platform like Android would leave plenty of room for competition.
-
comment
Comment #1878856
You're not concerned about people looking over your shoulder?
-
comment
Comment #1877804
If you're going to go with Emacs, any of these options are suddenly much brighter ;-)
-
comment
Comment #1877036
Thank you for commenting on this article.
-
comment
Comment #1867779
Please, let him be creative.
-
comment
Comment #1857780
| situation permitting Yep, that's good 'ol vim for you.
-
comment
Comment #1852774
I completely agree with you, except that I value customization higher than you do, so I choose emacs. Have you considered VIPER mode for emacs? I know it's not complete VI emulatio…
-
comment
Comment #1845694
Actually, this could be done if the program didn't use any print or input commands. In general, it still cannot be done.