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

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...