Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jrmenon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jrmenon
11y ago
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 protocols. In addition with protocols like JSON, it
2.
▲
by
jrmenon
11y ago
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 somethings that I tend to care about): Pros: 1) The strong
3.
▲
by
jrmenon
11y ago
Actually the abundance of water was detected in some young sun-like stars: http://www.popsci.com/technology/article/2011-06/herschel-sp...
4.
▲
by
jrmenon
12y ago
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 suggestions on how to begin: 1) Start with some basic data-str
5.
▲
by
jrmenon
12y ago
> 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.
▲
by
jrmenon
13y ago
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.wikipedia.org/wiki/Indi
7.
▲
by
jrmenon
13y ago
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 available to read which allows you write efficient code (i.e.
8.
▲
by
jrmenon
13y ago
Thanks for the pointer here. Will explore it more closely.
9.
▲
by
jrmenon
13y ago
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 transparently. Might seem like an overkill but
10.
▲
by
jrmenon
13y ago
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/GDocs esp. for small business. It is been a dream fo
11.
▲
by
jrmenon
13y ago
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_and_the_Last... It is a must-read esp.
12.
▲
by
jrmenon
13y ago
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 still persists. I think there wa
13.
▲
by
jrmenon
13y ago
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 indicator on return-on-ad-spend. Post-install tracking is avail
14.
▲
by
jrmenon
13y ago
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 varying types on AWS (live servers, full hadoop cluseter
15.
▲
by
jrmenon
13y ago
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 been doing OOP for a while in various prog. la
16.
▲
by
jrmenon
13y ago
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 into his story while reading about the
17.
▲
by
jrmenon
13y ago
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 the US/Nato is the main protector of Western interests, a
18.
▲
by
jrmenon
13y ago
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 fully automated by crawling the filesystem in
19.
▲
by
jrmenon
13y ago
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. Eisenhower Marginal Tax Rate on Regular Income over $400,0
20.
▲
by
jrmenon
13y ago
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, but even developed Asian countries like Singapore, South Korea
21.
▲
by
jrmenon
13y ago
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 really e
22.
▲
by
jrmenon
13y ago
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 use the following directive, EnableSendFile: http:&#
23.
▲
by
jrmenon
13y ago
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 threads, memory layouts, networking (tcp/ip sockets etc..).
24.
▲
by
jrmenon
14y ago
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 all free-markets, and entirely done by 'innovative' private
25.
▲
by
jrmenon
14y ago
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-Evolution-Bjarne-Stroustrup... If you happen to be in bay