Posts Categorized: Blogroll

Continents Reunited

Posted by & filed under , , , .

In this photo, there are 4 continents, 3 people, 2 companies and one team: With my friends Denis (Australia) and Nick (South Africa) — and me obviously (Europe) — in a bar in America. We all used to be part of the same team back in the days in London, nowadays Nick has started his […]

Wanted: Creative Software Engineer

Posted by & filed under , , , , .

A while back, LinkedIn included me in the exclusive group of people who are allowed to have their own blog hosted on LinkedIn 🙂 As such, I got an invite from LinkedIn to start creating my first post. I stared at that email for ages I think (at least a couple of months) before I […]

Real Or Not?

Posted by & filed under , , , .

Believe it or not this actually is a real (not plastic!) flower I have just spotted in the local florist. No idea how they get it to look like this but it’s bloody awesome!

Java 8 Accumulators and Adders

Posted by & filed under , , , .

If you’ve been using Java for a while now, then like me, you must have saluted the move quite a while back in JDK 1.5 to introduce the atomic classes (AtomicLong, AtomicBoolean and so on). They were a big step forward, away from the clunkyness of having to create ridiculous bottlenecks in the code for […]

java code

Parallel Sorting in Java 8

Posted by & filed under , , .

I started playing with Java 8 relatively recently (booo! 🙂 ) — and going through the new features this JDK brought, I keep discovering things which I feel deserve more attention than they have been given. Sure, everyone is raving about the lambda expressions, try-with-resources and so on, but occasionally there are small additions that […]

How Many Planets?

Posted by & filed under , .

This is the 4th speech I delivered to Toastmasters and it’s part of Competent Communicator manual #4: “How to Say It“. As a reminder, the objectives of the project are: Select the right words and sentence structure to communicate your ideals clearly, accurately, and vividly. Use rhetorical devices to enhance and emphasize ideas Eliminate jargon […]

Small Java Utility to Generate Random int Files

Posted by & filed under , , , .

This is not ground-breaking, folks and in fact it’s not even anything sexy, but it’s just something that’s been bugging me for a while when I play with some Java tools and code on my side: I need (very) often a way to quickly generate a text file with random integers as well as a […]

TripIt

Of TripIt And Their Business Model

Posted by & filed under , , .

This is somewhere in between a question and an idea for TripIt — definitely not a moan! as I am rather enjoying the FREE service they are providing to me right now 🙂 Truth being told, if they read this and they decide to go with my idea, I guess I’ll get a lot of […]

Running Multiple JDK Versions on Mac OS X

Posted by & filed under , , .

If you’re a Java developer like me, working on a bunch of different projects at the same time, then you quite likely find yourself in the situation where you need to switch in between different JDK versions every time you switch context/project. In my case, I am working on the (good) stuff we got going […]