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

Autumn Photo in Bruges

less than 1 minute read

I've spent my Sunday working on the backlog of my pictures. I'm far from done but this one really stroke me. I took the picture last month in Bruges, Belgiu...

To Tor or à Tort

1 minute read

Last night, I read some articles about Tor. Tor is an anonymous network that redirects your communications securely and anonymously across the Tor network be...

IntelliJ's Live Template

less than 1 minute read

If you remember, I like to write my getters this way (long story here) public String getName() { return this.name; } public void setName(String name) { this...