Blog
The new blog entries that will be picked up by the Blog collection.
-
Attack of the Killer Ftrace (Review)
- Tracking down a bad interaction between ftrace and the e1000 driver.
-
Improved Concurrency for Python
- This is a discussion draft for a novel approach to concurrency in Python. It may in time become a Python Enhancement Proposal. Current Python implementations map inefficiently to multiprocessors. Now that most server CPUs have at least two processors, and may have many more, the time has come to move beyond this.
-
Installing and Using Ftrace
- This is an OMAPpedia article on Ftrace.
-
History of Python: MRO
- In languages that use multiple inheritance, the order in which base classes are searched when looking for a method is often called the Method Resolution Order, or MRO. (In Python this also applies to other attributes.) For languages that support single inheritance only, the MRO is uninteresting; but when multiple inheritance comes into play, the choice of an MRO algorithm can be remarkably subtle. Python has known at least three different MRO algorithms: classic, Python 2.2 new-style, and Python 2.3 new-style (a.k.a. C3). Only the latter survives in Python 3.
-
The Future of IP (System-Level Design
- A survey of the state of IP in the system design industry.
-
7 Steps to Legal Revenge
- by Anna Ardin
-
The End of the World
-
A Pet Theory on Languages
-
If you want to build a ship
-
Eyebrowman's Creed
- These are my eyebrows.
-
Eyebrows
- These are my eyebrows.
-
Zenchrist
- Musings on Vision and Zen in the United States.
-
Jack and John
- A brief dip into the waters of Slash Fiction, starring Jack Harkness and John Galt.
-
Insurance
- If anything should happen to me...
-
Christopher Alexander Roos and Anabolic
- Apparently threatening me wasn't enough, and he also is threatening a friend of mine and his family.

