Twitter Updates
- Her only comment thus far : "This show is only for girls." 9 hours ago
- Torrenting MLP:FIM. For my daughter. To watch. and for reasons. 9 hours ago
- @shazow +1! I've always wanted a pair of Ety's, but those are a bit out of my price range. I have a knack for destroying headsets. :) 17 hours ago
- @kfury weird mental coercion going on when I read your reply: you said "better rated" and I read "over rated" my bias shows through. :) 17 hours ago
- @kfury Any thoughts on http://t.co/XFRH2uGg ? And agreed that Logitech seems overrated, but http://t.co/vl7m2eQ5 was pretty + on them. 17 hours ago
Blogroll
- 914 electric conversion blog
- ALL ART BURNS
- Arcade Zen
- Brian’s Gallery
- Chili’s World
- Chocomonkey’s Blog
- Follow me on Quora!
- Follow me on Twitter!
- Google Blog
- Juan’s website
- Julia y Daniel
- Katja’s Blog
- Kulick’s blog
- Paul’s Time Sink
- Peter S. Conrad
- Sad Salvation
- Slacy’s Gallery
- Snake Surley
- Sprang’s Blog
- Super Karate Monkey Fist
- Third Time Dad
- Universe Hacking
- Valspark
- Zac’s Story
- Zeigen, Inc.
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
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
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 django, installer, pip, postgresql, psycopg2, virtualenv, windows
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?
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