Slashdot Mirror


Inventor of C Dennis Ritchie Honored With Second Death (cnet.com)

An anonymous reader writes: Dennis Ritchie invented the "C" programming language, so a second round of honors comes as no surprise. Although five years ago he passed away, some confusion over a tweet started the social media avalanche known as "second death syndrome". The problem, especially if you look at it from Ritchie's perspective, is that he's been dead for five years -- exactly five years. That time gap seems to have escaped some of the biggest names in tech, including Google CEO Sundar Pichai, who late Wednesday tweeted out Wired's five-year-old obituary on Ritchie, thanking him for his "immense contributions." Om Malik, a partner at True Ventures and the founder of tech site GigaOm, retweeted Pichai's tribute before soon recognizing his mistake and tweeting an apology for "adding to the confusion and noise." Craig Newmark, founder of the popular online bulletin board Craigslist, also paid his respects, saying, "this guy made a huge contribution to the world."

91 comments

  1. honorary slashdot second story posting... by avandesande · · Score: 4, Funny

    Coming tomorrow!

    --
    love is just extroverted narcissism
    1. Re:honorary slashdot second story posting... by Gr8Apes · · Score: 1

      Should be posting in about 5 hours...

      --
      The cesspool just got a check and balance.
    2. Re:honorary slashdot second story posting... by arth1 · · Score: 1

      As long as we get spared an "Ask Dennis Ritchie".

    3. Re:honorary slashdot second story posting... by Pseudonym · · Score: 2

      He'd still be more interesting to listen to than Shkreli.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    4. Re:honorary slashdot second story posting... by Billy+the+Mountain · · Score: 1

      There was a lot of confusion around this. This time Slashdot nailed it and got it right!

      --
      That was the turning point of my life--I went from negative zero to positive zero.
    5. Re:honorary slashdot second story posting... by Fwipp · · Score: 1

      5-year-old news is Slashdot's speciality.

    6. Re:honorary slashdot second story posting... by Darinbob · · Score: 1

      I can think of several questions for a Dennis Ritchie zombie process. The only think I would want to ask a living Shkreli is if he realizes he is a douchebag or is ignorant of this.

    7. Re:honorary slashdot second story posting... by arth1 · · Score: 1

      He'd still be more interesting to listen to than Shkreli.

      Who? Someone not even worth mentioning?

  2. There's only one sane solution by 93+Escort+Wagon · · Score: 1

    They gotta dig him up and kill him again.

    --
    #DeleteChrome
    1. Re:There's only one sane solution by Anonymous Coward · · Score: 0

      Rule #2: The double-tap.

    2. Re:There's only one sane solution by Anonymous Coward · · Score: 0

      They gotta dig him up and kill him again.

      I had an half-lucid dream about having to bury my brother a second time, complete with funeral, a few years ago. It wasn't fun. Actually, it was precisely meant as a punishment, from some dystopian government office, though I don't remember why.

  3. He was never really honored the first time around by Anonymous Coward · · Score: 5, Interesting

    Given that his death was overshadowed in the public by the passing of Steve Jobs just a week earlier, I think he deserves a second death.

  4. C always did suck a garbage collection by elrous0 · · Score: 5, Funny

    We thought we cleaned that out years ago.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
    1. Re:C always did suck a garbage collection by networkBoy · · Score: 1

      /hat tip

      That was very well played.

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    2. Re:C always did suck a garbage collection by Anonymous Coward · · Score: 0

      But it failed to fit in my 64k

    3. Re:C always did suck a garbage collection by cfalcon · · Score: 5, Funny

      *** glibc detected *** /dritchie/: double free or corruption

    4. Re:C always did suck a garbage collection by Anonymous Coward · · Score: 0

      Probably a null pointer error in the first announcement that caused a second 5 years later.

    5. Re:C always did suck a garbage collection by Anonymous Coward · · Score: 0

      I've had a few laughs on here today, but that was by far the best. Thanks!

    6. Re:C always did suck a garbage collection by Anonymous Coward · · Score: 0

      I at first sight read that "glitch" instead of "glibc".. well.. or did I read it correctly?

  5. in defense of the eulogizers by Anonymous Coward · · Score: 1

    . . . I must say that Dennis Ritchie DID make great contributions to computer science and he is still dead.

  6. Re:He was never really honored the first time arou by shaitand · · Score: 5, Insightful

    Especially since Steve Jobs in relative terms contributed almost nothing to the world while Ritchie is an undisputed father of modern computing.

  7. Re:He was never really honored the first time arou by Pezbian · · Score: 4, Insightful

    Like any other time in life, average people care more about who's in front of the camera than who's behind.

    Not that we can blame them. Out of sight, out of mind.

    --
    In a world of the blind, the one-eyed man is king--and the two-eyed man is a heretic.
  8. He didn't die. by halivar · · Score: 5, Funny

    We only deleted his pointer. So he's got a tombstone, but he's still alive. Little chance of finding him, though.

    1. Re:He didn't die. by Anonymous Coward · · Score: 2, Funny

      This'll get him.

      void *p;
      p=(void *)0;
      while (1) {
          free(p++);
      }

      No, wait! I forgot about everyone else! ^C^C^C

    2. Re:He didn't die. by Anonymous Coward · · Score: 1

      Thankfully this crashes very early on.

    3. Re:He didn't die. by sconeu · · Score: 1

      The proper code is:

      #include
      #include
      int main()
      {
          void *p = NULL;
          signal(SIGSEGV,SIG_IGN);
          signal(SIGBUS,SIG_IGN);

          while (p)
                free(p++);
      }

         

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    4. Re:He didn't die. by halivar · · Score: 1

      Here, lemme try it out and see if it wo

    5. Re:He didn't die. by sconeu · · Score: 1

      ECODE failed... That's #include <signal.h> and #include <stdlib.h>

      Technically the code is also improper, because it relies on undefined behavior.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  9. We'll see this happen again. by gh0st1nth3mach1n3 · · Score: 1

    That's the thing about C. There's always another pointer referencing the original variable... or constant, as the case may be.

  10. Ritchie's two biggest inventions by Anonymous Coward · · Score: 0

    2. The C programming language
    1. "Hello, world\n"

  11. Ritchie++ by OffTheLip · · Score: 3, Funny

    what an operator...

  12. Further proof by Anonymous Coward · · Score: 1

    Twitter users are stupid motherfuckers.

  13. Also, Amy Winehouse by BlackPignouf · · Score: 0, Troll

    Congrats, Amy Winehouse.
    5 years sober!

    1. Re:Also, Amy Winehouse by Anonymous Coward · · Score: 0

      Not sure why this deserves a troll moderation. Funny, true and on topic.

  14. Re:He was never really honored the first time arou by ewhac · · Score: 5, Interesting
    This is what makes Sundar Pichai's tweet especially puzzling. When Steve Jobs passed away, Google gave over its home page to a memorial, with a link to a page on Apple's Web site. There wasn't even a discussion on whether this was appropriate; it was simply done, because of course it should be done.

    A week later, DMR passes, who was arguably a greater contributor than Jobs, yet no memorial appeared on Google's home page. One of the excuses given was that potential destinations for a memorial link wouldn't be able to handle the traffic. Even after being called on it during a company meeting, Google management remained unswayed.

    I thought their handling of the affair was rather ad-hoc and sloppy -- not in line with the company's image at all.

  15. crossed signals by trb · · Score: 1

    The first one was SIGTERM and the second one was SIGKILL

  16. Who? by jbmartin6 · · Score: 4, Interesting

    "some of the biggest names in tech" turned out to be three. And big is a bit subjective. I never heard of "Om Malik, a partner at True Ventures and the founder of tech site GigaOm" before, and I only know the third guy since he is the Craig in Craig's list.

    --
    This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
    1. Re:Who? by Anonymous Coward · · Score: 0

      Om Malik is heavily involved in tech journalism, unless you pay close attention to that particular subset of tech you probably wouldn't have heard of him.

    2. Re:Who? by dejaniv · · Score: 1

      ..big is a bit subjective. I never heard of "Om Malik, a partner at True Ventures and the founder of tech site GigaOm" before, and I only know the third guy since he is the Craig in Craig's list.

      Yeah, it's like an episode of "Slashdotting With The Stars".

  17. Re:He was never really honored the first time arou by jmccue · · Score: 4, Insightful

    Wish I had mod points, he should have received 10x the number of accolades than Jobs. But I guess marketing always wins

  18. I'm not dead yet. by www.sorehands.com · · Score: 1

    Well, he's not dead yet.

  19. Yeah, Barn. by PopeRatzo · · Score: 1

    Abe Vigoda finds this story very amusing.

    --
    You are welcome on my lawn.
  20. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    Their image as an ad hoc, sloppy megalithic corporate monopoly crushing the world under the symbolic weight of its own self-importance?

  21. So wait... is this a dupe? by mark-t · · Score: 2

    Previous story

    Is there a statute of limitations on duplicate stories?

  22. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 2, Insightful

    Rounded corners come and go, but pointers are forever....

    I was angry that Jobs was receiving all the death press when DMR died. Dennis was a great, soft-spoken, man. Met him a few times. Had a beer with him at a Usenix hospitality suite many many years ago.

    If any one tiny group of people are, from a "root cause" point of view, responsible for the amazing technology we are experiencing today, it would have to be
        Dennis Ritchie, Ken Thompson, and Brian Kernighan. There is a *tremendous* amount of infrastructure code written in C, and Unix is still everywhere,
        in its guise as Linux, *BSD, and MacOS.

    I propose that we have an annual day dedicated to DMR. He quietly did more to change the world in positive ways than any politician, living or dead, in recent memory...

  23. Google CEO started it. by Anonymous Coward · · Score: 0

    Doesn't he use his company's product?

    He could have at least Bing'd Ritchie's bio. Maybe looked on WiKipedia?

    And where are all the hypercritical internet dorks who would call regular people 'morons' for making such a stupid mistake?

    I know, it's a Google CEO. It's not like he'd know anything about computing r technology - advertising - but not tech.

  24. Re:He was never really honored the first time arou by bill_mcgonigle · · Score: 5, Insightful

    As long as you believe all that matters is engineering, people will fail to utilize the technology that engineering can bring.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  25. Re:He was never really honored the first time arou by shaitand · · Score: 2

    On the contrary engineers would use it utilize it anyway and the morons ultimately would fall behind and be culled for the benefit of the human race.

  26. all douche bags by Anonymous Coward · · Score: 0

    All douche bags,

    Whats twitter's sysadmin's pupose in this??

  27. Steve "the knife" Jobs by epine · · Score: 1

    As long as you believe all that matters is engineering, people will fail to utilize the technology that engineering can bring.

    Nicely done. You just lumped Steve Jobs in with Arnold "the Knife" Morris.

    The Pitchman

    The last of the Morrises to be active in the pitching business is Arnold "the Knife" Morris, so named because of his extraordinary skill with the Sharpcut, the forerunner of the Ginsu. He is in his early seventies, a cheerful, impish man with a round face and a few wisps of white hair, and a trademark move whereby, after cutting a tomato into neat, regular slices, he deftly lines the pieces up in an even row against the flat edge of the blade.

    Sure, sharpened steel is a great technology, but will people actually use it unless first impressed by a delightfully manicured tomato? ... But wait, there's more!

    The turn requires the management of expectation. That's why Arnold always kept a pineapple tantalizingly perched on his stand. "For forty years, I've been promising to show people how to cut the pineapple, and I've never cut it once," he says.

    Steve's legendary pineapple was his insistence that RISC would blow CISC out of the water. That pineapple never danced (excluding, for a while, one or two hand-picked Photoshop effects). Miraculously, it still hasn't danced.

    Why Linus Torvalds Prefers x86 Over ARM

    How could this be? Let's dissect.

    The Underappreciated True Story of 48-Year-Old Boxer Bernard Hopkins

    In 1982, after racking up nine felonies, he was sent to Graterford Prison for 18 years.

    That sure sounds like the 8088 I knew and loved.

    Over the next two years he scored 21 victories in 21 fights, 16 by KO and 12 of those in the first round.

    Ditto.

    "Younger guys would think that an old boxer must be an easy target," Sugar said, "Only to find out when they stood in front of him they couldn't hit him with a handful of stones."

    To it's credit, The DEC Alpha actually landed a punch. Others, not so much.

    At 41, Hopkins finally seemed washed up. But he adapted, deciding to put on a few pounds and move up in weight class. "It was a new life for me," he said. "I could finally eat pasta and not worry about going over the weight limit."

    It was AMD that finally provided the magic milkshake.

    At 46 years, four months and 10 days he broke George Foreman's record to become the oldest fighter ever to win a world championship.

    Ye olde 8088 has sure come a long way.

    Where x86 went up in weight class, Jobs ultimately—not with the once-franchise iMac, but the iPhone—successfully went down in weight class. That much-vaunted 10" chef knife went nowhere fast after decades of trying, but he stuck with it—full marks—and finally made a freaking fortune on pastel-coloured paring knives.

    Meanwhile, Ritchie improved steel. Advantage: Ritchie.

    1. Re:Steve "the knife" Jobs by ChrisMaple · · Score: 1

      The war was already over by the time DEC Alpha came in view. Motorola was the one that had Intel beat, and failed to follow up on their advantage.

      --
      Contribute to civilization: ari.aynrand.org/donate
    2. Re:Steve "the knife" Jobs by dfghjk · · Score: 1

      A whole lot of work went into this absurd analogy, none of it illuminating in any way.

      The CISC/RISC argument in the earliest days revolved around CISC's inability to scale to higher IPCs. For a time, there were plenty of RISC processors that offered superior performance but none could overcome the x86 binary compatibility advantage. This compatibility provided investment that allowed Intel to keep x86 performance close, despite RISC predictions to the contrary, until Intel fully developed architectures that rendered the entire question moot. Once that occurred, CISC was nothing more than a ever-shrinking piece of the die. All modern processors are designed the same way, there is no CISC vs RISC.

      Prior to the explosion of the PC, Intel's 32 bit strategy was RISC and the product line was the 960. The 286 was a product Intel did at IBM's insistence under IBM's direction (and it sucked). It was only when the PC's success became clear that Intel refocused on the x86 family and repositioned the 960, in fact killed it for a time, on embedded environments. Intel wasn't the disrespected old boxer, Intel fully agreed with the assessment of other processor companies and they were all correct, but Intel solved the hard technical problems with the x86 because it had an enormous business advantage in doing so.

      I did enjoy comparing Jobs to the ginsu knife salesman. At least that was an apt analogy.

    3. Re:Steve "the knife" Jobs by dfghjk · · Score: 1

      Motorola did not have Intel beat. Motorola had nothing.

      Moto did the 88K as its replacement for the 68K. While some architects like the 88K, it was a market failure.

      IBM derived the PowerPC from its workstation line, developed three initial processor families, the 601, 603/604, and 620, and the gifted this work to Motorola so that PowerPC could claim to be a consortium with multiple potential processor design houses. The PowerPC NEVER had "Intel beat", it was explicitly designed to provide performance parity at lower cost than Intel. That's why no one adopted it other than Apple. Apple wanted cheap and didn't need binary compatibility. No one else wanted UNIX workstations that performed worse than everyone else and that's what PowerPC delivered.

      Motorola, after being revived from the dead with the gift of the new architecture, proceeded to squander it by failing to advance the platform in any meaningful way. There was essentially no adoption outside embedded so Moto focused its energies where its sales were. Late in the game, IBM reentered to game with the 970/G5 but it was too late and x86 was no longer a target that would be defeated so easily.

      Motorola never had Intel beat, they were merely a proxy for IBM who might have but failed to. PowerPC is now dead, a result of IBM's short-sightedness, Motorola's incompetence, and ARM's dominance at the lower end.

  28. Re:He was never really honored the first time arou by romanval · · Score: 1

    It's a false comparison... Ritchie was *very* well known with computer guys; particularly programmers/developers... which Jobs hired many.

    Jobs did what he did as a business, yet he also had a thorough understanding of the technologies involved; such as OOP- otherwise he wouldn't have had the rational in choosing Objective-C as a basis for his NextStep OS in the mid 1980's.. which eventually evolved into Mac OS X and iOS.

  29. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    Meh, is that such a bad thing? With a small number of exceptions (health and transport) most "visible" tech is a big pile of who-cares anyway. Frankly I often wonder if we wouldn't be happier as a society if we just dumped 90% of it and went back to secretaries, a typing pool and accountants adding up long lines of figures in an old-school ledger.

    (I didn't used to be so cynical, but age and experience help).

  30. Sad considering Ken Thompson works for google. by Anonymous Coward · · Score: 1

    Sad considering Ken Thompson works for google.

  31. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    Maybe we should honor him every 5 years.

  32. C. Dennis Richie by Anonymous Coward · · Score: 0

    wasn't he "dmr" or is this another headline fail?

  33. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    I may not *like* Steve Jobs either; but I don't deny his impact on the world of computing.

  34. Honor him every five year til the end of time_t by Anonymous Coward · · Score: 0

    I intend to honor him on my twitter feed every five years until 2038 to allow him four more honors. Then my plan is to curse the day he was born before 1970 leading to a signed time_t!

    Also, every 5 years, the anti-forward of the Unix Haters Handbook should be read aloud.

    UHH is available for free at: http://homes.cs.washington.edu/~weise/uhh-download.html

  35. Re:He was never really honored the first time arou by sjames · · Score: 1

    And if you believe sales is everything, it' just a bunch of guys selling rocks to each other.

  36. Re:He was never really honored the first time arou by Trax3001BBS · · Score: 1

    Given that his death was overshadowed in the public by the passing of Steve Jobs just a week earlier, I think he deserves a second death.

    One thing many would want is to be remembered long after their death, Google gave Dennis Ritchie not only that honor but brought back Dennis Ritchie as a person of great importance.

  37. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    >which Jobs hired many.
    and promptly setup secret "no poaching" agreements with other companies to keep developer pay/benefits down.

  38. Why did Pichai tweet? by Anonymous Coward · · Score: 0

    I must have missed it, but why did Pichai do the tweet in the first place? It almost looks like a mistake.

  39. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    I dispute that Ritchie is the father of modern computing. Von Neumann has that honor.

    Ritchie also worked on Plan 9 and Inferno, but they're overshadowed by Unix. So much so that they aren't even mentioned in his Wikipedia article.

    Lesson: don't underestimate the importance of marketing.

  40. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    > Maybe we should honor him every 5 years.

    Only until 2038.

  41. Re:He died a virgin by Anonymous Coward · · Score: 0

    > He never married, he never had a girlfriend, and some people who knew him suspected that he was completely celibate.

    If he never married, that makes him celibate in the original sense.

  42. Re:He was never really honored the first time arou by SpaghettiPattern · · Score: 1

    You sound like you're up for a promotion. Hope you'll be able to deal with the disillusion when you come to realize that upper management isn't what you think it's supposed to be. That in most not privately owned companies it's a way to dodge doing actual work with cluelessly spouting BS.

    Steve and the rest of the world wouldn't have been where we're now if it weren't for a handful of brilliant people like Ritchie, Thompson, and Joy to name a few off the top of my head.

    --

    I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
  43. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    > Given that his death was overshadowed [...] by the passing of Steve Jobs [...]

    While we are at it: could we kill this guy a second time? Just to be sure...

  44. Re:He was never really honored the first time arou by Xest · · Score: 1

    Steve produced an awful lot of pretty things that flopped.

    In fact, contrary to all the hype at the time the original iPhone was largely a flop, shifting a pathetic 6 million units, where even Nokia's run of the mill N95 broke 10 million. This was mostly because they failed to give the original iPhone the necessary engineering time for things that people had been expecting in their phones for years beforehand, such as GPS/mapping, MMS, apps and so on and so forth.

    It wasn't until they allowed engineering to actually build these things into the device that it became popular.

    Macs are pretty and covered in Steve Jobs' magic dust, but they're still a negligible fraction of the market compared to Windows/Linux PCs that are engineered products first and foremost. Android devices were never as pretty and fancy as the iPhone, yet they outsell them 4-1. There are plenty of cars with all sorts of fancy designs and gadgets, but the ones that sell the best in the UK (I don't know other markets) are the ones that are solid, practical, and do the job like the Fiesta, Corsa, Astra, and Focus. There were all sorts of search engines covered with various amounts of magic, but Google destroyed them all when it just gave us a page with a logo and a fucking search box that worked and nothing else.

    Pretty and "magical" is popular amongst a small crowd of self-obsessed hipsters who confuse themselves with the majority, but the reality is the vast majority of people (like, 80%+) just want a practical and well engineered product. Fluff, fashion, and pixie dust is grossly overrated. There's money in it for sure, but that's not the same thing as what the vast majority of people prefer to utilise.

  45. Re:He was never really honored the first time arou by Xest · · Score: 1

    That's because despite all the supposed animosity in the news between tech companies like Google and Apple the reality is that the top tech CEOs are all best friends. Gates, Jobs, Schmidt, they all know each other and spend time with each other.

    Ritchie wasn't a top tech CEO. Now I completely agree with you, but my point is that the decision wasn't made at Google based on contribution, it was made based on personal relationships at the top. Recognise that and it'll make a lot more sense.

    Photos from 2010, at the hight of the supposed Google-Apple smartphone animosity:

    https://i.kinja-img.com/gawker...

    https://i.kinja-img.com/gawker...

    This FWIW is also why there were issues with collusion on keeping salaries down by agreeing not to take each others employees - because whatever the supposed competition between the companies, the bosses just wanted to keep on getting rich together at the end of the day.

    It's important to becareful not to conflate the public image of companies like Google with the reality of the fact that they're still out to make money, and their bosses are still very human, and make very human decisions and mistakes. As companies go Google et. al. do quite well at keeping things decent (They're certainly no News International for example), but ultimately you'll never eliminate human faults like greed and selfishness from the process whilst humans remain involved in it.

  46. Re:He was never really honored the first time arou by AmiMoJo · · Score: 1

    If by "utilize" you mean "buy the shiny one from the gleaming white Apple store" then yeah, maybe... But it's not like Apple were the only ones bringing engineering to the masses, if by masses I mean "people who can afford a $1000 phone".

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  47. Re:He was never really honored the first time arou by nukenerd · · Score: 1

    I dispute that Ritchie is the father of modern computing.

    The GP said "Ritchie is an undisputed father of modern computing", not the father. Seems there were several fathers.

    I read the GP that wrong way too at first : "Father" is not a good analogy in the case of several founders.

  48. Re:He was never really honored the first time arou by mwvdlee · · Score: 1

    Only in the sense that every god is an overhyped individual that turns out to be just another charlatan.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  49. "Second death syndrome"? by Coisiche · · Score: 1

    It makes it sound like a personal medical condition rather than someone else having a memory failure.

    I guess it's just an aspect of fame\notoriety. You don't forget that someone you were personally acquainted with is dead, but someone you knew of but never actually met is a different matter.

  50. Whew... by LordHighExecutioner · · Score: 1

    ...reading the newsline, for a second I feared that somebody created, after Second Life, Second Death.

  51. Re:He was never really honored the first time arou by Raenex · · Score: 1

    Especially since Steve Jobs in relative terms contributed almost nothing to the world

    Except bring the world's first recognizable PC (hardware) to the masses with the first Apple. He also brought the windows model of UI to the masses too. I'm no fan of Apple, and never liked the reality distortion field around Jobs, but Jobs had drive and vision, and you need guys like that to harness the engineers.

    while Ritchie is an undisputed father of modern computing.

    His flavors of OS and language won out, both of which were based on previous designs. Calling him the "undisputed father of modern computing" is ridiculous.

  52. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    He quietly did more to change the world in positive ways than any politician

    Then how do you explain that tunnels and bridges in NYC are currently being renamed after passed away senators and not technology pioneers? Changing the world does not equate having connections, that's why!

  53. C Programmers never dies... by Anonymous Coward · · Score: 0

    ...they just get casted to void.

  54. Off by one error by CelticCoder · · Score: 1

    Ritchie's death reported twice? He above all people could appreciate an "off by 1" error.

  55. Tree Falls by Anonymous Coward · · Score: 0

    If a death happens on the internet, and no one pays attention to the obituary, did it occur?

  56. Warning! Autoplay! by GuB-42 · · Score: 1

    The article links to a page with an autoplaying video, with sound, click at your own risk.

  57. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    Sonofabee, you're right! A thousand pardons.

  58. Re:He was never really honored the first time arou by Anonymous Coward · · Score: 0

    Steve and the rest of the world wouldn't have been where we're now if it weren't for a handful of brilliant people like Ritchie, Thompson, and Joy to name a few off the top of my head.

    Steve wasn't unaware of that. He mentioned in Triumph of the Nerds how incredibly lucky he felt to be in exactly the right place and the right time in Silicon Valley where the invention of the PC took form.

    Still, nothing he and Woz did to start Apple depended in any way on what Ritchie, Thompson and Joy did. The Apple I and Apple II owed their existence more to Motorola more than Bell Labs.

  59. Re:Why honour him? by Anonymous Coward · · Score: 0

    Ritchie was aware of the safety issues, and that other safer approaches were possible - but slow. He deliberately allowed such risky behavior because their team valued efficiency, elegance and simplicity over hand-holding.

    He allowed dangerous features in C because it was intended for programmers who knew what they were doing, instead of amateurs.

  60. Re:He was never really honored the first time arou by Coren22 · · Score: 1

    The =/= an. The GP indicated that Richie was one of the fathers, not the only one. I would add in Von Neumann, Turing, the NSA and NASA personally to the list, but there are many who contributed largely to the modern day computer and brought the whole technology we use daily into being.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  61. Re:He was never really honored the first time arou by Raenex · · Score: 1

    Even calling him "a" father is too much. His flavors won out, but they were not groundbreaking. I'd actually rate what Jobs accomplished higher.

    Von Neumann and Turing, yup I agree. But I think the king is Douglas Engelbart, whose Mother of All Demos defined modern day computing as we know it today, in 1968. He was 20 years ahead of his time.

  62. Death++ by Anonymous Coward · · Score: 0

    Respawn?