You are here: Home Users Evan Cofsky Blog

Blog

The new blog entries that will be picked up by the Blog collection.

Page Attack of the Killer Ftrace (Review)
Tracking down a bad interaction between ftrace and the e1000 driver.
Page 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.
Page Installing and Using Ftrace
This is an OMAPpedia article on Ftrace.
Page 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.
Page The Future of IP (System-Level Design
A survey of the state of IP in the system design industry.
Page 7 Steps to Legal Revenge
by Anna Ardin
Page The End of the World
 
Page A Pet Theory on Languages
 
Page If you want to build a ship
 
Page Eyebrowman's Creed
These are my eyebrows.
Image Eyebrows
These are my eyebrows.
Page Zenchrist
Musings on Vision and Zen in the United States.
Page Jack and John
A brief dip into the waters of Slash Fiction, starring Jack Harkness and John Galt.
Page Insurance
If anything should happen to me...
Page Christopher Alexander Roos and Anabolic
Apparently threatening me wasn't enough, and he also is threatening a friend of mine and his family.
Document Actions