Linux – Angus Thinks… https://www.malcolmhardie.com/weblogs/angus SQLEditor for Mac OS X, Life and general thoughts Thu, 26 Jul 2007 01:18:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.1 OpenMoko developer hardware https://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/ https://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/#comments Thu, 26 Jul 2007 01:18:23 +0000 http://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/ Continue reading ]]> 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 can buy a developer unit right now, although the list of currently incomplete features should (rightly) discourage all but the most enthusiastic.

http://www.openmoko.com/

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.

Some ideas that came to me:

  • Use the onboard GPS to perform actions when in particular locations (automatically forward calls to my home number when I’m at home for instance, or automatically switch off the phone when I’m at the cinema. Possibly  use different answer phone messages when in different places)
  • Simplified user interfaces with more active assistance for people who only want a basic phone
  • A system that uses the location system to look up things on google maps. (like nearby restaurants that are open and have good reviews)
  • games that use the physical location as part of the gameplay. (Like a treasure hunt maybe?)
  • More advanced actions when people call (like bringing up events that they are connected with, or documents they’ve sent)

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.
I really want one 🙂

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.

]]>
https://www.malcolmhardie.com/weblogs/angus/2007/07/26/openmoko-developer-hardware/feed/ 1
Disable “You have new mail” terminal message https://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/ https://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/#comments Thu, 19 Jul 2007 02:13:01 +0000 http://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/ Continue reading ]]> 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 delay while checking the mail or because the mail is actually stored on some kind of remote disk.

Disabling this setting is easy. Simply include

unset MAILCHECK

in your .bashrc file (for login shell) or .bash_profile (for non-login shells, i.e. ssh) and the message shouldn’t appear.

For me it speeds up login for my linux server and removes clutter.
I got this from:

http://www.savarese.org/patches/bash.html

There is also a more detailed explanation that I found here:

http://www.cygwin.com/ml/cygwin/1998-08/msg00365.html

This page explans the difference between .bashrc and .bash_profile:

http://joshstaiger.org/archives/2005/07/bash_profile_vs.html

]]>
https://www.malcolmhardie.com/weblogs/angus/2007/07/19/disable-you-have-new-mail-terminal-message/feed/ 5