Category Archives: General

Re: DevDays 2011 is Cancelled

Woah, Joel & Jeff.  This is NOT your fault. Want to know something?  People don’t care as much about StackOverflow as they did in ’09.  Back in ’09, it was the model success of how to bootstrap a scappy idea into … Continue reading

Posted in General | 2 Comments

ThinkPad T520 Wireless Drivers for Ubuntu 11.04

Just got a new laptop, a ThinkPad T520, and I’m running Ubuntu 11.04 (Natty) With no additional drivers, the wireless (RealTek 8188ce) would work somewhat intermittently.  Sometimes it was great, and other times it wouldn’t associate at all. The correct … Continue reading

Posted in General | 5 Comments

A quick lesson in how to subvert the democratic process.

Imagine that you wanted to subvert an election.  What do I mean by “subvert”?  I mean, that you wanted everyone involved in the process to think that it was a fair majority, but in fact, it was not.  Let’s go … Continue reading

Posted in General | 1 Comment

Simulated HDR look in The Gimp

I had these instructions written up in about 2002 (at least that’s the timestamp on the HTML) and I’ve since nuked that section of my site, so I’m replicating it here.  If you want that “simulated HDR” look in your … Continue reading

Posted in General | Leave a comment

Passing of a namesake

My thoughts and prayers today are going out to family and friends of Googler and namesake Steve Lacey who passed away this weekend.  You’ll be sadly missed.

Posted in General | Leave a comment

New Google black navigation bar images.

I’ve taken a thin vertical slice of two Google properties below, and horizontally tiled it.  This accentuates how out of place the black bar looks in the Chrome world of blue & white.  I wonder how Google is going to … Continue reading

Posted in General | 1 Comment

Proposed scheme for per-user database field encryption.

I’ve been thinking a lot about hackers, stolenpasswords, rainbow tables, and credit card numbers in databases. But, the question remains:  ”How should I store credit card numbers in a database for maximum user security?” Typically, user authentication for web sites … Continue reading

Posted in General | 4 Comments

Django + PostgreSQL + virtualenv Development setup for Windows 7

Here’s what you need to do Django development on Windows 7. As I go through the install, I’m writing down all the steps to make sure that I don’t miss any. I’m going to focus on: Python 2.7.1 from python.org … Continue reading

Posted in General | Tagged , , , , , , | 2 Comments

Quick experiment: A QR-Code clock.

What will happen if you use your phone’s QR code scanner to try to scan a QR code that’s not static?  For example, what if you implemented a clock as a QR code?

Posted in General | Tagged , , , | 1 Comment

git pull says “You are not currently on a branch…”

Was working through some git error messages generated by pip installs of some Python code, and found that the issue was caused by this error: $ git pull You are not currently on a branch, so I cannot use any … Continue reading

Posted in General | Tagged , , , | 2 Comments