<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Good Doc</title>
	<atom:link href="http://thegooddoc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegooddoc.wordpress.com</link>
	<description>Ravings of a Mad Scientist, and Some Useful Tech Tips Too!</description>
	<lastBuildDate>Sun, 21 Oct 2007 20:35:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thegooddoc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Good Doc</title>
		<link>http://thegooddoc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thegooddoc.wordpress.com/osd.xml" title="The Good Doc" />
	<atom:link rel='hub' href='http://thegooddoc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting Started with LaTeX</title>
		<link>http://thegooddoc.wordpress.com/2007/10/21/getting-started-with-latex/</link>
		<comments>http://thegooddoc.wordpress.com/2007/10/21/getting-started-with-latex/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 20:35:19 +0000</pubDate>
		<dc:creator>thegooddoc</dc:creator>
				<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">http://thegooddoc.wordpress.com/2007/10/21/getting-started-with-latex/</guid>
		<description><![CDATA[As a researcher, a huge portion of my job is spent writing reports, papers, proposals, research notes, etc. So, for me, the choice of tools for writing is critical. While I do use Microsoft Office for a fair portion of my work (you can&#8217;t avoid it if you do any cooperative work), my tools of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=5&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a researcher, a huge portion of my job is spent writing reports, papers, proposals, research notes, etc. So, for me, the choice of tools for writing is critical. While I do use Microsoft Office for a fair portion of my work (you can&#8217;t avoid it if you do any cooperative work), my tools of choice are <a href="http://www.gnu.org/software/emacs/">Emacs</a> for editing, and <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a> for document processing. Here, I&#8217;ll try to explain why, and give a few tips for getting going with this outstanding tool. Where appropriate, I&#8217;ll just summarize and link, and I&#8217;m going to avoid going into a lot of history for LaTeX, as you can find that info elsewhere. This is a topic that I&#8217;ll come back to fairly often, and will provide bite-sized chunks of tips and tidbits as they occur to me.</p>
<h2>What is, and Why use, LaTeX?</h2>
<p class="first">Why not just use Word? MS Word (or <a href="http://en.wikipedia.org/wiki/Wysiwyg">WYSIWIG</a> in general) is a great tool for writing, particularly for fairly short and simple documents. It&#8217;s easy to use, and easy to abuse. For more complicated documents, reports, books, and similar, I find it just becomes too much of a hassle to wrangle Word into working for me.</p>
<p>LaTeX is a text-based system that supports documents of just about any complexity and length. It isn&#8217;t a WYSIWIG tool, although you can find ways to get that also. This is, in my opinion, one of LaTeX&#8217;s great strengths &#8211; you focus on your content, rather than on fiddling with formatting and styles. For example, if you want to start a new section of a document and need to provide a header, you simply type:</p>
<p>\section{This is the title of my section}\label{sec:mine}</p>
<p>and LaTeX will format it appropriately, based on the type of document you&#8217;re creating. If it&#8217;s right to do so, LaTeX will number the section for you, and can also easily provide cross-referencing to that section number (or to just about anything else, e.g. page numbers, equation numbers, figure numbers, etc.). Here, you could say &#8220;see Section~\ref{sec:mine}&#8221;, and you&#8217;d end up with &#8220;see Section 1&#8243; (assuming that was section 1). This really is simpler, easier, and far more robust than what you can do in Word. Later, if you add a section ahead of this one, it&#8217;d get renumbered, as would your cross-reference. Note also that the &#8220;label&#8221; part is optional, but it seems better to include it, just in case you want to do a cross-reference later on. This is just a simple example, meant to entice you into the rabbit hole.</p>
<p>LaTeX (actually, its eco-system, including <a href="http://en.wikipedia.org/wiki/Bibtex">BibTeX</a>) provides great support for including references and bibliographies. Word, in combination with other programs (e.g. <a href="http://www.endnote.com/">EndNote</a>) can do this, but it&#8217;s just not as clean, at least for my style of working. If you need to include equations, LaTeX is vastly superior to using something like MS Equation Editor.</p>
<p>In any case, there are many reasons why you should consider using LaTeX. But, I must say that it&#8217;s not for the faint-of-heart, and the learning curve for a tool like this is somewhat steep, and long (a lifetime to really learn, I suspect). I find it&#8217;s useful to think a bit about &#8220;why&#8221; you&#8217;d want to subject yourself to the pain you are about to go through (i.e., what&#8217;s in it for you, and what you&#8217;ll have when you&#8217;re done!). One good summary is <a href="http://www.phil.cam.ac.uk/teaching_staff/Smith/LaTeX/guides/LaTeXphilosophy.pdf">LaTeX &#8211; the very idea</a>.</p>
<h2>Learning and reference books</h2>
<p>There are numerous books on getting going with LaTeX, and detailed references for once you&#8217;re up to speed. I suggest Leslie Lamport&#8217;s excellent <a href="http://www.amazon.com/gp/product/0201529831?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0201529831">LaTeX: A Document Preparation System (2nd Edition) (Addison-Wesley Series on Tools and Techniques for Computer Typesetting)</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0201529831" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />.</p>
<p>For reference, or as you get further along, I really like Kopka&#8217;s book, <a href="http://www.amazon.com/gp/product/0321173856?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321173856">Guide to LaTeX (4th Edition) (Tools and Techniques for Computer Typesetting)</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0321173856" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />.</p>
<p>Finally, if you&#8217;re buying into this whole-hog, and know you&#8217;ll want a fairly complete and useful set of books, just go straight for <a href="http://www.amazon.com/gp/product/0321269446?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321269446">The The LaTeX Companions, Revised Boxed Set: A Complete Guide and Reference for Preparing, Illustrating, and Publishing Technical Documents (2nd Edition)</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0321269446" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />.</p>
<h2>Related tools</h2>
<p class="first">You&#8217;ll need to install LaTeX (unless you&#8217;re on Linux, in which case it may already be there). In any case (and even for Linux), I personally recommend the <a href="http://tug.org/texlive/">TeX Live</a> distribution. There are others, and depending on your platform (Win, Mac, Linux), you may be happier with a different distribution. I&#8217;m not going to say much here, as you&#8217;ll be able to find many detailed references on how to get, install, and configure LaTeX. For starters, check out the TeX User&#8217;s Group (TUG) <a href="http://tug.org/begin.html">Getting Started with TeX, LaTeX, and Friends</a>.</p>
<p>You&#8217;re going to spend your itme in an editor, or an integrated environment. As you might guess, I&#8217;d recommend <a href="http://www.gnu.org/software/emacs/">Emacs</a>. But, there are plenty of good text editors out there (you could even just use Notepad or, for reasons I&#8217;ll go into another day, Wordpad). There are also some fine integrated environments, and I&#8217;ve used a couple of these off and on for years. I was very happy with, and can fully recommend, the <a href="http://www.toolscenter.org/">TeXniCenter</a> integrated environment. It&#8217;s very complete, and a great tool. I eventually felt it was a bit too much for my needs, and I then migrated to <a href="http://www.winshell.de/">WinShell</a>. I really liked this tool (even better than TeXniCenter, for me), and only left it behind when I finally took my bold (some might say foolhardy) leap into Linux. The install is simple, shouldn&#8217;t be a problem. You&#8217;ll be better off to install this before you try to go any further with LaTeX. For the Mac, you should give <a href="http://tug.org/mactex/">MacTeX</a> a look, along with the front-end <a href="http://www.uoregon.edu/%7Ekoch/texshop/">TeXShop</a>.</p>
<h2>Other tips and resources</h2>
<p class="first">Something <u>very</u> cool that I came across while writing this: <a href="http://tug.ctan.org/info/visualFAQ/visualFAQ.pdf">The Visual LaTeX FAQ</a>. This is such an innovative way to present an FAQ, I&#8217;m going to spend a bit of time going over it, as I expect I&#8217;ll learn some tricks I&#8217;ve been wondering about at a low level for years, but haven&#8217;t been sufficiently motivated to bother to look into them.</p>
<p>A few simple example LaTeX documents: the really small <a href="ftp://tug.ctan.org/tex-archive/macros/latex/base/small2e.tex">small2e</a>, the slightly less small <a href="ftp://tug.ctan.org/tex-archive/macros/latex/base/sample2e.tex">sample2e</a>, and the more comprehensive (whacking big) <a href="http://tug.ctan.org/tex-archive/info/lshort/">The Not So Short Introduction to LaTeX2e</a> by Tobias Oetiker, also as <a href="http://tug.ctan.org/tex-archive/info/lshort/english/lshort.pdf">PDF</a>. In the spirit of those ridiculous &#8220;Teach yourself brain surgery in 24 hours&#8221; books, this one is subtitled &#8220;Or LaTeX 2e in 138 minutes&#8221;.</p>
<p>General resources: the <a href="http://tug.org/">TeX user&#8217;s group</a>, the <a href="http://tug.org/ctan.html">Comprehensive TeX Archive Network (CTAN)</a>, and the <a href="http://www.tug.org/pracjourn/">PracTeX Journal</a>.</p>
<p>And finally, a couple of discussions about getting going with LaTeX, why you might want to bother, and some of the troubles you&#8217;ll find (and <u>overcome</u>) along the way:</p>
<p><a href="http://www.tug.org/pracjourn/2007-3/song_loong/">&#8220;The beginner&#8217;s forest of LaTeX,&#8221; by Theresa Song Loong</a>, and <a href="http://www.tug.org/pracjourn/2006-2/roberts/">&#8220;LaTeX isn&#8217;t for everyone but it could be for you,&#8221; by Andy Roberts</a></p>
<p>Thanks, and happy LaTeXing.<br />
<img src="http://www.assoc-amazon.com/s/noscript?tag=thgodo-20" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thegooddoc.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thegooddoc.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thegooddoc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thegooddoc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thegooddoc.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=5&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thegooddoc.wordpress.com/2007/10/21/getting-started-with-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7234a85ece87cb1e12315b2f03ff923a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thegooddoc</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=0201529831" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=0321173856" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=0321269446" medium="image" />

		<media:content url="http://www.assoc-amazon.com/s/noscript?tag=thgodo-20" medium="image" />
	</item>
		<item>
		<title>Finding My Muse</title>
		<link>http://thegooddoc.wordpress.com/2007/09/10/finding-my-muse/</link>
		<comments>http://thegooddoc.wordpress.com/2007/09/10/finding-my-muse/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 03:32:41 +0000</pubDate>
		<dc:creator>thegooddoc</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://thegooddoc.wordpress.com/2007/09/10/finding-my-muse/</guid>
		<description><![CDATA[I’ll speak often of things Emacs and Linux. I do not consider myself an expert in either (but won’t let that stop me!). In future posts, I’ll give a bit of a history for my use of these and similar tools (everything is ultimately a tool to get your work done). For now, I’m going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=4&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ll speak often of things Emacs and Linux. I do not consider myself an expert in either (but won’t let that stop me!). In future posts, I’ll give a bit of a history for my use of these and similar tools (everything is ultimately a tool to get your work done). For now, I’m going to talk about my latest find, and it’s <em>great</em>.</p>
<h2>Muse</h2>
<p>Muse is a mode for Emacs. This may mean little to you. Eventually, it should mean a lot, if I can persuade you to &#8220;convert&#8221; to Emacs. But, if you’re there already, you should know about Muse. For those interested in getting to know Emacs now, you should start with the excellent O’Reilly book, <a href="http://www.amazon.com/gp/product/0596006489?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596006489" title="Learning GNU Emacs" target="_blank"> Learning GNU Emacs</a><img src="”http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0596006489″" border="0" height="1" width="1" />. You can think of Emacs as a text editor. This is, um, a bit of an understatement.</p>
<p>I’m trying out Muse for the first time in writing this post. This is, my friends, some <a href="http://en.wikipedia.org/wiki/Eating_one%27s_own_dog_food" target="_blank">tasty dog food</a>. I am using that term a bit loosely (as I have nothing to do with developing Muse), but I think you get the point.</p>
<h3>What is it?</h3>
<p class="”first”">Muse allows you to write plain text with really simple mark-up (similar to <a href="http://en.wikipedia.org/wiki/Wiki_markup" target="_blank">wiki markup</a>). From this plain text, you can generate other <a href="http://mwolson.org/projects/EmacsMuse.html#sec2" target="_blank" title="formats">formats</a>. Examples include HTML, XHTML, PDF, LaTeX (more on this in other posts), etc.</p>
<p>So, to me, it’s a dream tool. One source, many output formats. <strong>One source to rule them all</strong>… Sorry, letting my geek flag fly.</p>
<h3>What’s the input look like?</h3>
<p class="”first”">Truthfully, your best bet is to look at the <a href="http://mwolson.org/projects/EmacsMuse.html#sec5" target="_blank">QuickStart guide</a>. Just a few items here to pique your interest. First, to indicate a new paragraph, you just leave one or more blank lines in the text file. Simple, eh?</p>
<p>Headings are indicated by asterisk(s). So, this input:</p>
<p>* First level heading</p>
<p>** Second level heading</p>
<p>*** Third level heading</p>
<p>will format as:</p>
<h2>First level heading</h2>
<h3>Second level heading</h3>
<h4>Third level heading</h4>
<p class="”first”">Emphasizing text is also easy, and wiki-like. Examples:</p>
<p>*emphasis*</p>
<p>**stronger**</p>
<p>***really strong***</p>
<p>_underlined_</p>
<p>=verbatim, monospaced=</p>
<p>give, when output:</p>
<p><em>emphasis</em></p>
<p><strong>stronger</strong></p>
<p><strong><em>really strong</em></strong></p>
<p><u>underlined</u></p>
<p><code>verbatim, monospaced</code></p>
<p>I’ll leave it to you to look further. You can really easily do tables, verse (great, for us researcher types…), footnotes, lists (bullet, numbered, and definition). URLs and email are as simple as typing them in (i.e. you’ll end up with a clickable link in the formatted output), and there are other options if you want to make it more complicated. You can (with additional Emacs modules) produce syntax-highlighted source code. You can even use embedded bits of Lisp (who does that?), Python, Perl, shell, and Ruby, and these end up being interpreted when the output gets generated. This is so cool, and opens up so many possibilities, it makes me want to quit my day job! Oh wait, that’s right, I was already thinking about that!</p>
<h3>Where can you find out more?</h3>
<p class="”first”">Well, I first heard about Muse in a <a href="http://www.credmp.org/index.php/2007/07/28/getting-things-done-in-emacs/" target="_blank">post by Credmp</a> about using Emacs for Getting Things Done (GTD). I found a reference to the post on <a href="http://www.43folders.com/" target="_blank">43 Folders</a>. I then went to the outstanding <a href="http://www.emacswiki.org" target="_blank">Emacs wiki</a>, and quickly found info on <a href="http://www.emacswiki.org/cgi-bin/wiki/EmacsMuse" target="_blank">Muse</a>. Ultimately, I ended up at the <a href="http://mwolson.org/projects/EmacsMuse.html" target="_blank">project’s site</a>. Yes, a simple <a href="http://www.google.com/search?hl=en&amp;q=emacs+muse&amp;btnG=Google+Search" target="_blank">Google search</a> would have been easier, but far less interesting!</p>
<p>To date, I’ve been using <a href="http://orgmode.org/" target="_blank">org mode</a> in Emacs for GTD. If you’re interested, check out <a href="http://members.optusnet.com.au/~charles57/GTD/orgmode.html" target="_blank">Using Emacs org-mode for GTD</a>. It’s a really useful tool, but based on the little bit I’ve seen of Muse, I think I’m heading towards Muse for GTD and other tasks. I will say that &#8220;org&#8221; is nice and light-weight (as is Muse), but I’ve found too many ways to easily abuse it and the whole GTD process at the same time. Muse won’t be any better in that regard, but looks like a closer match for my needs. I did also try <a href="http://www.gtd-php.com" target="_blank">GTD.php</a>, but, for me, too process-intensive. A nice tool, and if it fits your style, I would still recommend it. Ultimately, Muse looks at least as good as &#8220;org&#8221; mode for GTD, and better for many other things (e.g. blogs, research notes, tutorials, etc.).</p>
<p>By the way, you can provide links in the following manner:</p>
<pre>
[[http://www.emacswiki.org][Emacs wiki]]</pre>
<p>and this will get formatted in the output as <a href="http://www.emacswiki.org" target="_blank">Emacs wiki</a>.</p>
<p>I believe the Muse project’s maintainer now is <a href="http://mwolson.org/web/WelcomePage.html" target="_blank">Michael Olson</a>. He’s currently (as of September 2007) near graduating with a BS in CS. I mention this, as it is, to me, staggering. These kids (no offense intended) aren’t even out of school, and they’re releasing tools that may become key enablers for my work and research, as well as my blogging. Astounding.</p>
<p>On a side note, I tooled around <a href="http://mwolson.org/web/WelcomePage.html" target="_blank">Michael’s pages</a>, and found some quite interesting things. First, he lists his <a href="http://mwolson.org/web/MusicPage.html" target="_blank">tastes in music</a>. Now, I really feel old. I can’t say whether any of this music is good or not, as I don’t recognize a <em>single</em> group/artist. Some, I can’t even pronounce. Elsewhere, Michael speaks of his <a href="http://mwolson.org/web/PhilosophyPage.html" target="_blank">philosophy</a>, and I found out something about myself. I always referred to myself as anti-social (hence, I’m talking to you via a blog), but this never felt quite right. Michael uses the term <a href="http://mwolson.org/web/GettingAlong.html" target="_blank">social minimalist</a>, and somehow it’s like a light going on. This is <em>it</em> for me! And he provides an interesting systems-oriented view of people, their need for acknowledgment, and how he, as a minimalist, deals. You may not agree with him, but I find it interesting.</p>
<p><img src="”http://www.assoc-amazon.com/s/noscript?tag=thgodo-20″" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thegooddoc.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thegooddoc.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thegooddoc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thegooddoc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thegooddoc.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=4&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thegooddoc.wordpress.com/2007/09/10/finding-my-muse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7234a85ece87cb1e12315b2f03ff923a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thegooddoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Ravings of a Mad Scientist</title>
		<link>http://thegooddoc.wordpress.com/2007/08/28/ravings-of-a-mad-scientist/</link>
		<comments>http://thegooddoc.wordpress.com/2007/08/28/ravings-of-a-mad-scientist/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 03:56:39 +0000</pubDate>
		<dc:creator>thegooddoc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thegooddoc.wordpress.com/2007/08/28/ravings-of-a-mad-scientist/</guid>
		<description><![CDATA[#include &#60;stdio.h&#62; void main(void) { printf(&#8220;Hello, World.\n&#8221;); } Greetings, and welcome to TheGoodDoc.net and please forgive the lame starting geek code &#8220;joke&#8221;. First off, I&#8217;m a bit of a mad scientist, and a mad engineer. Not stark raving mad&#8212;at least not so far. Perhaps a better choice would be irritable, or at least irritated. But, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=3&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#include &lt;stdio.h&gt;<br />
void main(void)<br />
{<br />
printf(&#8220;Hello, World.\n&#8221;);<br />
}</p>
<p>Greetings, and welcome to <a href="http://TheGoodDoc.net">TheGoodDoc.net</a> and please forgive the <em>lame</em> starting geek code &#8220;joke&#8221;.</p>
<p>First off, I&#8217;m a bit of a mad scientist, and a mad engineer. Not stark raving mad&#8212;at least not so far. Perhaps a better choice would be irritable, or at least irritated. But, for now, it&#8217;s not Festivus, so we&#8217;ll save the Airing of the Grievances for another time.</p>
<p>I&#8217;ve spent the last 20 years of my life as a research scientist and engineer, working on robotics, automation, and <a href="http://en.wikipedia.org/wiki/Mechatronics">Mechatronics</a>. More about all of that in a later post.</p>
<p>This blog will provide useful (hopefully, and let me know!) tech tips, tutorials, and similar, in software, technology, tools, and other areas that may help you get your work done more efficiently, or at least with a bit of fun and flair. I&#8217;ll also chime in on the occasional productivity topic, along the lines of David Allen&#8217;s outstanding <a href="http://www.davidco.com/">Getting Things Done</a> (GTD), and the always entertaining and helpful <a href="http://www.43folders.com/">43 Folders</a> by the ubiquitous and hilarious <a href="http://www.merlinmann.com/">Merlin Mann</a>. For a quick tip right off the bat, I strongly recommend you get David Allen&#8217;s book <a href="http://www.amazon.com/gp/product/0142000280?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0142000280">Getting<br />
Things Done: The Art of Stress-Free Productivity</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0142000280" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />, and I also highly recommend Thomas Limoncelli&#8217;s <a href="http://www.amazon.com/gp/product/0596007833?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596007833">Time Management for System Administrators</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=0596007833" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />. These two are a bit contradictory, but for anyone working in the tech field, they both offer great tools and advice to get moving and keep going.</p>
<p>Per the tagline, you&#8217;ll find the occasional rantings and ravings, as well as some digressions on modern culture or lack thereof.</p>
<p>Since this is my start in the blogging world, I&#8217;ll also include some reflections on getting going with blogging and related issues. As I run into problems and find solutions, I&#8217;ll provide the info, or, more likely, the links. For most of what I have needed to know to get started, I&#8217;ve been able to find information online, e.g. at Bob Walsh&#8217;s <a href="http://clearblogging.com/" title="ClearBlogging">ClearBlogging</a>. I also would recommend that anyone getting started in blogging (yes, I know I&#8217;m late to the party!) read Bob&#8217;s excellent book, <a href="http://www.amazon.com/gp/product/1590596919?ie=UTF8&amp;tag=thgodo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590596919">Clear Blogging: How People Blogging Are Changing the World and How You Can Join Them</a><img src="http://www.assoc-amazon.com/e/ir?t=thgodo-20&amp;l=as2&amp;o=1&amp;a=1590596919" style="border:medium none !important;margin:0 !important;" border="0" height="1" width="1" />.</p>
<p>You&#8217;ll also find scintillating reviews of books, software, gadgets, and technology. I think you&#8217;ll find a lot of this quite useful. And, to be honest, it&#8217;s where the monetization concept of this comes in. I&#8217;m not doing this strictly for my health. My sanity, perhaps, but not my health.</p>
<p>I may provide some more technical posts related to engineering, robotics, automation, and<br />
<a href="http://en.wikipedia.org/wiki/Mechatronics">Mechatronics</a>. Feel free to skip these, but please don&#8217;t let them scare you away forever! You may be surprised, some of<br />
this stuff is quite fascinating. You wouldn&#8217;t be able to tell that from the typical research paper (including mine!), but that&#8217;s just another motivator for talking about this stuff in a more informal setting. Some possible topics:</p>
<ul>
<li> Sensors</li>
<li> Actuators / Motors</li>
<li> Robotics</li>
<li> Programming</li>
<li> GPS and GIS</li>
<li><a href="http://earth.google.com/">Google Earth</a></li>
</ul>
<p>I will definitely delve into tools I use to get my day-job done, including:</p>
<ul>
<li>Gnu/Linux (<a href="http://www.ubuntu.com/" title="Ubuntu">Ubuntu</a> if it matters)</li>
<li> LaTeX (no, not the rubber stuff)</li>
<li> and emacs.</li>
</ul>
<p>I&#8217;ll also talk about Microsoft Office and Windows, and this won&#8217;t be all bad raps! I&#8217;m a big fan of Linux, even on the desktop, but I also know it&#8217;s not for everyone. I used Microsoft products for years, and they really are great for getting the job done. I still use them now, just by way of a virtual machine using <a href="http://www.vmware.com/">VMware</a>. More about that, another day.</p>
<p>Well, enough blather for now. Please do check back if any of this is of interest to you, and I hope to really provide you some info that improves your skill set and ability to get your job done, so you can move past that and work on getting a life!</p>
<p><strong>A few notes:</strong></p>
<p>I&#8217;m sure I will be tweaking look and feel, theme, etc., of the blog over the next month or so. We ask that you please bear with us. Thanks!</p>
<p>The goal will be at least one post per week. We&#8217;ll see, I may get roped in! If my OCD nature kicks in, this could become my new compulsion, and you folks won&#8217;t be able to get rid of me!</p>
<p>Finally, for the title of the blog, and in the interest of full disclosure, I am a doctor (Ph.D.), but I&#8217;m not an M.D.. Please don&#8217;t come looking for medical advice! I&#8217;ll likely talk a bit more about M.D. vs. Ph.D. some day. Let me just summarize this by quoting my Mom&#8217;s last words to me: &#8220;You know, there&#8217;s still time, you could become a <strong><em>real</em></strong> doctor.&#8221; Can you feel my pain? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img src="http://www.assoc-amazon.com/s/noscript?tag=thgodo-20" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thegooddoc.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thegooddoc.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thegooddoc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thegooddoc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thegooddoc.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thegooddoc.wordpress.com&amp;blog=1589191&amp;post=3&amp;subd=thegooddoc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thegooddoc.wordpress.com/2007/08/28/ravings-of-a-mad-scientist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7234a85ece87cb1e12315b2f03ff923a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thegooddoc</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=0142000280" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=0596007833" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=thgodo-20&#38;l=as2&#38;o=1&#38;a=1590596919" medium="image" />

		<media:content url="http://www.assoc-amazon.com/s/noscript?tag=thgodo-20" medium="image" />
	</item>
	</channel>
</rss>
