Skip to content.

plope

Personal tools
You are here: Home
 
 
News Item Posted by chrism - Created: 2008-07-01

Don't Ask Why, Just Py65

As you do.. a 6502 microprocessor simulator written in Python.

News Item Posted by chrism - Created: 2008-07-01

Repozecast #2, New Orleans Version

The second episode in a podcast about Repoze.

News Item Posted by chrism - Created: 2008-06-30

Setuptools distribution_links Considered Harmful

distribution_links foils repeatability

News Item Posted by chrism - Created: 2008-06-21

My Experiences Creating a Build System

It's a meme!

News Item Posted by chrism - Created: 2008-06-14

Political Blogging as Open Source

Old-guard media doesn't like getting scooped but they should get used to it.

News Item Posted by chrism - Created: 2008-05-28

Writing Bad Unit Tests

We write bad unit tests sometimes.

News Item Posted by chrism - Created: 2008-05-25

Transcoding Batches of Ogg Files to MP3

Some Python code that helps transcode a batch of ogg files to mp3.

News Item Posted by chrism - Created: 2008-05-18

Management Self-Importance

Bad managers are everywhere.

News Item Posted by chrism - Created: 2008-05-11

Political Loyalties in Web Frameworks

There are at least two distinct forms of web framework styles: "right-leaning" and "left-leaning" (in the political sense).

News Item Posted by chrism - Created: 2008-05-10

Call for New Maintainer for External Editor

External Editor is two pieces of software: a client side browser "plug in" application that launches editing processes (Word, Excel, vim, emacs, whatever) and a server-side component for Zope that allows developers to inject links into pages that will trigger the client side application when they're clicked. It needs a new maintainer.

News Item Posted by chrism - Created: 2008-04-27

Integrating the repoze.who WSGI Authentication Framework with TurboGears 2

Integrating repoze.who (web-platform-agnostic WSGI middleware for performing authentication) with TurboGears 2.

News Item Posted by chrism - Created: 2008-04-16

Strace Replacement for Leopard

Just a "so I can find it later" post... a replacement for strace on Mac OS X Leopard using dtruss.

News Item Posted by chrism - Created: 2008-04-08

Signs That Your Python Package is Not Usable By Others

Here's a challenge to web framework implementors: start packaging and documenting things in a way all Python web programmers would be embarrassed to not understand.

News Item Posted by chrism - Created: 2008-04-07

Sphinx "autointerface" Autodoc Patch

Sphinx' "autodoc" extension allows you to generate docs from existing code. It doesn't like Zope interfaces, however. Included is a very raw patch that allows you to use autodoc to point at a Zope interface and generate documentation output for it.

News Item Posted by chrism - Created: 2008-04-07

ReStructured Text?

I never really understood why people get excited about ReStructured Text as a documentation input format.