<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>numbersix</title>
      <link>http://www.numbersix.net/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2012</copyright>
      <lastBuildDate>Wed, 04 Jan 2012 20:40:20 +0100</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Command line eject CD for the Mac</title>
         <description><![CDATA[<blockquote>drutil eject</blockquote>]]></description>
         <link>http://www.numbersix.net/mt-archives/001437.html</link>
         <guid>http://www.numbersix.net/mt-archives/001437.html</guid>
        
        
         <pubDate>Wed, 04 Jan 2012 20:40:20 +0100</pubDate>
      </item>
            <item>
         <title>Turn Synaptics Touchpad off in Linux</title>
         <description><![CDATA[Battling with a terribly designed HP 4520s (oh for a Thinkpad), I had enough of hitting the stupid touchpad accidentally when typing.  The following will turn the touchpad on and off accordingly.  The script comes with no warranty, use at your own risk:

<code>
#!/bin/bash
#
# Turn that pesky touchpad on and off
#
# ----------------------------------------------------------------------------
id=`xinput list | grep TouchPad | awk '{print $6}' | sed 's/id=//'`
if [ $1 = 'on' ]; then
        xinput set-prop $id "Device Enabled" 1
else
        xinput set-prop $id "Device Enabled" 0
fi
</code>]]></description>
         <link>http://www.numbersix.net/mt-archives/001436.html</link>
         <guid>http://www.numbersix.net/mt-archives/001436.html</guid>
        
        
         <pubDate>Thu, 22 Sep 2011 08:57:09 +0100</pubDate>
      </item>
            <item>
         <title>terminator</title>
         <description><![CDATA[Recently discovered a new terminal emulator for Linux - <a href="http://www.tenshu.net/p/terminator.html">terminator</a>.  After a bit of config:

[global_config]
	focus = sloppy
	title_transmit_fg_color = "#FFFF00"
	title_transmit_bg_color = "#000000"
	title_inactive_fg_color = "#A8A3A3"
	title_inactive_bg_color = "#000000"

and some getting used to the keyboard commands, I'm really beginning to like it.  I've tried window managers based on a similar tiling idea, but didn't like them.  But this looks like it could become one of my main work tools.]]></description>
         <link>http://www.numbersix.net/mt-archives/001435.html</link>
         <guid>http://www.numbersix.net/mt-archives/001435.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Thu, 15 Sep 2011 14:03:11 +0100</pubDate>
      </item>
            <item>
         <title>Copy photos from iPhone to Mac</title>
         <description><![CDATA[Simple when you know how:

- Plug your iPhone into your Mac
- Launch Preview
- From the File menu navigate down and select “Import from iPhone…”
- Select “Import All” to get all the pictures, otherwise individually select pictures and click ‘Import’

From <a href="http://osxdaily.com/2010/07/10/transfer-photos-from-iphone-to-computer/">osx daily</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001434.html</link>
         <guid>http://www.numbersix.net/mt-archives/001434.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">mac</category>
        
        
         <pubDate>Sat, 23 Jul 2011 13:05:18 +0100</pubDate>
      </item>
            <item>
         <title>apt-get remove man page</title>
         <description>This is great, from the apt-get man page:

remove - remove is identical to install except that packages are removed instead of installed.

Erm, so it&apos;s not identical then.  In fact, it&apos;s completely the opposite.</description>
         <link>http://www.numbersix.net/mt-archives/001433.html</link>
         <guid>http://www.numbersix.net/mt-archives/001433.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Fri, 22 Jul 2011 16:59:29 +0100</pubDate>
      </item>
            <item>
         <title>disable ksurl</title>
         <description><![CDATA[Disable Google's ksurl from phoning home:

Edit ~/Library/Preferences/com.google.Keystone.Agent.plist with the Property List Editor and change checkInterval to 0.

From <a href="http://macbitz.wordpress.com/2010/05/23/ksurl-make-yourself-at-home-take-whatever-you-want/">here</a>.]]></description>
         <link>http://www.numbersix.net/mt-archives/001432.html</link>
         <guid>http://www.numbersix.net/mt-archives/001432.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">rant</category>
        
        
         <pubDate>Sun, 17 Jul 2011 10:41:15 +0100</pubDate>
      </item>
            <item>
         <title>Google</title>
         <description>Google is an advertising company, first and foremost.  Never forget that.</description>
         <link>http://www.numbersix.net/mt-archives/001431.html</link>
         <guid>http://www.numbersix.net/mt-archives/001431.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">rant</category>
        
        
         <pubDate>Tue, 28 Jun 2011 16:58:41 +0100</pubDate>
      </item>
            <item>
         <title>Programming fonts</title>
         <description><![CDATA[Bookmarking <a href="http://hivelogic.com/articles/top-10-programming-fonts/">this</a> article by Dan Benjamin on the top 10 fonts for programming.  As discussed in their recent <a href="http://5by5.tv/talkshow/44">Talk Shop Podcast</a> it may not be completely up to date, but it's a nice place to start.]]></description>
         <link>http://www.numbersix.net/mt-archives/001430.html</link>
         <guid>http://www.numbersix.net/mt-archives/001430.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">technology</category>
        
        
         <pubDate>Mon, 06 Jun 2011 09:55:11 +0100</pubDate>
      </item>
            <item>
         <title>Real Mordillo</title>
         <description><![CDATA[<a href="http://en.wikipedia.org/wiki/File:Tokyo_rooftop_football.jpg">This</a> is like a real word version of <a href="http://www.tvcream.co.uk/wp-content/uploads/mordillo.jpg">this</a>.]]></description>
         <link>http://www.numbersix.net/mt-archives/001429.html</link>
         <guid>http://www.numbersix.net/mt-archives/001429.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">art</category>
        
        
         <pubDate>Mon, 23 May 2011 08:56:14 +0100</pubDate>
      </item>
            <item>
         <title>ISP provided email</title>
         <description>PEOPLE!  Please, please stop falling for the waste of time email services provided by ISPs.  I guarentee that you will change ISP at some point in the next couple of years, do you really want the hassle of updating all your friends and family with a new email address?  Or loosing contact because you forgot to update someone?  Use Gmail/Hotmail/Yahoo mail/whatever else, PLEASE!

You may now go back to your business, thank you for your attention.</description>
         <link>http://www.numbersix.net/mt-archives/001428.html</link>
         <guid>http://www.numbersix.net/mt-archives/001428.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">rant</category>
        
        
         <pubDate>Wed, 18 May 2011 10:49:47 +0100</pubDate>
      </item>
            <item>
         <title>Nice quote</title>
         <description>Fallor ergo sum (I err, therefore I am) - St Augustine.</description>
         <link>http://www.numbersix.net/mt-archives/001427.html</link>
         <guid>http://www.numbersix.net/mt-archives/001427.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">quote</category>
        
        
         <pubDate>Thu, 21 Apr 2011 21:17:40 +0100</pubDate>
      </item>
            <item>
         <title>Unsubscribe</title>
         <description><![CDATA["<strong>Thank you. Your request has been received. Please note that it may take up to 10 business days to honor your unsubscribe request.</strong>"

How, in this day and age, can it possibly take more than 5 seconds to complete the process of removing oneself from an automated email news letter?  10 days??  What on earth is happening in those 10 days?  Someone is physically walking to another city with a scrap of paper in their grubby hands containing the unsubscribe instructions?]]></description>
         <link>http://www.numbersix.net/mt-archives/001426.html</link>
         <guid>http://www.numbersix.net/mt-archives/001426.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">rant</category>
        
        
         <pubDate>Tue, 19 Apr 2011 09:25:33 +0100</pubDate>
      </item>
            <item>
         <title>IBM</title>
         <description><![CDATA[Superb short documentary on IBM by Errol Morris : <a href="http://www.youtube.com/watch?v=XrhDaAmn5Uw&feature=youtube_gdata_player">http://www.youtube.com/watch?v=XrhDaAmn5Uw&feature=youtube_gdata_player</a>.  Very inspirational.  Also, if you like that, you must check out his film on Robert McNamara - <a href="http://www.imdb.com/title/tt0317910/">The Fog of War</a>.]]></description>
         <link>http://www.numbersix.net/mt-archives/001425.html</link>
         <guid>http://www.numbersix.net/mt-archives/001425.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">technology</category>
        
        
         <pubDate>Mon, 21 Feb 2011 20:45:23 +0100</pubDate>
      </item>
            <item>
         <title>iPad - Enabling Multiple Google Calendars</title>
         <description><![CDATA[Finally fixed this annoying problem.  Thanks to <a href="http://gigaom.com/apple/ipad-quick-tip-enabling-multiple-google-calendars/">this tip</a> I now see all the calendars within the Google calendar I subscribe to.  The trick is this apparently hidden URL: <a href="http://www.google.com/calendar/iphoneselect">http://www.google.com/calendar/iphoneselect</a>.  Thanks <a href="http://gigaom.com/">http://gigaom.com/</a>.]]></description>
         <link>http://www.numbersix.net/mt-archives/001423.html</link>
         <guid>http://www.numbersix.net/mt-archives/001423.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">mac</category>
        
        
         <pubDate>Wed, 16 Feb 2011 11:35:05 +0100</pubDate>
      </item>
            <item>
         <title>Tim Smit quote</title>
         <description>Britain is crap at being entrepreneurial because (a) it&apos;s a risk averse country, and (b) the stigma of failure is so high that if you fail you&apos;re considered to be a loser. Entrepreneurism is a word that has been stolen by people who don&apos;t understand it. The truth is that people who are entrepreneurial take risks, and risk is something that is un-British, and if you&apos;re successful with it they&apos;ll hate you for it.
</description>
         <link>http://www.numbersix.net/mt-archives/001422.html</link>
         <guid>http://www.numbersix.net/mt-archives/001422.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">quote</category>
        
        
         <pubDate>Tue, 15 Feb 2011 10:19:17 +0100</pubDate>
      </item>
      
   </channel>
</rss>

