Live data from Hacker News

Viewing profile — jrmenon

jrmenon

HN member
Joined
Fri, Sep 28, 2012, 5:14 PM UTC
HN karma
18
Public activity
25 items

About jrmenon

No profile information was provided.

Recent public activity

  1. comment
    Comment #9778228

    Fully agree with you here. Wanted to also add that even the 'parsing' of text is easy by using standard tools like awk, sed etc.. rather than writing custom code to debug binary pr…

  2. comment
    Comment #9773857

    Disclaimer: I come from C++ and PHP world, but in the last few years, have been working in Java after a long gap. So here are the pros and cons of Java I see (not comprehensive but…

  3. comment
    Comment #9702922

    Actually the abundance of water was detected in some young sun-like stars: http://www.popsci.com/technology/article/2011-06/herschel-sp...

  4. comment
    Comment #7705753

    Some of the best programmers I have seen have a non-CS background, and were self-taught. Based on how I interview (and also on various interviews I have attended), here are some su…

  5. comment
    Comment #7460328

    > Software engineering in life-critical applications is serious business. Probably one of the most tragic cases of a SW bug: http://en.wikipedia.org/wiki/Therac-25

  6. comment
    Comment #7437509

    Was wondering if the headline was misleading in mentioning 'uranium free'... Incidentally India's 3-stage plan is meant to use its vast Thorium deposits in the 3rd stage: http://en…

  7. comment
    Comment #7255141

    Big fan of kqueue() mentioned in the article. IIRC with sockets, it not only tells you if the socket fd is ready (say for non-blocking read), but even informs the number of bytes a…

  8. comment
    Comment #7227441

    Thanks for the pointer here. Will explore it more closely.

  9. comment
    Comment #7226298

    How does this compare with Kohana? http://kohanaframework.org/index Note: I tend to use frameworks largely to enforce safe db queries. IIRC, Kohana does all the needed escaping tra…

  10. comment
    Comment #7187449

    Nothing unusual about the lock-in strategy. I would argue Apple does the same with iTunes/App Store walled-garden, same for Facebook, and Google - their Android playstore, GMail/GD…

  11. comment
    Comment #7185557

    Interesting debate.....when I see the comments here, I am reminded of this most-probably a misunderstood book by Francis Fukuyama: http://en.wikipedia.org/wiki/The_End_of_History_a…

  12. comment
    Comment #7148901

    More on braces, I am squarely in the Allman camp for the reasons described here: http://www.experimentgarden.com/2009/07/facts-behind-code-in... It is amazing the old-style K&R sti…

  13. comment
    Comment #7130885

    Conversion tracking is definitely the norm in the app-install world. However what the OP did is sort of life-time-value (LTV) analysis which in the long run might give a better ind…

  14. comment
    Comment #7069662

    FWIW, our start-up began on AWS during early days, but finally due to cost constraints, migrated most of our servers to our own h/w setup. We had substantial number of servers of v…

  15. comment
    Comment #6910146

    From the article: "The shift from procedural to OO brings with it a shift from thinking about problems and solutions to thinking about architecture" Couldn't agree more... I have b…

  16. comment
    Comment #6906511

    JPL seems to have had quite a few founders. I recall reading about Jack Parsons who was also into occult matters: http://en.wikipedia.org/wiki/John_Whiteside_Parsons Happen to run …

  17. comment
    Comment #6870547

    Not just the Nordic model, but even the achievements of some European countries (notably Germany) and Japan, would have been possible without US security guarantees? Essentially th…

  18. comment
    Comment #6726699

    I have done a lot of scripts/tools to mostly automate or simplify it for non-techs to take over, but probably the one that I am most proud of was a 'mailbox reaper' task that was f…

  19. comment
    Comment #6702511

    Not sure if it explains everything though. The comparison may not be fair, but the tax rates in US ~ the 50s and 60s were fairly high too, and yet it led to post-WW2 boom: Dwight D…

  20. comment
    Comment #6635578

    Many good answers here. I also moved from many years ago, and noticed the same trends. Just to add additional points: 1) I think the lack of low-level corruption not just in US, bu…

  21. comment
    Comment #6439671

    While not directly related to h/w, one of my favorite reads has been "Unix Haters Handbook": http://web.mit.edu/~simsong/www/ugh.pdf Note I am a Unix//Linux fan myself, but it was …

  22. comment
    Comment #6346014

    Shouldn't be hard to setup a few instances (based on your traffic profile) to host the static files esp. in conjunction with a CDN like Cloudfront. If you are using apache, you can…

  23. comment
    Comment #5456195

    Assuming you are looking for a Unix/Linux person: 1) Good understanding of the user-land + kernel layers - filesystems, inter-process commn (pipes, shared memory etc..), process vs…

  24. comment
    Comment #5352718

    Almost all the ones you listed have had a large role of the Government in play (ARPANET, DOD etc.. not to mention indirectly via research grants to universities). To claim that is …

  25. comment
    Comment #4586613

    While not a complete history, the following book, 'Design and Evolution of C++', does go into some history of other languages that influenced C++: http://www.amazon.com/The-Design-…