<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dossy's Blog</title>
	
	<link>http://dossy.org</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<lastBuildDate>Tue, 02 Feb 2010 00:19:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dossy/feed" /><feedburner:info uri="dossy/feed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><geo:lat>40.99313</geo:lat><geo:long>-74.358939</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>dossy/feed</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Installing Oracle 11g R2 on Solaris 10 with EMC PowerPath</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/vU1Jgj0gpHM/</link>
		<comments>http://dossy.org/2010/02/installing-oracle-11g-r2-on-solaris-10-with-emc-powerpath/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 00:19:38 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Geeking out]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=925</guid>
		<description>For anyone who has the misfortune of having to install a multi-node RAC cluster of Oracle 11g R2 on Solaris 10 (in my case, SPARC 64-bit) with an EMC PowerPath, hopefully these notes I&amp;#8217;ve collected will come in useful.  I certainly suffered plenty trying to get this install to work and web searches didn&amp;#8217;t [...]</description>
			<content:encoded><![CDATA[<p>For anyone who has the misfortune of having to install a multi-node RAC cluster of Oracle 11g R2 on Solaris 10 (in my case, SPARC 64-bit) with an EMC PowerPath, hopefully these notes I&#8217;ve collected will come in useful.  I certainly suffered plenty trying to get this install to work and web searches didn&#8217;t turn up very many useful results at the time.</p>
<h3>Make sure you set tunable limits correctly.</h3>
<p>Previously, you would edit <tt>/etc/system</tt> to change tunable parameters then reboot the system, but starting in Solaris 10, there&#8217;s a new &#8220;projects&#8221; system where tunables can be configured.  For my installation, the cluster nodes had 16GB of RAM each, so I used these settings (as root):</p>
<pre class="terminal">$ projmod -U oracle -sK "process.max-file-descriptor=(priv,4096,deny)" user.oracle
$ projmod -U oracle -sK "project.max-msg-ids=(priv,256,deny)" user.oracle
$ projmod -U oracle -sK "project.max-sem-ids=(priv,256,deny)" user.oracle
$ projmod -U oracle -sK "project.max-shm-ids=(priv,256,deny)" user.oracle
$ projmod -U oracle -sK "project.max-shm-memory=(priv,16GB,deny)" user.oracle</pre>
<p>You can check these settings by inspecting <tt>/etc/project</tt> and looking for the <tt>user.oracle</tt> entry.</p>
<p>Also, when running in a RAC configuration, some Oracle processes like <tt>crsd</tt> run as root, so these will be necessary as well:</p>
<pre class="terminal">$ projmod -sK "project.max-shm-ids=(priv,256,deny)" system
$ projmod -sK "project.max-shm-memory=(priv,16GB,deny)" system</pre>
<p>This appears to be a catch-all way of ensuring these settings are in use for all users:</p>
<pre class="terminal">$ projmod -sK "project.max-shm-ids=(priv,256,deny)" default
$ projmod -sK "project.max-shm-memory=(priv,16GB,deny)" default</pre>
<p>Failing to set these settings for system and default seems to result in Oracle &#8220;<tt>ORA-01102: cannot mount database in EXCLUSIVE mode</tt>&#8221; errors when trying to start a database instance.</p>
<h3>Failure to create the DATA diskgroup using ASM</h3>
<p>I wasted a good 6 hours trying to understand why I kept getting the following error during the 11g R2 grid package install:</p>
<p><tt>ORA-15020: discovered duplicate ASM disk "DATA_0000"</tt></p>
<p>Turns out, I had only set the permissions on <tt>/dev/rdsk/emcpower*</tt> correctly on one of the nodes in the cluster.  The permissions need to be correct on <em>all</em> nodes in the cluster, as the installer operates on all cluster nodes as part of the install &#8211; duh!  Beware of this gotcha, it can be very frustrating.</p>
<h3>WARNING: oradism did not start up correctly.</h3>
<p>In <tt>diag/rdbms/*/$ORACLE_SID/trace</tt>, in the <tt>alert_${ORACLE_SID}.log</tt>, you may find this message:</p>
<pre>WARNING: oradism did not start up correctly.
  Dynamic ISM can not be locked.
----------------------------------------
oradism creation failed for unknown reasons 0 8 105</pre>
<p>This is apparently a bug described in Oracle Metalink 374367.1.  By default, the Oracle installer installs the file with ownership <tt>oracle:oinstall</tt> and mode <tt>0750</tt>.  It needs to be suid root, sgid dba.  The solution is to perform the following steps (as root):</p>
<pre class="terminal">$ cd $ORACLE_HOME/bin
$ chown root:dba oradism
$ chmod 6550 oradism</pre>
<p>Then, restart the database.</p>
<h3>Back up the Enterprise Manager encryption key!</h3>
<p>The Enterprise Manager runs on port 1158, using HTTPS.  The encryption key is located here:</p>
<p><tt>$ORACLE_HOME/*/sysman/config/emkey.ora</tt></p>
<p>Back this key up, because without it, the Enterprise Manager data can&#8217;t be accessed.</p>
<h3>ERROR: NMO not setuid-root (Unix-only)</h3>
<p>When using Enterprise Manager, you might get the following error message:</p>
<p><tt>ERROR: NMO not setuid-root (Unix-only)</tt></p>
<p>This occurs because the NMO binaries need to be setuid-root, as the error explains.  Use these steps to correct the problem:</p>
<pre class="terminal">$ cd $ORACLE_HOME/bin
$ chown root nmb nmhs nmo
$ chmod 6750 nmb nmhs nmo</pre>
<hr class="dashed" />
<p>Have you installed a multi-node RAC cluster using Oracle 11g R2 on Solaris 10?  Did you discover any gotchas that prevented a successful installation &#8220;out of the box&#8221;?  Please, share them in the comments below so that others can benefit from our pain!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=vU1Jgj0gpHM:tz6mwh8WaQY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=vU1Jgj0gpHM:tz6mwh8WaQY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=vU1Jgj0gpHM:tz6mwh8WaQY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=vU1Jgj0gpHM:tz6mwh8WaQY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=vU1Jgj0gpHM:tz6mwh8WaQY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/vU1Jgj0gpHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/02/installing-oracle-11g-r2-on-solaris-10-with-emc-powerpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/02/installing-oracle-11g-r2-on-solaris-10-with-emc-powerpath/</feedburner:origLink></item>
		<item>
		<title>Making slow progress</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/r3nX_5qdi2E/</link>
		<comments>http://dossy.org/2010/02/making-slow-progress/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:24:42 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=921</guid>
		<description>After several rounds of comments, leading to what I hope are improvements, resulted in this latest iteration of my blog theme:

Sure, it looks like someone beat up a clown and then vomited on the body, but it&amp;#8217;s progress.  As before, any comments would be greatly appreciated.</description>
			<content:encoded><![CDATA[<p>After several rounds of comments, leading to what I hope are improvements, resulted in this latest iteration of my blog theme:</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2010/02/Screen-shot-2010-02-01-at-11.20.33-AM1.png" alt="dossy.org screenshot" border="0" width="500" height="306" /></div>
<p>Sure, it looks like someone beat up a clown and then vomited on the body, but it&#8217;s progress.  As before, any comments would be greatly appreciated.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=r3nX_5qdi2E:BjOIMd5n3R0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=r3nX_5qdi2E:BjOIMd5n3R0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=r3nX_5qdi2E:BjOIMd5n3R0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=r3nX_5qdi2E:BjOIMd5n3R0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=r3nX_5qdi2E:BjOIMd5n3R0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/r3nX_5qdi2E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/02/making-slow-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/02/making-slow-progress/</feedburner:origLink></item>
		<item>
		<title>It’s time to tweak the blog theme</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/8yJJyj6vWgo/</link>
		<comments>http://dossy.org/2010/01/its-time-to-tweak-the-blog-theme/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 14:18:22 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=916</guid>
		<description>As part of 2010, I&amp;#8217;d like to finally move away from my mostly monochromatic color scheme for my blog.  However, the problem is &amp;#8230; I can&amp;#8217;t choose colors to save my life!  After some fiddling around last night, these are the colors I ended up with:

It might not be the worst possible colors [...]</description>
			<content:encoded><![CDATA[<p>As part of 2010, I&#8217;d like to finally move away from my mostly monochromatic color scheme for my blog.  However, the problem is &#8230; I can&#8217;t choose colors to save my life!  After some fiddling around last night, these are the colors I ended up with:</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2010/01/screenshot.png" alt="Sample screenshot of new theme in progress" border="0" width="500" height="292" /></div>
<p>It might not be the worst possible colors to pick, but &#8230; ugh, even I know they&#8217;re ugly.  But, I just can&#8217;t choose good colors!</p>
<p>Help me!  What colors should I use as the palette for my new theme?  I really do like the background color and body text colors I chose &#8230; but what about a highlight color?  And link colors?  Let me know what you think I should try, please!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=8yJJyj6vWgo:xyHz5Roc5O8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=8yJJyj6vWgo:xyHz5Roc5O8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=8yJJyj6vWgo:xyHz5Roc5O8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=8yJJyj6vWgo:xyHz5Roc5O8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=8yJJyj6vWgo:xyHz5Roc5O8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/8yJJyj6vWgo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/01/its-time-to-tweak-the-blog-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/01/its-time-to-tweak-the-blog-theme/</feedburner:origLink></item>
		<item>
		<title>My shiny new battery (thanks, AppleCare)!</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/_Jy65yDvITI/</link>
		<comments>http://dossy.org/2010/01/my-shiny-new-battery-thanks-applecare/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:23:10 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=911</guid>
		<description>Today, I was able to get my optical disk drive and battery replaced on my 15&amp;#8243; MacBook Pro.  The ODD would intermittently fail to write disks.  My battery wouldn&amp;#8217;t hold more than 1400 mAh at full charge and only had 172 cycles on it.
Here&amp;#8217;s what System Profiler says about my new battery:

Oh happy [...]</description>
			<content:encoded><![CDATA[<p>Today, I was able to get my optical disk drive and battery replaced on my 15&#8243; MacBook Pro.  The <abbr title="Optical Disk Drive">ODD</abbr> would intermittently fail to write disks.  My battery wouldn&#8217;t hold more than 1400 mAh at full charge and only had 172 cycles on it.</p>
<p>Here&#8217;s what System Profiler says about my new battery:</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2010/01/new-mbp-battery.png" alt="Screenshot of System Profile battery info." border="0" width="230" height="288" /></div>
<p>Oh happy day!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=_Jy65yDvITI:VxBxZY29j_4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=_Jy65yDvITI:VxBxZY29j_4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=_Jy65yDvITI:VxBxZY29j_4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=_Jy65yDvITI:VxBxZY29j_4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=_Jy65yDvITI:VxBxZY29j_4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/_Jy65yDvITI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/01/my-shiny-new-battery-thanks-applecare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/01/my-shiny-new-battery-thanks-applecare/</feedburner:origLink></item>
		<item>
		<title>Those three words you long to hear …</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/XapShyqGlJs/</link>
		<comments>http://dossy.org/2010/01/those-three-words-you-long-to-hear/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:31:29 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=904</guid>
		<description>&amp;#8230; &amp;#8220;PAID IN FULL&amp;#8221;.</description>
			<content:encoded><![CDATA[<p>&#8230; <b>&#8220;PAID IN FULL&#8221;</b>.</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2010/01/paid-in-full.png" alt="Direct Loans - Paid In Full" border="0" width="400" height="193" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=XapShyqGlJs:xlcn_VVd4r0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=XapShyqGlJs:xlcn_VVd4r0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=XapShyqGlJs:xlcn_VVd4r0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=XapShyqGlJs:xlcn_VVd4r0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=XapShyqGlJs:xlcn_VVd4r0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/XapShyqGlJs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/01/those-three-words-you-long-to-hear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/01/those-three-words-you-long-to-hear/</feedburner:origLink></item>
		<item>
		<title>Making MacOS X usable without a mouse</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/yrYf67GthRs/</link>
		<comments>http://dossy.org/2010/01/making-macos-x-usable-without-a-mouse/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:03:50 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=895</guid>
		<description>I whined about not being able to manipulate modal dialogs without my mouse and one of my friends, Tom R., pointed out how to get OSX to behave as I had hoped.  The trick?  A System Preferences change:

System Preferences

Keyboard

Keyboard Shortcuts

Keyboard &amp;#038; Text Input

Full Keyboard Access: All controls.</description>
			<content:encoded><![CDATA[<p>I whined about not being able to manipulate modal dialogs without my mouse and one of my friends, Tom R., pointed out how to get OSX to behave as I had hoped.  The trick?  A System Preferences change:</p>
<ul>
<li>System Preferences
<ul>
<li>Keyboard
<ul>
<li>Keyboard Shortcuts
<ul>
<li>Keyboard &#038; Text Input
<ul>
<li>Full Keyboard Access: All controls.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><object width="450" height="276"><param name="movie" value="http://www.youtube.com/v/QjoZK5XRc2g&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QjoZK5XRc2g&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="276"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=yrYf67GthRs:FAdvktuz8AU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=yrYf67GthRs:FAdvktuz8AU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=yrYf67GthRs:FAdvktuz8AU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=yrYf67GthRs:FAdvktuz8AU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=yrYf67GthRs:FAdvktuz8AU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/yrYf67GthRs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2010/01/making-macos-x-usable-without-a-mouse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://dossy.org/2010/01/making-macos-x-usable-without-a-mouse/</feedburner:origLink></item>
		<item>
		<title>Make sure all your friends show up in your News Feed</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/H1Q9NxEk_DM/</link>
		<comments>http://dossy.org/2009/12/make-sure-all-your-friends-show-up-in-your-news-feed/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 01:29:16 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Geeking out]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=893</guid>
		<description>I keep forgetting where this setting is, so I&amp;#8217;m going to blog it here so I can find it when I search for it.
If you want to make sure all your friends status updates show up in your Facebook News Feed, you need to make sure you&amp;#8217;ve set your threshold high enough.  You get [...]</description>
			<content:encoded><![CDATA[<p>I keep forgetting where this setting is, so I&#8217;m going to blog it here so I can find it when I search for it.</p>
<p>If you want to make sure all your friends status updates show up in your Facebook News Feed, you need to make sure you&#8217;ve set your threshold high enough.  You get to this setting by going to the bottom of your News Feed page and clicking on the <strong>Edit Options</strong> link:</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2009/12/facebook-news-feed-edit-options.png" alt="Facebook News Feed Edit Options link" border="0" width="296" height="54" /></div>
<p>In the dialog that pops up, there&#8217;s a <strong>Number of Friends</strong> section that controls how many friends&#8217; updates will be included on your News Feed.  Set this number to something larger than the number of friends you have, to ensure that all of their updates will be included.</p>
<div style="text-align:center;"><img src="http://dossy.org/uploads/2009/12/facebook-number-of-friends.png" alt="Number of Friends configuration" border="0" width="374" height="109" /></div>
<p>There you go.  If you have more friends than the number that is currently showing, you won&#8217;t see all your friends&#8217; updates.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=H1Q9NxEk_DM:S_mwDMHJ2QU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=H1Q9NxEk_DM:S_mwDMHJ2QU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=H1Q9NxEk_DM:S_mwDMHJ2QU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=H1Q9NxEk_DM:S_mwDMHJ2QU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=H1Q9NxEk_DM:S_mwDMHJ2QU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/H1Q9NxEk_DM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/12/make-sure-all-your-friends-show-up-in-your-news-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dossy.org/2009/12/make-sure-all-your-friends-show-up-in-your-news-feed/</feedburner:origLink></item>
		<item>
		<title>Lingerie and … inmates?</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/92_IchAB4E0/</link>
		<comments>http://dossy.org/2009/12/lingerie-and-inmates/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:29:14 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[LOL]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=888</guid>
		<description>Gotta love those quirky little ads in the right rail on Facebook.  I was just quickly scanning the page and my eyes (mis-)read the ad title.  What I thought I had just read was &amp;#8220;Lingerie &amp;#38; Inmates&amp;#8221; and my first reaction was &amp;#8220;mmm, prison rape never looked so sexy before.&amp;#8221;
I know, I know [...]</description>
			<content:encoded><![CDATA[<div style="float: right;"><img src="http://dossy.org/uploads/2009/12/facebook-lingerie-ad.png" alt="Facebook ad: Lingerie &amp; Intimates" border="0" width="177" height="269" /></div>
<p>Gotta love those quirky little ads in the right rail on Facebook.  I was just quickly scanning the page and my eyes (mis-)read the ad title.  What I thought I had just read was &#8220;Lingerie &amp; Inmates&#8221; and my first reaction was &#8220;mmm, prison rape never looked so sexy before.&#8221;</p>
<p>I know, I know &#8230; I&#8217;m going to hell, yadda yadda.  Merry Christmas!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=92_IchAB4E0:x1xMZO5dCVE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=92_IchAB4E0:x1xMZO5dCVE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=92_IchAB4E0:x1xMZO5dCVE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=92_IchAB4E0:x1xMZO5dCVE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=92_IchAB4E0:x1xMZO5dCVE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/92_IchAB4E0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/12/lingerie-and-inmates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://dossy.org/2009/12/lingerie-and-inmates/</feedburner:origLink></item>
		<item>
		<title>Google Chrome for Mac finally in beta</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/9Uj-mVglAGM/</link>
		<comments>http://dossy.org/2009/12/google-chrome-for-mac-finally-in-beta/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 15:28:06 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Geeking out]]></category>

		<guid isPermaLink="false">http://dossy.org/?p=880</guid>
		<description>I&amp;#8217;ve been using nightly development builds of Google Chrome for Mac, Google&amp;#8217;s shiny new web browser, for a while now.  A few days ago, it was officially labeled beta for Mac.  Until now, I wasn&amp;#8217;t using it regularly, but I decided I should try using it full-time for a few days to see [...]</description>
			<content:encoded><![CDATA[<div style="float: right;"><a href="http://www.google.com/chrome/?hl=en"><img src="http://dossy.org/uploads/2009/12/google-chrome-logo.jpg" alt="Google Chrome Logo" border="0" width="150" height="172" /></a></div>
<p>I&#8217;ve been using nightly development builds of Google Chrome for Mac, Google&#8217;s <a href="http://www.google.com/chrome/?hl=en">shiny new web browser</a>, for a while now.  A few days ago, it was <a href="http://googleblog.blogspot.com/2009/12/google-chrome-for-holidays-mac-linux.html">officially labeled beta for Mac</a>.  Until now, I wasn&#8217;t using it regularly, but I decided I should try using it full-time for a few days to see how it wears.
<p>I&#8217;ve got 12+ tabs open and it&#8217;s still fast, smooth and stable.  Granted, on the Mac there&#8217;s no extensions/add-on feature &#8230; it&#8217;ll be interesting to see how stable things remain once those are introduced.  The browser&#8217;s rendering of most pages seems identical to Firefox, except for a few that I&#8217;ve stumbled across.  Overall, it&#8217;s a very usable browser and should have a great future ahead of it.</p>
<p>Of course, there&#8217;s still a few bumps and warts that I hope they&#8217;ll address soon:</p>
<ul>
<li><b>Needs to be more customizable.</b>  For me, this could be as simple as providing an <tt>about:config</tt> interface like Firefox.  Let me easily tweak and turn the various knobs that control stuff under the hood.  My biggest gripe is not being able to completely remove the &#8220;close tab&#8221; button on the tabs.  In trying to switch tabs, I&#8217;m constantly accidentally clicking the &#8220;x&#8221; which closes the tab.  Sure, Cmd-Shift-T re-opens the tab, but that&#8217;s a nuisance that could easily be avoided by removing the &#8220;close tab&#8221; bit like I have done in Firefox.</li>
<li><b><a href="http://support.mozilla.com/en-US/kb/Smart+keywords">Smart keywords</a>.</b>  I pretty much live in my web browser and the Address Bar is my command-line interface to the web.  I have smart keywords defined for all manners of things, and switching to Chrome that lacks them is very painful.  I&#8217;d say that this is a must-have feature before I would switch completely.</li>
<li><b>Third-party add-ons and extensions.</b>  I can live without most of the niceties that add-ons bring, but there are a few that I would hate to do without:
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4125">It&#8217;s All Text!</a>  Edit any <tt>TEXTAREA</tt> in an external editor.  For the average web user, this probably wouldn&#8217;t be that useful, but for me, it makes editing code blocks and other large text in web-based <abbr title="Content Management System">CMS</abbr>&#8216;es tolerable.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>.  There&#8217;s nothing like the ability to &#8220;fix&#8221; a &#8220;broken&#8221; website, removing annoying &#8220;features&#8221; or adding a missing one.  While I could probably get by without Greasemonkey, I don&#8217;t know if I&#8217;d really want to.</li>
</ul>
</li>
</ul>
<p>Have you tried out Google Chrome, yet?  I&#8217;d like to know what you think &#8230; let me know in the comments below.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=9Uj-mVglAGM:mTzaK3iNCp8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=9Uj-mVglAGM:mTzaK3iNCp8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=9Uj-mVglAGM:mTzaK3iNCp8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=9Uj-mVglAGM:mTzaK3iNCp8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=9Uj-mVglAGM:mTzaK3iNCp8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/9Uj-mVglAGM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/12/google-chrome-for-mac-finally-in-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://dossy.org/2009/12/google-chrome-for-mac-finally-in-beta/</feedburner:origLink></item>
		<item>
		<title>jesus_jeff’s 5 questions for me</title>
		<link>http://feedproxy.google.com/~r/dossy/feed/~3/4P6FDKswpm8/</link>
		<comments>http://dossy.org/2009/12/jesus_jeffs-5-questions-for-me/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22: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=872</guid>
		<description>I normally don&amp;#8217;t do these meme things, but I was very curious to find out what kind of questions jesus_jeff would ask me.

Leave me a comment saying &amp;#8220;Resistance is Futile.&amp;#8221;
* I&amp;#8217;ll respond by asking you five questions so I can satisfy my curiosity.
* Update your journal with the answers to the questions.
* Include this explanation [...]</description>
			<content:encoded><![CDATA[<p>I normally don&#8217;t do these meme things, but I was very curious to find out what kind of questions <span class="ljuser ljuser-name_jesus_jeff" lj:user="jesus_jeff" style="white-space: nowrap;"><a href="http://jesus_jeff.livejournal.com/profile"><img class="ContextualPopup" src="http://l-stat.livejournal.com/img/userinfo.gif" alt="[info]" style="border: 0pt none; vertical-align: middle; padding-right: 2px; padding-bottom: 2px;" height="17" width="17"></a><a href="http://jesus_jeff.livejournal.com/"><b>jesus_jeff</b></a></span> <a href="http://jesus-jeff.livejournal.com/41340.html">would ask me</a>.</p>
<blockquote style="padding-left: 0.5em; margin-left: 1.5em; border-left: #666 3px solid;"><p><i>
<p>Leave me a comment saying &#8220;Resistance is Futile.&#8221;</p>
<p>* I&#8217;ll respond by asking you five questions so I can satisfy my curiosity.<br />
* Update your journal with the answers to the questions.<br />
* Include this explanation in the post and offer to ask other people questions.</p>
<p></i></p></blockquote>
<p>Here are his questions for me and my answers:</p>
<p><b><i>1) Excluding family, who have you known the longest that you are still in fairly regular contact with?</i></b></p>
<p>I&#8217;m notoriously bad about not keeping in regular contact with people.  Given this fact, I suppose my answer has to be my friend Ian, from high school.  There are a few people who I talk to now and then that I&#8217;ve known longer, like Jeff Mach, but I don&#8217;t really maintain regular contact with him.</p>
<p>I wonder if this answer will cause people I&#8217;ve actually known longer to come out of the woodwork.  Interesting &#8230;</p>
<p><b><i>2) Iphone, Droid, Blackberry, or good old-fashioned &#8220;my phone just makes phone calls, thankyouverymuch&#8221;?</i></b></p>
<p>I own a BlackBerry, now.  The Droid has tempted me, and I refuse to take the iPhone as long as it lacks a real physical keyboard.  I&#8217;ve got high hopes for the Nokia N900, but apparently it&#8217;s fallen short.  I gave up on Palm after replacing my aging Treo 650 with my first BlackBerry.</p>
<p><b><i>3) If your kids (once of appropriate age) expressed an interest in joining the peace corps or the military (i.e., doing dangerous work in dangerous far-away places) would you encourage them or try to convince them to pick a safer path?</i></b></p>
<p>I&#8217;d like to believe that I encourage them to pursue things that they love.  Life is dangerous and learning to handle it is an important skill, not something to be avoided for the sake of avoiding.</p>
<p>That being said, I&#8217;d rather they not enlist in the military.  While I&#8217;m thankful that there are people who do so on behalf of the rest of us, I would rather my kids pursue careers with an organization that has more accountability.</p>
<p><b><i>4) What do you think the next big thing technology-wise will be?</i><br />
</b></p>
<p>Realistically?  Probably something truly boring like &#8220;<a href="http://www.ted.com/talks/eric_giler_demos_wireless_electricity.html">wireless</a> <a href="http://en.wikipedia.org/wiki/Wireless_energy_transfer">electricity</a>&#8220;.</p>
<p>My personal imagineering?  I call it &#8220;personal interactive television&#8221;.  It changes the way we watch television: the shared screen (the traditional TV set) acts as an interface hub, while individuals use their handheld devices (phones, remotes) to interact with the content programming without disturbing the shared experience of the other participants.</p>
<p>I suppose I should describe this vision more clearly in a separate blog entry, but maybe this hints at the potential of such a paradigm shift.</p>
<p><b><i>5) If you were a craftsman in the middle ages, what craft would you practice?</i></b></p>
<p>If I had to pick an established craft, I would probably be a butcher or apothecarist.  Butcher, because I enjoy dealing with food and especially meat.  Apothecarist, because I enjoy the diagnostic process of medicine but would prefer to deal with the common folk rather than solely royalty.</p>
<p>However, I suspect if I actually lived in the middle ages, I would probably be a agricultural scientist: experimenting with growing plants to increase their yield, be more resistant, come up with ways of dealing with pests, etc.</p>
<p>&#8230;</p>
<p>That was fun answering Jeff&#8217;s questions.  If you&#8217;d like to participate, just leave a comment for me and I&#8217;ll try my best to come up with interesting questions for you!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=4P6FDKswpm8:u39I_OjSat8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=4P6FDKswpm8:u39I_OjSat8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=4P6FDKswpm8:u39I_OjSat8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/dossy/feed?i=4P6FDKswpm8:u39I_OjSat8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/dossy/feed?a=4P6FDKswpm8:u39I_OjSat8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/dossy/feed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dossy/feed/~4/4P6FDKswpm8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dossy.org/2009/12/jesus_jeffs-5-questions-for-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://dossy.org/2009/12/jesus_jeffs-5-questions-for-me/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.642 seconds --><!-- Cached page served by WP-Cache -->
