Technology, Life and Me.
RSS icon Home icon
  • Not my number one fan.

    Posted on April 19th, 2009 apt 2 comments

    Just fixed a long term issue with my MacBook and thought I’d share the solution. I’ve been having excessive fan usage that, at times, sounds like the MacBook is going to take off at any moment but I never got around to looking into the cause until today.  On closer inspection in the Activity Monitor it seems that there was a rogue PowerPC process running that was chewing up 95% of the CPU and knocking the temperature to around 80°C. The culprit was something called ‘Authentication$’ and force quitting this process immediately dropped the fan down to a whisper and a steady 60°C.

    I’m not entirely sure what the process does (nothing imedialty cropped up on Google) but i’m sure the process will appear again at some point (maybe after a reboot) at which point I will do further investigation as to the cause.  Hope this helps anyone else with the same issue.

  • Its good to be back!

    Posted on April 9th, 2009 apt 2 comments

    Well I’m finally back online at home after a frustrating time with BT getting my line installed and activated.  The good news is I’m running a speedy connection thanks to Be*.

    Now please excuse me while I catch up on what I’ve missed on the InterWeb.

  • iPhone OS 3.0 to could include MMS, tethering and copy and paste.

    Posted on March 13th, 2009 apt No comments

    iphone-3-pMacRumors have just posted some good news (read rumor) in the form a partial feature set of the upcoming iPhone OS 3.0.  Earlier in the week Engadget reported that Apple will be holding a press even on Tuesday, 17th March to demonstrate iPhone OS 3.0MacRumors now states that the new OS will include some of the most user requested features including MMS support, tethering and possible copy and paste.

    I for one cant wait to see what Apple has in store for the next major iPhone OS update.

  • Apple release new iPod Shuffle

    Posted on March 11th, 2009 apt No comments

    09ipodshuffle_handApple today released a sleek new update to the iPod Shuffle.  Sporting a longer sleeker design the capacity of the new shuffle has been increased to 4GB from 1GB and a new ‘VoiceOver’ feature will announce the music you listen too and as you browse your playlists (Yes you can have multiple playlists on the shuffle too now).

    Check it out at the Apple iPod Shuffle page.

  • Time to get with the program…but which one?

    Posted on March 9th, 2009 apt 1 comment

    I’m about to embark on a new chapter in my life and do something I should have done a long time ago… that’s right I’m going to attempt to learn to program… I mean REAL programming.  But before I do I thought I’d share with you some of programming experiences to date.

    I’ve been ‘in’ IT for a number of years now after being introduced to ‘real’ computers way back in 1989 with a DTP course using a network of Mac Plus’s.  I say ‘real’ computers because everything up until then required that I connected my ‘computer’ to a TV and load up a cassette and wait an age for it to load…Yes I was an Atari 8-bit 800xl user and I loved it.  I would sit for hours typing in basic code from magazines just to get a scrolling ticker tape demo (Come on I’m sure we’ve all done it!).

    With the Mac Plus it all changed (albeit in B&W) I was introduced to my first ‘visual’ programming language HyperCard. I won’t go into great detail but HyperCard for me was revolutionary,  It worked using a ‘stack’ based metaphor using ‘cards’ within the ‘stack’ that you could navigate by going forwards and backwards showing each card in turn.  Each card could contain graphics (1 bit), fields,  buttons which allowed you to ‘script’ actions using a language called ‘HyperTalk’. Baring in mind the obvious limitations of the tools on offer you could create quite sophisticated ’stacks’ from games through to basic databases.  I myself created a whole GUI for a youth centre so that users could login and access applications and documents without giving them full control over the computer, and in turn the power to DELETE stuff!

    Unfortunately HyperCard as a tool was killed off by Apple in 2004 having not been updated for some time although SuperCard , a direct rival to HyperCard, still exists to the day but again has not been updated for a number of years.  Since then I have tried RealBasic and Revolution but always felt that I was ‘playing’ at programming (sorry to all those RealBasic and Revolution users out there) and longed to get under the bonnet and produce some proper code but as with most things in life commitments and events mean you can’t always do what you want to do.  Now after hearing a talk by Peter Cooper at the recent Think Visibility conference, I have been inspired to do something about it.

    So what may you ask am I planning to do… Well in a nut shell I’m going to jump in at the deep end and develop for the iPhone (Hey if a 9 year old can do it so can I!).  Based on the fact that I have no knowledge of C++, Objective C or the iPhone SDK I know I’m setting myself quite a large task,  but with passion, ‘Learn C on the Mac by Dave Mark‘ (the first of many books) and a lot of help from the iPhone community I’m sure I’ll get there… eventually.