Highly Recommended
deoren’s Twitter feed- deoren: RT @timoreilly: Whoa! Bill in Congress to overturn ban on gov propaganda used against American citizens http://t.co/FKZkZHss Tell me it ... May 19, 2012
- deoren: Background music for the Gray Matter website is so awesome: http://t.co/FcDVtWQY. I can only imagine what the entire soundtrack is like. May 19, 2012
Category Archives: Programming
Python Editors: Redux
These notes are mainly for my purposes. I won’t go into enough detail to provide a real review, so check out the links and come up with your own opinion. After my light testing with Python editors last week, I … Continue reading
Python Editors
This is one of those topics that pretty much everyone that’s done more than a few minutes worth of Python has cared about, at one time or another: Finding a good editor. I’ve been using Notepad++ for several years now … Continue reading
ActivePython license
It suddenly dawned on me yesterday that although the licenses for various modules that Synclosure uses are being respected, I hadn’t closely looked at the license for ActivePython, which comes into play when using cx_Freeze to “wrap” the application and … Continue reading
Synclosure 0.2.1 (stable) released!
As announced here, Synclosure 0.2.1 has been released. This release fixes an embarrassing bug which resulted in unusable Windows binaries. My apologies to everyone who encountered this problem. Please try the release, provide feedback and let others know of Synclosure … Continue reading
SVN rename *.{{} to *.{}
I imported files into a repo that were supposed to end with the .{} extension, not .{{} as they ended up having. I could have used a shell script to accomplish this, but I’m forcing myself to do this with … Continue reading


