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

<channel>
	<title>fredericiana &#187; OSU OSL Crosspost</title>
	<atom:link href="http://fredericiana.com/category/english/osl/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com</link>
	<description>the english sententia fredericiana</description>
	<pubDate>Fri, 16 May 2008 12:44:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Minefield?</title>
		<link>http://fredericiana.com/2008/04/04/minefield/</link>
		<comments>http://fredericiana.com/2008/04/04/minefield/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 10:04:14 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[photo]]></category>

		<category><![CDATA[websights]]></category>

		<category><![CDATA[letter]]></category>

		<category><![CDATA[minefield]]></category>

		<category><![CDATA[My Photos]]></category>

		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://fredericiana.com/?p=1263</guid>
		<description><![CDATA[Minefield, pfft&#8230; what kind of name is that?

From a funny love letter Mozilla received. It&#8217;s part of a nice picture series wired.com took at the Mozilla headquarters. Check it out.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Minefield, pfft&#8230; <strong>what kind of name is that?</strong></p></blockquote>
<p><img src="http://fredericiana.com/wp-content/uploads/2008/04/mozilla_loveletter.jpg" alt="" title="Mozilla Love Letter" width="499" height="337" class="alignnone size-full wp-image-1264" /></p>
<p>From a funny love letter Mozilla received. It&#8217;s <a href="http://www.wired.com/software/coolapps/multimedia/2008/03/gallery_mozilla10?slide=7&#038;slideView=7">part</a> of a nice <a href="http://www.wired.com/software/coolapps/multimedia/2008/03/gallery_mozilla10?slide=7&#038;slideView=7">picture series wired.com took at the Mozilla headquarters</a>. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2008/04/04/minefield/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Famous Songs in Code (What&#8217;s Your Guess?)</title>
		<link>http://fredericiana.com/2008/02/24/famous-songs-in-code-whats-your-guess/</link>
		<comments>http://fredericiana.com/2008/02/24/famous-songs-in-code-whats-your-guess/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 22:51:18 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Cacoethes Scribendi]]></category>

		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[guess]]></category>

		<category><![CDATA[pseudocode]]></category>

		<category><![CDATA[song]]></category>

		<category><![CDATA[titles]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2008/02/24/famous-songs-in-code-whats-your-guess/</guid>
		<description><![CDATA[Inspired by Philipp Lenssen&#8217;s fabulous idea to express idioms in code, I came up&#8212;just for fun&#8212;with the following 10 well-known song titles, written in horrible C/Java/PHP pseudocode.
Have fun&#8230; and take a guess in the comments!

// Song 1:
it = b

// Song 2:
for (i=0; i&#60;people.count(); i++)
  people[i].attributes &#124;= (shiny &#124; happy);

// Song 3:
function get(want) {
  [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by <a href="http://blogoscoped.com/archive/2008-02-21-n41.html">Philipp Lenssen&#8217;s fabulous idea to express idioms in code</a>, I came up&#8212;just for fun&#8212;with the following <strong>10 well-known song titles</strong>, written in horrible C/Java/PHP pseudocode.</p>
<p>Have fun&#8230; and take a guess in the comments!</p>
<pre>
// Song 1:
it = b

// Song 2:
for (i=0; i&lt;people.count(); i++)
  people[i].attributes |= (shiny | happy);

// Song 3:
function get(want) {
  if (random.bool() == true)
    return want;
  else
    return null;
}

// Song 4:
//function leave() {
//  return new Color(0,0,0);
//}
// Oh, I think I screwed this one up, so here it goes:
// Version 2.0 of Song 4: <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
function leave(me) {
  me.setColor(0,0,0);
  return me;
}

// Song 5:
who = fire.getStarter();
assert(who != us);

// Song 6:
function cry(person) {
  return (person.gender == female);
}

// Song 7:
person = king.getWife();
person.dance();

// Song 8:
life = me.getLife();
life.setSunshine(you);

// Song 9:
person = USGovernmentEmployees.getRandom();
while (person.boss != null)
  person = person.boss;
person.writeLetter();

// Song 10:
train = trains.getLine(A);
you.take(train);
</pre>
<p><strong>Update:</strong> I fixed Song 4 and 9 because they made way too little sense. Oops <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2008/02/24/famous-songs-in-code-whats-your-guess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xen: NetBSD VM on a Debian Dom0</title>
		<link>http://fredericiana.com/2008/02/17/xen-netbsd-vm-on-a-debian-dom0/</link>
		<comments>http://fredericiana.com/2008/02/17/xen-netbsd-vm-on-a-debian-dom0/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 20:17:31 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[abi]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[netbsd]]></category>

		<category><![CDATA[sco]]></category>

		<category><![CDATA[unix]]></category>

		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2008/02/17/xen-netbsd-vm-on-a-debian-dom0/</guid>
		<description><![CDATA[It&#8217;s been a while since I have blogged geekiness, but this one is really necessary: Today I installed a test box with an instance of the Xen Virtual Machine Monitor, with Debian Lenny as the Domain 0 (or Device Driver VM, as the researchers at my university like to call it).
The reason was that I [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I have blogged geekiness, but this one is really necessary: Today I installed a test box with an instance of the <a href="http://en.wikipedia.org/wiki/Xen">Xen Virtual Machine Monitor</a>, with Debian Lenny as the Domain 0 (or <em>Device Driver VM</em>, as the researchers at my university like to call it).</p>
<p>The reason was that I have to run a piece of <strong>legacy software</strong> that is in <strong>SCO Unix</strong> binary format, which is incompatible with the (unaltered) Linux kernel. There is the <a href="http://sf.net/projects/linux-abi">linux-abi project</a> whose kernel patches bring SCO binary compatibility to Linux, but I always try to avoid rebuilding the kernel because I won&#8217;t be able to update it anymore with the distro&#8217;s means; instead, I have to rebuild the kernel myself when I want to update, and (much worse), before long I am likely to end up in a situation where I am unable to avoid breaking package dependencies &#8212; keeping an up-to-date system should just not be that hard.</p>
<p>Thus the idea was born to run <strong>several virtual machines</strong> on the same hardware, dedicating one of them to the task of running the legacy software, and another one to running the more up-to-date standard services.</p>
<p>However, this still doesn&#8217;t change the fact that I would have to build a special linux-abi patched kernel, and this time even worse: It would also have to be modified for running in a Xen domain. To save myself that pain, I looked for alternatives and found the <a href="http://www.netbsd.org/docs/compat.html">binary compatibility page</a> in the NetBSD docs, stating that it supports UNIX binaries (including SCO) out of the box (and many more). Furthermore, NetBSD has apparently been <a href="http://www.netbsd.org/ports/xen/howto.html#netbsd-domU">supporting running on Xen</a> since quite a while now.</p>
<p>Installing NetBSD into a Xen VM (following the howtos) is supposedly quite easy. I created an LVM volume on the harddrive to put the new system into, set up that partition as well as a current NetBSD ISO image as virtual devices, and pointed the config file to a special NetBSD installer kernel image for Xen that NetBSD provides. Then I tried to start installing the VM. But, ouch, Xen claims: <em>&#8220;incompatible kernel&#8221;</em>. Hm. Wasn&#8217;t that easy after all.</p>
<p>As it turns out, the problem is that current Debian kernels are all compiled with <a href="http://en.wikipedia.org/wiki/Physical_Address_Extension">Intel&#8217;s physical address extensions</a> <strong>(PAE)</strong> enabled: In short, common 32bit hardware can only address 2^32 bytes of physical RAM, that&#8217;s about 4GB. For modern systems, this can be a little short, so extensions where built to support more than that. Modern Linux distributions support them and they usually don&#8217;t harm even if you have less RAM than that; sadly, the stable NetBSD distribution does not support PAE yet, and running two systems on the same physical box that have a <strong>different understanding of how to talk to physical memory</strong> does not work.</p>
<p>But, lucky as I am, just a few weeks ago, NetBSD/Xen hacker <a href="http://www.feyrer.de/NetBSD/bx/blosxom.cgi/nb_20080124_0025.html">Manuel Bouyer has implemented PAE support for NetBSD</a> to an extent that allows it to run on a Xen system with PAE-enabled dom0. Thanks, Manuel!</p>
<p>The respective installation and regular kernel images can be found among the <a href="ftp://ftp.netbsd.org/pub/NetBSD-daily/HEAD/200802160002Z/i386/binary/kernel/">daily builds on the NetBSD FTP server</a>, and if you use these kernel images instead, you&#8217;ll easily be able to get a NetBSD instance up and running without touching the stock Debian kernel.</p>
<p>As expected, <strong>NetBSD was able to run the SCO binaries</strong>, so far without problems. A few iptables rules on the domain0 will soon be in place to transparently forward requests for this service to the NetBSD VM, so clients will never know that it is not the <em>Linux</em> server itself responding to their request, but a little virtual machine running in the background.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2008/02/17/xen-netbsd-vm-on-a-debian-dom0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recruiting in the Silicon Valley</title>
		<link>http://fredericiana.com/2008/02/10/recruiting-in-the-silicon-valley/</link>
		<comments>http://fredericiana.com/2008/02/10/recruiting-in-the-silicon-valley/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 13:55:50 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[USA]]></category>

		<category><![CDATA[websights]]></category>

		<category><![CDATA[recruiting]]></category>

		<category><![CDATA[silicon valley]]></category>

		<category><![CDATA[start-up]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2008/02/10/recruiting-in-the-silicon-valley/</guid>
		<description><![CDATA[&#8220;Another Difficulty for a Microsoft-Yahoo Marriage: Recruiting&#8221;
&#8211; an interesting NYT article about how big companies become an increasingly less popular workplace for young engineering talent, in favor of smaller companies, where they have more impact and some of which have the potential of making them rich if they take off.
(Thanks for the link, Paul)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/2008/02/04/technology/04talent.html?_r=1&#038;pagewanted=all&#038;oref=slogin">&#8220;Another Difficulty for a Microsoft-Yahoo Marriage: Recruiting&#8221;</a></p>
<p>&#8211; an interesting NYT article about how big companies become an increasingly less popular workplace for young engineering talent, in favor of smaller companies, where they have more impact and some of which have the potential of making them rich if they take off.</p>
<p><em>(Thanks for the link, <a href="http://www.numenity.org/">Paul</a>)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2008/02/10/recruiting-in-the-silicon-valley/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Subversion bulk move</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/</link>
		<comments>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 23:17:05 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[subversion svn move bulk]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/</guid>
		<description><![CDATA[The version control system Subversion comes with a handy function to copy or move an already versioned file from one place in the repository to another: The command svn move.
This is particularly good (and superior over, for example, CVS which is unable to do so) because the version history of the file is kept, and [...]]]></description>
			<content:encoded><![CDATA[<p>The version control system <a href="http://subversion.tigris.org">Subversion</a> comes with a handy function to copy or move an already versioned file from one place in the repository to another: The command <a href="http://svnbook.red-bean.com/en/1.4/svn.ref.svn.c.move.html">svn move</a>.</p>
<p>This is particularly good (and superior over, for example, CVS which is unable to do so) because the version history of the file is kept, and also the copy on the server is done <strong>lazily</strong>, meaning just because the file was copied there won&#8217;t be a second physical copy created on the server (yet, until you write to it).</p>
<p>A drawback of the command, though, is that it is only possible to move one single file or directory at a time. If you have a lot of files to be moved, this can get very tedious.</p>
<p>However, if the files you want to cover have something to be distinguished by, you may try the following (which I blog here mainly so I can get back later when I have forgotten the syntax again <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ):</p>
<p><code>find . -name "06*" -maxdepth 1 -exec svn mv "{}" 2006/ \;</code></p>
<p>Note that I am filtering by name here (everything starting with <code>06</code>), with a maximum tree depth of 1 (to avoid pulling in the <code>.svn</code> folder) and I am moving the respective files into the (recently created) subfolder <code>2006/</code>. Also note that the the <code>-exec</code> flag of the <code>find</code> command wants to be terminated by a semicolon, but since that is a reserved character for the Bash shell, you need to escape it. This is something I trip over every time.</p>
<p>Anyway, I hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2008/01/28/subversion-bulk-move/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://fredericiana.com/2007/12/25/merry-christmas/</link>
		<comments>http://fredericiana.com/2007/12/25/merry-christmas/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 17:22:53 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[fredericiana]]></category>

		<category><![CDATA[christmas]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2007/12/25/merry-christmas/</guid>
		<description><![CDATA[Dear readers!
I wish you a merry Christmas and a good and successful year 2008. I hope you had fun reading my blog this year and thank you all for your helpful comments and constructive input. I hope you&#8217;ll still bear with me for a long time to come!
Now get back to your Christmas feasts but [...]]]></description>
			<content:encoded><![CDATA[<p>Dear readers!</p>
<p>I wish you a <strong>merry Christmas and a good and successful year 2008</strong>. I hope you had fun reading my blog this year and thank you all for your helpful comments and constructive input. I hope you&#8217;ll still bear with me for a long time to come!</p>
<p>Now get back to your Christmas feasts but make sure to not drink and sing (instead, always choose a designated singer!), or you may end up like this guy: <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/dEGwqKshCoY&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/dEGwqKshCoY&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>(The song being so graciously interpreted here, by the way, is a German Christmas song that goes <em>&#8220;silent, silent, silent, because the child wants to sleep&#8230;&#8221;</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2007/12/25/merry-christmas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple (Allegedly) Fixes Leopard Keyboard Bug</title>
		<link>http://fredericiana.com/2007/12/19/apple-allegedly-fixes-leopard-keyboard-bug/</link>
		<comments>http://fredericiana.com/2007/12/19/apple-allegedly-fixes-leopard-keyboard-bug/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 10:57:29 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[fredericiana]]></category>

		<category><![CDATA[keyboard]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[osx]]></category>

		<category><![CDATA[unresponsive]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2007/12/19/apple-allegedly-fixes-leopard-keyboard-bug/</guid>
		<description><![CDATA[Yesterday, Apple released a system update that is supposed to fix the severe &#8220;keyboard unresponsive&#8221; bug in OS&#160;X Leopard:

With hardly 800K in size, the patch is a lightweight that could have a big influence. If that&#8217;s not the right place to use the word of the year, where else: W00t.
I just installed it and so [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Apple <a href="http://www.engadget.com/2007/12/18/apple-finally-fixes-some-macbook-keyboard-issues/">released a system update</a> that is supposed to fix the <a href="http://fredericiana.com/2007/11/27/osx-leopard-keyboard-problems/">severe &#8220;keyboard unresponsive&#8221; bug</a> in OS&nbsp;X Leopard:</p>
<p><a href="http://www.ipernity.com/doc/fredw/1122788"><img src='http://fredericiana.com/wp-content/uploads/2007/12/apple-keyboard-update.jpg' alt='Update for the Apple Keyboard Bug(s)' /></a></p>
<p>With hardly 800K in size, the patch is a lightweight that could have a big influence. If that&#8217;s not the right place to use the <a href="http://ap.google.com/article/ALeqM5imcJd2ELqieBlFxBLhBnP5k4juaAD8TFGLM00">word of the year</a>, where else: <strong>W00t</strong>.</p>
<p>I just installed it and so far, the keyboard works fine, but of course I haven&#8217;t sent the box to sleep yet, so by now I can&#8217;t tell yet if the patch actually fixed the bug. Of course, the reboot the update asked for promptly resulted in a <a href="http://www.ipernity.com/doc/fredw/1122799">kernel panic</a> (great start), but luckily, another reboot went through without problems.</p>
<p>If you like, please <strong>let me know</strong> in the comments if the patch worked for you or not. Good luck!</p>
<p><em>(Thanks Justin, Jean Pierre and Marc, who all told me about the update being available.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2007/12/19/apple-allegedly-fixes-leopard-keyboard-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BSD-powered Obama &#8216;08</title>
		<link>http://fredericiana.com/2007/12/13/bsd-powered-obama-08/</link>
		<comments>http://fredericiana.com/2007/12/13/bsd-powered-obama-08/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 23:40:32 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[USA]]></category>

		<category><![CDATA[websights]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[candidates]]></category>

		<category><![CDATA[election]]></category>

		<category><![CDATA[iis]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2007/12/13/bsd-powered-obama-08/</guid>
		<description><![CDATA[Douglas Karr at the Marketing Technology blog has an interesting post about the web servers the election candidates for the U.S. in 2008 run.
Hillary runs Windows 2003, for example, while Guiliani trusts his website to a CentOS+Apache install. An exception seem to be Barrack Obama and C. Todd, who are the only ones to run [...]]]></description>
			<content:encoded><![CDATA[<p>Douglas Karr at the Marketing Technology blog has an interesting <a href="http://www.douglaskarr.com/2007/06/23/2008-elections-by-server/">post about the web servers the election candidates for the U.S. in 2008 run</a>.</p>
<p>Hillary runs Windows 2003, for example, while Guiliani trusts his website to a CentOS+Apache install. An exception seem to be Barrack Obama and C. Todd, who are the only ones to run FreeBSD on their webservers.</p>
<p>The percentage difference between Linux/Apache (48%) and Windows/IIS (43%), seems to reflect the Internet not <em>too</em> badly (which is <a href="http://news.netcraft.com/archives/web_server_survey.html">about 50% Apache vs. 35% IIS</a>), but when you look at the two parties, there is a much more clear bias:</p>
<blockquote><p>It’s fascinating to me that the Dems are predominantly Open Source… except for Hillary Clinton and the Republicans are predominantly Microsoft with the exception of Ron Paul, Jim Gilmore, Rudy Giuliani and Mitt Romney.</p></blockquote>
<p>I wonder what makes Republican candidates go so strongly for closed source products, but I&#8217;ll leave this up to your speculations <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>When I look at the hosting companies, I don&#8217;t recognize many names &#8212; only one came to sight: Republican candidate Jim Gilmore gets his Linux box from 1&#038;1 Internet, Inc., a subsidiary of <em>1 und 1</em>, one of Germany&#8217;s largest internet companies who have big facilities in my university town Karlsruhe. /me waves from here.</p>
<p>Will this knowledge influence where the average geek&#8217;s makes their cross on the ballot? Probably (or rather, hopefully) not. Yet it is interesting to see what technologies the candidates trust into. Now I&#8217;d only like to find out which <strong>browser</strong> they are using. But this will likely remain unresolved forever&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2007/12/13/bsd-powered-obama-08/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wii Remote Digital Whiteboard</title>
		<link>http://fredericiana.com/2007/12/12/wii-remote-digital-whiteboard/</link>
		<comments>http://fredericiana.com/2007/12/12/wii-remote-digital-whiteboard/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 14:33:04 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[whiteboard]]></category>

		<category><![CDATA[wiimote]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2007/12/12/wii-remote-digital-whiteboard/</guid>
		<description><![CDATA[Johnny Lee from CMU shows off a low-cost digital whiteboard built from a WiiMote and a pen with an infrared tip.

I so want this (hint, hint, readers looking for a Christmas present  ). Also, if I was still on-site, I&#8217;d absolutely volunteer to build one of these for Mozilla  
(Thanks for the Link, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://johnnylee.net/">Johnny Lee</a> from CMU shows off a low-cost digital whiteboard built from a WiiMote and a pen with an infrared tip.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/5s5EvhHy7eQ&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/5s5EvhHy7eQ&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>I <strong>so</strong> want this (hint, hint, readers looking for a Christmas present <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). Also, if I was still on-site, I&#8217;d absolutely volunteer to build one of these for Mozilla <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>(Thanks for the Link, Kai!)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2007/12/12/wii-remote-digital-whiteboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hand-Crafted Blog Spam</title>
		<link>http://fredericiana.com/2007/12/12/hand-crafted-blog-spam/</link>
		<comments>http://fredericiana.com/2007/12/12/hand-crafted-blog-spam/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 10:30:58 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
		
		<category><![CDATA[Mozilla Crosspost]]></category>

		<category><![CDATA[OSU OSL Crosspost]]></category>

		<category><![CDATA[Tech Talk]]></category>

		<category><![CDATA[fredericiana]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[manual]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://fredericiana.com/2007/12/12/hand-crafted-blog-spam/</guid>
		<description><![CDATA[It seems to me like some people have a little too much time at their hands: I recently notice a bunch of hand-crafted spam coming in to my blog, mainly as comments to the famous (infamous?) cake article.
The comments look something like this:


Some hand-crafted wordpress spam, notice how the comment makes sense but the supplied [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to me like some people have a little too much time at their hands: I recently notice a bunch of hand-crafted spam coming in to my blog, mainly as comments to the famous (<em>infamous?</em>) <a href="http://fredericiana.com/2006/10/24/from-redmond-with-love/">cake article</a>.</p>
<p>The comments look something like this:</p>
<div class="img-label">
<img src='http://fredericiana.com/wp-content/uploads/2007/12/handcraftedspam.jpg' alt='Hand Crafted Wordpress Spam' /><br />
Some hand-crafted wordpress spam, notice how the comment makes sense but the supplied URL is quite apparently promoting spam content.
</div>
<p>Interestingly, most of these comments actually link to pages that promote some sort of shady <a href="http://en.wikipedia.org/wiki/Pyramid_Scheme">pyramid scheme</a>. Looks like these people desperately surf the web searching for well-visited blog posts and drop spam in there &#8212; by hand.</p>
<p>Yet, even if they manage to get through comment moderation, they are not likely to squeeze any &#8220;search engine juice&#8221; out of it, since Wordpress marks commenters&#8217; homepage links as <a href="http://en.wikipedia.org/wiki/Nofollow">nofollow</a> by default.</p>
<p>And though I would like to tell them they can save their keystrokes and that they are wasting their time (and, more importantly, mine too), I can probably drop that, since chances are, none of these people will ever actually <em>read</em> the blogs they are spamming&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fredericiana.com/2007/12/12/hand-crafted-blog-spam/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.857 seconds -->
