Skip to main content

Farewell to a Friend

Earlier this week, Jeffrey Walker passed away.

I had the pleasure of meeting and working with Jeffrey when he assumed the role of President of Atlassian in July 2005. In the last few years, Jeffrey inspired us all by publicly announcing his war on cancer, but Jeffrey was so much more than this battle.

He had a passion and zest for life and business that was plainly evident when he walked into a room. He really did have a knowing smile, accompanied by that glint in his eyes - and you knew he was seeing something that you were missing. He was dubbed as the ‘Lance Armstrong of Silicon Valley’ at one point.

I am proud to have known this gentleman and my sympathies go out to the Walker family and the Atlassian staff.

Grey Goose Gibsons, straight up with a twist, all round while we remember Jeffrey like we should.

Comments

Popular posts from this blog

Local Testing OAuth Social Signin

On some recent Grails projects, I have been looking at using the Twitter and Facebook OAuth signin process. This process allows you to authenticate users based on their Twitter/Facebook logins, without the need for the user to expose their passwords to your site. When you create your 'application' within Twitter or Facebook, it is necessary to define the URL where the application can be accessed. Twitter and Facebook will only redirect to this URL during the authentication process. I have tested running some applications on Heroku or Appfog , with Twitter and Facebook happy to redirect to the appropriate URLs with successful authentication. However, when testing locally, I follow these steps to work through the authentication process. 1. App Context Ensure that the Grails app context is '/' - as the application is generally deployed this way on Heroku/Appfog: Config.groovy grails.app.context = '/' 2. Port Binding: While the local application w

Explore. Dream. Discover. Be Interesting.

Interesting 2008 Bunting and all ... Twenty years from now you will be more disappointed by the things that you didn’t do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover. Mark Twain Over the weekend, my wife and I attended Interesting 2008. The concept of the event - to gather a number of speakers to talk about something they are interested in - was intriguing and all reports suggested it would be a Saturday well spent. Comparisons with the TED talks certainly helped to pique my interest and we were most definitely not disappointed. Russell Davies , the coordinator of the day, has this to say about being 'interesting': The way to be interesting is to be interested. You’ve got to find what’s interesting in everything, you’ve got to be good at noticing things, you’ve got to be good at listening. If you find people (and things) interesting, they’ll find you inter

If This, Then What?

Imagine that you could combine services (internet and otherwise) together like Lego blocks to create new, personalised services. If This, Then That ( ifttt )  is a new service that allows you to do just that. Through an intuitive interface  ifttt  puts the power of " Event Driven Programming " at your fingertips, letting you connect services with digital duct tape . Event driven programming can be simply broken into two stages - event selection/detection followed by event handling.  ifttt  terms these stages as triggers and tasks and provides a comprehensive list of services that you can target as a trigger or task, from Facebook and Twitter through to Google calendar events. For example, it is possible to build a service that will send a text to your mobile phone (task) if the weather service has forecast rain for the following day (trigger). The mechanism for building such a service is so simple and straight-forward that no programming knowledge is required. Trigger