Category Archives: Technical

Different: Most programmers aren’t entrepreneurial

I’m doing it wrong. Today I came to a realization: I’m different. The difference between me and other programmers cannot be understated. Despite being a programmer, I also happen to be outrageously good at coming up with ideas and envisioning … Continue reading

Posted in Business, Technical | 1 Comment

How to learn programming

“I hated high school. It was the worst time of my life. [Then] college … was just awful. When you’re in high school, everyone tells you, ‘There’s a lot of repetitive bullshit and standardized tests; it’ll all be better once … Continue reading

Posted in Computer Tips, High School, Technical | 3 Comments

Rumors of the Sidekick’s death are not exaggerated

Have you heard of the T-Mobile Sidekick? The Sidekick is now dead. From what I’m reading, everyone– yes, everyone– who uses a Sidekick was affected by a network outage that began on October 2nd. Some people reset their devices or … Continue reading

Posted in Technical, Web Hosting | 1 Comment

Localizable.strings Not Working

The iPhone offers good localization support the same way Mac OS X does. For strings, developers use a file called “Localizable.strings”. It’s a bit tricky, though. The syntax of the file is strict; any small error will cause it to … Continue reading

Posted in Apple, Geek Stuff, Technical | Tagged , , , , , | 2 Comments

NTFS-3G Will Not Mount FAT32 DMG Images

I have an external hard drive which is formatted NTFS. Just one of the many hazards of using a Mac is that they do not support NTFS, which is a far superior filesystem to FAT32. Fortunately, there is a program … Continue reading

Posted in Technical | 5 Comments

Fatal error: Call to undefined function wp_register_sidebar_widget() in /blog/wp-admin/includes/dashboard.php on line 31

WordPress 2.5 is not compatible with older versions of K2. You’ll know if you have this problem because this error message appears: Fatal error: Call to undefined function wp_register_sidebar_widget() in /blog/wp-admin/includes/dashboard.php on line 31 I had this problem, and found … Continue reading

Posted in Technical | Leave a comment

Comparing Images and Measuring their Similarity in PHP

I’m very proud of myself tonight. You see, I’m a programmer at heart. Yet it has been a long time since I just programmed something for fun. Not a contest, not a class. Just out of pure usefulness and interest. … Continue reading

Posted in Geek Stuff, Technical | Tagged , , , , , , , , | 38 Comments

Grab the Latest Post from Multiple WordPress Blogs

I searched for a solution to this for hours, and ended up adapting some older code I’ve been using on my own website for years. Sometimes the best solution is the simplest one. If you use WordPress and you want … Continue reading

Posted in Technical | 4 Comments

Weird Tab Behavior in Firefox

Is this a bug? I was working on the TCF website, happily coding along, until I hit a snag: whenever I’d click on a link, it seems to be redirecting me back to the page I was on. Okay, I … Continue reading

Posted in Technical | 1 Comment