Cleverfoo

Rafael Ferreira's blog

Month: November, 2005

why I hate log4net (but still use it)

So, I’m writing a little toy app (a single thread web server in c#) and I’m using the awesome “heap-buddy” tool to track heap usage… and this is what I see: [terminal] [rafael@salamandra Ophion.ZServer]$ heap-buddy /tmp/zserver.pf types fullname Type # Total AvSz AvAge BT# string 6462 563k 89.2 0.7 663 int 14731 172k 12.0 0.0 [...]

Big win for the democrats today.

So, it looks like the democrats took both Jersey and Virginia today… it will be interesting to see if this is the start of a downfall for the Republican party….

new bookmark code commited!

I commited the new bookmark code to monodoc yesterday. Even tho things are still pretty unpolished, I’m pretty happy with the outcome (give it a try and let me know!). Now I’m going to focus on tracking down some bugs that are making the browser crash while loading some “anchored” HTML. In the meantime, any [...]

Persistent hierarchical bookmarks for monodoc

I’m submitting to the monodoc ([url]http://mono-project.com/Monodoc[/url]) mailing list a patch that gives persistent hierarchical bookmarks to monodoc. Hopefully this will get approved and merged upstream soon… The patch took a lot longer than I first had planned since dealing with something like hierarchical bookmarks is not as trivial as one might think… Since some poeple [...]