Havoc's Blog

this blog contains blog posts

Dynamic language bindings

Andrew Cowie blogs about dynamically building Java-GNOME by messing with bytecode. These bytecode-munging libraries are fascinating in a “wow, that’s pretty cool” way. (valgrind does the same thing, but with machine code instead of bytecode – valgrind is also fun to play with.) When I looked at some of these libs, I thought ASM looked […]

Source control

People keep acting like it’s nuts to use Subversion instead of git (or one of the other long list of distributed alternatives), and I feel like I’m just missing something or getting too old to understand the kids today. I found an old series of blog posts about how the different models support different community […]