Posted on December 22, 2009, 23:51.
Michael Meeks published a though provoking essay called Some thoughts on Copyright Assignment. It is a must read when working with Free Software projects that request legal assignment of contributions to a corporation. It contains sane recommendations both for individual contributors, project leaders and corporations seeking assignments.
Posted on December 15, 2009, 00:48.
Just checked in support for getting java backtraces from hotspot through systemtap. This is the next step in making not just the kernel and native programs observable, but also runtime based languages with SystemTap. And it is pretty powerful. It allows you to answer the question “How did I get here?” in combination with any […]
Posted on December 7, 2009, 08:02.
At FudCon, David Malcolm, Jon VanAlten, Will Cohen and I sat down, had some fun and made tracing python methods through systemtap possible: 0 python(20122): => search_function in Lib/encodings/__init__.py:71 15 python(20122): => normalize_encoding in Lib/encodings/__init__.py:49 37 python(20122): <= normalize_encoding 170 python(20122): => <module> in Lib/encodings/utf_8.py:8 193 python(20122): => IncrementalEncoder in Lib/encodings/utf_8.py:18 206 python(20122): <= IncrementalEncoder […]
Posted on December 2, 2009, 21:30.
Currently stuck at heathrow airport… But I will make it to Canada somehow for FudCon. Hopefully with some nice systemtap jstack java hotspot backtrace examples. They finally actually started to work. Weeee!