Archive for the 'Uncategorized' Category

14th Jun, 2007, 2:20am

Oppenheimer – go listen.

You need to go and listen to this, pure class.

http://www.myspace.com/oppenheimer

http://www.oppenheimermusic.co.uk

[name dropping]
Rocky worked at a recording studio I used to break stuff at..
[/name dropping]

No Comments yet »

8th May, 2007, 11:34am

Hacking about with Java class files

I’ve recently been involved in migrating some old JBoss web portal applications from one physical location to another, along the way there were some new security hurdles to jump, including moving all URLs from http to https.

One of the components in this service had a hard coded URL to the http address.  We could have fixed this with an Apache rewrite rule, but the security folks would still have been on our backs.  The source code is long lost (AFAIK) and it probably would have taken ages to create a suitable build environment anyways.

What I needed was a class file editor.  CafeBabe to the rescue! More details here.  This great little tool allowed be to edit the String in the class file, all I needed to do then was rebuild the jar file, stop JBoss, slip it into the filesystem over the old JAR with the bad url in it, restart JBoss & hey presto!

No Comments yet »

29th Apr, 2007, 6:45pm

Things to do at a job interview

http://positivesharing.com/2007/03/some-killer-questions-to-ask-in-your-next-job-interview/

No Comments yet »

26th Mar, 2007, 11:57pm

Terrorist in the making.

suspicion2.jpg (JPEG Image, 700×938 pixels)

Are you a terrorist and you don’t even know it?

1 Comment »

20th Mar, 2007, 11:35am

More what he said:

http://www.eoghanmccabe.com/naive-by-design/irish-web-app-development-a-team-to-the-rescue/

No Comments yet »

15th Mar, 2007, 9:42pm

Why a Career in Computer Programming Doesn’t Suck

Yeah, what he said:

http://formerslacker.com/blog/2007/03/12/why-a-career-in-computer…

No Comments yet »

3rd Mar, 2007, 1:00am

Best Ruby on Rails tutorial yet

Kudos to Tom Rossi over at the www.themolehill.com, where I have just read one of the best intro’s to RoR yet, simple, clean & informative.

Many of the articles I have read over recent months either work too hard at showing how quickly you can do stuff, or how brief Ruby is, without giving the detail to help put the pieces of the puzzle together. (i.e. I’m a system admin coder/hacker, I know what MVC is, but I’ve never used it in anger, I’m used to scripting out problems & fiddling with databases)
You can jump into the aricle here.

2 Comments »

Next »