Posts Categorized: Tech

Advertising or Information?

Posted by & filed under , , , , .

This goes out to all you ad skeptics out there who bang on about how useless the internet advertising is and how it should be banned / destroyed / 101’d etc: it is sad that not often advertising is delivered as a complement to the content being viewed, and as such it doesn’t come across […]

Scripting

Groovy Scripting at the Power of Commons CLI

Posted by & filed under , , .

I’ve found myself more and more scripting stuff in Groovy — partly I’m guessing it’s cause of my Java background, partly because I’m probably not such a good bash/awk/perl/sed/etc script hacker 🙂 Nevertheless, make no mistakes, Groovy is an awesome scripting tool! (I’m not going to praise its benefits in terms of building applications — […]

System Console Support — JDK 1.6

Posted by & filed under , , , .

I’m sure some of you have found the need occasionally to use the “console” input/output support provided by the JDK via System.in and System.out — if nothing else just to implement an occasional more complicated command-line “scripty” app to be run in a Linux environment and piped input in or out from/to another program. The […]

Dealing with Java Beans via Apache Bean Utils

Posted by & filed under , , .

Ok some of you are probably already familiar with the Apache Commons‘ BeanUtils framework, so this might not come as a surprise, but I have just discovered recently a class which I found myself in the past implementing bits of, one way or another: the BeanMap class! I swear, when dealing with loading random properties […]

Vibrant Media Old London Office

This Is Where It Began…

Posted by & filed under , , .

I tweeted this photo the other day as well but I thought it deserves a bit more than just a tweet — having just met up with some old ex-Vibrant Media colleagues, right in the neck of the woods where we all started from. For all of you ex-Vibrant Media (or still in Vibrant Media) […]

Java Catalog 1.1

Posted by & filed under , .

It’s only been 1 day since I published Java Catalog 1.0 and I got already feedback on this from 3 visitors! This beats any previous “records” on my website, I must confess, hence the rush to incorporate these into the code/package and publish a new version! Simone Tripodi, being the helpful guy he always is, […]

Java Catalog 1.0

Posted by & filed under , .

It’s amazing what you find when you look closely at how you use a computer nowadays — I only just realised that ages ago I have put together this little Java application to help me sort out my mobile phone image collection every time I download them onto my computer…yet even though I’ve been using […]

Configure autofs auto.smb on Debian Linux

Posted by & filed under , .

Yet another post from my old website brought back to life — just as with the previous such posts, I hope this still stands. Nowadays I’ve moved most of my “infrastructure” to Amazon, I don’t have to use this anymore, but I remember at the time having to do a bit of research into this […]

Automating iptables on Debian Linux

Posted by & filed under , .

It’s interesting to dwell occasionally into researching how people are reaching my blog and what are they looking for when they do so. As you have seen so recently I have brought back a few old articles that seem to have triggered the attention of some people on the net — at least that’s what […]