Getting Things Done with iGTD

Filed Under Computers & Tech on September 30, 2007 | 5 Comments

iGTD LogoiGTD is a donation-ware program which implements the ‘Getting Things Done’ (GTD) philosophy or methodology or what ever it is. However, I didn’t start experimenting with iGTD because it does the whole GTD thing, I started experimenting with it because I wanted a better way of keeping myself organised than a combination of iCal and Stickies! As it turns out though, I quite like the GTD way of doing things. It makes sense to give each task two classifcations, a project to which it belongs, and the context in which the task has to be done. For example, I put an entry into iGTD to remind me to write this post. It is filed under the project “Blog/NosillaCast” and the context “Home”. It’s this ability to see your tasks by both Context and Project that appeals to me.

[tags]iGTD, GTD, Getting Things Done, Apple, OS X.[/tags]

Read more

Tagged with:

There was a time when I was one of those freedom of speech nuts who felt I had a right to stick my ore in everywhere, including the comments on other people’s blogs. You know, confusing the non-existent right not to be edited on other people’s websites with the right to free speech. Thankfully I’ve grown up a bit in recent years. Freedom of speech is very important, absolutely vital, but it does not include a right to effectively deface other people’s expressions of their right to free speech with your own rantings. As long as people are free to set up their own blogs you will have true freedom of speech. Don’t just take my word for that. Far wiser people than I have come to the same conclusions. The following articles make interesting reading:

Read more

Tagged with:

I was searching for a tutorial on setting up custom global exception handlers in Struts 1 when I came across this fantastic article. If you develop with Struts 1 or are thinking of starting development with Struts 1 you really should read this – Jakarta Struts: Seven Lessons from the Trenches

[tags]Java, Apache, Struts[/tags]

Tagged with:

If you access CVS over SSH you will know that you have to do two things to get it working. Firstly, you have to set the CVS_RSH environment variable to the location of your SSH binary. Secondly you have to use the :ext: scheme for the CVSROOT environment variable (or -d flag). The thing is, there is no place in the :ext: scheme to set a port number! This means that CVS will try to open the SSH connection to the specified server on the standard SSH port. I don’t like running SSHD on the standard port, I much prefer to stick it on a non-standard port, but does that mean I can’t use CVS over SSH? Well, if you leave things to CVS then yes, but luckily OpenSSH is not as retarded as CVS and provides you with a simple mechanism for over-ridding the default port on a per-host basis. The key is to add an entry for the host in question to your ~/.ssh/config file. The sample below tells SSH to use port 123 as the default port when connecting to the server my.machine.ie:

Host my.machine.ie
  Port 123

This will work on Unix, Linux and OS X as well as through Cygwin on Windows.

[tags]SSH, CVS, OpenSSH[/tags]

Tagged with:

Teleport – Synergy the Mac Way

Filed Under Computers & Tech on September 21, 2007 | Leave a Comment

Teleport IconA long time ago I discussed an easy way to run Synergy on OS X. This is a good solution if you want to use a single keyboard and mouse to control multiple machines with multiple OSes. However, if all the machines you want to share are Macs there is a better solution, Teleport. Teleport does everything Synergy does and some more besides. To be honest, I’m pretty sure Teleport is just Synergy with some Mac-specific features added in. However, they are good extra features and Teleport had the kind of fantastic user interface Mac users have come to demand. The entire program is contained within a System Preferences preference pane. You just install this pane (by double clicking it) and open up two ports on your firewall and you’re ready to go (you have to do this on all machines that will use Teleport).

The big improvements for me over the Synergy option described in my original post are:

  • Simple Drag-and-Drop arrangement of displays
  • An actual security model and support for encryption
  • The ability to sync clip boards between machines
  • The ability to transfer files by dragging them from one machine to another (only works well with small files)
  • An overlay is displayed the main display when the mouse and keyboard are ‘teleported’ to another display. This overlay shows the teleporter logo, the name of the computer that the keyboard and mouse have been ‘teleported’ to and an arrow showing where that display is in relation to the master. (This feature alone was enough to convince me to switch.)

Teleport can be easily controlled via a menu bar icon and to really sweeten the deal it’s freeware 🙂

[tags]Teleport, Synergy, OS X[/tags]

Tagged with:

People didn’t seen averse to my posting links to interesting articles I’d recently read so here’s another batch to tickle your fancy. These range from serious and thought-provoking to playful and humorous.

  • We’ll start with a thought-provoking article about Linux. This is one that some of you are bound to disagree with but I think Walt Mossberg is right, Linux is getting better but it’s not yet ready for novice users – Linux’s Free System Is Now Easier to Use, But Not for Everyone
  • While we’re on the topic of technology I came across a fantastic essay by one of my hero’s Stephen Fry on smart phones. I had no idea Stephen was such a technophile! This is a very long but a very well written, thoughtful, and humorous look at why none of the supposed iPhone killers actually are iPhone killers – Device and Desires
  • Before we more on to other matters here’s one more technology article. One I find rather humorous. According to Steven Frank from Panic Software Macs make better Windows machines than regular PCs! – Macs Really Do Run Windows Better
  • Now on to a totally different subject, light pollution. I came across a fantastic article about it in the New Yourker this week. That article is long, but very well written and touches off all the issues including energy savings, the ways in which much modern ‘security’ lighting actually helps the criminals and of course the wonders of the night sky which we are depriving our selves of needlessly – The Dark Side
  • Finally, some light entertainment in the form of a fantastic parody of the last Harry Potter book – Potterdammerung

I have been an iLife user for years but hadn’t previously bought iWork because it was lacking a spreadsheet program. When iWork ’08 came out with Numbers I decided the time was right to give it a go. Just to put things into perspective, at work I use Microsoft Office (the Mac version), and at home I’ve been using OpenOffice and NeoOffice. OpenOffice and NeoOffice always strike me a striving to emulate MS Office, iWork doesn’t do this. It sets out to do Presentations, Documents and Spreadsheets in a simple and accessible way. It’s refreshing to use an office package with a simple interface instead of the usual glut of buttons everywhere. I’ll be writing about Pages and Numbers in the future but today I want to talk about the oldest of the iWork applications, the presentation app Keynote. This review is based on my experiences creating and then presenting a talk about science to students at my old secondary school the week before last. You can read about how I got on here see a PDF of my slides here.

[tags]Apple, iWork, KeyNote[/tags]

Read more

Tagged with:

It’s not long ago that I posted about Apple not patching their SAMBA implementation for months after a patch became available. Now there is a Quick Time vulnerability in the wild that was apparently reported to Apple about a year ago. I constantly give off to Microsoft for this kind of carry-on, so, each time I catch Apple at it I’m going to highlight it too. The Mac user experience is currently fantastic but Apple’s continued complacency about security is putting that experience at serious risk. How bad will things have to get before Apple cop on to themselves?

For more details on this vulnerability (which affects Windows too) check out this Mac World article

[tags]Apple, Security, QuickTime[/tags]

Tagged with:

A lot of other bloggers do posts where they just list interesting articles they’ve read. It’s not something I’ve really considered before. However, I’ve recently started coming across some excellent articles that I think are worth sharing. So, I’m gonna give it a go. Consider this a trial. If you’re a regular reader let me know whether or not you’d be interested in reading more posts like this one by leaving a comment.

Read more

This is a follow-up article to my earlier article Eircom Exposes Its Broadband Customers to Serious Security Risks. If you’re following the comments on that article you’ll see that I’m trying to bring these problems to Eircom’s attention. I haven’t gotten very far yet but I’ll keep updating those comments with what ever progress I manage to make. However, there has been another development that I feel I need to bring to people’s attention. This afternoon I was anonymously sent some very interesting information regarding yet another alleged hole in Eircom’s security. I MUST STRESS THAT I HAVE NOT VERIFIED THESE CLAIMS as to do so would involve attempting to break in to someone’s network and that’s illegal. However, should this prove to be true Eircom has yet another problem to fix. In this article I’ll start by explaining the alleged problem, then propose a simple solution, and end with some simple advice for Eircom customers who wish to protect themselves from these security vulnerabilities.

[tags]Eircom, Security[/tags]

Read more

Tagged with:

« go backkeep looking »