Archive for the ‘ibm’ Category

The z/OS challenge

Monday, November 12th, 2007

For the next couple of days, I will be mostly skiving.

We’re doing the “z/OS Real-world Challenge” – a fairly shocking name, but the idea is that we get a few days out of the office to brush up our IBM mainframe sys-admin skills. We will be given a pretend scenario detailing customer requirements, then have to work out what we need to satisfy them – including how to install, set-up and configure any products that we need.

Not sure what we will be using, but it’s apparently a safe bet that it will include JCL, Java, WAS, DB2, COBOL, Assembler, CICS and WebSphere MQ among others.

Some of which I’ve never gone anywhere near before! 🙂

At the end of it all, our efforts are examined and graded by some more experienced architects.

It’s a chance for us to try our hands at some new things, as well as test some of our preconceptions on the best way to use products that we think we know. Should be fun!

HackDay (and more) at IBM

Sunday, October 28th, 2007

I blogged about my HackDay projects last night, kinda assuming that everyone would know what I was talking about, and what “HackDay” meant. But so far not a single friend or family (outside IBM) has understood, so I’ve had to try and explain it a few times.

As with many times where I get to explain about things that I get to do at work, people have been impressed and surprised with the variety of stuff that goes on at Hursley.

Even just this week, whether it’s the presentation I gave last Wednesday to a group of NEET young people on how to write CVs (as part of a mentoring program that I got to start with Hursley’s support), or going up to Bransgore in the New Forest for a day this week for a team environmental volunteering challenge, I like that I can feel proud of what we do. And that doesn’t even include the big annual things like running a National Science Week educational event for hundreds of local school children.

We do some cool stuff. Friday’s HackDay was no exception.

(more…)

HackDay – hack attempt 3 – a ‘social camera’

Saturday, October 27th, 2007

It was the afternoon of HackDay… and I’d tried a couple of hack ideas without a massive amount of success. I wanted to have something functional to show by the end of the day, so thought I’d give something easy a try.

I’d spent quite a bit of the morning getting to know the Windows Mobile camera API, so I thought I’d try and use it in an application.

Background
My Windows Mobile cameraphone comes with a basic camera app. Then you can do what you want with your photos.

The idea
I thought I’d try writing an alternative camera app that makes it easier to do some things with photos – such as uploading to flickr, posting to a WordPress blog, sending by email, and so on.

Why?
Without sounding like a Kodak advert, photos are more fun if you can share them. Anything that makes that easier could be a good thing.

(more…)

HackDay – hack attempt 2 – screen brightness

Saturday, October 27th, 2007

After my less-than-entirely-successful first hack, I started a second idea yesterday afternoon for the IBM HackDay.

Background
Windows Mobile smartphones include a screen brightness control. When indoors or in low light levels, you can turn the screen brightness down to maximise the battery life. When outdoors or in bright ambient light, you need to turn the screen brightness up in order to be able to make out things on the screen.

The idea
The plan was to write something that would use the camera in my cameraphone to work out the ambient light level. And then use this to programmatically alter the screen brightness as appropriate.

Why?
It takes seven screen-taps to change the screen brightness – so it’s not very quick. Something that did it for me would improve the usability of my phone.

(more…)

HackDay – hack attempt 1 – a wiki sync

Saturday, October 27th, 2007

Yesterday was IBM’s fourth HackDay. My first project attempt of the day was to try and ‘hack’ our internal wiki.

Background
We have an internally hosted wiki software on the intranet. Anyone is free to create a new wiki, and these wikis are used to manage anything from work projects and teams to community projects.

The idea
The plan was to write something that would let you have a local copy of a wiki – a copy which lets you read and edit an intranet wiki while offline (or with only Internet access). The idea was to have the ability to sync this local wiki to the intranet-hosted the next time you are on the intranet.

Why?
The thought was that sales or service IBMers who work at customer sites might not always have access to the intranet.

And even with Intranet access, I thought that some tasks – such as looking something up quickly – might be better-suited to the quicker access you could get from a locally-hosted mirror.

(more…)

Business + Charity + Connexions

Friday, August 17th, 2007

Apologies for cross-posting… this post originally began life as a post for my work intranet blog, but thinking about it there wasn’t anything confidential in there so I’ve tweaked it a little for posting here.

The inspiration

Last February, I got invited to an IBM volunteering celebration event at South Bank (because of an event I ran for some local charities). I am on the board of trustees for a local youth charity, so I brought along Andy – the chair of the board of trustees of my charity. (I don’t often go up to London so I thought it’d be more fun to take a mate with me.)

The day included presentations – some from IBM employees talking about what they had got out of volunteering, and some from charities and community organisations saying what a difference IBM had made to them. In some ways, I found it a bit of an eye-opener – I often see the volunteering that I do as being separate to me at IBM. With a couple of exceptions, I’ve generally approached my voluntary work as an individual, rather than as “Dale from IBM”.

Listening to the presentations, I started to question my approach. One headteacher talked about the difference that his local IBM lab made to his school when an IBM employee called upon people from his lab to support them. This was a common theme in many talks – the potential to make massive differences to the local community when IBMers work together.

It’s not like I’ve not seen that at Hursley – I’ve seen it in things like Blue Fusion. But still, in many ways, it did get me thinking, and Andy and I spent the train ride back to Eastleigh thinking about ways that IBM could add value to the work that we do at SYA to support local young people.

That ideastorming, inspired by the work from IBM sites around the UK that we’d been hearing about, led to an idea – and the creation of a new project.

(more…)

Finally – a chance to use dopplr!

Wednesday, July 18th, 2007

http://www.dopplr.com/traveller/dalelane

(more…)

Turning C# programs into PowerShell scripts

Tuesday, April 17th, 2007

I mentioned PowerShell – the new Windows command shell and scripting language – last year when I first tried it out. But other than playing with it a little, I kind of put it to one side and forgot all about it.

Yesterday I picked it up again and started playing with it again – using it to develop functions for WebSphere MQ (accessing it through the .NET DLLs that come with WMQ). The idea was to start and produce something which expands on the command line administration tools that come with WMQ – adding features that perhaps we don’t already provide.

You can see a walkthrough of what I’ve come up with so far on a post I wrote for the Hursley WMQ blog, but I thought I’d quickly draw out some of the more interesting bits that I learnt in doing it.

(It’s worth pointing out that if you’ve come to this page from Google looking for PowerShell tips and best practice, that I’m very much a beginner. As I highlight in the WMQ post, this is the product of an evening’s playing around – pretty much just trial and error and seeing what tab-complete suggests. It seems to work, but whether it’s the best way to do it… dunno 🙂 )

(more…)