User Michael McCarty - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T20:29:07Zhttp://stackoverflow.com/feeds/user/25007http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/219027/do-you-keep-a-programming-journal26Do you keep a programming journal?Michael McCarty2008-10-20T16:20:11Z2009-11-25T23:32:01Z
<p>The last couple months I've started keeping a journal relating to my software development. I've found that's it's been helpful for keeping track of software requests and the changes and discoveries necessary in fixing an issue or keeping track of system infrastructure changes. I've also found that it's a nice way to slow down for a moment and bookmark my thoughts in a day where there's always something that preempts what I'm doing.</p>
<p>I use a Moleskine journal since it's an escape from the keyboard and it forces me to slow down and write legibly.</p>
<p>I'd like to do something with Evernote but I haven't discovered the best way for me to sync with it.</p>
<p>What do you use?<br />
Any tips/suggestions?</p>
http://stackoverflow.com/questions/58640/great-programming-quotes/1179725#11797255Answer by Michael McCarty for Great programming quotesMichael McCarty2009-07-24T19:34:15Z2009-11-14T14:48:52Z<p>The quality goes in after the code goes out.</p>
http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read/1532727#15327271Answer by Michael McCarty for What non-programming books should programmers read?Michael McCarty2009-10-07T16:29:31Z2009-10-07T16:29:31Z<p><img src="http://www.lafcpug.org/images%5Freview%5Fblink%5Feye%5Fmurch/blink%5Feye%5Fmurch.jpg" alt="alt text" /></p>
<p>I'm not a film editor but I found what Walter Murch had to teach about what's behind the blink of an eye and human behavior as fascinating and insightful. Well worth the read.</p>
<p><a href="http://www.lafcpug.org/reviews/review%5Fblink%5Feye%5Fmurch.html" rel="nofollow">LAFCPUG Review of the book</a></p>
http://stackoverflow.com/questions/1447217/linux-bash-tips-for-developers/1447240#14472401Answer by Michael McCarty for linux/bash tips for developers?Michael McCarty2009-09-18T23:42:37Z2009-09-18T23:42:37Z<p>Start with an X11 window manager that works well without needing a mouse.</p>
<ul>
<li>Awesome </li>
<li>xmonad</li>
</ul>
<p>After that: </p>
<ol>
<li>screen</li>
<li>bash_completion</li>
<li>vim</li>
<li>cscope </li>
<li>ctags</li>
<li>remake</li>
</ol>
<p>I rarely need to touch the mouse for anything.</p>
http://stackoverflow.com/questions/247174/is-there-a-formula-to-convert-from-thomas-bros-map-page-grid-to-a-latitude-long2Is there a formula to convert from Thomas Bros Map page & grid to a latitude/longitude?Michael McCarty2008-10-29T15:10:44Z2009-09-03T05:45:15Z
<p>I'm working on a project that contains Thomas Brothers Map page and grid numbers. Is there a way to programatically convert from this map page to a latitude & longitude?</p>
<p>An Example would be for the intersection of the US101 & I405 freeways.</p>
<p>ThomasBrothers: 561-3G (page-grid)</p>
http://stackoverflow.com/questions/1144703/what-should-the-penalty-response-for-missing-a-deadline-be/1153953#11539530Answer by Michael McCarty for What should the penalty/response for missing a deadline be?Michael McCarty2009-07-20T14:31:34Z2009-07-20T14:31:34Z<p>Did the specification or requirements change after the estimate was given?</p>
http://stackoverflow.com/questions/1153768/how-can-i-configure-vim-to-compile-c-code-using-borlands-compiler-on-windows/1153814#11538141Answer by Michael McCarty for How can I configure Vim to compile C code using Borland's compiler on Windows?Michael McCarty2009-07-20T14:10:01Z2009-07-20T14:25:31Z<p>A Google search of vim and bcc led me to this page.</p>
<p><a href="http://ftp.nluug.nl/vim/runtime/compiler/bcc.vim" rel="nofollow" title="bcc.vim">http://ftp.nluug.nl/vim/runtime/compiler/bcc.vim</a></p>
<p>You'll have to place this bcc.vim in the ~/vimfiles/compiler directory</p>
http://stackoverflow.com/questions/652788/what-is-the-worst-real-world-macros-pre-processor-abuse-youve-ever-come-across/652951#65295147Answer by Michael McCarty for What is the worst real-world macros/pre-processor abuse you've ever come across?Michael McCarty2009-03-17T03:36:12Z2009-07-01T03:57:07Z<pre><code>#define if while
</code></pre>
<p>It was joke played on someone, it wasn't found amusing by those affected</p>
http://stackoverflow.com/questions/784461/how-do-you-clear-your-mind-after-8-10-hours-per-day-of-coding/825181#8251813Answer by Michael McCarty for How do you clear your mind after 8-10 hours per day of coding?Michael McCarty2009-05-05T14:40:20Z2009-05-05T14:40:20Z<p>Buy a house.</p>
<p>You'll instantly have dozens of things to take care of that don't involve any programming at all.</p>
http://stackoverflow.com/questions/660135/how-to-have-a-filesystemwatcher-thread-run-forever/660187#6601870Answer by Michael McCarty for How to have a FileSystemWatcher thread run forever?Michael McCarty2009-03-18T21:27:04Z2009-03-18T21:27:04Z<p>Sysinternals (now owned by Microsoft) has FileMon which will give you what you need, with source.</p>
<p>Quoting from the site </p>
<blockquote>
<p>the heart of FileMon is in the virtual
device driver, Filevxd.vxd. It is
dynamically loaded, and in its
initialization it installs a file
system filter via the VxD service,
IFSMGR_InstallFileSystemApiHook, to
insert itself onto the call chain of
all file system requests.</p>
</blockquote>
<p>Binaries and sources can be found here: <a href="http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx</a></p>
http://stackoverflow.com/questions/537526/do-you-inflate-your-estimated-project-completion-dates/653018#6530180Answer by Michael McCarty for Do you inflate your estimated project completion dates?Michael McCarty2009-03-17T04:24:17Z2009-03-17T04:24:17Z<p>I never just double it. Usually a design/idea/change is presented on a post it note I usually start with out with an estimate of about year and the more refined the post it notes get I get the better my estimate gets.</p>
<p>Even with this I know that when I finish my implementation I'm only half done. That's usually well within the original year estimate so there's plenty of time for the post it writer to flush out any design problems.</p>
http://stackoverflow.com/questions/652282/use-sqlite-to-manage-makefile-build-flags1Use sqlite to manage Makefile build flagsMichael McCarty2009-03-16T21:53:25Z2009-03-17T03:30:13Z
<p>I build for more than two dozen targets from a source tree with usually three active branches with both production and debug builds. To date I've used a personal Makefile that defines the target which includes a common Makefile that defines the compile flags which then includes the Makefile from a specific source tree. This works but I can't help but thinking there's a better way.</p>
<p>I'd like to use a sqlite3 database to store and organize a full list of build flags. At compile time the database would be queried to generate to generate flags based on project version, platform and dev/production and start the build.</p>
<p>This database would be a single place where I can document and keep track my current settings for all my development builds. A base set of stored flags would be overridden by more granular flags at version, target platform, then build quality levels.</p>
<p>As part of implementing something like this I would also create a handful of shell scripts to manipulate the database and get/set flags as well as permit other developers in my lab adopt this more easily.</p>
<p>Has this already been done? Are there any examples of something like this? </p>
<p>Is there a different/better way to handle this?</p>
<p>Two things:
* I cannot modify the original project Makefiles.
* Attempting to use something like automake would be cumbersome as the necessary number of
configure flags to enable a debugging level in an existing module of the code base would number in the hundreds.</p>
http://stackoverflow.com/questions/249544/programmer-to-manager/249728#2497282Answer by Michael McCarty for Programmer to ManagerMichael McCarty2008-10-30T10:02:40Z2008-10-30T10:51:03Z<p>The toughest thing to do when moving from Programming to Management is that you're gonna have to let go of the code. It's very difficult to take a step back and trust that the work's just going have to get done without you.</p>
<p>Let the programmers do their job without looking over their shoulder.</p>
<p>As a manager you'll need to pay attention to a broader spectrum of issues, and it won't be possible to just bury yourself in the code and ignore pleas from your underlings. They'll have wants and needs just as your superiors and customers have, it'll be up to you to mange the expectations of everyone. </p>
<p>That's management, taking the heat from everyone so your programmers don't have to. They'll work better.</p>
<p>Basically don't do the things that bothered you about your managers. </p>
http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-him/249746#2497460Answer by Michael McCarty for How do I tell a senior programmer that you disagree with himMichael McCarty2008-10-30T10:16:05Z2008-10-30T10:16:05Z<p>Present your ideas in such a way that your mentor has a say as to which of them to implement. This way you get what you want while leaving the decisions to your mentor.</p>
<p>If this is a large project your new ideas may take into account the broad picture of the entire system and could cause unintended 'features'.</p>
http://stackoverflow.com/questions/249729/sorting-list-of-urls-by-length-in-jython/249742#2497420Answer by Michael McCarty for Sorting list of URLs by length in JythonMichael McCarty2008-10-30T10:08:38Z2008-10-30T10:08:38Z<p>Wouldn't sorting them take care of this?</p>
http://stackoverflow.com/questions/231951/whats-the-next-thing-on-your-list-to-learn/232082#2320820Answer by Michael McCarty for What's the next thing on your list to learn?Michael McCarty2008-10-24T00:22:21Z2008-10-24T00:22:21Z<p>I'd like to do more with Python perhaps some dabbling in Django as well.</p>
http://stackoverflow.com/questions/224138/infinite-loops-top-or-bottom/224196#2241960Answer by Michael McCarty for Infinite loops - top or bottom?Michael McCarty2008-10-22T01:54:09Z2008-10-22T01:54:09Z<p>Infinite loops are a bad idea, but in practice that doesn't always hold up.</p>
<p>I prefer while(1) { } but make sure something within the loop can cause it to break out.</p>
http://stackoverflow.com/questions/12625/best-diff-tool/222528#2225281Answer by Michael McCarty for Best Diff Tool?Michael McCarty2008-10-21T16:28:19Z2008-10-21T16:28:19Z<p>A couple more for the list.</p>
<p>Changes for OSX as payware (<a href="http://www.changesapp.com" rel="nofollow">http://www.changesapp.com</a>)</p>
<p>tkdiff is free under the GPL (<a href="http://tkdiff.sourceforge.net" rel="nofollow">http://tkdiff.sourceforge.net</a>)</p>
http://stackoverflow.com/questions/220609/what-got-you-started-in-programming/220667#2206671Answer by Michael McCarty for What got you started in programming?Michael McCarty2008-10-21T03:16:29Z2008-10-21T03:16:29Z<p>1979, I was 10. My Dad brought home an Apple ][+. I took some classes with the scientists at Hughes Aircraft and started programming. Totally hooked.</p>
http://stackoverflow.com/questions/220165/resources-for-learning-gnumake/220283#2202831Answer by Michael McCarty for Resources for learning GNUMake?Michael McCarty2008-10-20T23:21:56Z2008-10-21T01:19:45Z<p>I concur with the O'Reilly book suggestion. </p>
<p>For some helpful tips, tricks and insights into Make look at the <a href="http://www.cmcrossroads.com/content/category/8/147/135/" rel="nofollow">Mr. Make articles</a> </p>
http://stackoverflow.com/questions/687/keyboard-for-programmers/220124#2201240Answer by Michael McCarty for Keyboard for programmersMichael McCarty2008-10-20T22:10:28Z2008-10-20T22:10:28Z<p>I like the aluminum Apple keyboard on my linux box, using Awesome as a window manager and some remapped command keys I almost never need to touch the mouse.</p>
http://stackoverflow.com/questions/219999/how-can-i-encrypt-password-data-in-a-database-using-php/220059#2200591Answer by Michael McCarty for How can I encrypt password data in a database using PHP?Michael McCarty2008-10-20T21:42:09Z2008-10-20T21:42:09Z<p>Never store passwords. Use a one way hash and store that.</p>
http://stackoverflow.com/questions/216624/favorite-non-esoteric-programming-language/219332#2193320Answer by Michael McCarty for Favorite (non-esoteric) Programming LanguageMichael McCarty2008-10-20T18:06:14Z2008-10-20T18:06:14Z<p>For my dabbling I like working in Python and sometimes even awk (when I have a lot of record processing to accomplish) and wrapping it all up in a shell script.</p>
http://stackoverflow.com/questions/219163/dealing-with-some-grey-code-style-issues/219317#2193173Answer by Michael McCarty for Dealing with some grey code style issuesMichael McCarty2008-10-20T17:58:37Z2008-10-20T17:58:37Z<p>Something like this is unacceptable. If there is no set coding standard/style/layout then the programmer should mimic the existing code and style and refrain from refactoring anything.</p>
<p>If this programmer has the time to refactor everything then clearly s/he needs more work assigned.</p>
http://stackoverflow.com/questions/174892/what-is-the-most-spectacular-way-to-shoot-yourself-in-the-foot-with-c/219125#2191250Answer by Michael McCarty for What is the most spectacular way to shoot yourself in the foot with C++?Michael McCarty2008-10-20T16:49:44Z2008-10-20T16:49:44Z<pre><code>while (1) {
// lots of condition tests that don't cover every condition.
}
</code></pre>
http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/219117#2191171Answer by Michael McCarty for What's Your Motto As A Developer/Programmer?Michael McCarty2008-10-20T16:46:44Z2008-10-20T16:46:44Z<p>If it is to be it is up to me.</p>
http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read/185688#1856880Answer by Michael McCarty for What non-programming books should programmers read?Michael McCarty2008-10-09T02:20:44Z2008-10-09T02:20:44Z<p>Walter Murch's "<a href="http://rads.stackoverflow.com/amzn/click/1879505622" rel="nofollow">In the Blink of an Eye</a>"</p>
http://stackoverflow.com/questions/183201/should-a-developer-aim-for-readability-or-performance-first/183396#1833962Answer by Michael McCarty for Should a developer aim for readability or performance first?Michael McCarty2008-10-08T15:30:51Z2008-10-08T15:30:51Z<p>If you're worried about readability of your code, don't hesitate to add a comment to remind yourself what and why you're doing this.</p>
http://stackoverflow.com/questions/174892/what-is-the-most-spectacular-way-to-shoot-yourself-in-the-foot-with-c/174964#17496422Answer by Michael McCarty for What is the most spectacular way to shoot yourself in the foot with C++?Michael McCarty2008-10-06T16:14:27Z2008-10-07T01:00:31Z<p>I've seen this a few times where someone used memset() inside the ctor to easily initialize all the class variables. </p>
<pre><code>myClass::myClass()
{
memset(this,0,sizeof (myClass));
}
</code></pre>
http://stackoverflow.com/questions/102714/what-was-your-first-home-computer/176396#1763960Answer by Michael McCarty for What was your first home computer?Michael McCarty2008-10-06T22:04:42Z2008-10-06T22:04:42Z<p>Still have my first computer, an Apple ][ plus.</p>
http://stackoverflow.com/questions/687/keyboard-for-programmers/3959#3959Comment by Michael McCarty on Keyboard for programmersMichael McCarty2009-08-01T23:47:11Z2009-08-01T23:47:11ZI use this on my linux box, I can use xmap to get around the F-key problems.http://stackoverflow.com/questions/1149794/how-many-distinct-numbers-are-from-1-5-x-10-45-to-3-4-x-1038/1154514#1154514Comment by Michael McCarty on how many distinct numbers are from 1.5 x 10^(-45) to 3.4 x 10^38?Michael McCarty2009-07-20T16:53:01Z2009-07-20T16:53:01ZThis is the answer to what the question should have beenhttp://stackoverflow.com/questions/1149794/how-many-distinct-numbers-are-from-1-5-x-10-45-to-3-4-x-1038Comment by Michael McCarty on how many distinct numbers are from 1.5 x 10^(-45) to 3.4 x 10^38?Michael McCarty2009-07-20T16:37:07Z2009-07-20T16:37:07ZIf "better programming is our goal" at Stack Overflow, how does this question fit that? Rewording this as a question about techniques to programatically approach problems such as this would do a lot more than doing someone else's homework.http://stackoverflow.com/questions/1022167/advice-on-how-to-approach-the-art-of-computer-programming/1022173#1022173Comment by Michael McCarty on Advice on how to approach The Art of Computer Programming?Michael McCarty2009-07-01T05:01:35Z2009-07-01T05:01:35ZSo that's how everyone else's set got to look wornhttp://stackoverflow.com/questions/652788/what-is-the-worst-real-world-macros-pre-processor-abuse-youve-ever-come-across/652951#652951Comment by Michael McCarty on What is the worst real-world macros/pre-processor abuse you've ever come across?Michael McCarty2009-07-01T03:58:08Z2009-07-01T03:58:08ZThanks, I added your clarificationhttp://stackoverflow.com/questions/652282/use-sqlite-to-manage-makefile-build-flags/652409#652409Comment by Michael McCarty on Use sqlite to manage Makefile build flagsMichael McCarty2009-03-17T03:40:52Z2009-03-17T03:40:52ZI cannot rewrite the original Makefiles so ant, jam and autoconf isn't going to work in this instancehttp://stackoverflow.com/questions/652282/use-sqlite-to-manage-makefile-build-flags/652409#652409Comment by Michael McCarty on Use sqlite to manage Makefile build flagsMichael McCarty2009-03-16T22:41:30Z2009-03-16T22:41:30ZThis needs to be done apart from the original Makefile sources as the project contains hundreds of thousands of lines of code and the Makefiles have 13 years of tweaks that would never survive a conversion to something like autoconf.http://stackoverflow.com/questions/651865/basic-math-book-for-a-programmerComment by Michael McCarty on Basic Math Book for a ProgrammerMichael McCarty2009-03-16T21:12:06Z2009-03-16T21:12:06ZI have a file cabinet with a whole stack of college math assignments that looks impressively difficult done by someone with the same handwriting as me.http://stackoverflow.com/questions/249729/sorting-list-of-urls-by-length-in-jython/249742#249742Comment by Michael McCarty on Sorting list of URLs by length in JythonMichael McCarty2008-10-30T10:24:58Z2008-10-30T10:24:58ZTrue, but in the sample data given a sort would work.http://stackoverflow.com/questions/27830/which-language-you-use-for-throw-away-programs/235688#235688Comment by Michael McCarty on which language you use for "throw away" programs?Michael McCarty2008-10-30T09:52:44Z2008-10-30T09:52:44ZAWK is great for processing all sorts or records/log files. I've started looking at using Ragel for this sort of work.http://stackoverflow.com/questions/219027/do-you-keep-a-programming-journal/220732#220732Comment by Michael McCarty on Do you keep a programming journal?Michael McCarty2008-10-24T16:48:53Z2008-10-24T16:48:53ZThanks. I've been looking more into using a personal wiki and how I can make some of it public within the company.http://stackoverflow.com/questions/219420/how-would-you-improve-this-algorithm-c-string-reversalComment by Michael McCarty on How would you improve this algorithm? (c string reversal)Michael McCarty2008-10-20T18:51:40Z2008-10-20T18:51:40ZDon't forget to check for a NULL string.http://stackoverflow.com/questions/219420/how-would-you-improve-this-algorithm-c-string-reversal/219432#219432Comment by Michael McCarty on How would you improve this algorithm? (c string reversal)Michael McCarty2008-10-20T18:48:55Z2008-10-20T18:48:55ZDon't forget to check for a null stringhttp://stackoverflow.com/questions/219027/do-you-keep-a-programming-journalComment by Michael McCarty on Do you keep a programming journal?Michael McCarty2008-10-20T18:33:14Z2008-10-20T18:33:14ZI've never seen Evernote translate anything with OCR, I know I read that it has that feature but to date I have a bunch of photos with text and no translations.http://stackoverflow.com/questions/219069/what-are-some-of-the-common-programming-tasks-you-work-with-in-real-world/219184#219184Comment by Michael McCarty on What are some of the common programming tasks you work with in Real world?Michael McCarty2008-10-20T18:00:35Z2008-10-20T18:00:35ZThanks, this is something worth bookmarking