April 23, 2008

Twitter Updates for 2008-04-23

Filed under: General — Andy Todd @ 11:59 pm
  • Off to talk about Feature Driven Development #

Powered by Twitter Tools.

April 22, 2008

Twitter Updates for 2008-04-22

Filed under: General — Andy Todd @ 11:59 pm
  • Making calls, writing down random thoughts #

Powered by Twitter Tools.

Fiddling not Blogging

Filed under: General — Andy Todd @ 3:42 pm

Whilst there has been a dearth of decent posts here recently I have been beavering away in the background. In the meantime, I’ve upgraded to WordPress 2.5 and installed the Twitter Tools plugin. This joins the wonderful worlds of Andrew Channels Dexter Pinion and Twitter into a value added multi media powerhouse.

Now instead of large amounts of peace and quiet you will be treated to a daily summary of my inane babbling here on the blog and in the feed. Who said technology was no good?

April 12, 2008

Command Line Meme

Filed under: General — Andy Todd @ 7:24 am

Inspired by Simon, I thought I’d follow the crowd;

andy47@Mort:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
  187   cd
   66   whoswho
   46   svn
   30   python
   20   rm
   16   ls
   15   open
   13   vi
   13   grep
   10   ipython

March 3, 2008

March Sydney Python Meeting

Filed under: General — Andy Todd @ 12:00 pm

This Thursday, the 6th of March 2008 from 6:30pm there will be a social gathering of Sydney Python Users Group and any individuals interested in discussing Python, Web, Ruby, Perl etc.

Laptops, OLPC’s, code review, show and tell etc allowed and encouraged.

We meet in the ground floor area next to P.J. O’Briens Pub internal entrance in the;

Grace Hotel at the corner of York and King Street in Sydney, New South Wales 2000. See you there

February 5, 2008

Job Application Customer Service

Filed under: General — Andy Todd @ 6:05 pm

I’m bringing back a long neglected feature, bad customer service. Although a quick search tells me I haven’t mentioned this as much on line as in real life, where friends and casual acquaintances who get me on a bad day are liable to receive a long and bitter tirade.

Back in September when I was last looking for a job in a moment of weakness I applied for a position at a global IT company that is rather fond of the colour blue. After the initial excitement of the application I waited.

And waited.

And forgot that I had applied to be honest, because I heard absolutely nothing. Until today, when reviewing the mails rejected by my spam filter I noticed this;

Dear Andrew

Thank you for your recent application to a large IT company*.

After careful consideration we regret to inform you that your skills and experience do not match
our current position requirements. If your skills match future vacancies we will contact you
again. Please let us know if your circumstances change, or if you do not wish us to continue to
hold your details.

Thank you again for your interest in a large IT company*.

Yours sincerely,
a large IT company* Australia Staffing Team

So by my calculations it has taken them five months to review my application and send a stock response. I was particularly impressed by the last line of the message which states;

This e-mail has been sent by a Service Machine. Please do not reply directly to this e-mail
using a Reply function.

Don’t you love the personal touch?

Update: I couldn’t resist and sent this reply;

Dear a large IT company*,

Thank you very much for taking five months to review my application. I do not wish you to retain
my details as I suspect that by the time you look at them again they will be woefully out of
date.

* Names have been changed to predict the gloriously incompetent.

January 7, 2008

Desktop Software isn’t Dead

Filed under: General — Andy Todd @ 9:00 pm

I started a new job a couple of months ago. Sadly the IT policies are a little restrictive, they won’t even let me use my own mouse with the company supplied computer. So I’ve gone rogue. I bought a new MacBook (black, naturally) in December and thanks to the power of VMWare I’m using it pretty much full time at work.

Which has had an interesting effect on my approach to the software I use. Over the past couple of years I’ve been finding myself using either web based applications or command line scripts I wrote myself. What with having a desktop machine at work, a laptop and a home machine all running different operating systems the web browser and the command line are the easiest ways to synchronise my data via common applications.

As I’m now using the same machine at home and work I’ve started to drift back to o/s specific desktop applications. Instead of Google Reader I’ve switched to NetNewsWire Lite, I’ve replaced the WordPress text area with MarsEdit and I’m trying out OmniFocus instead of some hacked up scripts for my to do list.

I’m not sure what this says about me or my choice of technology, other than that I’ll get a frosty reception from the Google posse at the next Sydney Python meeting. But add this to the fact that I gave back the company supplied Blackberry and I think I must be bucking some sort of trend here. Is it just me or is anyone else fighting back the tide of web apps?

January 2, 2008

January Sydney Python Meeting

Filed under: General — Andy Todd @ 8:59 pm

Most of the country may be on holiday but some of us are working hard and we’re thirsty.

This Thursday, the 3rd of January, 2008 from 6:30pm, there will be a social gathering of the Sydney Python Users Group and any individuals interested in discussing Python, Web, Ruby, Perl etc.

Laptops, code review, show and tell etc allowed and encouraged.

We meet in the ground floor area next to P.J. O’Briens Pub internal entrance in the Grace Hotel, Cnr York and King Street, Sydney, New South Wales 2000

See you there.

November 19, 2007

Enable PHP on Mac OSX 10.5

Filed under: General — Andy Todd @ 1:40 pm

Yes, I’ve got a new job (details will be forthcoming), but in the mean time I’ve got a shiny new Macbook (black, naturally) running Leopard.

As part of setting it up I wanted to run some of my web pages locally and realised that PHP wasn’t enabled out of the box. Luckily it is really easy to set up. Just sign in to a terminal session as a user with admin privileges and;

$ sudo vi /etc/apache2/httpd.conf

and then uncomment line 114, which starts out looking like this;

#LoadModule php5_module       libexec/apache2/libphp5.so

Then restart Apache by de- and then re-selecting ‘Web Sharing’ under the ‘Sharing’ pane of System Preferences. You don’t need to do anything else because the nice people at Apple thoughtfully provide an appropriate configuration file that is included when you enable the PHP module.

September 6, 2007

New New Job

Filed under: General — Andy Todd @ 12:04 pm

Well that was fun. Now I’m looking for a new job. My resume is, as always, located here.

Anyone need an incredibly talented technologist in the Sydney area? I shall be somewhat picky about location this time, because an hour and a half each way to Pymble every day was no fun at all.

« Previous PageNext Page »

Powered by WordPress