Live data from Hacker News

Viewing profile — phob

phob

HN member
Joined
Tue, Dec 15, 2009, 1:30 AM UTC
HN karma
60
Public activity
41 items

About phob

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #3855536

    Vim and Emacs seem to work fine if you have Gnu's win32 tools.

  3. comment
    Comment #3718986

    What advantage does this have over flot?

  4. comment
    Comment #3305687

    Copying is not theft. http://www.youtube.com/watch?v=GU7axyrHWDQ

  5. comment
    Comment #3232003

    At the lower price, you produce a lot more consumer surplus. This is valuable if you're the charitable type.

  6. comment
    Comment #3025062

    This class looks really intense. I'm so excited for this -- just look at that syllabus!

  7. 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.

  8. 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...

  9. comment
  10. 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…

  11. 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.

  12. 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.

  13. comment
    Comment #2070129

    This is why we replicate studies. Unreplicated parapsychology results are a dime a dozen.

  14. comment
    Comment #2000764

    paredit.

  15. comment
    Comment #1985601

    Psychic powers would be another form of transparency.

  16. 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…

  17. 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…

  18. comment
    Comment #1879862

    To play devil's advocate, a single open platform like Android would leave plenty of room for competition.

  19. comment
    Comment #1878856

    You're not concerned about people looking over your shoulder?

  20. comment
    Comment #1877804

    If you're going to go with Emacs, any of these options are suddenly much brighter ;-)

  21. comment
    Comment #1877036

    Thank you for commenting on this article.

  22. comment
    Comment #1867779

    Please, let him be creative.

  23. comment
    Comment #1857780

    | situation permitting Yep, that's good 'ol vim for you.

  24. 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…

  25. 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.