Tsuna's blog
In code we trust.
Saturday, October 16, 2010
thread.error: can't start new thread
›
Today I was puzzled for a short while by a machine on which Python seemed to be acting up: $ python Python 2.5.2 (r252:60911, Jan 20 2010, 2...
Monday, October 4, 2010
IOException: well-known file is not secure
›
I implemented a command-line tool to discover and read JMX attributes on Java processes to make it easier to write monitoring scripts for th...
1 comment:
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...
‹
›
Home
View web version