Sign of the times: what are you reading? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T11:40:34Z http://stackoverflow.com/feeds/question/475351 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading 3 Sign of the times: what are you reading? Seventh Element 2009-01-24T02:25:36Z 2009-01-30T21:51:32Z <p><strong>[I have closed the question because I don't feel like I'm really getting the kind of answers I was looking for. Maybe I should have been more specific, I don't know... Thanks to everyone who took the time to leave an answer!]</strong></p> <p>What's the subject of a book on software development that you are currently reading (or want to read in the near future)? If a significant number of people are reading books on similar subjects it is probably a sign of the times (to come).</p> <p>[<strong>NOTE</strong>] This is not a poll on what is the best comp-sci book :-)</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475358#475358 0 Answer by Karl for Sign of the times: what are you reading? Karl 2009-01-24T02:29:43Z 2009-01-24T03:06:22Z <p>Im taking this course, and it has the assigned readings posted on the site :)</p> <p><a href="http://www.mscs.mu.edu/~rge/mscs282/" rel="nofollow">http://www.mscs.mu.edu/~rge/mscs282/</a></p> <p><a href="http://www.mscs.mu.edu/~rge/mscs282/lectures/index.htm" rel="nofollow">http://www.mscs.mu.edu/~rge/mscs282/lectures/index.htm</a></p> <p>The gist is that programming for multicore processors is similar to programming for a beowulf cluster, and then that's something we all can get behind.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475359#475359 1 Answer by Parappa for Sign of the times: what are you reading? Parappa 2009-01-24T02:30:38Z 2009-01-24T02:30:38Z <p>I just picked up two fairly recent O'Reilly books:</p> <ul> <li>JavaScript: The Good Parts (Douglas Crockford)</li> <li>Learning XNA 3.0 (Aaron Reed)</li> </ul> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475375#475375 3 Answer by Jim Petkus for Sign of the times: what are you reading? Jim Petkus 2009-01-24T02:44:59Z 2009-01-24T02:44:59Z <p>Currently reading: Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0135974445" rel="nofollow">http://www.amazon.com/Software-Development-Principles-Patterns-Practices/dp/0135974445</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475389#475389 2 Answer by jrcs3 for Sign of the times: what are you reading? jrcs3 2009-01-24T02:58:34Z 2009-01-24T02:58:34Z <p><a href="http://mark.michaelis.net/EssentialCSharp/" rel="nofollow">Essential C# 3.0 For .NET Framework 3.5</a> by Mark Michaelis</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475400#475400 3 Answer by Mike for Sign of the times: what are you reading? Mike 2009-01-24T03:05:04Z 2009-01-24T03:05:04Z <p>Pragmatic Thinking and Learning, by Andy Hunt</p> <p>I'm having a hard time putting it down. It's one of those books, however, that you don't have to read sequentially. You can open it to nearly any chapter (during a break, etc.), read a few paragraphs, and find something new about how to improve your learning and thinking skills. Excellent book!</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475405#475405 0 Answer by BBetances for Sign of the times: what are you reading? BBetances 2009-01-24T03:07:47Z 2009-01-24T03:07:47Z <p>The Singularity is Near - Ray Kurzweil</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475427#475427 0 Answer by Jonathan Sampson for Sign of the times: what are you reading? Jonathan Sampson 2009-01-24T03:26:31Z 2009-01-24T03:26:31Z <p><a href="http://rads.stackoverflow.com/amzn/click/0672326116" rel="nofollow">The Object-Oriented Thought Process</a> : I bought it years ago, but decided to go back and re-read some old books. So far, I'm still enjoying it :)</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475433#475433 1 Answer by Ray Tayek for Sign of the times: what are you reading? Ray Tayek 2009-01-24T03:29:32Z 2009-01-24T03:29:32Z <p>mostly groovy and grails books, the latest is: The Definitive Guide to Grails, Second Edition (<a href="http://www.apress.com/book/view/1590599950" rel="nofollow">http://www.apress.com/book/view/1590599950</a>).</p> <p>also, Clean Code: A Handbook of Agile Software Craftsmanship (<a href="http://rads.stackoverflow.com/amzn/click/0132350882" rel="nofollow">http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882</a>)</p> <p>and Test Driven: TDD and Acceptance TDD for Java Developers (<a href="http://rads.stackoverflow.com/amzn/click/1932394850" rel="nofollow">http://www.amazon.com/Test-Driven-Acceptance-Java-Developers/dp/1932394850</a>)</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475435#475435 0 Answer by ryan.scott for Sign of the times: what are you reading? ryan.scott 2009-01-24T03:33:56Z 2009-01-24T03:33:56Z <p>The iPhone Developer's Cookbook - Erica Sadun</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475478#475478 3 Answer by Eddie for Sign of the times: what are you reading? Eddie 2009-01-24T04:19:17Z 2009-01-24T04:19:17Z <p><a href="http://java.sun.com/docs/books/effective/" rel="nofollow">Effective Java, 2nd Edition</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475498#475498 9 Answer by Gulzar for Sign of the times: what are you reading? Gulzar 2009-01-24T04:33:12Z 2009-01-24T04:33:12Z <p>The Pragmatic Programmer - a very good book. it is a nice collection of ideas, observations, and recommendations for software developers.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475502#475502 0 Answer by AgentConundrum for Sign of the times: what are you reading? AgentConundrum 2009-01-24T04:38:26Z 2009-01-24T04:38:26Z <p>I've been reading Code Complete for the first time slowly over the last couple months. </p> <p>As a relatively junior developer, I've found it to be extremely informative and has really made me think more about the process of good design. </p> <p>As a developer stuck in a horrible mess of outdated, GOTO-laden COBOL code.. well, it just makes me sad to read it, knowing what I'm missing.</p> <p>As far as books on specific technologies, I'm well into reading Essential C# 3.0 For .Net Framework 3.5 on, I believe, a recommendation I was given on another StackOverflow question.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475507#475507 9 Answer by Ryan Thames for Sign of the times: what are you reading? Ryan Thames 2009-01-24T04:39:23Z 2009-01-24T04:39:23Z <p>I'm reading <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> for the first time.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475510#475510 2 Answer by Mike Sickler for Sign of the times: what are you reading? Mike Sickler 2009-01-24T04:41:00Z 2009-01-24T04:41:00Z <p>I'm reading Java Concurrency in Practice, and boy do I feel terrible about the code I've written in the past...</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475517#475517 7 Answer by Christian Nunciato for Sign of the times: what are you reading? Christian Nunciato 2009-01-24T04:45:04Z 2009-01-24T04:45:04Z <p>The purple book (which actually looks rather blue on this monitor):</p> <p><img src="https://images-na.ssl-images-amazon.com/images/I/41CPGEDXMDL._SL160_.jpg" alt="alt text" /></p> <p><a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Full text here</a>.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475522#475522 1 Answer by Sesh for Sign of the times: what are you reading? Sesh 2009-01-24T04:46:57Z 2009-01-24T04:46:57Z <p>Reading list:</p> <ul> <li>Algorithm Design Manual: Skiena</li> <li>Code Complete</li> <li>Writing Secure Code: Misc articles and day long trainings</li> <li>Android and iPhone SDKs</li> <li>Cloud Computing</li> <li>Stackoverflow</li> <li>Hacker News (news.ycombinator.com)</li> </ul> <p>How much time is spent on each depends on the situation but I try to dedicate some time daily for 1 and 2 (so as to complete them).</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475523#475523 2 Answer by Darius Bacon for Sign of the times: what are you reading? Darius Bacon 2009-01-24T04:46:59Z 2009-01-24T04:46:59Z <p><a href="http://aima.cs.berkeley.edu/" rel="nofollow">AI: A Modern Approach</a>.</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0262192772" rel="nofollow">The Paralation Model</a>. 80s predecessor to MapReduce, sort of.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475524#475524 0 Answer by Robert Gould for Sign of the times: what are you reading? Robert Gould 2009-01-24T04:48:19Z 2009-01-24T04:48:19Z <p>Lua Gems, and the Code Book</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475525#475525 -1 Answer by Sesh for Sign of the times: what are you reading? Sesh 2009-01-24T04:48:57Z 2009-01-24T04:48:57Z <p>The actual answer to your question is read whatever helps you to be a hacker. </p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475561#475561 1 Answer by Travis B. Hartwell for Sign of the times: what are you reading? Travis B. Hartwell 2009-01-24T05:25:37Z 2009-01-24T05:25:37Z <p><a href="http://book.realworldhaskell.org/" rel="nofollow">Real World Haskell</a> is what I'm trying to immerse myself in at the moment.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475625#475625 2 Answer by Click Upvote for Sign of the times: what are you reading? Click Upvote 2009-01-24T06:28:00Z 2009-01-24T06:28:00Z <p><a href="http://rads.stackoverflow.com/amzn/click/1569756538" rel="nofollow">The Little Bit Naughty Book of Kama Sutra Positions</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475639#475639 4 Answer by David Thomas Garcia for Sign of the times: what are you reading? David Thomas Garcia 2009-01-24T06:38:34Z 2009-01-24T06:38:34Z <p><a href="http://rads.stackoverflow.com/amzn/click/1933988363" rel="nofollow">C# in Depth: What you need to master C# 2 and 3</a> by Jon Skeet</p> <p>I liked his answers on here so much I had to see what else he's written.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475641#475641 3 Answer by David Thomas Garcia for Sign of the times: what are you reading? David Thomas Garcia 2009-01-24T06:40:04Z 2009-01-24T06:40:04Z <p><a href="http://rads.stackoverflow.com/amzn/click/1933988355" rel="nofollow">jQuery in Action</a> by Bear Bibeault, Yehuda Katz</p> <p>Because I need to do more client-side scripting.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475679#475679 0 Answer by dylanfm for Sign of the times: what are you reading? dylanfm 2009-01-24T07:19:01Z 2009-01-24T07:19:01Z <p>Finishing off <a href="http://oreilly.com/catalog/9780596516178/" rel="nofollow">The Ruby Programming Language</a> (fantastic), stumbling through <a href="http://www.apress.com/book/view/1430216263" rel="nofollow">Beginning iPhone Development</a> and about to begin <a href="http://rads.stackoverflow.com/amzn/click/0321146530" rel="nofollow">Test Driven Development</a>.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475743#475743 0 Answer by Movaxes for Sign of the times: what are you reading? Movaxes 2009-01-24T08:26:45Z 2009-01-24T08:26:45Z <p>Since I'm doing some php work, I'm reading:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0973589825" rel="nofollow">Guide to Design Patterns in PHP</a></p> <p>But the one I really want to read next for fun is:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0201604612" rel="nofollow">C Puzzle Book</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475874#475874 2 Answer by Fortyrunner for Sign of the times: what are you reading? Fortyrunner 2009-01-24T11:17:53Z 2009-01-28T23:39:46Z <p><a href="http://rads.stackoverflow.com/amzn/click/193435600X" rel="nofollow">Programming Erlang</a></p> <p><a href="http://rads.stackoverflow.com/amzn/click/0132350882" rel="nofollow">Clean Code</a></p> <p><img src="http://ecx.images-amazon.com/images/I/419EFaGEGvL._SL500_AA240_.jpg" alt="Clean Code" /></p> <p>I'm also brushing up on my C# skills (being a mainly Java guy)</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/475882#475882 2 Answer by Nolte Burke for Sign of the times: what are you reading? Nolte Burke 2009-01-24T11:24:51Z 2009-01-24T11:24:51Z <p>The Watchmen, hopefully before the movie comes out.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/489595#489595 3 Answer by Rob for Sign of the times: what are you reading? Rob 2009-01-28T22:01:52Z 2009-01-28T22:01:52Z <p>At the moment, I'm re-reading <em><a href="http://rads.stackoverflow.com/amzn/click/0321344758" rel="nofollow">Don't Make Me Think: A Common-Sense Approach to Web Usability</a></em> (Steve Krug); I recommend it to those who haven't read it. At the risk of perpetuating a meme, I've also been dipping into <em><a href="http://rads.stackoverflow.com/amzn/click/0321344758" rel="nofollow">C# in Depth: What You Need to Master C# 2 and 3</a></em> (Jon Skeet), which I must admit is also an excellent read.</p> <p>I intend to purchase <em><a href="http://rads.stackoverflow.com/amzn/click/0133708756" rel="nofollow">The ANSI Common Lisp Book</a></em> (Paul Graham) and devour that in the next week or so.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/489676#489676 0 Answer by Paco for Sign of the times: what are you reading? Paco 2009-01-28T22:21:52Z 2009-01-28T22:21:52Z <p>Building Domain Specific Languages in Boo - O.Eini - Manning - 2009 -> for work and fun</p> <p>Real World Haskell - O'Reilly -> for fun only</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/489687#489687 1 Answer by Timur Fanshteyn for Sign of the times: what are you reading? Timur Fanshteyn 2009-01-28T22:25:40Z 2009-01-28T22:25:40Z <p>Framework Design Guidelines 2nd Edition</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321545613" rel="nofollow">http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321545613</a></p> <p>Awesome book. Relative to .NET Development for anyone working in the team of >1 developer</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/489965#489965 0 Answer by officemonkey for Sign of the times: what are you reading? officemonkey 2009-01-28T23:58:53Z 2009-01-28T23:58:53Z <p>I'm reading "Pragmatic Version Control Using Git" by Travis Swicegood.</p> <p>It does a pretty good job showing the less obvious features of Git without bashing other version control systems. </p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/490016#490016 0 Answer by justinhj for Sign of the times: what are you reading? justinhj 2009-01-29T00:20:19Z 2009-01-29T00:20:19Z <p>Processing: A guide for visual designers and artists.</p> <p>This is a really fascinating book. Each part begins with stories from real artists about what they've created with processing. Then there are sections about Processing's various libraries and ideas for projects.</p> <p>IMHO this book would be a great way to introduce people to programming, since Processing is such an easy install a fun environment to work in. </p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/490021#490021 0 Answer by Ionut G. Stan for Sign of the times: what are you reading? Ionut G. Stan 2009-01-29T00:21:59Z 2009-01-29T00:21:59Z <p>Domain Driven Design by Eric Evans</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/491860#491860 1 Answer by jalbert for Sign of the times: what are you reading? jalbert 2009-01-29T14:45:03Z 2009-01-29T14:45:03Z <p>Scott Bain's "Emergent Design: The Evolutionary Nature of Professional Software Development"</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321509366" rel="nofollow">http://www.amazon.com/Emergent-Design-Evolutionary-Professional-Development/dp/0321509366</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/491864#491864 1 Answer by klyde for Sign of the times: what are you reading? klyde 2009-01-29T14:46:04Z 2009-01-29T14:46:04Z <p>I'm currently re-reading <a href="http://oreilly.com/catalog/9780596528126/index.html" rel="nofollow">Jeffery Friedl's Mastering Regular Expressions</a>. A fantastic book that will help you no matter what language of framework you use!</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/491871#491871 0 Answer by perryneal for Sign of the times: what are you reading? perryneal 2009-01-29T14:47:22Z 2009-01-29T14:47:22Z <p><a href="http://rads.stackoverflow.com/amzn/click/0321125215" rel="nofollow">Domain-Driven Design</a> by Eric Evans.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/491893#491893 0 Answer by Ed.T for Sign of the times: what are you reading? Ed.T 2009-01-29T14:53:05Z 2009-01-29T14:53:05Z <p><strong>Grails in Action</strong> by Glen Smith and Peter Ledbrook. Of course I will need to read it again once it is published.</p> <p><a href="http://www.manning.com/gsmith/" rel="nofollow">http://www.manning.com/gsmith/</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492271#492271 0 Answer by hacker for Sign of the times: what are you reading? hacker 2009-01-29T16:10:33Z 2009-01-29T16:10:33Z <p>Trying to finish my certification for MCTS Web reading the <a href="http://www.microsoft.com/learning/en/us/books/9982.aspx" rel="nofollow">book from M$</a></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492290#492290 0 Answer by Daniel for Sign of the times: what are you reading? Daniel 2009-01-29T16:13:52Z 2009-01-29T16:13:52Z <p>I'm actually reading 3 books that I got in the mail today. </p> <ul> <li>Head First Design Patterns</li> <li>Code Complete</li> <li>The Art of Reverse Engineering</li> </ul> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492313#492313 0 Answer by Jonik for Sign of the times: what are you reading? Jonik 2009-01-29T16:18:36Z 2009-01-29T16:18:36Z <p><a href="http://rads.stackoverflow.com/amzn/click/1932394850" rel="nofollow">Test Driven - Practical TDD and Acceptance TDD for Java Developers</a> by <a href="http://radio.javaranch.com/lasse/" rel="nofollow">Lasse Koskela</a></p> <p><img src="http://images.barnesandnoble.com/images/17600000/17602684.JPG" alt="Test Driven - Practical TDD and Acceptance TDD for Java Developers" /></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492356#492356 0 Answer by Mark Thalman for Sign of the times: what are you reading? Mark Thalman 2009-01-29T16:28:34Z 2009-01-29T16:28:34Z <p>Not to suck up, but "<a href="http://www.joelonsoftware.com/BuytheBooks.html" rel="nofollow">Joel on Software</a>". It has some great strategies for producing quality software, although I don't agree with everything it has gotten me thinking about things in a different light.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492396#492396 1 Answer by Jonik for Sign of the times: what are you reading? Jonik 2009-01-29T16:36:38Z 2009-01-29T16:36:38Z <p><a href="http://www.foundersatwork.com/" rel="nofollow">Founders at Work</a> by Jessica Livingston</p> <p>This is more about IT and software business than actual development, but it's pretty interesting: stories from the founders of tech startups. I'm only halfway through myself, but I'd recommend this to almost anyone working in software / IT.</p> <p>Read the <a href="http://www.paulgraham.com/foundersatwork.html" rel="nofollow">foreword by Paul Graham</a> to see if it catches your interest. Gotta love the example about suits. :)</p> <p><img src="http://www.foundersatwork.com//files/bcm.gif" alt="alt text" /></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/492435#492435 1 Answer by Simon Forrest for Sign of the times: what are you reading? Simon Forrest 2009-01-29T16:44:58Z 2009-01-29T16:44:58Z <p><a href="http://rads.stackoverflow.com/amzn/click/0596529325" rel="nofollow">Programming Collective Intelligence</a> by Toby Seagram. The sample code is all Python, which requires some extra concentration for a .NET developer like me, but even so it's a great introduction to the techniques and algorithms for machine learning applied to sample data from various social media websites.</p> <p>Next up is Jon Skeet's <a href="http://rads.stackoverflow.com/amzn/click/1933988363" rel="nofollow">C# in Depth</a>.</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/493015#493015 0 Answer by Jonik for Sign of the times: what are you reading? Jonik 2009-01-29T19:19:23Z 2009-01-29T19:19:23Z <p><a href="http://rads.stackoverflow.com/amzn/click/0131495054" rel="nofollow">xUnit Test Patterns: Refactoring Test Code</a> by Gerard Meszaros</p> <p>I'm not really reading this from cover to cover, but occasionally skimming through it to perhaps pick up some good practices about unit testing from those who have done it more than me.</p> <p><img src="http://ecx.images-amazon.com/images/I/21HzfGxE4QL._SL500_AA180_.jpg" alt="xUnit Test Patterns" /></p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/493094#493094 0 Answer by Anirvan for Sign of the times: what are you reading? Anirvan 2009-01-29T19:46:00Z 2009-01-29T19:46:00Z <p><a href="http://oreilly.com/catalog/9780596529321/" rel="nofollow">Programming Collective Intelligence</a> by Toby Segaran</p> http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading/493097#493097 0 Answer by David Holm for Sign of the times: what are you reading? David Holm 2009-01-29T19:46:11Z 2009-01-29T19:46:11Z <p><a href="http://rads.stackoverflow.com/amzn/click/0316778494" rel="nofollow">How Would You Move Mount Fuji?</a> by William Poundstone</p> <p><img src="http://www.dholm.com/wp-content/uploads/2009/01/how-would-you-move-mount-fuji-300x300.jpg" alt="How Would You Move Mount Fuji? by William Poundstone" /></p>