Tsuna's blog
In code we trust.
Friday, August 27, 2010
JPMP (Java's Poor Man's Profiler)
›
I recently came across PMP and found it surprisingly useful to troubleshoot and analyze live production systems, despite it being so ridicu...
1 comment:
Java NIO and overengineering
›
In an earlier post about some of the most horrible APIs in the JDK (the date related APIs), I mentioned how the Java's IO APIs were equ...
Tuesday, June 22, 2010
Linux's dentry_cache takes all available memory
›
So for some reason one of my servers had 12G of memory allocated to the dentry_cache that wasn't being reclaimed. Probably a bug in th...
2 comments:
SimpleDateFormat and "AssertionError: cache control: inconsictency"
›
Oh boy, the JDK was really poorly """designed""". Today's fail is: java.lang.AssertionError: cache contro...
Sunday, June 13, 2010
Go fix the bug yourself, KTHXBYE
›
Have you ever wondered why, often , small open-source projects led by a handful of bearded hackers become more successful than large, entrep...
Wednesday, June 9, 2010
Beamer's semiverbatim, spaces and newlines
›
If like me, you're puzzled because the semiverbatim environment isn't respecting your spaces and newlines like verbatim does, make...
1 comment:
Sunday, February 21, 2010
How to disable Bonjour on OSX 10.6 (Snow Leopard)
›
Bonjour is Apple's zeroconf protocol and iTunes (among others) uses it to broadcast the existence of its shared library, which I find a...
4 comments:
Friday, February 5, 2010
Linux pipe count
›
I recently needed to keep track of the number of pipes opened by a server and I was using lsof -nw | fgrep FIFO but this was rather slow. H...
Saturday, August 1, 2009
Using the PUK code to unlock an Android G1
›
If you enter your PIN wrong 3 times, your G1 becomes "PUK locked" and supposedly you have to call the customer service to get this...
8 comments:
Saturday, April 18, 2009
MacPorts failing to upgrade gettext with +with_default_names
›
MacPort 1.7.1 breaks itself when trying to upgrade from gettext 0.17_3 to 0.17_4 when coreutils are installed with +with_default_names , her...
‹
›
Home
View web version