And check out also the neigbours’ giant decorations! ๐
Posts Categorized: Blogroll
Remember the Time
Does anyone remember a company called Borland? Or am I showing my age too much? ๐ Spotted the other day, at a team event with my Netflix colleagues, in Mountain View.
The Cars (Not The Streets!) of San Francisco, California
Russell Peters — Mountain Winery, California, Aug/2015
Odd Behaviour in Groovy when Comparing Maps
I came across this the other day and I ended up spending quite some time on it pulling my hair and I still couldn’t explain it in the end so I thoughtย I’d post here to see if anyone can shed some light into it. In brief, it’s about Groovy’s (otherwise awesome!) feature of comparing […]
Tales from Ole’ Romania: Bucharest ID
I decided to continue my short (so far) series on “tales from pre-1989 Romania” as it seems my posts so far triggered quite a few reactions. Mostly, I gathered from the folks in the Western world, curiosity. It appears that my readers want to know more about some of these (really odd) things that back […]
Radio Yerevan Joke
Just spoke with an old Romanian friend of mine who told me this joke, which was famous in Romania during the “old times” and I thought I’d put it out here as it’s bloody hilarious. Quite likely “oldies” like me will laugh at this, but for the Romanian youngsters out there probably means nothing. Sic […]
Cobertura Issue with Ignoring Annotated Methods
I’ve decided to plug in Cobertura in (some) of my projects to have an idea on the unit test/code coverage going on. I use Gradle, so I started looking at the Cobertura Gradle plugin. It turns out it’s pretty good — and offers a lot of the functionality that I needed. However, I came across […]
@TupleConstructor in Groovy Language
I find myself nowadays mixing a lot of JVM languages: I write a lot of “core” code in Java, as I prefer the verbosity of it somehow, but then I find myself a lot of times I just need a lot of utilities or “quickies” around this code — be it for unit testing purposes […]
Small Yet So Costly Java Mistake
OK so I felt like I needed to share this code with “the world” as I think it’s a good example of a few things: first of all nobody’s perfect — I know you read that in my website tag line ๐ but yeah nobody’s perfect… sadly, in this instance, myself included ๐ secondly, it […]