<?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>Reinventing Fire &#187; Meta</title>
	<atom:link href="http://schepers.cc/category/meta/feed" rel="self" type="application/rss+xml" />
	<link>http://schepers.cc</link>
	<description>Technology upside down and backwards</description>
	<lastBuildDate>Sun, 09 Oct 2011 19:47:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Smack versus Facts</title>
		<link>http://schepers.cc/smack-v-facts</link>
		<comments>http://schepers.cc/smack-v-facts#comments</comments>
		<pubDate>Tue, 01 Feb 2011 07:42:32 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[TouchTablet]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://schepers.cc/?p=464</guid>
		<description><![CDATA[<br/>Offered without comment. Post about HTML5 logo and overblown &#8220;controversy&#8221; surrounding it: 1,078 hits on the first day. Post about details on W3C touch events spec, including a roadmap and future plans: 273 hits on the first day.]]></description>
			<content:encoded><![CDATA[<br/><p>Offered without comment.</p>
<p><a href="http://schepers.cc/insidevoice">Post about HTML5 logo and overblown &#8220;controversy&#8221; surrounding it</a>: <br />
<strong>1,078</strong>  hits on the first day.</p>
<p><a href="http://schepers.cc/getintouch">Post about details on W3C touch events spec, including a roadmap and future plans</a>: <br />
<strong>273</strong> hits on the first day.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/smack-v-facts/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Favatars</title>
		<link>http://schepers.cc/favatars</link>
		<comments>http://schepers.cc/favatars#comments</comments>
		<pubDate>Mon, 09 Aug 2010 12:23:54 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://schepers.cc/?p=312</guid>
		<description><![CDATA[<br/>What&#8217;s a favatar? It&#8217;s a favicon! It&#8217;s an avatar! It&#8217;s a portmanteau! Well, really, a favatar is a profile picture hosted at the URL a commenter provides, with the filename favatar.png. I made it up! Okay, so I&#8217;m not the first person to make it up. Apparently, a gentleman by the name of Paul James [...]]]></description>
			<content:encoded><![CDATA[<br/><p>What&#8217;s a favatar? It&#8217;s a <a href="http://en.wikipedia.org/wiki/Favicon" title="Wikipedia article on favicons">favicon</a>!  It&#8217;s an avatar!   It&#8217;s a portmanteau!</p>
<p>Well, really, a favatar is a profile picture hosted at the URL a commenter provides, with the filename <em><a href="http://schepers.cc/favatar.png" title="My favatar">favatar.png</a></em>.  I made it up!</p>
<p><span id="more-312"></span></p>
<p>Okay, so I&#8217;m not the first person to make it up.  Apparently, a gentleman by the name of <a href="http://www.peej.co.uk/projects/favatars.html">Paul James scooped me</a> by a few years, with the same name and a rather similar idea for the same problem.  I had this idea out of the blue, while in Montreal for <a href="http://www.libregraphicsmeeting.org/2009/">Libre Graphics Meeting 2009</a>, and was dismayed to find, again, that there is nothing new under the sun.  So, I put it in my box of maybes.</p>
<p>&#8230; Until this weekend, when I added a WordPress plugin to display images for commenters, to make it easier to follow a thread and humanize the conversation.  Something that has always bothered me about those images is that they usually come from a third-party service, <a href="http://en.wikipedia.org/wiki/Gravatar" title="Wikipedia article on Gravatars">Gravatar.com</a>.  This is actually owned by the same parent company that develops WordPress, and I am sure it&#8217;s a fine service for what it is, but I dislike such centralization where it isn&#8217;t necessary.  There are some also-ran services like Wavatar, monsterID, OpenAvatar, and so forth, but Gravatar (or &#8220;Globally Recognized Avatar&#8221;) is the big one.</p>
<p>What&#8217;s the chief difference between a favatar (note the small <em>f</em> ) and a Gravatar (note the big <em>G</em> )?  A favatar is a convention, not a service.  It&#8217;s distributed.  It&#8217;s cooperative.  It&#8217;s web-like.  It&#8217;s owned and controlled by the person, not (necessarily) by a proxy or host.</p>
<p>The problem I see with Paul&#8217;s original idea around favatars is that it revolves around reusing the favicon.ico, which is typically too small for the purpose of a comment avatar <a href="http://schepers.cc/"><img src="http://schepers.cc/favicon.ico" alt="My favicon" style="vertical-align:middle;"/></a> (though not always: <a href="http://www.peej.co.uk/"><img src="http://www.peej.co.uk/favicon.ico" alt="Paul James' favicon" style="vertical-align:middle; border:0.5px solid gainsboro;"/></a>), and &#8216;*.ico&#8217; files don&#8217;t display in the &lt;img&gt; element in all browsers.  And stylistically, a favicon and an avatar seem to be distinct.  As far as I&#8217;ve seen, despite a few plugins made, and some good <a href="http://noscope.com/journal/2004/12/favatars">conversation</a> about it, the idea hasn&#8217;t really taken off, and the name is just too good to let lie fallow.</p>
<p>So, I put on my hacking mittens, and borrowed code from one or two existing Gravatar WordPress plugins, <em>Easy Gravatars</em> by <a href="http://dougal.gunters.org/">Dougal Campbell</a> and <em>WordPress Gravatars</em> by <a href="http://gulbrandsoy.com/meg/">Rune Gulbrandsøy</a>.  Stir well, bake for 3 hours, and out comes <a href="http://schepers.cc/plugins/favatar/favatar_plus.zip">Favatar Plus</a>, my new WordPress plugin.  It first looks to see if the commenter has supplied a website address, and if they have a file there called <em><a href="http://schepers.cc/contact.vcf" title="My favatar">favatar.png</a></em> (so far, I assume I&#8217;m the only person who does).  Failing that, it falls back to a Gravatar, then to an <a href="http://en.wikipedia.org/wiki/Identicon" title="Wikipedia article on Identicons">Identicon</a> (courtesy of Gravatar.com, actually), and ultimately, as a last ditch effort, falls back to their favicon, if found.</p>
<p>My original idea also included linking their image to a vCard called <em><a href="http://schepers.cc/contact.vcf" title="My vCard">contact.vcf</a></em>, if found at the same base URL, but in testing that, I found it a little unintuitive&#8230; you click it, and suddenly you&#8217;re opening iCal to import a stranger&#8217;s contact info when you just wanted to read their blog.  So, I took that bit out, though I suppose I could make it optional. So, instead, it links to the base URL itself.</p>
<p>I do like the idea of a convention for everyone to expose their &#8220;about me&#8221; info, along with their favatar and contact info and favorite services, at some dereferenceable URL&#8230; a portable profile.  Maybe I&#8217;ll play with that in some later version.</p>
<p>For now, I&#8217;ll see if anyone picks up on this and creates their own <em>favatar.png</em> image.  I&#8217;ll be tickled pink if someone comments on this post and uses their newly minted favatar.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/favatars/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Short Stuff</title>
		<link>http://schepers.cc/short-stuff</link>
		<comments>http://schepers.cc/short-stuff#comments</comments>
		<pubDate>Mon, 09 Aug 2010 04:31:43 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://schepers.cc/?p=300</guid>
		<description><![CDATA[<br/>I&#8217;ve been doing a lot of website stuff this week. Here&#8217;s some highlights: W3C Working Group Sites A few weeks ago, after long neglect, I finally updated the SVG WG page with a template that better matches the new(ish) W3C site redesign. Each working group has its own eclectic home page, which seems a bit [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I&#8217;ve been doing a lot of website stuff this week.  Here&#8217;s some highlights:<br />
<span id="more-300"></span></p>
<h4 id="wg-sites">W3C Working Group Sites</h4>
<p>A few weeks ago, after long neglect, I finally updated the <a href="http://www.w3.org/Graphics/SVG/">SVG WG page</a> with a template that better matches the new(ish) W3C site redesign.  Each working group has its own eclectic home page, which seems a bit silly to me.  So, I took the template I made and converted the group pages of the <a href="http://www.w3.org/2008/webapps/">WebApps WG</a>, <a href="http://www.w3.org/Graphics/SVG/IG/">SVG Interest Group</a>, and <a href="http://www.w3.org/Graphics/fx/">FX Task Force</a>, and I&#8217;m talking with other W3C team contacts about converting theirs as well, though we&#8217;ll see how many switch over.  From my perspective, having a consistent look&#038;feel is important, and would make the W3C site more usable.</p>
<p>The new template I made is done in HTML5, with the &lt;header&gt;, &lt;footer&gt;, &lt;article&gt;, &lt;section&gt;, &lt;aside&gt;, and &lt;nav&gt; elements (and a reference to <a href="http://code.google.com/p/html5shiv/">Remy Sharp&#8217;s HTML5 shiv</a>), possibly even used correctly; the SVG WG page has a scripted live microblog feed from the <a href="https://twitter.com/svgwg">@svgwg</a> Twitter account, and an inline SVG easter egg (look for it in Firefox and WebKit nightlies).</p>
<h4 id="short">Short Notice</h4>
<p>I have been wanting to write or install a URL shortener on my own site for a while, so I didn&#8217;t have to rely on the brittle third-party services like TinyURL, which I feel don&#8217;t fit the spirit of the Web.  They obscure the link, and act as a massive throttling point.  I looked around a bit before for a custom URL shortener, but never found one that suited my fancy.</p>
<p>But on Saturday, after converting my URLs to have nicer, more meaningful, more RESTful names on the advice of the ever-helpful <a href="http://heldermagalhaes.com/blog/">Helder Magalhães</a>, I was in a mood to tackle the problem, and I found a <a href="http://esev.com/blog/review/host-your-own-url-shortener-10-php-apps-reviewed/">great summary of some of the options</a> by a fellow named Eric Severance.  He described a better list of criteria than I&#8217;d considered, and I went with his top pick, <a href="http://blairwilliams.com/pretty-link/">Pretty Link by Blair Williams</a>.</p>
<p>Despite the silly name, Pretty Link has almost all the features I wanted and then some.  It&#8217;s easy to use, it integrates into my WordPress blog, it lets me pick a meaningful shortname, and I can shorten not only my own blog&#8217;s URLs (lots of WP plugins let you do that), but any random URL I want; it even tracks how many people have followed the links, which to me is mildly interesting, but for people more into their brand would be very handy.  The only thing I&#8217;d like to see is a way to automatically publish a public page that lists all the shortened URLs and the title of each page, along with the expanded original URL; maybe I can hack that in, somehow (and maybe I just haven&#8217;t found it yet).  Just for posterity, I compiled a list of all the links I had tweeted before, and dereferenced them, which you can find on my <a href="http://schepers.cc/expanded_urls.html">expanded URLs page</a>.</p>
<h4 id="avatars">Commenter Avatars</h4>
<p>I&#8217;m playing a bit with my site theme.  I&#8217;m happy with it overall, but I think the column width could be a bit wider; I&#8217;ve already bumped up the font size.  I want to enable nested comment threads, because I think they are easier to read, but I&#8217;ll need to overhaul my theme quite a lot to do so, since it&#8217;s from an older version of WordPress.</p>
<p>In the meantime, I added commenter avatars.  The default image is a Gravatar; as with TinyURL, I don&#8217;t like artificial centralization in avatars, and in this case, it seems particularly silly.  So I cobbled together my own WordPress plugin to take an alternative approach, which I&#8217;ll blog about next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/short-stuff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow News Day</title>
		<link>http://schepers.cc/slow-news-day</link>
		<comments>http://schepers.cc/slow-news-day#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:38:55 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://schepers.cc/?p=273</guid>
		<description><![CDATA[<br/>My last post was slashdotted. Not servers-melting slashdotted, but unusual-volume-of-comments slashdotted. I posted it late on a Saturday night, so I guess they had no other news fit to print. It was interesting, and a little bit exciting, to be linked from Slashdot. I have no great insights, but a few observations. I thought something [...]]]></description>
			<content:encoded><![CDATA[<br/><p>My <a href="http://schepers.cc/?p=160">last post</a> was <a href="http://search.slashdot.org/story/10/07/10/2141224/SVG-and-the-Indexing-of-Web-Standards">slashdotted</a>. Not servers-melting slashdotted, but unusual-volume-of-comments slashdotted.  I posted it late on a Saturday night, so I guess they had no other news fit to print.</p>
<p>It was interesting, and a little bit exciting, to be linked from Slashdot.  I have no great insights, but a few observations.<br />
<span id="more-273"></span></p>
<ol>
<li>I thought something was odd when I started getting comments from outside the SVG community, which is the only place I can imagine I have any sort of fame or notoriety.  So I followed a <a href="http://twitter.com/#search?q=SVG%20and%20The%20Indexing%20of%20Web%20Standards">Twitter reference</a> on SVG back to its source.  I&#8217;m sure this is the most I&#8217;ve been referenced in Twitter, too&#8230; though most weren&#8217;t retweets of my own pointer to my blog.  Interesting to see how Twitter and Slashdot interact, and how aggregators like Slashdot are the primary focus of links from Twitter, moreso than the original source.  Some aggregators retweeted the story several times at intervals, I reckon to get more attention from those who blinked the first few times (srsly, smashingmag? Retweeting it 11 times? Okay).</li>
<li>I was surprised that &#8220;indexing SVG&#8221; was the topic that got the attention of the Slashdot community.  I didn&#8217;t expect anyone to be particularly interested in my little study, outside the rarefied Web Standards community, which is who it was written for.  My guess is that it may have seemed a bit controversial, because someone from the W3C looked with a critical eye at Google (a Giant Corporation, and one of our members).  Everyone loves scandal!  I&#8217;ve learned my lesson&#8230; now all my posts will attack some company.  (If you are interested in some press-grabbing attention, my fee for insulting your company on this blog is very reasonable.)</li>
<li>In true Slashdot fashion, it&#8217;s pretty obvious that many of those who bothered to comment clearly didn&#8217;t read my blog post, or didn&#8217;t get my central point; it&#8217;s not surprising, since that wasn&#8217;t really the audience I expected (and I do ramble a bit).  Some folks tried to turn it into an SVG vs. Flash debate, which entirely missed the point.  That said, there were some thoughtful comments that I replied to on Slashdot and on my blog.</li>
<li>I spent much more time following up on my post than I expected.  I&#8217;m glad it wasn&#8217;t a weekday, where it may have gotten even more attention.  Still, I hope it did give some people food for thought.</li>
<li>Either I&#8217;m too prolix (guilty!), or Twitter has reduced the average attention span to&#8230; ooh, shiny!  Adobe&#8217;s JD took a friendly dig at me <a href="http://schepers.cc/?p=160#comment-160">in his comment</a>, and <a href="http://twitter.com/jdowdell/status/18298074498">maybe</a> on <a href="http://twitter.com/jdowdell/status/18377241765">Twitter</a>, too.  My post was a very long one, simply because I had no leisure to make it shorter.  I prefer to thoroughly explore an idea and provide context and evidence when I bother writing at all.  I suppose that is old fashioned.  I&#8217;ll work on it.</li>
</ol>
<p>Sorry, I have to go now&#8230; my fifteen minutes are up.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/slow-news-day/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Etymusicology</title>
		<link>http://schepers.cc/etymusicology</link>
		<comments>http://schepers.cc/etymusicology#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:07:09 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://schepers.cc/?p=182</guid>
		<description><![CDATA[<br/>This week on Pop-Linguistics, we will be looking at words derived from song lyrics. wang-chung Pronunciation: \ˈwäŋ-chəŋ \ Etymology: Part of song lyric, from name of performing musical band Wang Chung, from Chinese Huang Chung (simplified Chinese: 黄钟; traditional Chinese: 黃鐘; pinyin: huáng zhōng) for &#8220;yellow bell&#8221;, the standardized bass pitch of ancient China. Date: 1986 1. intransitive verb [...]]]></description>
			<content:encoded><![CDATA[<br/><p>This week on Pop-Linguistics, we will be looking at words derived from song lyrics.<span id="more-182"></span></p>
<h3><strong>wang-chung</strong></h3>
<p>Pronunciation: <span>\<span>ˈ</span>wäŋ-</span>chəŋ \</p>
<p>Etymology: Part of song lyric, from name of performing musical band <em>Wang Chung</em>, from Chinese <em>Huang Chung</em> (simplified Chinese: <span lang="zh-Hans" xml:lang="zh-Hans">黄钟</span>; traditional Chinese: <span lang="zh-Hant" xml:lang="zh-Hant">黃鐘</span>; pinyin: <em>huáng  zhōng</em>) for &#8220;yellow bell&#8221;, the  standardized bass pitch of ancient China.</p>
<div>Date:  1986</div>
<p>1. <em><strong>intransitive verb</strong></em> To shamelessly self-promote an artist or performer&#8217;s identity by including the name of the performer in the work performed, in an off-putting manner, as in the lyrics of the song,<em> &#8216;Everybody Have Fun Tonight&#8217;:</em></p>
<blockquote>
<pre><em>Everybody have fun tonight,</em></pre>
<pre><em>Everybody Wang Chung tonight</em></pre>
</blockquote>
<blockquote><p>Usage: <em>&#8220;Why do rappers and hip-hop singers have to wang-chung so much?&#8221;</em></p></blockquote>
<p>1. <em><strong>noun</strong></em> An act of wang-chunging.</p>
<blockquote><p>Usage: <em>&#8220;That song was just one long wang-chung!&#8221;</em></p></blockquote>
<p>2. <em><strong>adjective</strong></em> Characterized by excessive instances of wang-chungs.</p>
<blockquote><p>Usage:  <em>&#8220;Those wang-chunging losers can&#8217;t sing.&#8221;</em></p></blockquote>
<h3><strong>party in the usa</strong></h3>
<p>Pronunciation: <span>\<span>ˈ</span></span><span>pär-tē </span><span>ən </span><span><span style="text-decoration: underline;">th</span>ə </span><span>yü</span>-<span>es-</span><span>ā</span>\</p>
<p>Etymology: Lyric of a song of the same name.</p>
<p>Date: 2009</p>
<p>1. <em><strong>noun</strong></em> A form of name-dropping of more popular or talented artists within a performance in an attempt to associate the performer with the qualities or characteristics of those artists.</p>
<blockquote><p>Usage: <em>&#8220;This song could use a few more parties in the usa, or we&#8217;ll never hit the charts.&#8221;</em></p></blockquote>
<p>1. <em><strong>noun</strong></em> An act of cynical, insincere tribute, characterized by unwitting irony.</p>
<blockquote><p>Usage: <em>&#8220;Referencing Jay Z while using  autotune is a real party in the usa.&#8221;</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/etymusicology/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Unseen</title>
		<link>http://schepers.cc/site-unseen</link>
		<comments>http://schepers.cc/site-unseen#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:48:27 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.schepers.cc/?p=93</guid>
		<description><![CDATA[<br/>So, I don&#8217;t really pay much attention to my blog, or my site stats, or any of that&#8230; probably not nearly as much as I should, given how effective a medium blogs are at promoting ideas in the Web Standards profession.  I tend to write quite a lot, but most of it is emails to [...]]]></description>
			<content:encoded><![CDATA[<br/><p>So, I don&#8217;t really pay much attention to my blog, or my site stats, or any of that&#8230; probably not nearly as much as I should, given how effective a medium blogs are at promoting ideas in the Web Standards profession.  I tend to write quite a lot, but most of it is emails to various technical mailing lists, especially W3C lists.  I should probably pay more attention to getting ideas out into a broader public sphere, with more diverse comments and feedback, like you can do with a blog.</p>
<p>But not this blog&#8230; not right now.  Because this blog is <a title="Google search for this site" href="http://www.google.com/search?q=schepers.cc" target="_blank">invisible</a>.  If I recall correctly, I had a PageRank of 6, which seems to be moderately respectable.  But since my blog was <a title="Earlier post about insidious hackery of this site" href="http://www.schepers.cc/2009/03/unhacked/" target="_blank">hacked</a> (maybe because it had a PageRank of 6), no amount of PageRank will help, because Google has cut me off.  So, as I mentioned on my last post, I did all the voodoo, adjusted the bones just so, and asked Google pretty-please won&#8217;t they reindex my site.  They replied that they will think about it, in a few weeks (just slightly passive-aggressive in a way only the popular kid can be).  I wonder if my PageRank will emerge intact?</p>
<p>But on the up side, I took the opportunity to clean out my virtual attic.  I took down old content and databases and experimental installations of software, wiped out old user accounts and email addresses, and generally made it easier for me to manage everything.  Installing the latest version of WordPress also gave me the chance to reorganize the sidebar a bit, adding my Twitter feed and removing dead blogroll links (though I need to add some new ones).</p>
<p>I should also try to figure out a way to finally expose an index of all the hundreds of SVG files I have hidden in the back alleys of my site.  Some of them are just experiments, some are examples of best practice, some are fairly cool and elaborate, some are just conformance tests.  I&#8217;ve hesitated because some of them are also rather crappy code that was written for the Adobe SVG Viewer, and either doesn&#8217;t have a namespace declaration (so it won&#8217;t work in modern browsers), or it uses some feature not supported in most browsers.  I&#8217;ve now put up an <a title="Nothing to see here, yet" href="http://schepers.cc/svg/" target="_blank">empty placeholder</a> page, just to lay the groundwork.</p>
<p>I&#8217;ve also entertained the notion of running an index of <a title="My posts to public W3C lists" href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=&amp;hdr-2-name=from&amp;hdr-2-query=schepers&amp;index-type=g&amp;index-grp=Public__FULL&amp;resultsperpage=20&amp;sortby=date" target="_blank">my posts to public W3C lists</a>, but out of context, it probably wouldn&#8217;t mean anything, and wouldn&#8217;t offer more than you could get by just searching the lists manually.  Maybe a weekly summary would be better?  Or maybe no mention of it at all would be most preferable&#8230; I think a certain amount of silence from me would do me and the people around me a world of good.</p>
<p>Maybe getting blocked by Google is a good thing after all&#8230; <img src='http://schepers.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/site-unseen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unhacked?</title>
		<link>http://schepers.cc/unhacked</link>
		<comments>http://schepers.cc/unhacked#comments</comments>
		<pubDate>Sun, 29 Mar 2009 05:51:58 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.schepers.cc/?p=88</guid>
		<description><![CDATA[<br/>Last year, I noticed that my blog had lost all its styling&#8230; I was busy with other things at the time, preparing for my presentation at WWW2008 (and my subsequent vacation in China), juggling cats, and so forth, so I didn&#8217;t really fret about it. I thought it was probably just my host temporarily flaking [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Last year, I noticed that my blog had lost all its styling&#8230; I was busy with other things at the time, preparing for my presentation at WWW2008 (and my subsequent vacation in China), juggling cats, and so forth, so I didn&#8217;t really fret about it.  I thought it was probably just my host temporarily flaking out.</p>
<p>But when I futzed around with it, I noticed that if I changed themes, the styling came back.  Hmmm.  But again, didn&#8217;t think much of it.  Well, it had been hacked, and hacked good.  I rebuilt the theme from scratch, and that seemed to fix it (the hacker had injected some hundreds of fascinating links inside the header and footer templates).  But for some reason, nobody could leave comments anymore, and some of my posts had disappeared.  Days turned into weeks turned into months&#8230; and Google let me know that my site was still hacked in some mysterious manner that honestly doesn&#8217;t interest me much, but which had a pragmatic downside: they removed my site from their index.  Simple fix, <a title="Google's Webmaster Blog" href="http://googlewebmastercentral.blogspot.com/2008/04/my-sites-been-hacked-now-what.html" target="_blank">they said</a>: just uninstall your site and start from scratch.</p>
<p>For a while, I just put my excess energy into my twits (other people may have &#8220;tweets&#8221;, but mine are so inane I think &#8220;twits&#8221; is more appropriate).  But I had a hankering to blog again, so I finally put a few uninterrupted minutes together and un- and re-installed my blog software, exporting and importing my history. Maybe this will fix it?  Only the Shadow knows&#8230;</p>
<p>But at least comments seem to work again, and over the next few weeks, I may play around with new themes and other adjustments.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/unhacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blitzpost</title>
		<link>http://schepers.cc/blitzpost</link>
		<comments>http://schepers.cc/blitzpost#comments</comments>
		<pubDate>Thu, 26 Oct 2006 06:20:38 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.schepers.cc/?p=9</guid>
		<description><![CDATA[<br/>Wow&#8230; keep meaning to write in this thing, but I&#8217;m not yet in the habit. I seem to have reached the maximum number of things I can think about at any one time. Anyway, here&#8217;s the short recap of what has been going on with me lately. Having bought a house in Chapel Hill, NC, [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Wow&#8230; keep meaning to write in this thing, but I&#8217;m not yet in the habit.  I seem to have reached the maximum number of things I can think about at any one time.  Anyway, here&#8217;s the short recap of what has been going on with me lately.  Having bought a house in Chapel Hill, NC, I was legally obligated to either get pets and buy a hybrid car, or become a vegan.  Now, I&#8217;m a vegetarian, but I&#8217;m not crazy enough to go vegan, so we got a couple of cats named Prettyboy and Floyd from an <a target="_blank" title="Best Friends Pet Adoption" href="http://bfpa.org/">animal rescue group</a> and picked up a &#8220;seaside pearl&#8221; (that means &#8220;blue&#8221;) Prius.</p>
<p>We got the cats about 4 days ago, and they had a bit of a trial adjusting (we faced a challenge convincing them to use the litter box for a couple of days, which is lovely on the hardwood floors and the erstwhile chair cushion), but seem to have decided to indulge us.</p>
<p>We bought the Prius almost accidentally&#8230; our old &#8217;93 Toyota Corolla (dubbed the &#8220;Casserolla&#8221; when a cheese casserole was lingeringly spilled in the backseat) has been dying a shuddering death for months, so having put off getting a new car until we found (and financed) a house, we went out a couple of weekends ago to test drive a Toyota Yaris or a Scion xA.  We did drive a Scion, but the Prius was just so much nicer (and with a better resale value) that we ordered one on the spot.  It was delivered yesterday, on my birthday, October 24th.  It&#8217;s pretty 21st century.  We got the simplest option package, but even still that came with keyless entry and startup (as long as I have the &#8220;key&#8221; on me, I can open and start the car, without touching the key), and a rear-view backing-up camera.  This is as close to a luxury car as I ever intend to buy.  We saw a lecture last week by <a title="Wikipedia article on Dr. Broecker" href="http://en.wikipedia.org/wiki/Wallace_S._Broecker">Dr. Wallace Broecker</a>, the gentleman responsible for the groundbreaking theory of the<a title="illustrated explanation of Great Ocean Conveyor" target="_blank" href="http://www.grida.no/climate/vital/32.htm"> Great Ocean Conveyor</a> that was key in the understanding of global warming, on the need to develop an efficient way to remove CO<sub>2</sub> from the atmosphere.  We chatted with him after the lecture, and among other things, I asked if the Prius would really help the environment&#8230; he praised it not only for those qualities, but also just for the engineering and comfort of it (his wife has one).  I&#8217;m not fooling myself that I will save enough money in gas to make up for the price, but I felt like it was my civic responsibility to do what I could for the environment (and it really is a nice ride).</p>
<p>So, speaking of my birthday, we went out to visit some friends last night, then had a great time at Fuse, a local nightspot, where we had a good dinner and bumped into a different crowd of friends for a fun conversation.  The night before, we went to the Cat&#8217;s Cradle to see <a title="Bettie Serveert's homepage" href="http://www.bettieserveert.com/docs/home/index.html">Bettie Serveert</a> (an old favorite band from the Netherlands, 15 years old now!), and really enjoyed the local opening act as well,  <span class="nametext"><a title="Alina Simone at MySpace" href="http://www.myspace.com/alinasimone">Alina Simone</a>.  A few days before, we saw some friends&#8217; bands&#8230; The Strugglers opening for The Prayers &#038; Tears Of Arthur Digby Sellars at Local 506, and it was a great show as well.  I used to see at least 2 or 3 shows a month (sometimes that many in a week!) just a few years ago, but I&#8217;m not as in the know about bands and shows these days.  Still, we want to make it a point to get out to live shows more.  My girlfriend&#8217;s younger, so her knowledge is a little more up to date than mine.</span></p>
<p>Man, what else?  <a title="My company's homepage" href="http://www.6thsenseanalytics.com/">Work-work</a> (we have revamped our database to be a lot faster and more powerful, and I&#8217;m renovating the charting package to match), and standards work (mostly SVG), and secret project work, and domestic stuff, and reading, and hanging out with friends, and seeing The Prestige (we don&#8217;t go out to movies that often, but I loved this book), and all that normal stuff that one does when one isn&#8217;t in a foreign land.  I promise I&#8217;ll talk more about Morocco, by request, in some upcoming post.  And more about technology.  And less about quotidiana.</p>
<p><span class="nametext" /></p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/blitzpost/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Invented Here</title>
		<link>http://schepers.cc/not-invented-here</link>
		<comments>http://schepers.cc/not-invented-here#comments</comments>
		<pubDate>Fri, 08 Sep 2006 05:53:39 +0000</pubDate>
		<dc:creator>Schepers</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.schepers.cc/blog/?p=3</guid>
		<description><![CDATA[<br/>I&#8217;ve been accused more than once of &#8220;reinventing the wheel.&#8221; Let me assure you that that&#8217;s meant to be a stinging insult among programmers, where reuse is the key to efficiency and laziness (both qualities I admire). But sometimes the wheel is broken, and sometimes it just doesn&#8217;t work right for the job at hand. [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I&#8217;ve been accused more than once of &#8220;reinventing the wheel.&#8221;  Let me assure you that that&#8217;s meant to be a stinging insult among programmers, where reuse is the key to efficiency and laziness (both qualities I admire).</p>
<p>But sometimes the wheel is broken, and sometimes it just doesn&#8217;t work right for the job at hand.   I wouldn&#8217;t want to drive a car with a solid-body fixed-axle wheel.</p>
<p>And sometimes, you have to reexamine your basic assumptions.  Maybe the wheel isn&#8217;t the right tool for the job at all.</p>
<p>I don&#8217;t want to reinvent the wheel.  I want to reinvent <em>fire</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://schepers.cc/not-invented-here/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

