User - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T16:55:06Zhttp://stackoverflow.com/feeds/user/9282http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/366274/what-should-we-not-choose-for-our-next-programming-language-and-why/366313#3663132Answer by mamama for What should we *not* choose for our next programming language, and why?mamama2008-12-14T08:41:59Z2008-12-14T08:41:59Z<p>COBOL. 'nuff said.</p>
http://stackoverflow.com/questions/35809/why-are-vi-and-emacs-popular/362578#3625780Answer by mamama for Why are Vi and Emacs popular ?mamama2008-12-12T12:08:53Z2008-12-12T12:08:53Z<p>You do not merely "use" an editor: You become one with it.</p>
http://stackoverflow.com/questions/309160/what-programming-language-should-be-taught-in-computer-science-101/328737#328737-4Answer by mamama for What programming language should be taught in Computer Science 101?mamama2008-11-30T10:57:15Z2008-11-30T10:57:15Z<p>None. They should have learned to program in high school.</p>
http://stackoverflow.com/questions/237241/what-coding-mistakes-are-a-telltale-giveaway-of-an-inexperienced-programmer/237737#2377373Answer by mamama for What coding mistakes are a telltale giveaway of an inexperienced programmer?mamama2008-10-26T08:30:31Z2008-10-26T08:30:31Z<p>Using constants in code and wildly hunting for them whenever they need to be changed.</p>
http://stackoverflow.com/questions/60367/the-single-most-useful-emacs-feature/236645#23664511Answer by mamama for The single most useful Emacs featuremamama2008-10-25T16:24:34Z2008-10-25T16:24:34Z<p><a href="http://in.youtube.com/watch?v=18xYbPCJOho" rel="nofollow">yasnippets</a></p>
<p>Textmate-like refactoring functionality for Emacs.</p>
http://stackoverflow.com/questions/225546/amazing-programming-achievements/226849#2268491Answer by mamama for Amazing programming achievementsmamama2008-10-22T17:52:42Z2008-10-25T08:29:52Z<p><a href="http://sdh33b.blogspot.com/2008/07/icfp-contest-2008.html" rel="nofollow">The Lone TeXnician</a>, who -- all by himself -- put up a convincing entry for the ICFP contest <strong>written completely in teX</strong> and ended up getting the Judges prize.</p>
http://stackoverflow.com/questions/207278/career-day-how-do-i-make-computer-programmer-sound-cool-to-8-year-olds/215004#2150042Answer by mamama for Career Day: how do I make "computer programmer" sound cool to 8 year olds?mamama2008-10-18T12:56:07Z2008-10-18T12:56:07Z<p>You don't need to make programming cool enough for kids, you need to make kids cool enough for programming.</p>
http://stackoverflow.com/questions/212442/how-to-create-a-for-loop-like-command-in-c/212464#2124648Answer by mamama for How to create a for loop like command in C++ ?mamama2008-10-17T14:48:22Z2008-10-18T06:47:11Z<pre><code>#define superFor(n) for(int i = 0; i < (n); i++)
</code></pre>
<p>Edit: Be careful to not use another variable called i in the loop.</p>
http://stackoverflow.com/questions/182105/how-do-you-advance-beyond-being-an-advanced-programmer/182241#18224132Answer by mamama for How do you advance beyond being an 'advanced' programmer?mamama2008-10-08T11:27:48Z2008-10-08T14:57:28Z<p>You can reassess your proficiency by looking at this <a href="http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm" rel="nofollow">Programmer Comptency Matrix</a>.</p>
http://stackoverflow.com/questions/179911/where-can-i-get-the-missing-figures-from-the-freely-available-classic-programmi/179960#179960-1Answer by mamama for Where can I get the missing figures from the freely available, classic "Programming Ruby" e-book?mamama2008-10-07T19:28:57Z2008-10-07T19:28:57Z<p>Arrrrgh! From the Seven Seas!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170803#1708033Answer by mamama for What real life bad habits has programming given you?mamama2008-10-04T18:28:36Z2008-10-04T18:28:36Z<p>I needed to watch Wall-E (or any other Pixar movie, for the matter) ten times before I could pay attention to the story: I spent most of my time trying to figure out the polygon count.</p>
http://stackoverflow.com/questions/159176/what-do-you-consider-the-1st-principles-of-programming/159473#1594736Answer by mamama for What do you consider the 1st principle(s) of programming?mamama2008-10-01T20:09:03Z2008-10-01T20:09:03Z<p>Coffee in, code out.</p>
http://stackoverflow.com/questions/159366/is-there-a-best-coding-style-for-identations-same-line-next-line/159421#1594212Answer by mamama for Is there a best coding style for identations (same line, next line)?mamama2008-10-01T19:54:34Z2008-10-01T19:54:34Z<p>Linus explains it really well in the <a href="http://pantransit.reptiles.org/prog/CodingStyle.html" rel="nofollow">Linux kernel coding style guide</a>.</p>
<blockquote>
<p>note that this brace-placement also minimizes the number of empty (or almost empty) lines, without any loss of readability. Thus, as the supply of new-lines on your screen is not a renewable resource (think 25-line terminal screens here), you have more empty lines to put comments on.</p>
</blockquote>
<p>and</p>
<blockquote>
<p>However, there is one special case, namely functions: they have the opening brace at the beginning of the next line, thus:... Heretic people all over the world have claimed that this inconsistency is ... well ... inconsistent, but all right-thinking people know that (a) K&R are right and (b) K&R are right. Besides, functions are special anyway (you can't nest them in C).</p>
</blockquote>
http://stackoverflow.com/questions/143760/what-books-should-i-read-to-have-an-undergraduate-education-in-computer-science/143914#1439141Answer by mamama for What books should I read to have an undergraduate education in Computer Science?mamama2008-09-27T16:05:52Z2008-09-27T16:05:52Z<p>Concrete Mathematics</p>
http://stackoverflow.com/questions/141110/what-is-the-single-software-company-that-you-most-want-to-work-for-why/143250#1432500Answer by mamama for What is the single software company that you most want to work for? Why?mamama2008-09-27T08:42:23Z2008-09-27T08:42:23Z<p>ITA Software: they do highly algorithmic stuff.</p>
http://stackoverflow.com/questions/133607/what-is-the-best-way-to-learn-c-what-next-after-kr/133796#1337962Answer by mamama for What is the best way to learn C? What next after K&R?mamama2008-09-25T14:43:43Z2008-09-25T14:43:43Z<p>Reading K&R doesn't really do much unless you have done the equivalent of taking a course on machine structures. For instance, learning C is completely useless if you don't know what a stack frame is.</p>
<p>And the C you see in K&R is quite different from the C in, say, the kernel. Read some production C code to get a feel of "modern" idiomatic C.</p>
http://stackoverflow.com/questions/133556/best-programming-novel-to-take-on-holiday/133730#1337307Answer by mamama for Best programming novel to take on holidaymamama2008-09-25T14:34:36Z2008-09-25T14:34:36Z<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0812972155" rel="nofollow">Masters of Doom</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0029356717" rel="nofollow">Show Stopper!</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1587990652" rel="nofollow">High Stakes, No Prisoners</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0393330435" rel="nofollow">iWoz</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0066620732" rel="nofollow">Just for Fun</a></li>
</ul>
http://stackoverflow.com/questions/128517/any-business-examples-of-using-markov-chains/128546#1285466Answer by mamama for Any business examples of using Markov chains?mamama2008-09-24T17:32:11Z2008-09-24T17:32:11Z<p>The obvious one: Google's PageRank.</p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes/65525#655252Answer by mamama for Computer Language puns and jokesmamama2008-09-15T18:40:44Z2008-09-21T19:50:53Z<p>Another koan:</p>
<blockquote>
<p>The venerable master Qc Na was walking with his student, Anton. Hoping to prompt the master into a discussion, Anton said "Master, I have heard that objects are a very good thing - is this true?" Qc Na looked pityingly at his student and replied, "Foolish pupil - objects are merely a poor man's closures."
Chastised, Anton took his leave from his master and returned to his cell, intent on studying closures. He carefully read the entire "Lambda: The Ultimate..." series of papers and its cousins, and implemented a small Scheme interpreter with a closure-based object system. He learned much, and looked forward to informing his master of his progress.</p>
<p>On his next walk with Qc Na, Anton attempted to impress his master by saying "Master, I have diligently studied the matter, and now understand that objects are truly a poor man's closures." Qc Na responded by hitting Anton with his stick, saying "When will you learn? Closures are a poor man's object." At that moment, Anton became enlightened.</p>
</blockquote>
http://stackoverflow.com/questions/36707/should-a-function-have-only-one-return-statement/107547#1075472Answer by mamama for Should a function have only one return statement ?mamama2008-09-20T07:45:27Z2008-09-20T07:45:27Z<p>What if the function is recursive? Huh? Huh?</p>
http://stackoverflow.com/questions/107462/the-best-of-the-non-obese-technical-books/107524#1075241Answer by mamama for The best of the non-obese technical books?mamama2008-09-20T07:32:55Z2008-09-20T07:32:55Z<p><em>The Unix Programming Environment</em></p>
<p><em>C Traps and Pitfalls</em></p>
<p><em>Higher Order Perl</em></p>
<p><em>Hacker's Delight</em></p>
<p>Most O'Reilly books</p>
<p>And everything else mentioned on this page</p>
http://stackoverflow.com/questions/34437/what-are-good-projects-to-develop-c-skills/107447#1074470Answer by mamama for What are good projects to develop C skills?mamama2008-09-20T06:52:04Z2008-09-20T06:52:04Z<p>Just rewrite all Unix utilities. You'll get an epiphany that I won't want to spoil right now.</p>
http://stackoverflow.com/questions/107397/best-ways-to-use-cygwin/107421#1074210Answer by mamama for best ways to use cygwin mamama2008-09-20T06:42:15Z2008-09-20T06:42:15Z<p>They're pretty much the same old timeless Unix shell-scripting hacks.</p>
http://stackoverflow.com/questions/107165/big-o-for-eight-year-olds/107392#1073921Answer by mamama for Big-O for Eight Year Olds?mamama2008-09-20T06:35:35Z2008-09-20T06:35:35Z<p>Most Jon Bentley books (e.g. <em>Programming Pearls</em>) cover such stuff in a really pragmatic manner. <a href="http://video.google.com/videoplay?docid=-1031789501179533828" rel="nofollow">This talk</a> given by him includes one such analysis of a quicksort. </p>
<p>While not entirely relevant to the question, Knuth came up with an <a href="http://micromath.wordpress.com/2008/04/14/donald-knuth-calculus-via-o-notation/" rel="nofollow">interesting idea</a>: teaching Big-O notation in high school calculus classes, though I find this idea quite eccentric. </p>
http://stackoverflow.com/questions/91445/best-ide-for-ruby-on-rails/93031#930310Answer by mamama for best IDE for ruby on railsmamama2008-09-18T14:28:14Z2008-09-18T14:28:14Z<p>I think DHH was a very early adopter of and code contributor to TextMate, and he still uses it. But I prefer to use Emacs.</p>
http://stackoverflow.com/questions/92230/python-beyond-the-basics/92691#926912Answer by mamama for Python, beyond the basicsmamama2008-09-18T13:49:59Z2008-09-18T13:49:59Z<p><em>The Python Cookbook</em> is absolutely essential if you want to master idiomatic Python. Besides, that's the book that made me fall in love with the language.</p>
http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92660#926601Answer by mamama for What do you use to keep notes as a developer?mamama2008-09-18T13:46:11Z2008-09-18T13:46:11Z<p>I use a combination of physical notebooks, Emacs modes and LaTeX (just so that I do not lose my typesetting skills - they're invaluable.)</p>
http://stackoverflow.com/questions/92001/what-is-the-real-difference-between-pointers-and-references/92636#926361Answer by mamama for What is the real difference between Pointers and References?mamama2008-09-18T13:42:39Z2008-09-18T13:42:39Z<p>If you haven't seen pointers before, you're surely missing out on this mini-gem:</p>
<pre><code>void strcpy(char *dest, char *src)
{
while(*dest++ = *src++);
}
</code></pre>
http://stackoverflow.com/questions/16918/beginners-guide-to-haskell/91579#915792Answer by mamama for Beginners Guide to Haskell?mamama2008-09-18T10:51:13Z2008-09-18T10:51:13Z<p><a href="http://book.realworldhaskell.org/read/" rel="nofollow">Real World Haskell</a> is a really good book.</p>
http://stackoverflow.com/questions/71029/best-source-for-algorithms/71156#711561Answer by mamama for Best source for Algorithms?mamama2008-09-16T10:50:47Z2008-09-16T10:50:47Z<p>My first suggestion isn't exactly an algorithms book - it's <a href="http://rads.stackoverflow.com/amzn/click/0201657880" rel="nofollow"><em>Programming Pearls</em></a> by Jon Bentley. It really makes good passive reading. The sequel <a href="http://rads.stackoverflow.com/amzn/click/0201657880" rel="nofollow"><em>More Programming Pearls</em></a> is pretty good, too. <a href="http://www-old.oberon.ethz.ch/WirthPubl/AD.pdf" rel="nofollow">Wirth's book</a> (<strong>PDF ALERT</strong>) is a really good introduction to this business. <a href="http://rads.stackoverflow.com/amzn/click/0201000237" rel="nofollow"><em>Aho, Hopcroft and Ullman</em></a> is a bit baroque, but nice. </p>
<p>This <a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-046JFall-2005/LectureNotes/index.htm" rel="nofollow">OCW course</a> is okay, but I find the course textbook CLRS a little too academic for my tastes. I feel <a href="http://rads.stackoverflow.com/amzn/click/0387948600" rel="nofollow"><em>The Algorithm Design Manual</em></a> is a better read. Once you have read all these, open up you copy of Knuth: you won't regret it.</p>
<p>If you really want to hone your algorithm skills, try out some <a href="http://topcoder.com/" rel="nofollow">Topcoder</a> problems, and look at previous years' Google Code Jam and ACM ICPC problems. Some good tutorials can be found <a href="http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=alg_index" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer/895323#895323Comment by on How can you tell if a person is a programmer?2009-05-27T12:33:03Z2009-05-27T12:33:03ZPython programmers would answer "yes" if they want A, but "B" if they want B.
http://stackoverflow.com/questions/753138/whats-a-good-recursion-question-to-ask-a-prospective-employee/753185#753185Comment by on What's a good recursion question to ask a prospective employee?2009-04-16T06:33:11Z2009-04-16T06:33:11ZIt's better to do that without recursion.http://stackoverflow.com/questions/700205/what-is-your-best-friend-as-a-programmerComment by on What is your "best friend" as a programmer?2009-03-31T06:21:13Z2009-03-31T06:21:13ZPlease tag such questions as "subjective". Thanks :).
http://stackoverflow.com/questions/295579/fastest-way-to-determine-if-an-integers-square-root-is-an-integerComment by on Fastest way to determine if an integer's square root is an integer2009-03-11T06:27:36Z2009-03-11T06:27:36ZPlease don't call it the "John Carmack hack." He didn't come up with it.http://stackoverflow.com/questions/52176/what-are-the-core-mathematical-concepts-a-good-developer-should-know/52751#52751Comment by on What are the core mathematical concepts a good developer should know?2008-12-02T13:08:46Z2008-12-02T13:08:46ZExcept Boolean algebra.http://stackoverflow.com/questions/36746/the-art-of-computer-programming-what-can-i-get-from-reading-the-lot/36770#36770Comment by on The Art of Computer Programming - What Can I Get From Reading the Lot?2008-11-29T05:28:54Z2008-11-29T05:28:54ZIn Asia, you could get one of those "Low Price Editions (LPEs)". The entire set costs only about $30. http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/234518#234518Comment by on What is your best programmer joke?2008-10-26T08:44:47Z2008-10-26T08:44:47ZDear God, that is awesome.http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/234092#234092Comment by on What is your best programmer joke?2008-10-26T08:42:41Z2008-10-26T08:42:41Z"And don't tell me there isn't one bit of difference between null and space, because that's exactly how much difference there is. :-)" -- Larry Wallhttp://stackoverflow.com/questions/237241/what-coding-mistakes-are-a-telltale-giveaway-of-an-inexperienced-programmer/237554#237554Comment by on What coding mistakes are a telltale giveaway of an inexperienced programmer?2008-10-26T08:28:11Z2008-10-26T08:28:11ZAt least the guy has a working knowledge of recursion.http://stackoverflow.com/questions/237241/what-coding-mistakes-are-a-telltale-giveaway-of-an-inexperienced-programmer/237244#237244Comment by on What coding mistakes are a telltale giveaway of an inexperienced programmer?2008-10-26T08:19:13Z2008-10-26T08:19:13ZUmm... missing close brace?http://stackoverflow.com/questions/218123/what-was-the-strangest-coding-standard-rule-that-you-were-forced-to-follow/218203#218203Comment by on What was the strangest coding standard rule that you were forced to follow?2008-10-22T17:57:48Z2008-10-22T17:57:48ZTell your boss to look at the source of Scheme48.http://stackoverflow.com/questions/226469/what-is-the-most-clever-code-youve-ever-seen/226791#226791Comment by on What is the most clever code you've ever seen?2008-10-22T17:40:40Z2008-10-22T17:40:40ZUmm... that actually wasn't Carmack's idea.http://stackoverflow.com/questions/182105/how-do-you-advance-beyond-being-an-advanced-programmer/182147#182147Comment by on How do you advance beyond being an 'advanced' programmer?2008-10-08T15:01:07Z2008-10-08T15:01:07ZThe guy probably knows CLRS backwards. He should try TAOCP.
Competing in TopCoder might be a good idea.http://stackoverflow.com/questions/182105/how-do-you-advance-beyond-being-an-advanced-programmer/182241#182241Comment by on How do you advance beyond being an 'advanced' programmer?2008-10-08T14:29:59Z2008-10-08T14:29:59Z <a href="http://www.reddit.com/r/programming/comments/6pmj5/programmer_competency_matrix/?sort=hot" rel="nofollow">reddit.com/r/programming/…</a>
<a href="http://news.ycombinator.com/item?id=232192" rel="nofollow">news.ycombinator.com/item?id=232192</a>http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166916#166916Comment by on What real life bad habits has programming given you?2008-10-04T18:34:20Z2008-10-04T18:34:20ZConfigure your editor to do that.