User Rob Wells - Stack Overflowmost recent 30 from stackoverflow.com2010-03-20T22:43:53Zhttp://stackoverflow.com/feeds/user/2974http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/965586/how-do-you-make-a-makefile/965643#9656433Answer by Rob Wells for how do you make a makefile Rob Wellshttp://stackoverflow.com/users/29742009-06-08T15:59:47Z2010-02-25T22:39:06Z<p>Because (g)make has many non-intuitive aspects, e.g. its backward chaining, I'd highly recommend having a look at Robert Mecklenburg's book <a href="http://rads.stackoverflow.com/amzn/click/0596006101" rel="nofollow"><em>Managing Projects with GNU Make</em></a>.</p>
<p>Or even better is Andrew Talbot's <a href="http://www.amazon.com/dp/B00008CM4C/" rel="nofollow"><em>Managing Projects with Make</em></a> (second edition), which I feel has the better introduction to make. (IMHO naturally).</p>
http://stackoverflow.com/questions/2335111/shell-commands-to-match-key-value-pairs/2335131#23351311Answer by Rob Wells for Shell commands to match key value pairsRob Wellshttp://stackoverflow.com/users/29742010-02-25T15:24:03Z2010-02-25T15:24:03Z<p>what about</p>
<pre><code>grep "key" my_file | cut -d'=' -f2
</code></pre>
http://stackoverflow.com/questions/2291405/any-considerations-before-jumping-into-sqllite/2291427#22914271Answer by Rob Wells for Any considerations before jumping into SQLLite?Rob Wellshttp://stackoverflow.com/users/29742010-02-18T19:09:28Z2010-02-18T19:09:28Z<p>Given your transaction volume I'd say the fact that the DB itself is a single monolithic file with only file system locking available could be a problem.</p>
<p>There is no row based locking as far as I know.</p>
http://stackoverflow.com/questions/2261774/shortest-code-in-c/2261891#2261891-4Answer by Rob Wells for Shortest code in CRob Wellshttp://stackoverflow.com/users/29742010-02-14T16:55:03Z2010-02-14T20:22:19Z<p><strong>Edit:</strong> The following answer was posted before the question was tagged as "code golf" and before the meaning of the "code golf" tag was made apparent. I still stand by my answer as the original question was posted as a real world problem. Such questions and their solution then are only useful as intellectual exercises.</p>
<p>Is the shortest number of characters a useful metric?</p>
<p>This is the sort of "what does this piece of code do" question that excites people who aren't involved in writing maintainable code.</p>
<p>As an intellectual exercise it is quite interesting, but as a way of writing code that <strong>will</strong> eventually be maintained by others it is a questionable practice.</p>
<p>Previously, when various resources were rare, this was a legitimate concern. See Steven Levy's great book "<a href="http://rads.stackoverflow.com/amzn/click/0141000511" rel="nofollow">Hackers</a>" for discussions about the early days of the coding, e.g. at the MIT model railroad club, where such things <strong>were</strong> critical because of the limited resources on the machines that were available. So they finished up measuring cool code with such metrics and number of statements or the length of the paper tape containing your solution to an algorithm.</p>
<p>BTW The Hackers book has <strong>nothing</strong> to do with the fun 1995 movie of the same name. That is, apart from the title itself.</p>
<blockquote>
<p>Well, let me explain the New World Order. Governments and corporations need people like you and me. We are Samurai... the Keyboard Cowboys... and all those other people who have no idea what's going on are the cattle... Moooo.</p>
</blockquote>
<p>But given a modern machine, with vastly increased resources available, such things don't count as much any more.</p>
<p>We definitely <strong>should</strong> be aware of squandering resources. But we're not hamstrung by a lack of available resources as the early dev's were.</p>
<p>Densely packed code that is written to show off to other people no longer has a place in useful software development. It is just sowing "time bombs" for later detonation by those who aren't as "brilliant" as the original author thought he was.</p>
<p>As Damian Conway wrote in his excellent book "<a href="http://rads.stackoverflow.com/amzn/click/0596001738" rel="nofollow">Perl Best Practices</a>":</p>
<blockquote>
<p>"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."</p>
</blockquote>
<p>I couldn't put it better than that if I tried. (-:</p>
http://stackoverflow.com/questions/1907690/is-one-tool-or-a-suite-of-tools-better-for-scrum1Is One Tool or a Suite of Tools Better for Scrum?Rob Wellshttp://stackoverflow.com/users/29742009-12-15T14:04:57Z2010-02-08T03:44:39Z
<p>G'day,</p>
<p><strong>Edit:</strong> We've been using Scrum very successfully for several years on several projects of varying sizes. In fact, our team developed the successful iPlayer project for the BBC using a classical Scrum approach.</p>
<p>After using various combinations of tools, some high-tech, some low-tech, across these projects we now wish to try adopting a suitable tool suite. Our manager is to some extent attempting to force the adoption of a single suite of tools for Scrum.</p>
<p>I've looked at the SO question "<a href="http://stackoverflow.com/questions/35760/">Best Scrum tools</a>" and most people seem to recommend either:</p>
<ol>
<li>a suite of low-tech solutions, e.g. whiteboards, post-its, index cards, etc., or</li>
<li>a monolithic tool that tries to satisfy as much as possible of the process, e.g. Agilo, Mingle, ScrumWorks, Target Process, etc.</li>
</ol>
<p>Our team is currently evaluating several different Scrum tools. However, we are looking at selecting a single, monolithic tool, e.g. Agilo.</p>
<p>All of the "one-stop" solutions have their strengths and weaknesses with the serious enterprise type solutions being the best sort of fit. But all have some short comings.</p>
<p>After reading the paper "<a href="http://blog.smartbear.com/the%5Fsmartbear%5Fblog/2009/11/peer-code-review-an-agile-process.html" rel="nofollow">Peer Code Review: An Agile Process</a>" over at SmartBear I started wondering if we were trying to force adoption of a tool on a "best fit" basis.</p>
<p>I think you can take a couple of reference artefacts of the Scrum development process, say</p>
<ol>
<li>user stories, epics and themes, and</li>
<li>the code base which must use a well-known SCM, e.g. SVN, Hg, etc.</li>
</ol>
<p>Then if we take that as the common reference points for the tools employed then we would be able to use a group of tools to handle the different aspects of the Scrum process rather than try forcing a fit of a single tool would is a bit like forcing a square peg into the round hole.</p>
<p>In this way, providing you've agreed your common reference points, you can use several tools, each performing their role better than a could be done by a single component in a monolithic tool suite.</p>
<p>Is this a more sensible approach?</p>
<p>Are the two reference points I mentioned above suitable, or is their a better choice of points where the tools would meet?</p>
<p>cheers,</p>
http://stackoverflow.com/questions/2217723/symbolic-errno-to-string/2217884#22178841Answer by Rob Wells for Symbolic errno to StringRob Wellshttp://stackoverflow.com/users/29742010-02-07T19:02:32Z2010-02-07T19:02:32Z<p>Tried</p>
<pre><code>grep EINVAL /usr/include/sys/errno.h
</code></pre>
<p>and seen what comes back?</p>
http://stackoverflow.com/questions/532338/what-to-do-with-star-developers-who-dont-document-their-work32What to do with star developers who don't document their work?Rob Wellshttp://stackoverflow.com/users/29742009-02-10T13:35:29Z2010-02-07T03:12:19Z
<p>There is a colleague who seriously knows his stuff, he is one of the brightest I've ever worked with, but he:</p>
<ul>
<li>works in his own little area of his home directory rather than in the common <a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System" rel="nofollow">CVS</a> repository</li>
<li>doesn't <strong>document</strong> his code</li>
<li>doesn't <strong>comment</strong> his code, e.g. 3,500 <a href="http://en.wikipedia.org/wiki/Source_lines_of_code" rel="nofollow">SLOC</a> of C with no comments and no blank lines to break things up</li>
<li>often overcomplicates things, e.g. uses three shell scripts that call one another to do the work that one simple shell script could do.</li>
</ul>
<p>Maybe this possibly is one of those people who thinks "if I'm the only person who knows this, they can't get rid of me"?</p>
<p>Any suggestions on what to do?</p>
<p>BTW Management knows about the situation and are trying to change things.</p>
http://stackoverflow.com/questions/2214480/committing-when-changing-source-formatting/2214570#22145702Answer by Rob Wells for Committing when changing source formatting?Rob Wellshttp://stackoverflow.com/users/29742010-02-06T20:14:07Z2010-02-06T20:14:07Z<p>G'day,</p>
<p>Yes. But please do it as a dedicated commit with a message stating that you've</p>
<ul>
<li>changed formatting,</li>
<li>run the code through a code formatter, e.g. Perltidy, with a note about the setting actually used,</li>
<li>etc.</li>
</ul>
<p>Nothing worse than having formatting changes combined with functional updates so doing a diff across versions provides a poor S/N ratio!</p>
<p>As an aside, I'm wondering why you're making changes to the formatting of existing code. It shouldn't have been checked in if it was poorly formatted in the first place!</p>
<p>There's nothing worse than working with someone who goes through changing well-formatted source for no other reason other than:</p>
<ul>
<li>they think braces belong on the line of the "if" statement, or</li>
<li>they dislike "cuddled elses", or</li>
<li>etc.</li>
<li>etc.</li>
</ul>
<p>Such religious expressions of "the one true style" usually belie a lack of coding experience and experience in working in a team.</p>
<p>HTH</p>
<p>cheers,</p>
http://stackoverflow.com/questions/2191618/why-is-there-no-improvement-in-cpu-usage-with-our-64-bit-build-of-apache0Why is there no improvement in CPU usage with our 64-bit build of Apache?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T11:52:18Z2010-02-04T11:44:26Z
<p>G'day,</p>
<p>We have built a 64bit build of Apache 2.2.14 and deployed it across various Sun servers running Sol10. Server types used for testing are Sun T2000's (32GB memory), 5120's (8GB) and 5240's (16GB).</p>
<p>For each of these we have noticed that there was no appreciable improvement in CPU usage and in fact the server is running slightly hotter than when running the 32bit version.</p>
<p>We've have confirmed this observation by rolling back to the 32bit version and then rolling forward again to the 64bit build. As this is a major web farm we have an extensive server monitoring infrastructure with RRD graphs for all sorts of measurements. Graphs are available for daily, weekly, monthly and yearly timeframes. Across these graphs the slight step change in the CPU usage is quite noticeable,</p>
<p>Hit rates on our servers are cyclic throughout the day but remain fairly stable with peaks in the order of 2k/second per server. Number of children is also cyclic on a daily basis and varies between 1k and 3k per server. As all servers sit behind a load balance layer, the step change cannot be attributed to variations in hit rate or children.</p>
<p>We used the CC compiler that ships with Sunstudio 12.1 using the following compile flags.
Link flags are similar but without the -D defines.</p>
<pre><code>export CFLAGS="-xopenmp=parallel -xalias_level=basic \
-xtarget=ultraT1 -m64 -xarch=sparc -xbuiltin=%all \
-xdepend -xmemalign=8s -xO5 -xprefetch=auto,explicit" \
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
</code></pre>
<p>We are not doing anything unusual in the Apache config and it's pretty vanilla.</p>
<p><strong>Edit:</strong> Performance was determined looking at CPU vs. Requests vs. Memory (in that order). The 64bit was doing fewer requests with same CPU and slightly hiher memory footprint. The diff was within error margins and only got noticable at close to full load</p>
<p>I've had a read of the question "<a href="http://stackoverflow.com/questions/1242607/how-to-develop-to-take-advantage-of-64-bit-systems">How to develop to take advantage of 64 bit systems?</a>" and there is some interesting info there. It seems to be mainly an issues concerning</p>
<ol>
<li>addressing memory outside the 4GB limit of the 32bit address space,</li>
<li>manipulation of 64bit values.</li>
</ol>
<p>To my mind we would also expect an improvement in SSL performance.</p>
<p>Any suggestions as to why our performance hasn't improved?</p>
<p>Or suggestions on what to look at?</p>
<p>Should we in fact actually see a performance improvement?</p>
http://stackoverflow.com/questions/810573/what-obsolete-programming-techniques-are-you-glad-to-see-go4What obsolete programming techniques are you glad to see go?Rob Wellshttp://stackoverflow.com/users/29742009-05-01T07:57:39Z2010-02-03T01:32:13Z
<p>G'day,</p>
<p>Inspired by this article <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9132061" rel="nofollow">here</a>, what programming techniques are you glad to see the back of?</p>
<p>Has anything arisen to replace them?</p>
<p>For example:</p>
<ul>
<li>I had to learn Miditran in first year at University and we had to use punch cards. But it got worse than that. Because the physics department had no punch card machine, the punch cards had perforations and we had to poke out the holes ourselves after working out what the pattern of holes was. A right pain in the butt.</li>
<li>Or using optical cards, where you had to black out the "holes". If someone used a marker instead of a dark pencil it would burn out the LDR in the reader and it would have to be replaced!</li>
</ul>
<p>cheers</p>
http://stackoverflow.com/questions/2188376/how-to-have-gnu-make-continue-after-error/2188468#21884682Answer by Rob Wells for How to have gnu make continue after error?Rob Wellshttp://stackoverflow.com/users/29742010-02-02T23:09:16Z2010-02-02T23:36:48Z<p>Try running it as</p>
<pre><code>make -i
</code></pre>
<p>or</p>
<pre><code>make --ignore-errors
</code></pre>
<p>which ignores all errors in <strong>all</strong> rules.</p>
<p>I'd also suggest running it as</p>
<pre><code>make -i 2>&! | tee results
</code></pre>
<p>so that you got all the errors and output to see what happened.</p>
<p>Just blindly continuing on after an error is probably not what you're really wanting to do. The make utility, by its very nature, is usually relying on successful completion of previous commands so that it can use the artefacts of those commands as pre-requisites for commands to be executed later on.</p>
<p>BTW I'd <strong>highly</strong> recommend getting a copy of the O'Reilly book on make. The first edition has an excellent overview of the basic nature of make, specifically its backward chaining behaviour. Later editions are still good but the first ed. still has the clearest explanation of what's actually happening. In fact, my own copy is the first thing I pass to people who come to me to ask "WTF? questions" about make! (-:</p>
http://stackoverflow.com/questions/2151041/common-tools-approach-between-2-testers-is-this-important/2151121#21511210Answer by Rob Wells for Common tools/approach between 2 testers - is this important?Rob Wellshttp://stackoverflow.com/users/29742010-01-27T23:26:11Z2010-01-27T23:26:11Z<p>The obvious answer is that separate tools testing common areas where possible are probably going to tickle different code paths through the code.</p>
<p>I would definitely approach it as you have where you have a deeper testing effort, as in testing deeper into the code directly below the GUI, along with a WinRunner type GUI approach where you are exercising the code through the presentation layer as well.</p>
<p>HTH</p>
http://stackoverflow.com/questions/2150992/unable-to-strace-p-on-a-running-jboss-process/2151033#21510330Answer by Rob Wells for Unable to "strace -p" on a running JBoss processRob Wellshttp://stackoverflow.com/users/29742010-01-27T23:10:37Z2010-01-27T23:10:37Z<p>Have you tried using strace -d -p NNN to get some strace debugging output?</p>
<p>Maybe add a -e verbose?</p>
<p>Has strace been installed setuid to root so you can look into any process? </p>
http://stackoverflow.com/questions/2143220/multiple-inheritance-design-issue-in-java/2143412#21434122Answer by Rob Wells for Multiple inheritance design issue in JavaRob Wellshttp://stackoverflow.com/users/29742010-01-26T23:10:10Z2010-01-26T23:10:10Z<p>Looking at it, my first feeling is that your model is a bit complicated.</p>
<p>A word has a String to describe the word itself being stored in the Word object along with a class to say it's a noun, verb, adjective, etc. Another property of a Word is the length of the string stored in the Word object.</p>
<p>Think of things in terms of "is-a" and "has-a" relationships and you can remove a lot of complexity.</p>
<p>For instance why do you need a WordDescriptor that extends AbstractWord? Is a word going to change from a verb to an adjective? I would have thought that the word type was set when the object was created and would not change during the lifetime of the Word object. Once you had a Word object for the word "Australia" the Kind of word would not change for the lifetime of the object.</p>
<p>Hmmm. Maybe you might have a Word object representing the word "bark" after instantiating the object with a type of "verb" to describe the sound a dog makes. Then you realise that you actually needed to have the Word object to represent a noun that describes the covering of a tree. Possible, but both the dog's bark and the tree's bark can exist.</p>
<p>So I think the model you've chosen is a bit too complicated and that your question can be resolved by going back and simplifying your original object model. </p>
<p>Start by asking yourself a question for each of the inheritance aspects of your basic model.</p>
<blockquote>
<p>When I say Class B extends Class A, can I say that Class B "is-a" Class A and that I am specialising its behaviour?</p>
</blockquote>
<p>For example, a base class Animal can be extended to provide the specialised class of Kangaroo. Then you can say that "the kangaroo "is-a" Animal. You are specialising the behaviour.</p>
<p>Then look at the attributes, a Kangaroo has a Location attribute to describe where it is found. Then you can say a Kangaroo "has-a" location. A Kangaroo "is-a" location doesn't make sense.</p>
<p>Similarly, a Word "has-a" length. And the statement a Word "is-a" length just doesn't make sense.</p>
<p>BTW All Australian references in this post are deliberate to celebrate Australia Day which is today 26th January!</p>
<p>HTH</p>
http://stackoverflow.com/questions/2142377/how-to-correctly-save-the-unix-top-command-output-into-a-variable/2142420#21424201Answer by Rob Wells for How to correctly save the unix top command output into a variable?Rob Wellshttp://stackoverflow.com/users/29742010-01-26T20:31:02Z2010-01-26T20:31:02Z<p>If you are looking for a particular piece of info within the top output i'd be inclined to filter the top output for what you're looking for before storing it rather than capture everything and then extract what you need.</p>
http://stackoverflow.com/questions/2131538/books-about-the-philosophy-of-software-development/2131550#21315507Answer by Rob Wells for Books about the philosophy of software developmentRob Wellshttp://stackoverflow.com/users/29742010-01-25T10:20:17Z2010-01-25T20:18:32Z<p>I'd recommend:</p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0932633420" rel="nofollow">The Psychology of Computer Programming</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0201733862" rel="nofollow">Software Craftsmanship</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0060971843" rel="nofollow">Thriving on Chaos (1st ed.)</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0671819100" rel="nofollow">Systemantics: How things work and how they fail (1st ed.)</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0932633692" rel="nofollow">Perfect Software: And Other Illusions about Testing</a></li>
</ul>
<p>All speak to the nature of the craft of writing code though, in many cases, not actually talking about writing code.</p>
<p>One extra book I'd like to add is Ed Yourdon's "<a href="http://rads.stackoverflow.com/amzn/click/013191958X" rel="nofollow">Decline and Fall of the American Programmer</a>". The main content of this book is almost completely out of date but the appendix "The Programmers Bookshelf" is worth the price of admission alone. It is a list of books that goes beyond coding and testing along with an essay where Ed picks out many, but not all, of the books and talks about why you should read them.</p>
<p>This was the essay that turned me on to Fred Brooks's book along with Gerry Weinberg's Psychology book mentioned above.</p>
<p>And you can buy a copy of Decline and Fall for 0.01c second hand now!</p>
<p>You might also like to listen to Peter Coffee's Agile 06 keynote address where he relates his choice of "must have" books back to the Agile Manifesto (<a href="http://media.libsyn.com/media/agiletoolkit/Agile06_Keynote_PeterCoffee.mp3" rel="nofollow">mp3</a>). An interesting worthwhile way to pass an hour.</p>
http://stackoverflow.com/questions/2135159/socket-returns-0-c-client-server-app/2135224#21352241Answer by Rob Wells for socket() returns 0 C client / server appRob Wellshttp://stackoverflow.com/users/29742010-01-25T20:04:58Z2010-01-25T20:04:58Z<p>Don't forget a call to</p>
<pre><code>waitpid()
</code></pre>
<p>End of "obvious question mode". I'm assuming a bit here but you're not doing anything with the pid returned by the fork() call. (-:</p>
http://stackoverflow.com/questions/2131330/how-many-combinations-in-this-if-statement/2131389#21313891Answer by Rob Wells for How Many Combinations In This If StatementRob Wellshttp://stackoverflow.com/users/29742010-01-25T09:51:54Z2010-01-25T09:51:54Z<p>Most good static code analysers have a maximum level of indentation for this exact reason. It becomes very difficult to handle all logical cases with such high levels of nesting.</p>
<p>Is this the typical newbie error of checking all error conditions in one big lump at the top of a function?</p>
<p>If so, you might like to get the author of the code to change it to a sequence of if statements rather than this heavily nested construct.</p>
<pre><code>if(error1) {
/* report error 1 and exit */
}
if(error2) {
/* report error 2 and exit */
}
if(error3) {
/* report error 3 and exit */
}
...
</code></pre>
<p>Makes it much easier to test the code and also to provide tailored information about a specific error rather than one generic "something's bad" statement.</p>
http://stackoverflow.com/questions/45485/are-there-conventions-for-function-names-when-using-the-perl-testmore3Are there conventions for function names when using the Perl Test::More?Rob Wellshttp://stackoverflow.com/users/29742008-09-05T09:51:43Z2010-01-25T05:50:26Z
<p>Are there conventions for function names when using the Perl Test::More or Test::Simple modules?</p>
<p>I'm specifically asking about the names of functions that are used to set up a test environment before the test and to tear down the environment after successful completion of the test(s).</p>
<p>cheers,</p>
<p>Rob</p>
http://stackoverflow.com/questions/2001279/file-writes-per-second/2001357#20013571Answer by Rob Wells for File writes per secondRob Wellshttp://stackoverflow.com/users/29742010-01-04T18:46:16Z2010-01-24T10:43:30Z<p>If using Apache, I'd recommend using the <a href="http://httpd.apache.org/docs/2.0/programs/rotatelogs.html" rel="nofollow">rotatelogs</a> utility supplied as a part of the standard kit.</p>
<p>We use this to allow rotating the server logs out on a daily basis without having to stop and start the server. N.B. Use the new "||" syntax when declaring the log directive.</p>
<p>The site I'm involved with is one of the largest on the Internet with hit rates peaking in the millions per second for extended periods of time.</p>
<p><strong>Edit:</strong> I forgot to say that the site uses standard Apache logging directives and we have not needed to customise the Apache logging code at all.</p>
<p><strong>Edit:</strong> BTW Unless you really need it, don't log bytes served as this causes all sorts of issues around the midnight boundary.</p>
http://stackoverflow.com/questions/170259/should-programmers-be-able-to-write-clearly16Should programmers be able to write clearly?Rob Wellshttp://stackoverflow.com/users/29742008-10-04T12:31:32Z2010-01-23T15:41:19Z
<p>I read Richard P. Gabriel's book "Patterns of Software" (<a href="http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf" rel="nofollow">pdf</a>) which contains an essay called "Writing Broadside" in which he contends that programmers should develop their ability to write clearly. I have found that his suggestions have definitely improved my ability to write tech. spec's and design documents.</p>
<p>One of his suggestions is to develop writing workshops at work. That this will help improve your ability to express yourself clearly when documenting your designs.</p>
<p>We already have a system where, once a week, a team member gives a <a href="http://en.wikipedia.org/wiki/Pecha_Kucha" rel="nofollow">Pecha Kucha</a> talk on any topic to help improve our ability to give presentations.</p>
<p>So I'm thinking of suggesting the writing workshops as well.</p>
<p>Does anyone have writing workshops at their place of work?</p>
<blockquote>
<p>"A man who has the knowledge but lacks the power clearly to express it is no better off than if he never had any ideas at all." - <a href="http://en.wikipedia.org/wiki/Thucydides" rel="nofollow">Thucydides</a></p>
</blockquote>
<p>Edit: What I am talking about here is the ability to document your code in a clear manner, e.g. tech. spec's and design doc's. Not the writing of the source code itself.</p>
http://stackoverflow.com/questions/2109503/how-to-jump-to-the-beginning-of-a-function-body-in-vim/2111219#21112190Answer by Rob Wells for how to jump to the beginning of a function body in vimRob Wellshttp://stackoverflow.com/users/29742010-01-21T17:11:57Z2010-01-21T20:57:17Z<p>Once you've got moving around blocks and paragraphs in code sorted you might like to look at what you can do when you're in the middle of those blocks by looking at <a href="http://vimdoc.sourceforge.net/htmldoc/motion.html#text-objects" rel="nofollow">this part</a> of the vim doc's.</p>
<p>Things like delete the block, insert before the block, append after the block, etc.</p>
<p>HTH</p>
http://stackoverflow.com/questions/2108436/gcc-compilation-leaves-numerous-temp-files/2108468#21084680Answer by Rob Wells for gcc compilation leaves numerous temp filesRob Wellshttp://stackoverflow.com/users/29742010-01-21T10:37:29Z2010-01-21T10:37:29Z<p>Have you tried using -pipe so gcc communicates via pipes rather than temp files?</p>
http://stackoverflow.com/questions/1420199/apache-httpd-processes-die-with-segmentation-fault-on-deployment/2087913#20879130Answer by Rob Wells for Apache-httpd processes die with segmentation fault on deployment Rob Wellshttp://stackoverflow.com/users/29742010-01-18T17:29:20Z2010-01-18T17:29:20Z<p>Start by enabling core dumps on your server.</p>
<p>Then run it to get a core file to get a backtrace and get an initial idea of where the server is core dumping.</p>
<p>I'm going throught the same problem at the moment. Not with Rails though.</p>
<p>HTH</p>
http://stackoverflow.com/questions/2085983/how-to-quit-a-buf-in-vim/2085996#20859966Answer by Rob Wells for how to quit a buf in vimRob Wellshttp://stackoverflow.com/users/29742010-01-18T12:32:38Z2010-01-18T12:38:19Z<p>Just doing a</p>
<pre><code>:bd
</code></pre>
<p>should do it.</p>
<p><strong>Edit:</strong> You can delete specific buffers as well using this command.</p>
<p>Get a list of your current buffers by entering:</p>
<pre><code>:ls
</code></pre>
<p>This will give you something like:</p>
<pre><code>1 # "ap22_linux_build.sh.log" line 87
2 "httpd-2.2.14-2010011600-linux32-g.build_log" line 4207
3 %a "~/.bashrc" line 1
</code></pre>
<p>Take the relevant number and enter it before the bd command, so entering</p>
<pre><code>: 2 bd
</code></pre>
<p>will delete the second buffer.</p>
http://stackoverflow.com/questions/2080778/what-are-the-responsibilities-of-a-project-manager-in-a-small-team-of-developers/2080786#20807865Answer by Rob Wells for What are the responsibilities of a project manager in a small team of developers ?Rob Wellshttp://stackoverflow.com/users/29742010-01-17T11:23:35Z2010-01-17T12:21:37Z<p>G'day,</p>
<p>(Insert usual he/she disclaimer here)</p>
<p>A good project manager will think that he works for the team and not that the team works for him. They understand that they will look good if they remove as many impediments as possible to allow the team to look good and do a good job.</p>
<p>The big responsibility is to make sure that the team has everything that they need to get the job done.</p>
<p>He should also be looking ahead to see if there are any obstacles in the way and try to remove them before they become an issue to minimise interruptions to the team.</p>
<p>He should be defecting management interference away from the team to allow you to get on with the task as well.</p>
<p>I've been in this situation a couple of times and one time the project manager did a brilliant job of all three tasks. Unfortunately, most other times the PM had no damn idea and just funnelled his pressure directly onto the team passing down all management requests no matter how stupid they were.</p>
<p><strong>Edit:</strong> The code quality is initially the responsibility of the programmers themselves. </p>
<p>The assumption is that they are a) competant, and b) professional so that what they produce is good and fit for purpose. It should've been tested by them because, as the old saying says "if it ain't tested, it ain't done!".</p>
<p>Then comes the more extensive functional testing which should be a part of the normal QA procedures.</p>
<p>HTH</p>
http://stackoverflow.com/questions/276173/what-are-your-favorite-c-coding-style-idioms/2034357#20343570Answer by Rob Wells for What are your favorite C++ Coding Style idiomsRob Wellshttp://stackoverflow.com/users/29742010-01-09T18:15:39Z2010-01-09T19:10:06Z<p>I'd suggest PIMPL or as James Coplien originally called it "Handle Body".</p>
<p>This idiom allows you to completely decouple interface from implementation. When working on the rewrite and re-release of a major CORBA middleware component, this idiom was used to completely decouple the API from the implementation.</p>
<p>This practically eliminated any possibility reverse engineering.</p>
<p>An excellent resource for C++ idioms is James Coplien's excellent book "<a href="http://rads.stackoverflow.com/amzn/click/0201548550" rel="nofollow">Advanced C++ Programming Styles and Idioms</a>". Highly recommended!</p>
<p><strong>Edit:</strong> As pointed out below by Neil, this book is quite out of date with many of his recommendations actually being incorporated into the C++ standard itself. However, I still find it to be a source of useful info, esp. in the form of his <a href="http://users.rcn.com/jcoplien/Patterns/C++Idioms/EuroPLoP98.html" rel="nofollow">PLoP paper on C++ idioms</a> where many idioms were recast into patterm form.</p>
http://stackoverflow.com/questions/2034198/kr-how-exactly-are-data-types-represented-in-a-computer/2034216#20342162Answer by Rob Wells for (K&R) How exactly are data types represented in a computer?Rob Wellshttp://stackoverflow.com/users/29742010-01-09T17:28:19Z2010-01-09T17:28:19Z<p>G'day,</p>
<p>To go deeper, I'd highly recommend Charles Petzold's excellent book "<a href="http://rads.stackoverflow.com/amzn/click/0735611319" rel="nofollow">Code</a>"</p>
<p>It covers more than what you ask, all of which leads to a better understanding of what's actually happening under the covers.</p>
<p>HTH</p>
http://stackoverflow.com/questions/2022140/how-can-i-avoid-zombies-in-perl-cgi-scripts-run-under-apache-1-3/2023790#20237902Answer by Rob Wells for How can I avoid zombies in Perl CGI scripts run under Apache 1.3?Rob Wellshttp://stackoverflow.com/users/29742010-01-07T21:25:57Z2010-01-09T15:23:45Z<p>I just saw your comment that you are running Apache 1.3 and that may be associated with your problem.</p>
<p>SSI's can run CGI's. But CGI scripts that generate SSI's will not have those SSI's handled. The evaluation of SSI's happens before the running of CGI's in the Apache 1.3 request cycle. This was fixed with Apache 2.0 and later so that CGI's can generate SSI commands.</p>
<p>As I'd suggested above, try running your scripts on their own and have a look at the output. Are they generating SSI's?</p>
<p><strong>Edit:</strong> Have you tried launching a trivial Perl CGI script to simply printout a Hello World type HTTP response?</p>
<p>Then if this works add a trivial SSI directives such as</p>
<pre><code><!--#printenv -->
</code></pre>
<p>and see what happens.</p>
<p><strong>Edit 2:</strong> Just realised what is probably happening. Zombies occur when a child process exits and isn't reaped. These processes are hanging around and slowly using up resources within the process table. A process without a parent is an orphaned process.</p>
<p>Are you forking off processes within your Perl script? If so, have you added a waitpid() call to the parent?</p>
<p>Have you also got the correct exit within the script?</p>
<pre><code>CORE::exit(0);
</code></pre>
http://stackoverflow.com/questions/2008173/writing-secure-c-and-secure-c-idioms/2008266#20082664Answer by Rob Wells for Writing Secure C and Secure C Idioms.Rob Wellshttp://stackoverflow.com/users/29742010-01-05T18:41:33Z2010-01-09T00:41:31Z<p>G'day,</p>
<p>A good place to start looking at this is <a href="http://www.dwheeler.com/" rel="nofollow">David Wheeler's excellent secure coding site</a>.</p>
<p>His free online book "<a href="http://www.dwheeler.com/secure-programs/" rel="nofollow">Secure Programming for Linux and Unix HOWTO</a>" is an excellent resource that is regularly updated.</p>
<p>You might also like to look at his excellent static analyser <a href="http://www.dwheeler.com/flawfinder/" rel="nofollow">FlawFinder</a> to get some further hints. But remember, no automated tool is a replacement for a good pair of experienced eyes, or as David so colourfully puts it..</p>
<blockquote>
<p>Any static analysis tool, such as Flawfinder, is merely a tool. No tool can substitute for human thought! In short, <strong>"a fool with a tool is still a fool"</strong>. It's a mistake to think that analysis tools (like flawfinder) are a substitute for security training and knowledge</p>
</blockquote>
<p>I have personally used David's resources for several years now and find them to be excellent.</p>
<p>HTH</p>
<p>cheers,</p>
http://stackoverflow.com/questions/2335111/shell-commands-to-match-key-value-pairs/2335131#2335131Comment by Rob Wells on Shell commands to match key value pairsRob Wellshttp://stackoverflow.com/users/29742010-02-25T15:54:52Z2010-02-25T15:54:52Z@mouviciel, wrong comment location mate? (-:http://stackoverflow.com/questions/2280778/unix-commandline-history-substitution-foobar-for-multiple-replacements/2280849#2280849Comment by Rob Wells on Unix commandline history substitution ^foo^bar (for multiple replacements)Rob Wellshttp://stackoverflow.com/users/29742010-02-18T19:01:09Z2010-02-18T19:01:09Z@jesper, you are trying to use the c-shell based syntax. maybe have a look at the vi or emacs command line editing interface. much more powerful.http://stackoverflow.com/questions/2261774/shortest-code-in-c/2261891#2261891Comment by Rob Wells on Shortest code in CRob Wellshttp://stackoverflow.com/users/29742010-02-14T20:33:45Z2010-02-14T20:33:45Z"An insensitive clod"? Bit of an over reaction there. Especially since the question wasn't tagged as code golf when it was originally asked.http://stackoverflow.com/questions/2261774/shortest-code-in-c/2261891#2261891Comment by Rob Wells on Shortest code in CRob Wellshttp://stackoverflow.com/users/29742010-02-14T17:01:24Z2010-02-14T17:01:24ZAnd the use in the real world? Minimal!http://stackoverflow.com/questions/2214575/passing-arguments-to-make-run/2214593#2214593Comment by Rob Wells on Passing arguments to "make run"Rob Wellshttp://stackoverflow.com/users/29742010-02-08T13:44:38Z2010-02-08T13:44:38Zcheers John and calmh, I went back and saw that the suggestion came from my copy of the first edition OReilly book "Managing Projects with Make". The author states the rule about archive substitution using ()'s and macros able to do both but suggests using {}'s to distinguish.
But....
The new edition now retitled as "Managing Projects with GNU Make" uses ()'s throughout.
Go figure.... Guess I'll have to modernise! (-:
I'm still amazed that MS NMake barfs at {}'s though.http://stackoverflow.com/questions/2214575/passing-arguments-to-make-run/2214593#2214593Comment by Rob Wells on Passing arguments to "make run"Rob Wellshttp://stackoverflow.com/users/29742010-02-07T16:42:55Z2010-02-07T16:42:55Z@John, it may be more portable with newer implementations of make but it is sometimes not backwards compatible. Surely even MS didn't break existing syntax.http://stackoverflow.com/questions/2214575/passing-arguments-to-make-run/2214593#2214593Comment by Rob Wells on Passing arguments to "make run"Rob Wellshttp://stackoverflow.com/users/29742010-02-06T20:29:27Z2010-02-06T20:29:27Z+1 for using the correct brackets for make macros! (-: Round brackets should be used for object substitution in archive files. Though this distinction is becoming less and less as shared lib's become more prevalent.http://stackoverflow.com/questions/2191618/why-is-there-no-improvement-in-cpu-usage-with-our-64-bit-build-of-apache/2199317#2199317Comment by Rob Wells on Why is there no improvement in CPU usage with our 64-bit build of Apache?Rob Wellshttp://stackoverflow.com/users/29742010-02-04T17:59:30Z2010-02-04T17:59:30ZThanks for the good tipshttp://stackoverflow.com/questions/2195894/why-are-so-many-open-source-projects-poorly-documentedComment by Rob Wells on Why are so many open source projects poorly documented?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T22:52:20Z2010-02-03T22:52:20ZThis question should not be closed as it is highly relevant to OS programming efforts.
Closing it is just sticking your head in the sand and ignoring a major obstacle to the acceptance of OS by the mainstream.http://stackoverflow.com/questions/2195894/why-are-so-many-open-source-projects-poorly-documented/2195989#2195989Comment by Rob Wells on Why are so many open source projects poorly documented?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T22:48:57Z2010-02-03T22:48:57ZHave a look at the APR doc's at Apache. Yikes! Apache doc's <b>have</b> massively improved in quality over the last few years. Thanks Rich Bowen and your mates!http://stackoverflow.com/questions/2195894/why-are-so-many-open-source-projects-poorly-documentedComment by Rob Wells on Why are so many open source projects poorly documented?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T22:46:13Z2010-02-03T22:46:13ZWow. Nice. Good tolerance of those that don't have English as a mother tonque. How's your Russian I wonder?http://stackoverflow.com/questions/2191618/why-is-there-no-improvement-in-cpu-usage-with-our-64-bit-build-of-apache/2191657#2191657Comment by Rob Wells on Why is there no improvement in CPU usage with our 64-bit build of Apache?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T12:34:36Z2010-02-03T12:34:36ZSSL has been built and optimised for 64bit and the same architecture using the same compiler. I will look to see if Apache provides any specific configure options for 64bit. Thanks.http://stackoverflow.com/questions/2191618/why-is-there-no-improvement-in-cpu-usage-with-our-64-bit-build-of-apacheComment by Rob Wells on Why is there no improvement in CPU usage with our 64-bit build of Apache?Rob Wellshttp://stackoverflow.com/users/29742010-02-03T12:31:01Z2010-02-03T12:31:01ZI consider that this is a question of programming and building the executable from code. Hence it is here and not on Server Fault. If it was a question of configuration of the built server itself then I'd agree that it should be on Server Fault.http://stackoverflow.com/questions/107249/the-attention-deficit-programmer-tips-for-staying-on-task/107328#107328Comment by Rob Wells on The Attention Deficit Programmer - Tips for staying on task?Rob Wellshttp://stackoverflow.com/users/29742010-01-27T23:42:34Z2010-01-27T23:42:34ZOnly thing I could add is to intersperse your techie breaks with a walk outside to get some air in your brain and some blood in your bum!http://stackoverflow.com/questions/107249/the-attention-deficit-programmer-tips-for-staying-on-task/107328#107328Comment by Rob Wells on The Attention Deficit Programmer - Tips for staying on task?Rob Wellshttp://stackoverflow.com/users/29742010-01-27T23:41:31Z2010-01-27T23:41:31ZGood answer! +1 from a fellow ADD sufferer