<?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>Grelmar.com &#187; One Post a Day</title>
	<atom:link href="http://grelmar.com/category/one-post-a-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://grelmar.com</link>
	<description>With all the subtlety of a Viking in an Irish Monastary</description>
	<lastBuildDate>Thu, 03 Jun 2010 04:01:51 +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>The World&#8217;s Most Excessive Mouse</title>
		<link>http://grelmar.com/2009/11/12/the-worlds-most-excessive-mouse/</link>
		<comments>http://grelmar.com/2009/11/12/the-worlds-most-excessive-mouse/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:53:07 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[One Post a Day]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=195</guid>
		<description><![CDATA[What do you get when you unleash Open source types on hardware design?  Sometimes, you get beautiful, quirky, devices.  Sometimes you get &#8220;design by committee&#8221; monstrosities that would have been better off never leaving the drawing board. The WarMouse, also called the OpenOffice Mouse (which seems to be how they&#8217;re branding it), falls into the [...]]]></description>
			<content:encoded><![CDATA[<p>What do you get when you unleash Open source types on hardware design?  Sometimes, you get beautiful, quirky, devices.  Sometimes you get &#8220;design by committee&#8221; monstrosities that would have been better off never leaving the drawing board.</p>
<p>The <a href="http://warmouse.com/">WarMouse</a>, also called the OpenOffice Mouse (which seems to be how they&#8217;re branding it), falls into the monstrosity category.</p>
<p><img class="aligncenter size-medium wp-image-196" title="OOmouse_model" src="http://grelmar.com/wp-content/uploads/2009/11/OOmouse_model-300x295.png" alt="OOmouse_model" width="300" height="295" /></p>
<p>No, this isn&#8217;t some joke mock up.  At least, as far as I can tell it isn&#8217;t a joke.  If it is, then even <a href="http://www.wired.com/gadgetlab/2009/11/18-button-open-office-mouse-makes-a-keyboard-look-minimal/">Wired</a> got fooled.</p>
<p>Can you imagine trying to work with that thing?  How many times a day do you think you&#8217;d hit the wrong button?  And that joystick on the side &#8211; exactly how many hours of practice would it take to become proficient with that?</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/11/12/the-worlds-most-excessive-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Comments.</title>
		<link>http://grelmar.com/2009/11/08/code-comments/</link>
		<comments>http://grelmar.com/2009/11/08/code-comments/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:03:16 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Online Culture]]></category>
		<category><![CDATA[Thinking About My Work]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=191</guid>
		<description><![CDATA[This might seem a little odd, but I have a habit of reading the code of web pages.  It might seem less odd when you realize I still do a bit of WebDev now and then, and it can be a useful way of figuring out the tricks people use to accomplish different things. Sometimes, [...]]]></description>
			<content:encoded><![CDATA[<p>This might seem a little odd, but I have a habit of reading the code of web pages.  It might seem less odd when you realize I still do a bit of WebDev now and then, and it can be a useful way of figuring out the tricks people use to accomplish different things.</p>
<p>Sometimes, I come across a page with interesting &#8216;comments.&#8217;  For those who might not know, most languages have a function where you can enter snippets of information that won&#8217;t be executed &#8211; they&#8217;re basically cheat sheet notes for the coder, or also used to help other people who might need to work on the code later on.  You&#8217;ll find all kinds of gems in code comments.  I&#8217;ve seen code with Haikus inserted, bits of poetry, rants against ex wives&#8230;  I even know a website where the author maintains his personal Blog within the comments of the website.  It&#8217;s un-viewable to anyone who doesn&#8217;t read the code of the site.  However, that site is a well known, widely used forum for web developers, so there&#8217;s probably a lot of people who read it.<span id="more-191"></span></p>
<p>Anyway, I was reading the code of a web page today, and came across some comments that reflect a certain, personality, of the developer.  It&#8217;s a big commercial site, so I think the coder was probably exercising a bit of &#8220;freedom&#8221; by inserting one or two extraneous comments.  I&#8217;ll share a couple of them here.</p>
<blockquote><p>// Look!  A clock.  Niiiice.</p>
<p>(someone is proud of their spiffy clock generator code)</p>
<p>// Yay for Suckerfish!</p>
<p>(actually, this is a nice little tip of the hat &#8211; Suckerfish is a well known and widely used chunk of code used to generate those spiffy drop-down menus you see all over the web)</p>
<p>// Let&#8217;s define the innumerable global arrays that Javascript will use to keep track of things.</p>
<p>(someone&#8217;s a little bored with grinding out variables)</p>
<p>// &#8230;that&#8217;s a bit of an overstatement, don&#8217;t you think? there might be a lot, but innumerable?!</p>
<p>(someone&#8217;s boss is reading their code comments)</p>
<p>// Various data arrays.</p>
<p>(yup, they&#8217;re still bored with grinding out data chunks and variables)</p></blockquote>
<p>Ok, maybe that&#8217;s only interesting to me.  I dunno.  Seemed kinda cute at the time.</p>
<p>One thing I should mention.  If you&#8217;re a sensitive type who&#8217;s easily offended by foul language, never, ever, read the code for the Linux kernel.  <a href="http://www.tux-planet.fr/les-injures-dans-le-noyau-linux-linux-kernel-swear/"> Linux kernel writers have issues with cuss words</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/11/08/code-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate phones.</title>
		<link>http://grelmar.com/2009/11/04/i-hate-phones/</link>
		<comments>http://grelmar.com/2009/11/04/i-hate-phones/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 06:40:50 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Thinking About My Work]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=187</guid>
		<description><![CDATA[It&#8217;s funny.  On the surface, most people would think I&#8217;m a phone nut.  I&#8217;m on it a lot, and I tend to have phones right near the edge of the envelope, technology-wise. Right now, I have both an iPhone (personal) and a BlackBerry (business &#8211; paid for by my company).  I have them set up [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny.  On the surface, most people would think I&#8217;m a phone nut.  I&#8217;m on it a lot, and I tend to have phones right near the edge of the envelope, technology-wise.</p>
<p>Right now, I have both an iPhone (personal) and a BlackBerry (business &#8211; paid for by my company).  I have them set up to manage email and my appointment calendar.  I even have RDP and VNC installed on my iPhone, so I can remote manage several computers from anywhere I can get a cel signal.</p>
<p>I have big data packages for both, and they get used.</p>
<p>And I  hate both of them with a rare passion.<span id="more-187"></span></p>
<p>They&#8217;re like electronic leashes.  Everywhere I go, I emit a steady dribble of beeps, bloops, and musical ringtones &#8211; (my iPhone in particular, I have a number of custom, &#8220;unique to me because I made them&#8221; ringtones, so I can determine what kind of call is coming in, or who is calling without having to even look at the caller ID).  Again, the level of customization and personalization I&#8217;ve commited to the devices might fool you into thinking I&#8217;m enamoured with the devices.</p>
<p>But let me stress again how far that is from the truth.</p>
<p>I customize them because I have no choice but to deal with them.  I go to lengths to make them less annoying.  Mostly, it fails.  I mean, it works to the extent that a snippet of late 70&#8242;s, early 80&#8242;s garage punk is a way better way of being notified of an incoming call than some chirping blip-bleep.  But it doesn&#8217;t make dread the call itself much less.</p>
<p>Half of my calendar year (excluding holidays) is spent &#8220;on call&#8221; &#8211; I can be no more than 15 minutes away from an internet connection (and thank god for mobile 3g sticks&#8230;  Does that count as a phone too?).  when the phone rings, there&#8217;s a good chance that something has gone wrong.  It&#8217;s going to be complicated.  It&#8217;s going to eat my time.  And it&#8217;s come at an inconvenient hour. Say, dinner time, or when a sane person should be comfortably in bed.</p>
<p>I also have to monitor pages and emails that are automatically generated by a mass of servers when they auto-detect something out of norm.  Given that we&#8217;re talking about <em>hundreds</em> of servers, it&#8217;s pretty much a given that the automated stream of error spam is pretty constant.  And even these are segregated by priority.  Some are more informational &#8220;Hey, Mr. On-Call man, I got a little busy at 8pm.  Try and figure out why when you get a chance.&#8221;  These come as emails.  A low tone bloop on my phone that I can (and usually do) sleep through.  Some are more urgent, of the &#8220;Hey, Server X isn&#8217;t responding to pings, and it&#8217;s IMPORTANT!!!&#8221; These come in as pages, and the noise is&#8230;  Well, let&#8217;s just say I&#8217;m not likely to sleep through it.</p>
<p>And it goes beyond that.  Because email is so important to the modern workflow, the fact that I can respond to it from anywhere, to a certain degree means the expectation is to actually do that.  I&#8217;m one of those guys you see who parks his car, steps out, and whips out his smart phone to read and respond to emails while he finishes walking the last couple of blocks into the office.  Distractedly missing his floor on the elevator (or absentmindedly walking off on the wrong floor), face buried in a BlackBerry.</p>
<p>From my side of that picture, it kinda sucks.  &#8220;Always on&#8221; is, well, draining.</p>
<p>When I have time off, I tend to turn my phones off.  Completely.  For days at a time if I can.  And then my mom ends up getting annoyed that I don&#8217;t return her calls (sorry mom, it&#8217;s not you &#8211; it&#8217;s the phone).</p>
<p>I dunno, I guess I just needed to get that off my chest.</p>
<p>And, well, the dang phone&#8217;s incessant reminders and nagging me with problems is the reason I missed the last two days&#8217; worth of posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/11/04/i-hate-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halloween Post Mortem</title>
		<link>http://grelmar.com/2009/11/01/halloween-post-mortem/</link>
		<comments>http://grelmar.com/2009/11/01/halloween-post-mortem/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:29:53 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=179</guid>
		<description><![CDATA[Halloween has always been one of my favourite days of the year.  As a kid, I can distinctly remember trick or treating.  The costumes, the gleeful chaos of going door to door with my sister&#8217;s, and seeing all the children running up and down the street on a sugar buzz that would extend late into [...]]]></description>
			<content:encoded><![CDATA[<p>Halloween has always been one of my favourite days of the year.  As a kid, I can distinctly remember trick or treating.  The costumes, the gleeful chaos of going door to door with my sister&#8217;s, and seeing all the children running up and down the street on a sugar buzz that would extend late into the night (around 9 p.m. or so).  I can remember getting home and sitting down in front of the TV with my sisters, and sorting out the loot, trading back and forth for our individual favourites, while my dad casually plucked out the mini bags of roasted nuts for himself &#8220;Because you kids don&#8217;t like them anyway.&#8221;</p>
<p>As a teenager, it became a time for late night horror film sleepovers.  Later, it was costume parties, and then as a young adult, all night costumed dance-a-thons at the &#8220;in&#8221; club of the moment.<span id="more-179"></span></p>
<p>But when it gets right down to it, for me Halloween is, and always will be, about those younger kids and that gleeful, chaotic, sugar buzzed night.</p>
<p>This year, the weather was pleasant, and the trick or treaters were out in force.  I stayed home and handed out candy to what was a record for us in this house (where we&#8217;ve lived for the past 7 Halloweens).</p>
<p>My wife bundled up our 10 month old and took her up and down the street, because you only get one first Halloween.  And even though our toddler likely won&#8217;t remember it, that&#8217;s no reason for her to miss it.</p>
<p>And she brought back some news that really surprised me.  Nearly 3/4&#8242;s of the houses in our neighbourhood were dark.  The residents either out, or pretending they were out. No decorations.  No carved jack-o-lanterns.  No spirit of the day.</p>
<p>For some reason, that just made me sad.  Obviously, the families with children were still participating.  Like I said, the kids were out in force.  But what about everyone else?</p>
<p>It&#8217;s about community spirit.  It&#8217;s about doing something for the next generation, so they&#8217;ll have fond memories when they grow up.</p>
<p>Come on people, quit being such spoil sports and grinches.  Set aside the origin of the holiday.  It&#8217;s not about witchcraft and superstition anymore.  It&#8217;s about sharing a fun night with friends and children.  It&#8217;s about showing those children that people are basically good and generous, even if you don&#8217;t know them.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/11/01/halloween-post-mortem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Halloween!</title>
		<link>http://grelmar.com/2009/10/31/happy-halloween-2/</link>
		<comments>http://grelmar.com/2009/10/31/happy-halloween-2/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 03:06:43 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[One Post a Day]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=176</guid>
		<description><![CDATA[They say a picture is worth a thousand words.  so today&#8217;s post is going to be just a bit over that (if you include the actual words). I present this year&#8217;s pumpkins:]]></description>
			<content:encoded><![CDATA[<p>They say a picture is worth a thousand words.  so today&#8217;s post is going to be just a bit over that (if you include the actual words).</p>
<p>I present this year&#8217;s pumpkins:</p>
<p><img class="aligncenter size-medium wp-image-177" title="Pumpkins 2009-s" src="http://grelmar.com/wp-content/uploads/2009/10/Pumpkins-2009-s-300x199.jpg" alt="Pumpkins 2009-s" width="300" height="199" /></p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/31/happy-halloween-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The White House Goes Open Source.</title>
		<link>http://grelmar.com/2009/10/30/170/</link>
		<comments>http://grelmar.com/2009/10/30/170/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:54:00 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Online Culture]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=170</guid>
		<description><![CDATA[I&#8217;m a bit under the gun here.  I was actually working, and kinda lost track of time.  Now I&#8217;m staring down 40 minutes to make my personally imposed &#8220;deadline.&#8221;  Let&#8217;s see if I can come up with a couple of hundred words. I think I&#8217;ll stick with the tech theme of the past couple of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit under the gun here.  I was actually working, and kinda lost track of time.  Now I&#8217;m staring down 40 minutes to make my personally imposed &#8220;deadline.&#8221;  Let&#8217;s see if I can come up with a couple of hundred words.</p>
<p>I think I&#8217;ll stick with the tech theme of the past couple of days, as it&#8217;s what&#8217;s on my mind.</p>
<p>In a couple of unrelated events, Open Source Software has apparently made some giant leaps forward in U.S. Government circles, with two significant announcements within days of each other.<span id="more-170"></span></p>
<p>First, we&#8217;ll cover something that&#8217;s highly visible to the outside world.  On Saturday, October 24th, the <a href="http://www.whitehouse.gov/">official White House website</a> launched the new Obamacized version.  While some might be thinking &#8220;about time&#8221; &#8211; it actually takes a while to accomplish a major redesign of a large website.  Add in typical government political/bureaucratic &#8220;issues&#8221;, and I&#8217;m surprised it got done this quickly.</p>
<p>Mostly, I could care less about the White House website.  It&#8217;s not like I&#8217;m an American, or really care about the info the site contains.  What&#8217;s interesting to me, from a technological standpoint, is that the site has changed the underlying technology from a closed source, commercial, content management system (CMS), backed my Microsoft IIS servers, to an open source CMS backed by Linux/Apache servers.</p>
<p>Under previous administrations (and no, not just Bush, but Clinton before him), the U.S. Fed has been notoriously gun-shy of open source projects.  Big Business and Big Government likes the comfort of buying from Big Business.  They have trouble, culturally, figuring out why people would donate their time to create a fundamental technology, and how such a &#8220;movement&#8221; could produce good, reliable software.</p>
<p>Whichever side of the Open/Closed source argument you may find yourself, what it comes down  to, in a lot of ways, is whether you have more faith in &#8220;the masses&#8221; or more faith in &#8220;big business.&#8221;</p>
<p>For the Obama Administration to make such a public site Open Source, is a strong indication of where they place their faith.  Not surprising, given how he ran his campaign.</p>
<p>Related, the U.S. Department of Defense Deputy CIO Dave Wennergren has signed and released &#8220;Clarifying Guidance on Open Source Software.&#8221;</p>
<p>Reported by both <a href="http://radar.oreilly.com/2009/10/defense-department-releases-op.html">O&#8217;Reilly Radar</a> and <a href="http://www.networkworld.com/news/2009/102709-dod-opensource.html?hpg1=bn">NetworkWorld</a>, the &#8220;clarification&#8221; is a big deal, and should allow for open source software to make inroads into DoD procurements.</p>
<p>All the clarification says, in essence, is that when considering procurement, Open Source Software should be considered no different from Commercial software.  And that actually means a lot.  The U.S. Military has long held great cultural faith in Big Business to supply it&#8217;s needs.  Established, if bloated and expensive, Defense Contractors (Think Boeing, Raytheon, Lockheed Martin, General Dynamics, etc.) usually seem to edge out the &#8220;little guy&#8221; in most defence contracts.  Which is not surprising, really.  The military is a naturally cautious organization.</p>
<p>Overall, these two events should not be underestimated.  For two such conservative, staid, government entities to consider open source a viable option, speaks greatly to how far Open Source has come in the past two decades.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/30/170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade your OS.</title>
		<link>http://grelmar.com/2009/10/29/how-to-upgrade-your-os/</link>
		<comments>http://grelmar.com/2009/10/29/how-to-upgrade-your-os/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 05:35:21 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Thinking About My Work]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=164</guid>
		<description><![CDATA[Following up on yesterday&#8217;s post&#8230; For those of you contemplating upgrading to Win7, or making any major OS upgrade (be it Mac, Linux, Unix, Solaris, whatev&#8230;), here&#8217;s some advice i posted on a forum, I thought I&#8217;d repost it here, on the off chance somebody reads it. When a new OS comes out, if your [...]]]></description>
			<content:encoded><![CDATA[<p>Following up on yesterday&#8217;s post&#8230;</p>
<p>For those of you contemplating upgrading to Win7, or making any major OS upgrade (be it Mac, Linux, Unix, Solaris, whatev&#8230;), here&#8217;s some advice i posted on a forum, I thought I&#8217;d repost it here, on the off chance somebody reads it.<span id="more-164"></span></p>
<p>When a new OS comes out, if your current one is working, keep using it until the following:</p>
<p>3 months<em> bare minimum </em>have elapsed since release, preferably 6 months. This gives others a chance to uncover any hidden bugs and come up with solutions.</p>
<p>You have researched a clear migration plan for all critical software. Some will work, some will need to be updated, some will need to be replaced. This is a good time to figure out which ones you can live without. Use the 3 to 6 months after the OS&#8217;s release to figure out which is which. (Sounds tough, but thanks to google, you can figure this out usually in a couple of hours).</p>
<p>You have backed up all your data files. Not just the critical ones. <strong>ALL of them.</strong> If you don&#8217;t, then that one spreadsheet you thought you&#8217;d never need is the one you suddenly can&#8217;t live without 6 months after you&#8217;ve killed it.</p>
<p>Pull your old system hard drive and set it on a shelf. Hard drives are cheap. New OS, New Hard Drive. <strong>I can&#8217;t stress this last point enough.</strong> Don&#8217;t do an &#8220;upgrade&#8221;, failure rates are really high for any OS. By pulling the old primary drive and setting it aside, you have an instant fall back point should things go horribly wrong.</p>
<p>Disconnect any secondary hard drives/storage, but leave in place.</p>
<p>Install that spanking new hard drive you bought for your new OS. Install new OS on said new hard drive. If everything goes according to plan, start reconnecting the secondary hard drives/storage.</p>
<p>One by one, install your software according to your migration plan.</p>
<p>If things go wrong, try a second time just in case you fat fingered. After the second failure, re-insert the old hard drive you had with your previous OS and software. Go back to Google and try and figure out why it all went so wrong.</p>
<p>It sounds time consuming and labour intensive, and&#8230; well, it kinda is. But if you do it right, &#8220;transition day&#8221; is far more likely to succeed, and has a much lower stress level.</p>
<p>And the above advice applies to any significant OS upgrade. Mac, Linux, MS, Solaris, whatever.</p>
<p>Joe Consumer won&#8217;t do it. That&#8217;s why Joe Consumer isn&#8217;t making a good living in IT. Don&#8217;t be Joe Consumer.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/29/how-to-upgrade-your-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feeling better.  Still looking for something to say.</title>
		<link>http://grelmar.com/2009/10/28/feeling-better-still-looking-for-something-to-say/</link>
		<comments>http://grelmar.com/2009/10/28/feeling-better-still-looking-for-something-to-say/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 05:04:15 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Online Culture]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=160</guid>
		<description><![CDATA[I wouldn&#8217;t exactly call it writer&#8217;s block.  Obviously, I can still crank out a few lines. But I just don&#8217;t really have much to talk about tonight. I suppose I&#8217;ll talk about Windows 7. I haven&#8217;t actually installed it on a system yet.  But, oddly, I&#8217;m really looking forward to it.  I played around with [...]]]></description>
			<content:encoded><![CDATA[<p>I wouldn&#8217;t exactly call it writer&#8217;s block.  Obviously, I can still crank out a few lines.</p>
<p>But I just don&#8217;t really have much to talk about tonight.</p>
<p>I suppose I&#8217;ll talk about Windows 7.</p>
<p>I haven&#8217;t actually installed it on a system yet.  But, oddly, I&#8217;m really looking forward to it.  I played around with the beta version in the spring.  I installed it as a virtual machine on my laptop using VMWare, and I have to say, what I saw, impressed me.  It had a really nice, clean interface, was really easy to manage and set up.  And VMWare allowed me to compare load against XP Pro (I had a very comparable XP VM already set up), and it was pretty much on par, in terms of processor and memory load.</p>
<p>What I didn&#8217;t get a chance to do was really work with the Aero interface. But since Win7 was released the other day, a couple of co-workers have installed it, and I have one thing to say about Win 7 Aero:</p>
<p>Slick!<span id="more-160"></span></p>
<p>Man, it looks pretty.  And it has a lot of nice, intuitive features for people like me who are constantly juggling a mass of open windows on multiple monitors.</p>
<p>Sure, turning on all that gloss will suck up some processor, but it totally looks worth it.  If it saves me keystrokes and mouse movement, then it will more than offset any minor losses in computing performance.  Also, my laptop is a beefy dual core with 4G of RAM and a decent Radeon graphics card (well, decent for a laptop, I suppose).  My desktop is an even beefier Quad Core with 8G of RAM and a state of the date Nvidea graphics card.  Whatever Win 7 throws at either machine, I feel safe they can handle it.</p>
<p>The one thing that concerns me is the migration factor.</p>
<p>I&#8217;m going to have to completely burn both systems to the ground before installing 7, and then re-install, bit by bit, all my software.</p>
<p>Oddly, that&#8217;s less of a problem on my desktop, which I use more.  I had to burn and build it in June due to a catastrophic MoBo failure.  When I did that, I got my sh#t together in terms of making sure all my key files were backed up.  Now, the only thing on the OS drive is applications.  All of my data is on separate hard drives, and backed up to a NAS drive.  That will make the migration a whole lot simpler, because I just have to worry about re-installing some applications, and transferring a few settings and configs from some key software (email, FTP, SSH, browser bookmarks).</p>
<p>My laptop is a whole different beast.  It only has the one hard drive, so I&#8217;ll have to be careful about making sure I back up all the data as well as transferring my settings.  Also, it&#8217;s my &#8220;company&#8221; computer, so my allowable downtime for it is very limited.</p>
<p>But, in the end&#8230;  Worth it.  Win 7 is turning out to be the OS that Microsoft <em>should</em> have released with Vista.</p>
<p>Although I&#8217;m still waiting for that database driven file system MS has been promising since the mid 90s.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/28/feeling-better-still-looking-for-something-to-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gawd am I sick today&#8230;</title>
		<link>http://grelmar.com/2009/10/27/gawd-am-i-sick-today/</link>
		<comments>http://grelmar.com/2009/10/27/gawd-am-i-sick-today/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:18:13 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[One Post a Day]]></category>
		<category><![CDATA[Thinking About My Work]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=154</guid>
		<description><![CDATA[No, really. I woke up with a head cold to beat all.  Tried to get some work done from home this morning but then just crawled back into bed.  I probably shouldn&#8217;t have tried to get some work done because I suspect I fat fingered some imaging in a vain attempt to be productive, and [...]]]></description>
			<content:encoded><![CDATA[<p>No, really.</p>
<p>I woke up with a head cold to beat all.  Tried to get some work done from home this morning but then just crawled back into bed.  I probably shouldn&#8217;t have tried to get some work done because I suspect I fat fingered some imaging in a vain attempt to be productive, and probably just ended up costing time for some other people in the long run.</p>
<p>Eh, the world will keep on turning.</p>
<p>That&#8217;s about all I have the brainpower to comment on today.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/27/gawd-am-i-sick-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethics of writing&#8230;</title>
		<link>http://grelmar.com/2009/10/26/ethics-of-writing/</link>
		<comments>http://grelmar.com/2009/10/26/ethics-of-writing/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:20:34 +0000</pubDate>
		<dc:creator>grelmar</dc:creator>
				<category><![CDATA[One Post a Day]]></category>

		<guid isPermaLink="false">http://grelmar.com/?p=147</guid>
		<description><![CDATA[That last post got me thinking a bit, and some reading I did today kind of brought the point home. Should a writer be bound by ethical constraints? The libertarian part of me says no.  I&#8217;m decidedly against censorship. At the same time, I do believe in acting responsibly.  Maybe exerting a bit of self [...]]]></description>
			<content:encoded><![CDATA[<p>That last post got me thinking a bit, and some reading I did today kind of brought the point home.</p>
<p>Should a writer be bound by ethical constraints?</p>
<p>The libertarian part of me says no.  I&#8217;m decidedly against censorship.</p>
<p>At the same time, I do believe in acting responsibly.  Maybe exerting a bit of self censorship.  But probably not in ways that most people think of when they think of ethical constraints. Writing about sex, violence, etc.?  No problem.  Those things are a part of the world we live in.  Reflecting them in art should be natural.</p>
<p>My problem comes about with authors who distort the truth, to intentionally incur a belief in something they know, or should know, is pure codswallop.<span id="more-147"></span></p>
<p>Dan Brown comes to mind.  In his initial interviews surrounding the release of &#8220;The DaVinci Code,&#8221; he presented as a book based on historical research, and as a strong candidate for an &#8220;alternate history.&#8221;</p>
<p>My problem with that claim is that Brown based much of his research on <a href="http://en.wikipedia.org/wiki/The_Holy_Blood_and_the_Holy_Grail">Holy Blood, Holy Grail</a>, which was in turn based on a bunch of forged documents created by a group of French con-men led by <a href="http://en.wikipedia.org/wiki/Pierre_Plantard">Pierre Plantard</a>. <em>Holy Blood, Holy Grail</em> came out in 1982, and within months had been debunked by, well, anyone who&#8217;d ever picked up a history book and chose to devote some time to pointing out the silly absurdity of it all. Sure, a lot of people still bought into it, but by the time Dan Brown released The DaVinci Code, more than 20 years later, no one who had done any significant amount of research into the topic took the theory seriously.</p>
<p>And I really don&#8217;t think Brown did either.  He&#8217;s distanced himself from making claims about the &#8220;historically accurate, researched&#8221; aspect of the Code since then.  He basically uses the &#8220;it&#8217;s just a novel&#8221; line now.  When he bothers to discuss it in public at all, which isn&#8217;t often anymore.</p>
<p>What he did, by making claims about the research behind the book in the run up to it hitting the shelves and the immediate publicity afterwards, was marketing genius. And he knew it.  Controversy sells, and picking on the Catholic Church, at that moment in history, was kinda like shooting ducks in a barrel.  The Church had some serious image problems in North America at the time (and still does). I&#8217;m no fan of the Catholic Church.  And when it comes to debunking <em>their</em> claptrap, I&#8217;m all for it.</p>
<p>But don&#8217;t replace their voodoo with voodoo of your own.  And the Code, <em>Holy Blood, Holy Grail</em>, Plantard, were all just selling a different brand of snake oil. Out of the three, I have the least animosity for the authors of <em>Holy Blood, Holy Grail</em>.  From what I can tell, they actually believed what they were writing.  That doesn&#8217;t make it any more true, or them any less foolish for buying into a weak French con.  It just makes them more honest.</p>
<p>Brown can&#8217;t make that claim to honesty.  All indications are that he actually did his research.  And if he did, he would have come across all the info thoroughly debunking the theory he presented.  What he did was present a theory he knew was hokum as the truth.  And he did it to make a buck.  In the process, he convinced a lot of people that the lie was the truth.  The indications are that tens of thousands of people believed him.  For many, it literally &#8220;shook their faith.&#8221;</p>
<p>Part of the problem was that the group that cried foul the loudest was the Catholic Church, and they have some serious credibility issues of their own.  And that drove even more people to take Brown&#8217;s book seriously.</p>
<p>Now if Brown had of been clear from the beginning that his book was fiction, and people had chosen to believe it as truth anyway, that would be a different story.  You can&#8217;t cure stupid.</p>
<p>But you shouldn&#8217;t encourage it either.</p>
]]></content:encoded>
			<wfw:commentRss>http://grelmar.com/2009/10/26/ethics-of-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
