Live data from Hacker News

Rob Pike: Dennis Ritchie has died

plus.google.com

71–80 of 214 posts

Re: Rob Pike: Dennis Ritchie has died

#72
:( Thank you, Dennis.

dmr posted to Usenet quite often over the years:

http://groups.google.com/groups/profile?user=research!dmr

http://groups.google.com/groups/profile?user=dmr@research.UU...

http://groups.google.com/groups/profile?user=dmr@alice.UUCP

http://groups.google.com/groups/profile?user=dmr@research.at...

http://groups.google.com/groups/profile?user=dmr@bell-labs.c...

Re: Rob Pike: Dennis Ritchie has died

#74
post #38
post #22

Earlier quoted context omitted.

I'm old enough that K&R was the bible when I started with Borland's Turbo C 1.0. Another sad day for computer science.

alnayyir, you've been hellbanned. In case you didn't know.

Although this makes his comments only viewable by comment-necrophiliacs like us and are unchallengeable by reply. It's like alnayyir is a zombie gadfly. Creepy.

Re: Rob Pike: Dennis Ritchie has died

#75
post #62
post #44

Earlier quoted context omitted.

Including all of the tech that Steve Jobs had a significant impact on.

Exactly. When I first found out about dmr, I really really hoped the stories will flood in here after the massive Steve Jobs amount. Not to take anything away from Steve, but dmr is far more important in my opinion, and I'm sure many other geeks would agree. I'm glad he isn't just quietly being forgotten like I feared he would.

Let's not compare the two legends. They made their own marks in vastly different ways. Both magnificent. I love them both. RIP.

Re: Rob Pike: Dennis Ritchie has died

#76
post #72

:( Thank you, Dennis. dmr posted to Usenet quite often over the years: http://groups.google.com/groups/profile?user=research!dmr http://groups.google.com/groups/profile?user=dmr@research.UU... http://groups.google.com/groups/profile?user=dmr@alice.UUCP http://groups.google.com/groups/profile?user=dmr@research.at... http://groups.google.com/groups/profile?user=dmr@bell-labs.c...

For example, explaining the history of operator precedence in C:

http://groups.google.com/group/net.lang.c/msg/3651ddf298937d...

Re: Rob Pike: Dennis Ritchie has died

#77
post #56

#include main() { printf("goodbye, world\n"); }

Considering the tragic nature of the situation, the exit status should be nonzero. #include int main(void) { printf("goodbye, world\n"); return 1; }

"... the exit status should be nonzero. .."

true but it's from P7, "C progamming language", pure K&R.

Post reply on HN