Live data from Hacker News

printf("goodbye, Dennis");

economist.com

21–30 of 109 posts

Re: printf("goodbye, Dennis");

#21
post #13
post #3

Its a bit sad but the obituary is often the best article in the economist. In this case it was a very fitting tribute to a tech hero.

I disagree, but that doesn't mean that I don't turn to the obituary page immediately on receipt of each week's issue. jfb: bringing down the median subscriber income of The Economist for 20 years.

I've helped drag down the median for about 10 years myself.

I wonder if their subscriber income stats aren't heavily bifurcated.

Re: printf("goodbye, Dennis");

#22

Earlier quoted context omitted.

Why?

"\n" is a linebreak which would guarantee the text is printed and place whatever output came afterwards on the next line.

Isn't the output stream at least guaranteed to be flushed once on completion of the program, though?

Re: printf("goodbye, Dennis");

#23
post #22

Earlier quoted context omitted.

"\n" is a linebreak which would guarantee the text is printed and place whatever output came afterwards on the next line.

Isn't the output stream at least guaranteed to be flushed once on completion of the program, though?

Yes, it flushes completely outputting all characters. None of which contain a newline.

Flushing doesn't automatically add newlines for you in C. It flushes the buffers you gave it, it doesn't make new stuff up to print out along with your buffers.

Re: printf("goodbye, Dennis");

#24
People who don't regularly read The Economist probably ought to. It wears its biases on its sleeve, and is the only place in the English language press to find quality, in-depth coverage of parts of the world other than the Lower East Side and the Isle of Dogs.

Re: printf("goodbye, Dennis");

#25

It would be pure class if wasn't for the late Mr. Jobs mention. Surely, one can think of hundreds of more concrete examples that C enabled other than iOS, like, i don't know, the Internet?

It does.

  "Linus Torvalds ... reinvented Unix for the internet age"
  "Unix-like systems power several hundred million Apple and Android mobile devices, most internet firms' server farms"
Given the massive amounts of attention shown to Jobs' death, mentioning him gives the article sensible context (especially considering that most Economist readers are unlikely to have hear of Ritchie).

Re: printf("goodbye, Dennis");

#27

> Babbage used his first Sun Unix workstation at university in the 1980s It says so in the article. Which Babbage are they talking about?

Probably the author - though why they stated it like that I haven't a clue. "About Babbage In this blog, our correspondents report on the intersections between science, technology, culture and policy. The blog takes its name from Charles Babbage, a Victorian mathematician and engineer who designed a mechanical computer"

They do it that way because that's the way they do it. :-)

I've seen the use of "this Babbage" in contexts where e.g. the New York Times would say "this reporter". This would seem to acknowledge that there are multiple authors for these blogs; they can be identified by initials and location at the top of the piece. This one's author, "G.F.", is Glenn Fleishman of Seattle Times and TidBITS fame.

Re: printf("goodbye, Dennis");

#28
post #22

Earlier quoted context omitted.

Isn't the output stream at least guaranteed to be flushed once on completion of the program, though?

Yes, it flushes completely outputting all characters. None of which contain a newline. Flushing doesn't automatically add newlines for you in C. It flushes the buffers you gave it, it doesn't make new stuff up to print out along with your buffers.

(Right, I didn't mean to suggest it added a newline; just that adding a newline flushes the buffer, which was one half of the problem with missing a newline—but that if this is the only line of the program, this half of the problem is obviated.)

Re: printf("goodbye, Dennis");

#29
post #24

People who don't regularly read The Economist probably ought to. It wears its biases on its sleeve, and is the only place in the English language press to find quality, in-depth coverage of parts of the world other than the Lower East Side and the Isle of Dogs.

For Americans, perhaps. The Guardian is also excellent - I subscribe to their weekly and it's fantastic.

Re: printf("goodbye, Dennis");

#30
post #13

Earlier quoted context omitted.

I disagree, but that doesn't mean that I don't turn to the obituary page immediately on receipt of each week's issue. jfb: bringing down the median subscriber income of The Economist for 20 years.

I've helped drag down the median for about 10 years myself. I wonder if their subscriber income stats aren't heavily bifurcated.

I always felt weird doing this. Almost always I turn to their Obit page when I get a new issue. Glad to know I am not the only one who does it.
Post reply on HN