GLASS, truly a name that connotes rock-solid system architecture.
HN user
sophist
Of course. I was merely making the point that it's manipulative. Not that it shouldn't be.
Yea, good thing we never have to sell software to people who don't care how elegant the code is...
I think only western culture can produce someone with that kind of boldness and lack of humility.
So you're saying they didn't intentionally compose this picture in such a way as to increase the likelihood that people will donate?
This is not hacker news. There are lots of kids out there who are in just as much need of help. This one just happens to have a father who works on an open source product.
Wow, that picture is really manipulative.
Right. Because a tattoo becomes less idiotic of you use equations instead of skulls or random chinese characters.
Exactly. For maximum outsourcing utility you should learn Kannada or Tamil instead.
This could be the best-written, most well thought out blog in the history of the internet, but I will never know because I can't get bast the title.
It is possible to speak your mind without being crude and callow, actually.
Is it a job requirement for tech super geeks to have the maturity of a high-school kid?
I didn't downmod you, but I believe your post is being downmodded because it has no content.
The classic nurture side of the nature vs. nurture debate. The problem with your argument is that it's simply not backed up by evidence. There are plenty of cases of children who grow up in virtually identical environments, yet go on to have widely varying interests. My brother and I grew up experiencing basically all the same stimuli: same parents, same TV shows, same music, same magazines, same everything. As adults we couldn't be more different.
There's more to this picture than just stimulus response/valuation/categorization.
Why are there so many of these "I finally understand [cloures | pointers | misc CS concept]" posts? I mean these are pretty fundamental concepts that any first year CS student should be able to grasp pretty quickly.
Didn't they get the memo? You're supposed to add more cores now instead of clockspeed.
Again, spoken like someone who hasn't lost someone. You may become progressively less likely to let any given person become that important to you over time, but losing someone truly important really doesn't get easier.
Only people who haven't really lost someone say this kinda stuff. The pain of loss eclipses all the good parts of having loved by a large margin, in my experience.
He's taking credit for Linux now? wtf?
"i still think i'm smart, actually."
Not smart enough to use proper capitalization, it seems...
Because the copied rocket actually came from another photo. The original analysis showing it copied from the adjacent rocket was wrong.
No. No no no no no no. Please no Onion on the Hacker News front page.
Proprietary software is never better.
Geez. Please tell me these pun threads are not spreading here from reddit.
Feynman in action: http://youtube.com/watch?v=HKTSaezB4p8
LOL
It's really not that hard to just type "site:news.ycombinator.com <search terms>" into google. Just sayin...
1) Use vim instead.
I don't think non-hacker types even know what an interpreted language is.
That was actually my point. When someone doesn't know the technical meaning of a phrase, they generally assume the literal and broad meaning of it. The target audience for the original blog post presumably falls mainly into that category.
And just because something is not of particular interest to you doesn't make it anal nitpicking that "does nothing to further discussion."
I don't think anyone is claiming that Java is an interpreted language. The claim is that "interpreted language" to most managerial, non-hacker PHB types means "a language that at some point during execution requires interpretation."
The difference is that binaries contain instructions that map directly to hardware operations, whereas bytecode is interpreted by a binary. The interpretation is an intermediate step that doesn't take place when a program runs on bare metal.
edit: Of course, it would be possible to build a machine that actually executes JVM instructions directly. It would also be possible to build such a machine for JavaScript, but if someone asks you whether JavaScript is an "interpreted language," the answer would still be affirmative, even if there are cases where it's not true.