<?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/"
	>

<channel>
	<title>stimmelopolis blog</title>
	<atom:link href="http://www.stimmelopolis.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stimmelopolis.com/blog</link>
	<description>making public what was previously private</description>
	<lastBuildDate>Fri, 18 Jun 2010 03:44:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Home</title>
		<link>http://www.stimmelopolis.com/blog/2010/06/17/home/</link>
		<comments>http://www.stimmelopolis.com/blog/2010/06/17/home/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 03:40:59 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/?p=361</guid>
		<description><![CDATA[<p>Really grateful to @sarhar1 for showing me the most excellent video. There&#8217;s just so much to love about this song and the people singing it that I won&#8217;t even try to put it into words. Just watch it. Of course a discovery like this can only be followed down the rabbit hole, i.e. YouTube, to [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Really grateful to <a href="http://twitter.com/sarlhar1">@sarhar1</a> for showing me the most excellent video. There&#8217;s just so much to love about this song and the people singing it that I won&#8217;t even try to put it into words. Just watch it.</p>

<p><object width="480" height="288"><param name="movie" value="http://www.youtube.com/v/Qb9jY8yAxgs&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Qb9jY8yAxgs&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="288"></embed></object></p>

<p>Of course a discovery like this can only be followed down the rabbit hole, i.e. YouTube, to discover more of the same, interesting and new (to me) music and imagery. I really like this one as well. Wishing I had some disposable income right about now&#8230;</p>

<p>I also kind of dig the title fonts.</p>

<p><object width="288" height="288"><param name="movie" value="http://www.youtube.com/v/7gwXpLpfb3Y&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7gwXpLpfb3Y&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="288"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2010/06/17/home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markdown in Notepad++</title>
		<link>http://www.stimmelopolis.com/blog/2010/02/16/markdown-in-notepad-2/</link>
		<comments>http://www.stimmelopolis.com/blog/2010/02/16/markdown-in-notepad-2/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:02:52 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/?p=356</guid>
		<description><![CDATA[<p>I recently (recently as in about an hour ago) discovered a way to use Notepad++, my text editor of choice on Windows, to process Markdown files into html without having to jump into DOS and run do it from the command line. I&#8217;ve been trying to keep my notes in Markdown for awhile now because [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I recently (recently as in about an hour ago) discovered a way to use <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>, my text editor of choice on Windows, to process <a href="http://daringfireball.net/projects/markdown/">Markdown</a> files into html without having to jump into DOS and run do it from the command line. I&#8217;ve been trying to keep my notes in Markdown for awhile now because I like that I can easily publish them to a blog or webpage without fighting with the markup. I also like the small bit of discipline it gives to my text files and the opportunity to tinker around with scripting in the process. Since I don&#8217;t really blog that much or publish any html documents to speak of, it&#8217;s more of an affectation than a truely useful exercise. That said, I still find myself writing in Markdown with a lingering feeling that the future is all in a browser.</p>

<p>I also enjoy Notepad++ and, like the web, it feels more powerful and full featured that I currently use. So it keeps my attention. I also like the tabs and persistant workspace it provides while the syntax highlighting and numbered lines make some of the things I do at work (writing AutoCAD, Autolisp and <a href="http://www.autohotkey.com/">AutoHotKey</a> scripts specifically) much, much easier. I won&#8217;t go into all the details, but if you do any scripting and you are doing it in plain Notepad you really need to take a long look at what you are missing.</p>

<p>So, to the point! What you need to do to get this to work on your Windows machine, and I&#8217;m going to gloss over a lot of the dirty work here, is the following:</p>

<ol>
<li><p>Install <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a></p></li>
<li><p>Install <a href="http://www.perl.org/">Perl</a> &#8211; I don&#8217;t remember why, but I installed <a href="http://strawberryperl.com/">Straberry Perl</a> and it seems to work just great.</p></li>
<li><p>You could install <a href="http://github.com/thomsmits/markdown_npp">thomsmits&#8217; Markdown syntax highlighting module for Notepad++</a> if you want, but you don&#8217;t have to. (I&#8217;ve only been using it for a few days and I&#8217;m not sure it&#8217;s as solid as I would like, but it&#8217;s something!)</p></li>
<li><p>Make sure you have the NppExec plugin installed in Notepad++. I think it&#8217;s a default, so not to worry.</p></li>
<li><p>Go into Plugins > NppExec > Execute&#8230; or just hit F6 and type the following into the script box making sure to put the correct path to wherever your Markdown.pl script lives:</p>

<pre><code>perl "C:\Markdown_1.0.1\Markdown.pl" "$(FULL_CURRENT_PATH)"
CON_SAVETO $(CURRENT_DIRECTORY)\$(NAME_PART).html
</code></pre></li>
<li><p>Save and name the script in the NppExec dialog and you are good to go.</p></li>
<li><p>To run your script, open a file using Markdown syntax and hit F6 and choose your script (if it doesn&#8217;t come up by default) and select OK. Your new file will be saved in the same directory with the same name and the .html file extension.</p></li>
</ol>

<p>I really like this and it seems to be working really well. You may have to toggle &#8220;No internal messages&#8221; in the NppExec menu if you are getting messages in your html file, but I have tested it and even wrote this blog post using this method!</p>

<p><em>UPDATE 2010.02.19: Fixed the save to code.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2010/02/16/markdown-in-notepad-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relaxing on a Sunday morning</title>
		<link>http://www.stimmelopolis.com/blog/2009/05/10/relaxing-on-a-sunday-morning/</link>
		<comments>http://www.stimmelopolis.com/blog/2009/05/10/relaxing-on-a-sunday-morning/#comments</comments>
		<pubDate>Sun, 10 May 2009 15:30:58 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/2009/05/10/relaxing-on-a-sunday-morning/</guid>
		<description><![CDATA[<p>It&#8217;s nice to sit in a cafe and just relax a little. Read a bit, draw&#8230; (ok, listen to Audible books and sketch on my iPhone&#8230; It&#8217;s the future&#8230;)</p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nice to sit in a cafe and just relax a little. Read a bit, draw&#8230; (ok, listen to Audible books and sketch on my iPhone&#8230; It&#8217;s the future&#8230;)</p>

<p><a href="http://www.stimmelopolis.com/blog/wp-content/uploads/2009/05/p-480-320-095d66ed-ba64-43ab-a2c0-6c1e27ce7ef5.jpeg"><img src="http://www.stimmelopolis.com/blog/wp-content/uploads/2009/05/p-480-320-095d66ed-ba64-43ab-a2c0-6c1e27ce7ef5.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2009/05/10/relaxing-on-a-sunday-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a new form of sketchbook</title>
		<link>http://www.stimmelopolis.com/blog/2009/01/16/a-new-form-of-sketchbook/</link>
		<comments>http://www.stimmelopolis.com/blog/2009/01/16/a-new-form-of-sketchbook/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 01:37:45 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/2009/01/16/a-new-form-of-sketchbook/</guid>
		<description><![CDATA[<p>Photo/Sketch by Stef Kardos I love these drawings. Done with an iPhone application called &#8220;Brushes.&#8221; Installed, but little used on my iPhone, this series is quite inspiring. It also makes me miss California. Check it out ∎</p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3389/3199887587_8c7fa409cc_m.jpg" alt="Sketch by Stef Kardos" title="" /></p>

<p>Photo/Sketch by <a href="http://flickr.com/photos/stefsketches/">Stef Kardos</a></p>

<p>I love these drawings. Done with an iPhone application called &#8220;Brushes.&#8221; Installed, but little used on <em>my</em> iPhone, <a href="http://flickr.com/photos/stefsketches/sets/72157607051336347/">this series</a> is quite inspiring. It also makes me miss California.</p>

<p><a href="http://flickr.com/photos/stefsketches/sets/72157607051336347/">Check it out</a></p>

<p>∎</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2009/01/16/a-new-form-of-sketchbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sadly indeed&#8230;</title>
		<link>http://www.stimmelopolis.com/blog/2009/01/15/sadly-indeed/</link>
		<comments>http://www.stimmelopolis.com/blog/2009/01/15/sadly-indeed/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:21:15 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/?p=336</guid>
		<description><![CDATA[<p>So many times I read xkcd and get a glimpse of that once possible future, the one where I pursue higher mathematics and have the intellectual prowess to make jokes that are truly funny, but somehow over my head. It gives me that good kind of anxiety that comes from being surrounded by really smart [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>So many times I read <a href="http://www.xkcd.com">xkcd</a> and get a <a href="http://karmannghia.blogspot.com/2009/01/mirror-glance.html">glimpse</a> of that <a href="http://xkcd.com/184/">once possible future</a>, the one where I pursue higher mathematics and have the intellectual prowess to make jokes that <em>are</em> truly funny, but somehow over my head. It gives me that good kind of anxiety that comes from being surrounded by really smart people. Other times I read it and see the <a href="http://xkcd.com/231/">present</a> and it makes me laugh out loud because <em>that&#8217;s</em> really funny too (and still contains some pseudo-intellectual chicanery).</p>

<p>Other times, I see my life so clearly in these little stick figure gems that I can barely believe it. (That&#8217;s when I start sweeping for bugs&#8230;)</p>

<p><img src="http://imgs.xkcd.com/comics/im_an_idiot.png" title="Sadly, this is a true story.  At least I learned about the OS X 'say' command." alt="I'm An Idiot" width="500" /></p>

<p>This, sadly or not, is <em>not</em> a true story for me, but the circumstances and *ahem* tendencies are all pretty much par for the course. </p>

<p>∎</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2009/01/15/sadly-indeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new studio</title>
		<link>http://www.stimmelopolis.com/blog/2009/01/15/new-studio/</link>
		<comments>http://www.stimmelopolis.com/blog/2009/01/15/new-studio/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 05:20:51 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[OAD]]></category>
		<category><![CDATA[studio]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/?p=327</guid>
		<description><![CDATA[<p>I&#8217;ve got a new studio space in Greenpoint. It&#8217;s a shared space, but so far I&#8217;m mostly there by myself which is sort of nice. I&#8217;ve barely moved in so I don&#8217;t really have much to show for it, but here&#8217;s a little video I made of my first day actually making something in the [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a new studio space in Greenpoint. It&#8217;s a shared space, but so far I&#8217;m mostly there by myself which is sort of nice. I&#8217;ve barely moved in so I don&#8217;t really have much to show for it, but here&#8217;s a little video I made of my first day actually making something in the studio. I made a <a href="http://www.ladyada.net/make/digg/">Digg Button</a> designed by Limor Fried. It&#8217;s designed to be reprogrammed, but I haven&#8217;t quite finished setting up my studio PC&#8230; somehow I can&#8217;t find the keyboard&#8230; guess it&#8217;s back to search the storage unit one of these days&#8230;</p>

<p><object width="425" height="344" data="http://www.youtube.com/v/SJmjtfTx6io&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SJmjtfTx6io&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>

<p>∎</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2009/01/15/new-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typography</title>
		<link>http://www.stimmelopolis.com/blog/2009/01/06/typography/</link>
		<comments>http://www.stimmelopolis.com/blog/2009/01/06/typography/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 22:28:07 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/?p=296</guid>
		<description><![CDATA[<p>It&#8217;s been awhile since I worked on this blog at any great length and as I look back over it I see that I have made the forthcoming promise to &#8216;pick it up again&#8217; more than once &#8211; one might say more often than not! That being the case, I&#8217;m finally starting to feel like [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile since I worked on this blog at any great length and as I look back over it I see that I have made the forthcoming promise to &#8216;pick it up again&#8217; more than once &#8211; one might say more often than not! That being the case, I&#8217;m finally starting to feel like I have got it to a point where I can stand to look at the thing and that&#8217;s a large part of the battle for someone like me. I have a theme that is tweaked enough that I feel I can claim some small amount of credit for the aesthetic, but not so much that it&#8217;s breaking on every new page view. There is still some progress to be made &#8211; for instance, regularizing the sidebar. It pains me to look at all those horizontal lines somehow not lining up! I&#8217;ll probably also have to explore getting some of those excessive links onto a new page so the main page is less cluttered. Then there are the categories and tags and getting <a href="http://daringfireball.net/projects/markdown/">Markdown</a> to work as well as figuring out a consistent posting schedule&#8230; but i digress.</p>

<p>I&#8217;ll leave you with a couple of typographic symbols that I learned about as I was <span style="text-decoration: line-through;">wasting time surfing the web</span> doing research. The first is called an <a href="http://en.wikipedia.org/wiki/Asterism_(typography)">asterism</a> and is used to call attention to a passage or separate subchapters in a book. It looks like three asterisks set in a triangle as such (slightly larger for more clarity):</p>

<p style="text-align: center;"><span style="font-size: +3em;">⁂</span></p>

<p>The second is called a <a href="http://en.wikipedia.org/wiki/Tombstone_(typography)">tombstone</a> which signifies the end of a proof and looks like a filled square as such (slightly larger for balance):</p>

<p style="text-align: center;"><span style="font-size: +3em;">∎</span></p>

<p>And with that, I&#8217;ll solemnly swear (up and down and with a flourish!) to pick this blogging thing up again for 2009.</p>

<p>See you soon. ∎</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2009/01/06/typography/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Work Better by Fischli-Weiss-1991</title>
		<link>http://www.stimmelopolis.com/blog/2008/12/16/how-to-work-better-by-fischli-weiss-1991/</link>
		<comments>http://www.stimmelopolis.com/blog/2008/12/16/how-to-work-better-by-fischli-weiss-1991/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 03:59:01 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/2008/12/16/how-to-work-better-by-fischli-weiss-1991/</guid>
		<description><![CDATA[<p>I could really use this pasted over my computer monitor at work&#8230; especially the first item. man, if I could master THAT one&#8230; woohoo baby! That would be money.</p>
]]></description>
			<content:encoded><![CDATA[<p>I could really use this pasted over my computer monitor at work&#8230; especially the first item. man, if I could master THAT one&#8230; woohoo baby! That would be money.</p>

<p><a href="http://www.flickr.com/photos/estimmel/3033656014/" title="photo sharing"><img src="http://farm4.static.flickr.com/3139/3033656014_f5dc77c7db_m.jpg" alt="" style="border: solid 2px #000000;" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2008/12/16/how-to-work-better-by-fischli-weiss-1991/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 2.2</title>
		<link>http://www.stimmelopolis.com/blog/2008/11/22/iphone-22/</link>
		<comments>http://www.stimmelopolis.com/blog/2008/11/22/iphone-22/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 23:36:50 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/2008/11/22/iphone-22/</guid>
		<description><![CDATA[<p>Nice visual cue added to the iPhone&#8217;s podcasts&#8230; Now, if you subscribe to a cast that publishes both audio and video, you can tell which is which. Very useful when trying to choose something to LISTEN to on the train or while walking.</p>
]]></description>
			<content:encoded><![CDATA[<p>Nice visual cue added to the iPhone&#8217;s podcasts&#8230; Now, if you subscribe to a cast that publishes both audio and video, you can tell which is which. Very useful when trying to choose something to LISTEN to on the train or while walking.</p>

<p><a href="http://www.stimmelopolis.com/blog/wp-content/uploads/2008/11/p-480-320-8bb38048-caf9-4617-813d-98060b468ed4.jpeg"><img class="alignnone size-full wp-image-364" src="http://www.stimmelopolis.com/blog/wp-content/uploads/2008/11/p-480-320-8bb38048-caf9-4617-813d-98060b468ed4.jpeg" alt="" width="200" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2008/11/22/iphone-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post from my iphone&#8230;</title>
		<link>http://www.stimmelopolis.com/blog/2008/07/22/first-post-from-my-iphone/</link>
		<comments>http://www.stimmelopolis.com/blog/2008/07/22/first-post-from-my-iphone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:02:36 +0000</pubDate>
		<dc:creator>estimmel</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.stimmelopolis.com/blog/2008/07/22/first-post-from-my-iphone/</guid>
		<description><![CDATA[<p>This is a test post from the wordpress for iPhone app&#8230; So good!</p>
]]></description>
			<content:encoded><![CDATA[<p>This is a test post from the wordpress for iPhone app&#8230; So good!</p>

<p><a href="http://www.stimmelopolis.com/blog/wp-content/uploads/2008/07/p-640-480-95aefa21-37f8-4e1b-9f0e-83d66d700cb7.jpeg"><img src="http://www.stimmelopolis.com/blog/wp-content/uploads/2008/07/p-640-480-95aefa21-37f8-4e1b-9f0e-83d66d700cb7.jpeg" alt="photo" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stimmelopolis.com/blog/2008/07/22/first-post-from-my-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
