divider

You are currently browsing the A Geek for God weblog archives for a month.

divider
Categories
Abortion (1)
Faith (4)
Geek (8)
General (12)
OS X (1)
Politics (7)
Python (3)
Useful software (1)

Archive for May, 2005

May 25th, 2005

Logix: Lisp with Python syntax

Logix is Python, with macros. Logix is Lisp, with Python syntax. Logix is a programming language that lets you create programming languages. Logix is whatever language you need it to be.

divider
May 18th, 2005

WSGI demystified

One of the most exciting things to come out of PyCon 2005 was the WSGI spec. WSGI is a standard that specifies a common interface for Python Web frameworks.
For a full understanding of the interface there’s no substitute for reading the spec. But in my experience, many people are too busy to read specs. So […]

divider
May 3rd, 2005

Long filenames in Windows

Long file names in Windows are a hacked-in kludge, and sometimes it shows. Here’s an example of how, if you’re not careful, you can lose data:

C:TEMP>mkdir robintemp

C:TEMP>cd robintemp

C:TEMProbintemp>dir
Volume in drive C has no label.
Volume Serial Number is C899-6ADC

Directory of C:TEMProbintemp

01/28/2004 02:26p <DIR> […]

divider