Recent Posts

SLF4J and logging throwables

1 minute read

I’ve been living in the darkness about not documented feature of SLF4J when Throwable is used as the last parameter.

Unit testing equals and hashCode methods

5 minute read

I had to add few fields into existing class wchih was simple POJO, but was used in collections. And had equals and hashCode defined. I forgot to update hashC...

Usefull Vim links

less than 1 minute read

Here are some usefull links for Vim. I will update them when something interesting appears.

Synced Vim across different locations

1 minute read

My favorite editor is vim. How do I manage to have all configurations, plugins etc. synced between different accounts/workplaces?

JCE on Mac OS X

less than 1 minute read

I had to install JCE with unlimited strength policy on my MacBook. Usual way: go to Oracle pages and download JCE manually. Luckily I’m using brew cask.