Ways to Crush Innovation

Check this out: “Why should I bother?”.

All organizations have an “Official Technology List”. I work “Enterprise IT”, where the official languages are limited to Java, VB .Net, C, C++. After that... well... it may as well be Esperanto or Whitespace.

PHP, for example, is near the top of the …

more ...

All Those TODO's

About a year ago, we started out doing Python development with simple rst2htmldocuments for requirements, design, etc. In the code, we had comments that used epydoc with the epytextmarkup language.

No, it wasn’t confusing. Free-text documents (requirements, architecture, design, test plans, etc.) are easy and fun to …

more ...

Multi-threaded apps and module globals

Learned about module globals the hard way.

The mod_wsgi daemon by default spawns 15 threads. This is important, but not obvious.

During load testing, we had intermittent weird errors. We were seeing an odd inconsistency in replies. My experience in creating military software in the ’80’s leads me to …

more ...


Python and .NET News

The Windows and .NET watch column, February 1, was Python: arbitrarily interesting . For certain classes of "interesting" problems, where interesting is defined arbitrarily, Python is an easy way to tackle those interesting problems.

It picks out a few specific areas of IronPython application, which is good and bad. Good because …

more ...