<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Context Matters</title>
	<atom:link href="http://www.jaxelson.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jaxelson.com/blog</link>
	<description>Avoiding a life of Quiet Desperation</description>
	<lastBuildDate>Tue, 03 Aug 2010 19:25:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debugging an unresponsive Arch Linux server</title>
		<link>http://www.jaxelson.com/blog/?p=52</link>
		<comments>http://www.jaxelson.com/blog/?p=52#comments</comments>
		<pubDate>Tue, 03 Aug 2010 19:25:33 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=52</guid>
		<description><![CDATA[So yesterday I spent quite a bit of time debugging an issue with my  Arch Linux server that I hooked up to my TV. When I looked at it the screen was just completely blank and it wasn&#8217;t responding to any keyboard commands. So I figure that a reboot would probably fix it. Unfortunately (well [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">So yesterday I spent quite a bit of time debugging an issue with my  Arch Linux server that I hooked up to my TV. When I looked at it the screen was just completely blank and it wasn&#8217;t responding to any keyboard commands. So I figure that a reboot would probably fix it. Unfortunately (well fortunately for this blog post), I still had problems after a restart. It seemed to boot up okay after a restart and auto-logged in on tty1 as I had previously set up. However, the hostname was set to &#8220;(none)&#8221; and it still wouldn&#8217;t respond to my wireless usb keyboard.</div>
<div id="_mcePaste">So I tried bypassing the usb hub and connecting the wireless keyboard to the computer directly, then a wired usb keyboard. Finally I had to dig out my old awesome IBM Model M PS/2 keyboard and after rebooting the keyboard worked fine. So it seemed that the computer wasn&#8217;t loading the correct usb drivers. It wasn&#8217;t even loading the correct network drivers either, all I had was the lo interface.</div>
<div id="_mcePaste">Another symptom was the size of the console screen. Typically the console would only be some sort of standard 800&#215;600 pixel screen, but recent kernels and Intel graphics drivers have required KMS (Kernel Mode Setting) which means the console is full resolution (1360&#215;1000 or so). So I hopped over to the Arch Wiki article about KMS for Intel chips and enabled the intel_agp and i915 kernel modules in my /etc/rc.conf.</div>
<div id="_mcePaste">After rebooting the computer worked flawlessly. The hostname was set correctly, and the wireless usb keyboard worked too. Now I just need to finish my XBMC setup.</div>
<p>So yesterday I spent quite a bit of time debugging an issue with my  Arch Linux server that I hooked up to my TV. When I looked at it the screen was just completely blank and it wasn&#8217;t responding to any keyboard commands. So I figure that a reboot would probably fix it. Unfortunately (well fortunately for this blog post), I still had problems after a restart. It seemed to boot up okay after a restart and auto-logged in on tty1 as I had previously set up. However, the hostname was set to &#8220;(none)&#8221; and it still wouldn&#8217;t respond to my wireless usb keyboard.<br />
So I tried bypassing the usb hub and connecting the wireless keyboard to the computer directly, then a wired usb keyboard. Finally I had to dig out my old awesome IBM Model M PS/2 keyboard and after rebooting the keyboard worked fine. So it seemed that the computer wasn&#8217;t loading the correct usb drivers. It wasn&#8217;t even loading the correct network drivers either, all I had was the lo interface.<br />
Another symptom was the size of the console screen. Typically the console would only be some sort of standard 800&#215;600 pixel screen, but recent kernels and Intel graphics drivers have required KMS (Kernel Mode Setting) which means the console is full resolution (1360&#215;1000 or so). So I hopped over to the Arch Wiki article about KMS for Intel chips and enabled the intel_agp and i915 kernel modules in my /etc/rc.conf.<br />
After rebooting the computer worked flawlessly. The hostname was set correctly, and the wireless usb keyboard worked too. Now I just need to finish my XBMC setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the most out of iTerm</title>
		<link>http://www.jaxelson.com/blog/?p=50</link>
		<comments>http://www.jaxelson.com/blog/?p=50#comments</comments>
		<pubDate>Mon, 02 Aug 2010 00:45:03 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=50</guid>
		<description><![CDATA[Today I finally got the most out of iTerm. By default when iTerm is installed it presents some &#8220;niggles&#8221; that bother me. The main two are:
* The alt key doesn&#8217;t function &#8220;properly&#8221;
** This means that some bash shortcuts (such as alt+. to recall the last argument on the command line) do not work
* Non-ascii characters [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally got the most out of iTerm. By default when iTerm is installed it presents some &#8220;niggles&#8221; that bother me. The main two are:</p>
<p>* The alt key doesn&#8217;t function &#8220;properly&#8221;<br />
** This means that some bash shortcuts (such as alt+. to recall the last argument on the command line) do not work<br />
* Non-ascii characters are not recognized<br />
** I use non-ascii characters to display some nice things, such as extra spaces at the end of a line and embedded tab characters.</p>
<p>The fix for the first issue is to in iterm go to bookmarks-&gt;manage profiles-&gt;keyboard profiles and mess with the Global and xterm (OS X) settings for the Option Key. Changing the xterm (OS X) option key from normal to meta fixed the problem for me.</p>
<p>The fix for non-ascii characters is to go into bookmarks-&gt;mange profiles-&gt;terminal profiles-&gt;default and change the encoding from Western (ASCII) to Unicode (UTF-8). Then as long as your font supports it (I&#8217;m using the lovely monaco font) non-ascii characters will display perfectly. So you do things like have a git prompt that shows (master↑3‣1), showing that you are on the master branch, ahead by 3 commits, and 1 file that was changed but not staged.</p>
<p>For more info about that zsh prompt, look at: http://github.com/olivierverdier/zsh-git-prompt</p>
<p>But I had to make a few changes to it before I could use it. That will have to wait for a different post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using an ALFA B/G/N Wireless card on Arch Linux</title>
		<link>http://www.jaxelson.com/blog/?p=48</link>
		<comments>http://www.jaxelson.com/blog/?p=48#comments</comments>
		<pubDate>Tue, 15 Jun 2010 06:52:39 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=48</guid>
		<description><![CDATA[So I just got an ALFA AWUS036nh wireless card. To set it up on Arch ﻿Linux was not too hard, just need to blacklist a few drivers in /etc/rc.conf, specifically !rt2&#215;00usb !rt2&#215;00lib !rt2800usb and then enable rt2870sta
One way to verify the driver needed is the use the lsusb command which returns this for the wireless [...]]]></description>
			<content:encoded><![CDATA[<p>So I just got an ALFA <a href="http://www.amazon.com/High-Gain-Long-Rang-Alfa-9dBi-Mount/dp/B0038Q4AIG/ref=sr_1_4?ie=UTF8&amp;s=electronics&amp;qid=1267345170&amp;sr=8-4" target="_blank">AWUS036nh</a> wireless card. To set it up on Arch ﻿Linux was not too hard, just need to blacklist a few drivers in /etc/rc.conf, specifically !rt2&#215;00usb !rt2&#215;00lib !rt2800usb and then enable rt2870sta</p>
<p>One way to verify the driver needed is the use the lsusb command which returns this for the wireless adapter﻿:</p>
<p>﻿Bus 001 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870 Wireless Adapter</p>
<p>From there we can verify that it uses the RT2870 chipset from Ralink.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting /home on an sd card with Arch Linux on an EEEPC 701</title>
		<link>http://www.jaxelson.com/blog/?p=43</link>
		<comments>http://www.jaxelson.com/blog/?p=43#comments</comments>
		<pubDate>Sun, 09 May 2010 21:23:29 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=43</guid>
		<description><![CDATA[Since the SSD on my venerable EEEPC 701 is a mere 4GB I wanted to move /home to my 16GB sd card.
This guide is based on this forum thread: http://forum.eeeuser.com/viewtopic.php?pid=316671
Here are the instructions:

Partition your sd card

I used gparted and formatted it to ext4, the same as my current /home partition


Copy your /home to your sd [...]]]></description>
			<content:encoded><![CDATA[<p>Since the SSD on my venerable EEEPC 701 is a mere 4GB I wanted to move /home to my 16GB sd card.</p>
<p>This guide is based on this forum thread: http://forum.eeeuser.com/viewtopic.php?pid=316671</p>
<p>Here are the instructions:</p>
<ol>
<li>Partition your sd card
<ol>
<li>I used gparted and formatted it to ext4, the same as my current /home partition</li>
</ol>
</li>
<li>Copy your /home to your sd card
<ol>
<li>cp -a /home /mount/sdcard
<ol>
<li>Note: This means you mounted your sdcard at /mount/sdcard</li>
</ol>
</li>
</ol>
</li>
<li>Edit /etc/fstab to mount /home from your sdcard
<ol>
<li>I originally added the line: /dev/sdb1 /home ext4 defaults 0 1</li>
<li>However, this tried to check and mount the filesystem right at boot, but at this time the sdcard isn&#8217;t mounted yet so it fails. This is where I needed to use the forum thread.</li>
<li>I changed the line to /dev/sdb1 /home ext4 rw,noauto,user,user_xattr 0 0
<ol>
<li>The noauto is the key, it makes the filesystem not mount automatically, which means we need to mount it &#8220;manually&#8221; in one of the init scripts</li>
</ol>
</li>
</ol>
</li>
<li>Edit /etc/rc.local to mount /home
<ol>
<li>Add the line /bin/mount /home</li>
</ol>
</li>
</ol>
<p>That&#8217;s it! /home should now be mounted on your sd card. You can verify by running something like df -h or mount.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy-plus</title>
		<link>http://www.jaxelson.com/blog/?p=40</link>
		<comments>http://www.jaxelson.com/blog/?p=40#comments</comments>
		<pubDate>Mon, 03 May 2010 05:32:18 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[synergy-plus]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=40</guid>
		<description><![CDATA[Recently I&#8217;ve become a contributer to the excellent Synergy+ project. For those that don&#8217;t know Synergy+ (or googleable synergy-plus) is a program that allows you to move your mouse and keyboard between multiple computers running entirely different Operating Systems. In a way, it is like a software KVM.
Synergy+ is a maintenance fork of the original Synergy project which unfortunately [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve become a contributer to the excellent <a title="Synergy+" href="http://code.google.com/p/synergy-plus/">Synergy+</a> project. For those that don&#8217;t know Synergy+ (or googleable synergy-plus) is a program that allows you to move your mouse and keyboard between multiple computers running entirely different Operating Systems. In a way, it is like a software KVM.</p>
<p>Synergy+ is a maintenance fork of the original <a href="http://en.wikipedia.org/wiki/Synergy_(software)">Synergy</a> project which unfortunately hasn&#8217;t been updated since 2006.</p>
<p>I haven&#8217;t been able to contribute that much yet, just some help on the mailing list, issue tracker, and wiki. However, I hope to contribute much more in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming competition tomorrow!</title>
		<link>http://www.jaxelson.com/blog/?p=34</link>
		<comments>http://www.jaxelson.com/blog/?p=34#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:59:34 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=34</guid>
		<description><![CDATA[I have a 24 hour programming competition tomorrow! Can&#8217;t wait. It&#8217;s called IEEEXtreme
]]></description>
			<content:encoded><![CDATA[<p>I have a 24 hour programming competition tomorrow! Can&#8217;t wait. It&#8217;s called IEEEXtreme</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8220;Checking Battery State&#8221; hang</title>
		<link>http://www.jaxelson.com/blog/?p=33</link>
		<comments>http://www.jaxelson.com/blog/?p=33#comments</comments>
		<pubDate>Mon, 13 Apr 2009 07:25:57 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu linux]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=33</guid>
		<description><![CDATA[If your system hangs on &#8220;Checking Battery State&#8221; while doing updates you can look for the process that is trying to start the acpi subsystem by doing a ps aux &#124; grep acpi
the line should look something like this:
root     25873  0.0  0.1   4012  1504 pts/1  [...]]]></description>
			<content:encoded><![CDATA[<p>If your system hangs on &#8220;Checking Battery State&#8221; while doing updates you can look for the process that is trying to start the acpi subsystem by doing a ps aux | grep acpi</p>
<p>the line should look something like this:<br />
root     25873  0.0  0.1   4012  1504 pts/1    S+   20:48   0:00 /bin/bash /etc/init.d/acpi-support start</p>
<p>That second line is the PID (process id) to kill that process you just need to issue sudo kill 25873</p>
<p>Of course, the PID on your system will differ from 25873.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Right-brain math</title>
		<link>http://www.jaxelson.com/blog/?p=31</link>
		<comments>http://www.jaxelson.com/blog/?p=31#comments</comments>
		<pubDate>Thu, 09 Apr 2009 09:07:02 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=31</guid>
		<description><![CDATA[I think that how come people on reddit talked about foiiling was related to right brainness. Specifically, they mentioned that they would first do many (a few?) of the problems and then after a while their brain (I&#8217;m considering this their right brain) simply did the calculation for them and they had trouble doing it [...]]]></description>
			<content:encoded><![CDATA[<p>I think that how come people on reddit talked about foiiling was related to right brainness. Specifically, they mentioned that they would first do many (a few?) of the problems and then after a while their brain (I&#8217;m considering this their right brain) simply did the calculation for them and they had trouble doing it in the L-mode (rather than r-mode = right-brain mode).  This makes sense because the right brain is non verbal and they did not quite understand how they were getting the answser (because r-mode is unable to verbalize information).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Right brain correlation with handwriting</title>
		<link>http://www.jaxelson.com/blog/?p=29</link>
		<comments>http://www.jaxelson.com/blog/?p=29#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:58:35 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=29</guid>
		<description><![CDATA[I wonder what the correlation of handwriting is with right brainness.  I think that if someone is more in-touch with their right brain (heavy right brainness if you want to get technical   ) than they have neater handwriting. I think this goes well with some theories that I have read because being able [...]]]></description>
			<content:encoded><![CDATA[<p>I wonder what the correlation of handwriting is with right brainness.  I think that if someone is more in-touch with their right brain (heavy right brainness if you want to get technical <img src='http://www.jaxelson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) than they have neater handwriting. I think this goes well with some theories that I have read because being able to use both hands (ambidextrous) is more prevalent amoung (intelligient) people. Of course I am just remembering these theories/facts out of my memory which is of course inherently unreliable since every read is a write.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Satellite Radio is doomed</title>
		<link>http://www.jaxelson.com/blog/?p=27</link>
		<comments>http://www.jaxelson.com/blog/?p=27#comments</comments>
		<pubDate>Sun, 01 Mar 2009 03:17:05 +0000</pubDate>
		<dc:creator>Jason Axelson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaxelson.com/blog/?p=27</guid>
		<description><![CDATA[Satellite radio is only a temporary solution to the problem of radio-wherever-you-want-it. It will soon be superceded by streaming internet ala iPhone. With this kind of service you can simply get your music fix from the internet instead of going through a third-party like Sirius. Sirius is doomed.
]]></description>
			<content:encoded><![CDATA[<p>Satellite radio is only a temporary solution to the problem of radio-wherever-you-want-it. It will soon be superceded by streaming internet ala iPhone. With this kind of service you can simply get your music fix from the internet instead of going through a third-party like Sirius. Sirius is doomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaxelson.com/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
