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

<channel>
	<title>Dossy's Blog</title>
	<atom:link href="http://dossy.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://dossy.org</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<pubDate>Thu, 25 Jun 2009 05:42:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabling service updates on SA2 TiVo&#8217;s</title>
		<link>http://dossy.org/2009/06/disabling-service-updates-on-sa2-tivos/</link>
		<comments>http://dossy.org/2009/06/disabling-service-updates-on-sa2-tivos/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:42:28 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=792</guid>
		<description><![CDATA[I needed to re-enable service updates on my SA2 TiVo tonight and I&#8217;d forgotten how to toggle it after having disabled them when I first hacked my TiVo, and had a tough time finding the information so I figure I&#8217;ll post it to my blog so I&#8217;ll be able to find it again.
The key command [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to re-enable service updates on my SA2 TiVo tonight and I&#8217;d forgotten how to toggle it after having disabled them when I first hacked my TiVo, and had a tough time finding the information so I figure I&#8217;ll post it to my blog so I&#8217;ll be able to find it again.</p>
<p>The key command is <tt>bootpage</tt> - use &#8220;<tt>bootpage -p /dev/hda</tt>&#8221; to see the current settings.  Then, use &#8220;<tt>bootpage -P &#8220;&#8230;&#8221; /dev/hda</tt>&#8221; to change them.  Specifically, change &#8220;upgradesoftware=false&#8221; to &#8220;upgradesoftware=true&#8221; or vice versa.</p>
<p>Tags: <a href="http://technorati.com/tag/TiVo" rel="tag">TiVo</a>, <a href="http://technorati.com/tag/hacks" rel="tag">hacks</a>, <a href="http://technorati.com/tag/reference" rel="tag">reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/06/disabling-service-updates-on-sa2-tivos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting Adaptec afacli working on Ubuntu</title>
		<link>http://dossy.org/2009/06/getting-adaptec-afacli-working-on-ubuntu/</link>
		<comments>http://dossy.org/2009/06/getting-adaptec-afacli-working-on-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 19:26:25 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Geeking out]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=788</guid>
		<description><![CDATA[In order to get afacli working on Ubuntu Hardy, I did these things:
1. Get afa-apps-snmp.2807420-A04.tar.gz from Dell.
2. Get libstdc++2.10-glibc2.2 from Debian afacli depends on libstdc++-libc6.2-2.so.3.
Since I&#8217;m running Ubuntu x86_64, I put libstdc++-libc6.2-2.so.3 in /usr/lib32.  Installing the rpm package under Ubuntu provides rpm2cpio which I used to extract afaapps-4.1-0.i386.rpm like this:
$ rpm2cpio afaapps-4.1-0.i386.rpm &#124; (cd [...]]]></description>
			<content:encoded><![CDATA[<p>In order to get <tt>afacli</tt> working on Ubuntu Hardy, I did these things:</p>
<p>1. Get <tt><a href="http://ftp.us.dell.com/scsi-raid/afa-apps-snmp.2807420-A04.tar.gz">afa-apps-snmp.2807420-A04.tar.gz</a></tt> from Dell.</p>
<p>2. Get <tt><a href="http://packages.debian.org/etch/libstdc++2.10-glibc2.2">libstdc++2.10-glibc2.2</a></tt> from Debian <tt>afacli</tt> depends on <tt>libstdc++-libc6.2-2.so.3</tt>.</p>
<p>Since I&#8217;m running Ubuntu x86_64, I put <tt>libstdc++-libc6.2-2.so.3</tt> in <tt>/usr/lib32</tt>.  Installing the <tt>rpm</tt> package under Ubuntu provides <tt>rpm2cpio</tt> which I used to extract <tt>afaapps-4.1-0.i386.rpm</tt> like this:</p>
<p><code>$ rpm2cpio afaapps-4.1-0.i386.rpm | (cd / &#038;&#038; cpio -iudvm)</code></p>
<p>That&#8217;s it.  You now have <tt>/usr/sbin/afacli</tt>.</p>
<p>Tags: <a href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a href="http://technorati.com/tag/Ubuntu" rel="tag">Ubuntu</a>, <a href="http://technorati.com/tag/Adaptec" rel="tag">Adaptec</a>, <a href="http://technorati.com/tag/afacli" rel="tag">afacli</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/06/getting-adaptec-afacli-working-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I take that back, Wolfram Alpha is made of win!</title>
		<link>http://dossy.org/2009/06/i-take-that-back-wolfram-alpha-is-made-of-win/</link>
		<comments>http://dossy.org/2009/06/i-take-that-back-wolfram-alpha-is-made-of-win/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 01:09:09 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Geeking out]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=776</guid>
		<description><![CDATA[Last week, I wrote that Wolfram Alpha still couldn&#8217;t answer such important (ha) questions such as &#8220;How is babby formed?&#8220;
As you might expect, Wolfram Alpha&#8217;s gotten smarter already.  Look:

That&#8217;s what I call awesome.  Well done, guys.
]]></description>
			<content:encoded><![CDATA[<p>Last week, <a href="http://dossy.org/2009/05/wolfram-alpha-may-be-cool-but/">I wrote</a> that <a href="http://www.wolframalpha.com/">Wolfram Alpha</a> still couldn&#8217;t answer such important (ha) questions such as &#8220;<a href="http://www.mahalo.com/How_is_Babby_Formed">How is babby formed?</a>&#8220;</p>
<p>As you might expect, Wolfram Alpha&#8217;s gotten smarter already.  Look:</p>
<div style="text-align: center;"><a href="http://www.wolframalpha.com/input/?i=how+is+babby+formed"><img src="http://dossy.org/uploads/2009/06/wolfram-alpha-knows.png" alt="Wolfram Alpha knows!" border="0" width="392" height="302" /></a></div>
<p>That&#8217;s what I call awesome.  Well done, guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/06/i-take-that-back-wolfram-alpha-is-made-of-win/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wolfram Alpha may be cool, but &#8230;</title>
		<link>http://dossy.org/2009/05/wolfram-alpha-may-be-cool-but/</link>
		<comments>http://dossy.org/2009/05/wolfram-alpha-may-be-cool-but/#comments</comments>
		<pubDate>Tue, 26 May 2009 03:19:54 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Geeking out]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=770</guid>
		<description><![CDATA[Wolfram Alpha may be cool, but it can&#8217;t answer the really important questions, yet, such as &#8220;How is babby formed?&#8221; &#8230;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolframalpha.com/">Wolfram Alpha</a> may be cool, but it can&#8217;t answer the really important questions, yet, such as &#8220;<a href="http://www.mahalo.com/How_is_Babby_Formed">How is babby formed?</a>&#8221; &#8230;</p>
<div style="text-align: center;"><a href="http://www.wolframalpha.com/input/?i=how+is+babby+formed"><img src="http://dossy.org/uploads/2009/05/wolfram-alpha-babby-formed.png" alt="Wolfram Alpha's attempt to answer &quot;How is babby formed?&quot; fails." border="0" width="450" height="379" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/05/wolfram-alpha-may-be-cool-but/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reconciling creation and evolution</title>
		<link>http://dossy.org/2009/04/reconciling-creation-and-evolution/</link>
		<comments>http://dossy.org/2009/04/reconciling-creation-and-evolution/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 17:44:48 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=764</guid>
		<description><![CDATA[Often, the pro-creation or anti-evolution argument looks to the first chapter of Genesis as its basis, that God created all kinds and so nothing evolved from something else.  What strikes me as odd is the presumption that this same omnipotent God is bounded by what we perceive as time.  Why is it hard [...]]]></description>
			<content:encoded><![CDATA[<p>Often, the pro-creation or anti-evolution argument looks to the first chapter of Genesis as its basis, that God created all kinds and so nothing evolved from something else.  What strikes me as odd is the presumption that this same omnipotent God is bounded by what we perceive as time.  Why is it hard to accept that God conceived of&#8211;not literally &#8220;created&#8221;&#8211;everything at once but that some would only come to manifest at a certain point in time?  This would indeed have all scientific appearances of evolution, of one kind of beast becoming another, but God still having done this magnificent deed during the act of creation.</p>
<p>Even in Genesis, God &#8220;evolves&#8221; woman from man, taking a part of him and creating something new that did not exist before.  This is absolutely testament that evolution happens and that God may indeed be at the center of its happening.  Yet, pro-creation arguers insist that evolution doesn&#8217;t happen?  This is absurd at best.</p>
<p>Similarly, the pro-evolution arguers insisting that such miraculous events could occur purely by random chance seems too optimistic for my tastes.  We have very little evidence of &#8220;evolution gone horribly wrong&#8221; which would inevitably need to happen much more frequently than evolution getting it right to get us to where we are today.  Yet, the fossil record is clearly lacking this proof.  Apparently, the evolutionary stasis in the observed fossil record is clear.</p>
<p>Scientists have coined the term <a href="http://en.wikipedia.org/wiki/Punctuated_equilibrium">punctuated equilibrium</a> to describe the short bursts of evolutionary improvement that happens.  Why is it so hard to accept that these apparently miraculous core changes to a species wasn&#8217;t guided somehow?  Believing that these rare and unlikely events, which now seems to not stem from constantly failed random attempts, can happen repeatedly is like winning the lottery every time you buy a ticket, and repeatedly buying tickets and winning every time!  Sorry, that kind of luck is &#8230; Godlike, to say the least.</p>
<p>Tags: <a href="http://technorati.com/tag/religion" rel="tag">religion</a>, <a href="http://technorati.com/tag/creationism" rel="tag">creationism</a>, <a href="http://technorati.com/tag/evolution" rel="tag">evolution</a>, <a href="http://technorati.com/tag/punctuated%20equilibrium" rel="tag">punctuated equilibrium</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/04/reconciling-creation-and-evolution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Guess it&#8217;s time to wait for OAuth 1.1</title>
		<link>http://dossy.org/2009/04/guess-its-time-to-wait-for-oauth-11/</link>
		<comments>http://dossy.org/2009/04/guess-its-time-to-wait-for-oauth-11/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:06:43 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=757</guid>
		<description><![CDATA[Last week, I decided to take a stab at implementing a basic OAuth consumer in order to integrate Twitter Karma with Twitter using OAuth.  I&#8217;d read through the OAuth 1.0 specification before, but never closely enough to realize that there was a serious attack vector in it.  So, I mentioned this on the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I decided to take a stab at implementing a basic OAuth consumer in order to integrate <a href="http://dossy.org/twitter/karma/">Twitter Karma</a> with Twitter using OAuth.  I&#8217;d read through the OAuth 1.0 specification before, but never closely enough to realize that there was a serious attack vector in it.  So, I mentioned this on the <a href="http://groups.google.com/group/twitter-development-talk/msg/859029757bfd32ec">twitter-development-talk mailing list</a>, hoping to get some answers on April 16th:</p>
<blockquote style="padding-left: 0.5em; margin-left: 1.5em; border-left: #666 3px solid;"><p>Also, the redirect to the callback URL has no signature.  What stops an attacker from brute-force attacking an OAuth consumer, iterating through posisble tokens?  Simply the large search space of valid OAuth tokens?  Even if it&#8217;s only &#8220;possible in theory&#8221; &#8230; some teenager with nothing better to do is going to eventually turn that theory into practice.</p>
</blockquote>
<p>My concern was met with confusion so I brought the concern to the <a href="http://groups.google.com/group/oauth/msg/336904c0df47cc57">OAuth mailing list</a> (<a href="http://groups.google.com/group/oauth/msg/ea92d9d9354127b0">also</a>) on April 17th:</p>
<blockquote style="padding-left: 0.5em; margin-left: 1.5em; border-left: #666 3px solid;"><p>Currently, the OAuth callback URL is susceptible to replay attack and token shooting.  Signing it would eliminate this in a very low-effort way.</p>
<p>&#8230;</p>
<p>[...] it&#8217;s very desirable to be able to tell if the callback was legitimate or either a replay attack or a brute-force token shooting attack.</p>
<p>Even client-side browser cookies may not win here if a simple session fixation attack is coupled with the token shooting attack.</p>
</blockquote>
<p>I wasn&#8217;t sure if I was being understood, either, but then <a href="http://groups.google.com/group/twitter-development-talk/browse_frm/thread/a5c7656acb8a90a7/190e45bdda218daf?#190e45bdda218daf">a few days later</a> on April 20th, <a href="http://news.cnet.com/8301-13577_3-10225103-36.html">Twitter yanked their OAuth support offline</a>.</p>
<p>Eventually, an <a href="http://oauth.net/advisories/2009-1">OAuth security advisory 2009-1</a> was published on April 23rd that clearly states <b>&#8220;A modified specification to address this issue is forthcoming&#8221;</b> as I pointed out was necessary, and Eran Hammer-Lahav writes a thorough <a href="http://www.hueniverse.com/hueniverse/2009/04/explaining-the-oauth-session-fixation-attack.html">explanation of the problem</a> in his blog.  The money quote:</p>
<blockquote style="padding-left: 0.5em; margin-left: 1.5em; border-left: #666 3px solid;"><p>If we put it all together, even if an application:</p>
<ul>
<li>Makes sure to use the account of the user coming back from the callback and not that of the one who started</li>
<li>Checks that the user who starts the process is the same as the one who finishes it</li>
<li>Uses an immutable callback set at registration</li>
</ul>
<p>It is still exposed to a timing attack trying to slide in between the victim authorizing access and his browser making the redirection call. There is simply no way to know that the person who authorizes is the same person coming back. None whatsoever.</p>
</blockquote>
<p>This is exactly why the callback URL that the OAuth provider uses to redirect the user back to the OAuth consumer needs to be signed.</p>
<p>So, why am I making a big deal out of all of this?  Well, I&#8217;m irked.  Coincidentally, their &#8220;discovery&#8221; of this issue conveniently coincided with my raising of the issue publically on the mailing lists, yet nowhere is my name mentioned in any of this.  In my opinion, that&#8217;s <em>really</em> poor form in an &#8220;open community&#8221; where often the only compensation for effort is recognition.  It&#8217;s this kind of back-handed treatment that encourages people to demonstrate these security concerns through actual working exploits, which benefits no one but guarantees the creator their recognition.</p>
<p>In the end, I&#8217;m glad that this issue is going to be addressed and hopefully in a timely fashion because all of us developing applications in the public software ecosystem will benefit, but I still feel slighted.  I&#8217;ll get over it, while I wait for the OAuth 1.1 specification.</p>
<p>Tags: <a href="http://technorati.com/tag/OAuth" rel="tag">OAuth</a>, <a href="http://technorati.com/tag/Twitter" rel="tag">Twitter</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/04/guess-its-time-to-wait-for-oauth-11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You know it&#8217;s bad when &#8230;</title>
		<link>http://dossy.org/2009/04/you-know-its-bad-when/</link>
		<comments>http://dossy.org/2009/04/you-know-its-bad-when/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:13:51 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Geeking out]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=755</guid>
		<description><![CDATA[This morning, I got a spam email with this subject line:
We are too lazy to change subjects every day, please buy our viagra
Wow, has it really come to this?  Is there anyone left on this planet who wants to buy Viagra that doesn&#8217;t know how to get it, that spam like this has a [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, I got a spam email with this subject line:</p>
<blockquote><p><i>We are too lazy to change subjects every day, please buy our viagra</i></p></blockquote>
<p>Wow, has it really come to this?  Is there anyone left on this planet who wants to buy Viagra that doesn&#8217;t know how to get it, that spam like this has a non-zero conversion rate?!</p>
<p>I think spammers are now just sending spam to prove they can do it these days.  They&#8217;re probably distributing URLs that link to sites that serve malware that exploit browser vulnerabilities simply to grow their botnets, under the guise of Viagra spam.</p>
<p>I&#8217;m waiting for the day when these botnet owners start distributing code to do large-scale grid crypto cracking.  Imagine what kind of crypto you can brute-force in near-realtime with a grid of a few hundred thousand modern computers?  That&#8217;s a supercomputer that no single organization could probably afford to purchase and manage.</p>
<p>Tags: <a href="http://technorati.com/tag/Viagra" rel="tag">Viagra</a>, <a href="http://technorati.com/tag/spam" rel="tag">spam</a>, <a href="http://technorati.com/tag/hacking" rel="tag">hacking</a>, <a href="http://technorati.com/tag/distributed%20computing" rel="tag">distributed computing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/04/you-know-its-bad-when/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Depression is a funny thing sometimes</title>
		<link>http://dossy.org/2009/04/depression-is-a-funny-thing-sometimes/</link>
		<comments>http://dossy.org/2009/04/depression-is-a-funny-thing-sometimes/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:42:44 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Dossy, Dossy and more Dossy!]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=751</guid>
		<description><![CDATA[Depression is a funny thing sometimes.  I deal with intense feelings of loneliness a lot more often than I&#8217;d like to admit.  What&#8217;s strange is the fact that I know hundreds of people.  I talk to dozens of people online every day, by email, instant messaging, social networks and other ways.  [...]]]></description>
			<content:encoded><![CDATA[<p>Depression is a funny thing sometimes.  I deal with intense feelings of loneliness a lot more often than I&#8217;d like to admit.  What&#8217;s strange is the fact that I know hundreds of people.  I talk to dozens of people online every day, by email, instant messaging, social networks and other ways.  From the outside looking in, I appear to be constantly surrounded by people, at least virtually.  Yet, I feel incredibly isolated, very alone, intensely lonely.</p>
<p>I&#8217;ve been seeing various therapists regularly for the past five years.  I&#8217;m on two different anti-depressants (Paxil and Wellbutrin) and I take them daily.  Perhaps I&#8217;m on the wrong medication or I need to add something else to the cocktail.  Whatever the case, I&#8217;m actively seeking ways of trying to fix this problem.  But, the intense feelings of loneliness start to trigger despair, and that just makes it that much harder to cope and try.</p>
<p>I recently wrote, <strong>&#8220;Sometimes, I really hate being me.&#8221;</strong>  I don&#8217;t think anyone who read that really understood what I meant.  I don&#8217;t know how to explain it.  A therapist I saw for two years, who had been practicing for probably close to twenty years, finally said to me, <em>&#8220;I don&#8217;t even know how to classify you.&#8221;</em>  I know that this quote is vague and lacks sufficient context, but he understood the gap that isolates me.</p>
<p>I&#8217;ll try writing more about this if I can bring myself to do it &#8230; I&#8217;ve wanted to write this for years, but every time I sat down to try, the words just wouldn&#8217;t come.  Right at this moment, I&#8217;m determined to try and push through that barrier and finally write some of this down.</p>
<p>Tags: <a href="http://technorati.com/tag/depression" rel="tag">depression</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/04/depression-is-a-funny-thing-sometimes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AOLserver in Google&#8217;s Summer of Code 2009</title>
		<link>http://dossy.org/2009/03/aolserver-in-googles-summer-of-code-2009/</link>
		<comments>http://dossy.org/2009/03/aolserver-in-googles-summer-of-code-2009/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:39:32 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[AOLserver]]></category>

		<category><![CDATA[Open Source]]></category>

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

		<guid isPermaLink="false">http://dossy.org/?p=745</guid>
		<description><![CDATA[Are you a student that meets Google&#8217;s eligibility criteria, who is interested in contributing to an Open Source project this summer?  Google&#8217;s Summer of Code 2009 is on, and once again, the Tcl community has been accepted as a mentoring organization, which includes AOLserver.
Students can apply until the deadline of 19:00 UTC on April [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; padding-right: 10px;"><a href="http://socghop.appspot.com/"><img src="http://dossy.org/images/2009/03/gsoc-2009.jpg" alt="Google Summer of Code 2009" border="0" width="128" height="128" /></a></div>
<p>Are you a student that meets <a href="http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#student_eligibility">Google&#8217;s eligibility criteria</a>, who is interested in contributing to an Open Source project this summer?  <a href="http://socghop.appspot.com/">Google&#8217;s Summer of Code 2009</a> is on, and once again, the <a href="http://www.tcl.tk/">Tcl</a> community has been <a href="http://socghop.appspot.com/org/show/google/gsoc2009/tcltk">accepted</a> as a mentoring organization, which includes <a href="http://aolserver.com/">AOLserver</a>.</p>
<p>Students can <a href="http://socghop.appspot.com/student/apply/google/gsoc2009">apply</a> until the <strong>deadline of 19:00 UTC on April 3rd</strong>.  If you have any questions about GSoC or AOLserver&#8217;s involvement in it, please ask me!  I&#8217;ll try to help answer whatever questions you might have.</p>
<p>Good luck to all the students and mentoring organizations this summer!</p>
<p>Tags: <a href="http://technorati.com/tag/Google%20Summer%20of%20Code%202009" rel="tag">Google Summer of Code 2009</a>, <a href="http://technorati.com/tag/Tcl" rel="tag">Tcl</a>, <a href="http://technorati.com/tag/AOLserver" rel="tag">AOLserver</a>, <a href="http://technorati.com/tag/open source" rel="tag">open source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/03/aolserver-in-googles-summer-of-code-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Life is getting in the way of my blogging</title>
		<link>http://dossy.org/2009/03/life-is-getting-in-the-way-of-my-blogging/</link>
		<comments>http://dossy.org/2009/03/life-is-getting-in-the-way-of-my-blogging/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 23:05:21 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
		
		<category><![CDATA[Dossy, Dossy and more Dossy!]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=740</guid>
		<description><![CDATA[Things have gotten seriously busy lately.  I&#8217;ll try to re-cap some highlights:
***
I&#8217;ve just joined the Ridgewood chapter of the Barbershop Harmony Society after being a guest at their meetings for the past few weeks.  This is a great complimentary activity to my singing in my church choir.  We meet on Monday nights [...]]]></description>
			<content:encoded><![CDATA[<p>Things have gotten seriously busy lately.  I&#8217;ll try to re-cap some highlights:</p>
<div style="text-align: center;">***</div>
<p>I&#8217;ve just joined the Ridgewood chapter of the <a href="http://www.barbershop.org/">Barbershop Harmony Society</a> after being a guest at their meetings for the past few weeks.  This is a great complimentary activity to my singing in <a href="http://www.oursaviourchurch.org/">my church</a> choir.  We meet on Monday nights in Wyckoff, NJ, and it is a <em>lot</em> of fun.</p>
<div style="text-align: center;">***</div>
<p>We survived the girls&#8217; birthdays again, this year we celebrated at <a href="http://www.skylandsnj.com/">Skylands Ice World</a> up in Stockholm, NJ.  Everyone had lots of fun and it just felt good to be out on the ice again.  You aren&#8217;t allowed to bring in outside food, so I was nervous about the quality of the in-house catering as you effectively have no other choice, but it was surprisingly good!  If you or your kids like to skate, this is definitely a place I&#8217;d recommend for a party.</p>
<div style="text-align: center;">***</div>
<p>Work has been keeping me busy and engaged as usual, working on developing products that will generate serious revenue.  I really wish I could talk about them in more detail, but I can&#8217;t.  Perhaps I&#8217;ll be able to link to a press release or two, soon.</p>
<div style="text-align: center;">***</div>
<p>I recently decided that I&#8217;d had enough of the annoying markup that <a href="http://illuminex.com/ecto/">ecto 3</a> generated and went looking for an alternative.  A few people recommended <a href="http://www.red-sweater.com/marsedit/">MarsEdit 2</a> so I gave it a try.  Let me put it this way: after 10 minutes of playing with it in my trial period, I bought it.  It&#8217;s somewhat unfortunate as ecto was <em>so</em> close to being just right, but the few annoyances really got on my nerves after all this time.  I think I would have hung in there except it seems like ecto&#8217;s development has pretty much stopped, but when I registered my copy of MarsEdit, I got an email from Daniel Jalkut, thanking me.  That seemed like a good sign, you know?</p>
<div style="text-align: center;">***</div>
<p>I&#8217;ve probably forgotten a bunch of things that I wanted to mention, but at least this is a start.</p>
<p>Tags: <a href="http://technorati.com/tag/Dossy%20Shiobara" rel="tag">Dossy Shiobara</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/03/life-is-getting-in-the-way-of-my-blogging/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
