<?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>Angus Thinks... &#187; Linux</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmhardie.com/weblogs/angus</link>
	<description>SQLEditor for Mac OS X, Life and general thoughts</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenMoko developer hardware</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 01:18:23 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[openmoko]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/</guid>
		<description><![CDATA[I love the idea of the OpenMoko platform, an open source mobile phone. It uses linux as the operating system built on a fairly open hardware platform. (Some of the drivers are closed source, apparently due to licensing restrictions) You &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love the idea of the OpenMoko platform, an open source mobile phone. It uses linux as the operating system built on a fairly open hardware platform. (Some of the drivers are closed source, apparently due to licensing restrictions)</p>
<p>You can buy a developer unit right now, although the list of <a href="http://wiki.openmoko.org/wiki/Developer_preview">currently incomplete features</a> should (rightly) discourage all but the most enthusiastic.</p>
<p><a href="http://www.openmoko.com/">http://www.openmoko.com/</a></p>
<p>I think when the software is more complete that this could be a great mobile phone. The idea of having almost total control over the operation of a mobile phone seems like a very clever idea.</p>
<p>Some ideas that came to me:</p>
<ul>
<li>Use the onboard GPS to perform actions when in particular locations (automatically forward calls to my home number when I&#8217;m at home for instance, or automatically switch off the phone when I&#8217;m at the cinema. Possibly  use different answer phone messages when in different places)</li>
<li>Simplified user interfaces with more active assistance for people who only want a basic phone</li>
<li>A system that uses the location system to look up things on google maps. (like nearby restaurants that are open and have good reviews)</li>
<li>games that use the physical location as part of the gameplay. (Like a treasure hunt maybe?)</li>
<li>More advanced actions when people call (like bringing up events that they are connected with, or documents they&#8217;ve sent)</li>
</ul>
<p>These are just some ideas I thought up as I was writing this, there are probably other better ideas around. Some of these ideas have been done, but I think that the openmoko scheme has a number of advantages over other hardware.<br />
I really want one <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Although I will probably wait until the software stabilises and they add a camera. The current plans include a new hardware revision in the Autumn (with wifi) and then more models next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable &#8220;You have new mail&#8221; terminal message</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 02:13:01 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/</guid>
		<description><![CDATA[By default in linux you get a message saying something like You have new mail in when you log into a linux machine. Sometimes this gets annoying because you always have new mail, or because there seems to be a &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By default in linux you get a message saying something like</p>
<p><tt>You have new mail in</tt></p>
<p>when you log into a linux machine.</p>
<p>Sometimes this gets annoying because you always have new mail, or because there seems to be a delay while checking the mail or because the mail is actually stored on some kind of remote disk.</p>
<p>Disabling this setting is easy. Simply include</p>
<p><tt>unset MAILCHECK</tt></p>
<p>in your .bashrc file (for login shell) or .bash_profile (for non-login shells, i.e. ssh) and the message shouldn&#8217;t appear.</p>
<p>For me it speeds up login for my linux server and removes clutter.<br />
I got this from:</p>
<p><a href="http://www.savarese.org/patches/bash.html">http://www.savarese.org/patches/bash.html</a></p>
<p>There is also a more detailed explanation that I found here:</p>
<p><a href="http://www.cygwin.com/ml/cygwin/1998-08/msg00365.html">http://www.cygwin.com/ml/cygwin/1998-08/msg00365.html</a></p>
<p>This page explans the difference between .bashrc and .bash_profile:</p>
<p><a href="http://joshstaiger.org/archives/2005/07/bash_profile_vs.html"> http://joshstaiger.org/archives/2005/07/bash_profile_vs.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

