Remix.run Logo
The back cover of C++: The Language raises questions not answered by front cover(devblogs.microsoft.com)
83 points by paulmooreparks 5 hours ago | 22 comments
seanhunter 3 hours ago | parent | next [-]

It reminds me of an incident involving an old colleague of mine at some kind of graduate recruitment fair thing. He walked past a stand which was trying to hire engineers which had some code on the wall when the following exchange happened:

   Recruiter: Hey there! <indicates the code> Do you know what this is?
   Colleague: Err, <looks…thinks for a bit>… It *looks* like some sort of network protocol
   Recruiter: <smug> No, it’s *COMPUTER CODE*
bad_username 3 hours ago | parent | next [-]

I wish <smug></smug> was a real HTML tag

kstrauser 2 hours ago | parent [-]

It's a semantic div tag, and it's spelled "<actually>".

fiedzia an hour ago | parent | prev [-]

I like to pause movies when some code is shown and see what it is. Apparently you can break into pentagon by knowing basic sql and high-level employees have alternate life writing tcp implementations and graphics libraries.

TACD 40 minutes ago | parent | next [-]

There’s a Tumblr for that: https://www.tumblr.com/moviecode

ikari_pl 16 minutes ago | parent | prev | next [-]

I felt like a movie hacker when doing literal

SELECT * FROM military_bases

On a public dataset :)

sureglymop 29 minutes ago | parent | prev | next [-]

Do we actually think you couldn't though? Probably unintentionally accurate.

ramon156 39 minutes ago | parent | prev [-]

Render your local file tree, win a free pentagon entry

20k 3 hours ago | parent | prev | next [-]

Its crazy to me how little effort publishers put into the basic parts of their job sometimes. Its even funnier that raymond chen of all people is the one calling this out

defrost 3 hours ago | parent | next [-]

On the matter of book back text, The Profit by Kehlog Albran has a rear blurb that likens the style of the author to that of a man with a much larger brain.

Bolwin 3 hours ago | parent | prev [-]

Also is this an official Microsoft dev blog?

Probably not a good look back at publishing hq

windward an hour ago | parent [-]

It is, and it's a famous and popular blog too. Lots of older submissions have been highly upvoted here.

_kst_ an hour ago | parent | prev | next [-]

I wonder if the book itself is actually any good.

My understanding is that authors often have little or not control over the covers chosen by their publishers.

It's at least possible that the book itself is excellent, but I'm not going to spend $90+ on a hardcover copy to find out.

taneq 2 hours ago | parent | prev | next [-]

This post discusses the topic and makes several key observations.

koolala 3 hours ago | parent | prev | next [-]

At least the JavaScript image is excusable since most implementations are made in C++.

pjmlp 2 hours ago | parent [-]

And some of us expect that candidates have at least read the C++ addons documentation chapter.

block_dagger 3 hours ago | parent | prev | next [-]

A clear case of human slop.

hmry 2 hours ago | parent [-]

This 9 year old publisher still slops the old-fashioned way

uwagar 42 minutes ago | parent | prev | next [-]

i so wanted it to be the cover of stroustrup book :P

fwiw, i stopped keepin up with c++ in 2003. saved my sanity!

gruntled-worker 3 hours ago | parent | prev [-]

auto get_xyz_position() -> std::unordered_map<std::string, double *> { ... }

hmry 3 hours ago | parent [-]

You'll need to elaborate

klez an hour ago | parent [-]

It's probably the C++ version of the tired EnterpriseBuilderPatternWhateverFactory jokes about java verbosity.