Posts Categorized: Blogroll

London Underground

Fancy Having Lovely Red Hair …

Posted by & filed under , , .

I’ve heard the following this morning on the London Underground on the way to work. I’ve got onto a very busy Victoria line train and when it reached Victoria station there was a crowd of people on the platform — all trying to make their way in the train. One of the fellows passengers who […]

(More) Idiotic Recruitment

Posted by & filed under , , , , .

I’ve posted before about idiotic recruitment and having had some time to organise (read delete) some of my LinkedIn emails I came across this old one. So I decided that I’m going to start posting here every single bit of idiotic recruitment emails I’m getting — if there are people occasionally reading this then they’ll […]

Java vs JavaScript?

Posted by & filed under , , .

The title of this post was intentionally chosen to raise some eyebrows – after all we all know that in most cases (I’m taking the likes of Rhino out of the equation, same for applets) the former resides on the server side while the latter is used as a client-side language. So why would someone […]

Idiotic Recruitment

Posted by & filed under , , , .

This has just happened to me for real recently and I thought it more than deserves a blog entry. I am used to receiving (quite often irrelevant) regular job offers/notifications from various agency who had my CV years ago and as such still have my CV in their database and include me on their regular […]

Hollywood Actresses

Posted by & filed under , .

I was watching just last night a movie on one of the terestrial channel — a repeat of a classic super-action/super-adventure/super-thriller and all the other “supers” (I’m not going to divulge the name of it as I don’t want to actually increase its popularity) when what is about to follow in this post (re)occurred to […]

StringBuilder — Memory Consumption

Posted by & filed under , .

You have seen probably my initial post about creating StringBuilder’s in Java — and the continuation of it which looked at timings involved. As I promised, I have finally had some time to look at the memory consumption involved in using the 2 ways of creating a StringBuilder in Java. I have used a code […]

Creating StringBuilder in Java

Posted by & filed under , , .

I wrote in my previous post about StringBuilder’s in Java, and I felt I should provide some measurements around the whole discussion. So I put together some quick and dirty code which is good enough for a comparison of the 2 ways of creating a StringBuilder — bear in mind I said “comparison”, as such […]

About Data Comparison in Java

Posted by & filed under , , .

If you have been involved in some coding (Java or otherwise) more than likely at some point you had to deal with the situation where you have to compare some data — for the purpose of sorting items in a list, of validating input, or many of the many other situations that require it. And […]

Data Validation inside a List

Posted by & filed under , , .

Felt like sharing this, since there might be some other “dinosaurs” like myself (i.e. slow in their using the Apache Commons Collections) — and those guys might find this useful 🙂 Occasionally you find yourself providing components that will be used by various modules in a project, and as such you have to employ strict […]

Neat Trick for Returning an Empty List in Java

Posted by & filed under , , , .

I’ve found this post actually burried in my “Drafts” — it’s been there for sometime it seems. I recall writing about it on my mobile WordPress application, so I’m guessing I’ve saved it as draft on the blog with the view to apply the code pretty-printing and forgot about it quite likely 🙂 So I […]