divider

You are currently browsing the archives for the Geek category.

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

Archive for the 'Geek' Category

July 18th, 2007

Learning to create Debian/Ubuntu packages

I’m starting to learn to create .deb packages for Debian or Ubuntu. A quick breadcrumb trail for myself, to remind me of where I’ve found useful information:

Packaging session from Ubuntu Open Week (and part 2)
PackagingBasics from Ubuntu wiki
PbuilderHowto from Ubuntu wiki

divider
December 1st, 2006

Making SVN trust a new root CA certificate

If you’re using Subversion to connect to an HTTPS repository that’s signed by a non-standard root certificate — such as a CACert.org certificate, for example — here’s how to do it on Linux or OS X. (Windows users: sorry, you’re out of luck. I haven’t developed on Windows since 1999, and I don’t ever want […]

divider
August 5th, 2006

Interesting ideas for human-computer interaction

There’s a research project at University of Toronto that’s exploring different ideas for how people interact with computers. Here’s an interesting new way of looking at the “desktop” metaphor. There’s some rather clever ideas there.

divider
May 4th, 2006

A step-by-step SQLAlchemy tutorial

SQLAlchemy is a very useful database-access library for Python. It’s got excellent documentation; but what it was missing until recently was a tutorial. I wrote a step-by-step SQLAlchemy tutorial to fill in the gap. Of course, the day after I wrote it, SQLAlchemy’s author posted the tutorial that he’d been working on, so I just […]

divider
February 2nd, 2006

PCI ID viewer for Windows

I often end up working on Windows machines that don’t have the right drivers installed for this or that piece of hardware. And since Windows makes it difficult to get at the actual PCI ID’s for its devices, all you have to go on is the “Unknown Device” entry in the Device Manager control panel. […]

divider
February 2nd, 2006

Some useful programming links

A few useful programming links gleaned from various sources:

Python plugins
Continuous integration with buildbot
How to be a Programmer

divider
November 3rd, 2005

Some light geekery for a change

The original Star Wars trilogy holds a special place in the heart of many geeks. It has grandiose space battles, a rip-roaring plot full of daring escapes and noble sacrifices, and memorable lines (C-3PO: “Sir, the possibility of successfully navigating an asteroid field is approximately 3,720 to 1!” Han: “Never tell me the odds.”) The […]

divider
July 28th, 2005

You paid HOW MUCH for that?!!?

I couldn’t believe it until I saw it with my own eyes. Oracle — the 800-lb gorilla of database servers, the mighty Oracle — cannot distinguish between an empty string (””) and a NULL! From the current Oracle documentation, available on-line at their Web site (although you have to register and give them your E-mail […]

divider
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
April 8th, 2005

SQLite embedded in Tiger

From Apple’s Web site: “SQLite is an open source embedded database that is included in Tiger […]”

divider
April 7th, 2005

Vim Outliner

I’ve just discovered a very useful outliner for Vim.

divider