My thoughts on various subjects. I particularly love hacking my work. Either by methodology or by improving my tools. Check out this list of tags / subjects.

Recent Posts

"No meeting" always beats "Meeting"

1 minute read

I was chatting with a colleague on a feature that is loooooooong overdue and proposed to kill a meeting and use the time saved to write the damn thing. He r...

Getter / Setter generation in Java

less than 1 minute read

Eclipse or IntelliJ typically generate getters and setters this way: public class Month { private String name; public String getName() { r...

Podcast part I: recording

4 minute read

I have been producing podcasts for almost a year now, primarily at Les Cast Codeurs (a French podcast on Java) but also helped a bit on JBoss Community Asylu...