Colby PalmerColby Palmer
BlogAbout

© 2025 Colby Palmer. All rights reserved.

Recent Posts

Giant New Job

Giant New Job

Today I’m excited to announce my new job as EVP Technology and Development at Giantsource, Inc. Giantsource is a design, development and consulting firm based here in Los Angeles, mostly working with the entertainment industry. It was founded about three years ago by one of my great friends from the Myspace days, who I have done many projects with. In fact I have worked with almost everyone in the company before (some of them a LOT), and it feels like I’m rejoining a "dream team" that I’ve definitely missed for the last couple years. It’s an amazing group of talent and I am thrilled to be a part of it.

I’m also very happy to be working with a company owned and run by developers. It’s a breath of fresh air to be sure. Working with a group that understands digital products and modern workflows, as well as trends in technology and consumer behavior, will be a lot of fun and I see a very prolific time ahead for me.

2014 has been an action-packed year already. Now that I’m joining such a capable group who really “gets it” and is constantly pushing the envelope of entertainment experiences,...

Read full article →

Return to Blog Mountain

Well hello there.

This is a little awks. I think I wandered away from this blog for a few... years.

I've been quite busy during this time, you see. I actually built the previous version of my site at a time when I had come to realize that my stint at MySpace needed to end; at the time a responsive website still seemed like absolute magic, so this was something I used to show off a little.

"Resize your browser... see that? It looks great on any device!"

I soon found a new gig with Eventup, signing on as co-founder and CTO. And, I never came back. Once you enter the startup grinder, it's very difficult to side work, even if it's my own damn site.

Moving on to another gig that was equally busy, if far less interesting, I continued to ignore the site. I am just winding down from that experience, and here we are. Still no blog lovin'.

I justify this with one thing: I would much rather be making stuff than writingabout making stuff. The good news is, with a little extra time to focus on...

Read full article →

A Much Needed Update

Finally bringing colbypalmer.com into this decade.

Today I get to release something special: a site I've built just for myself! This is special because I have been SO busy with client work that my site had become somewhat dated. I had been wanting to swap out the software from the excellent ExpressionEngine to a custom Django back end. (I mostly build in Django these days and it bugged me that my own site wasn't built with it.) I also wanted to update the front end with a modern HTML5/CSS3 interface - believe it or not, my old site was old enough to predate jQuery (not to mention border-radius and the like) so most of the UI was pretty rusty - not at all a showcase of my current skills.

So, welcome to the new colbypalmer.com. Tight, ain't it?

The site has a responsive layout that serves a different experience for desktop, tablet, mobile (landscape) and mobile (portrait). Try resizing your browser window to see what I mean! It's packed full of the latest HTML5/CSS3 goodness, with appropriate fallbacks for older browsers. It also is running a full-featured Django blog app that I've built and plan to open-source as soon as I can package...

Read full article →

iTweet and OAuth

A good change for most! Inconvenient for others.

This morning marked the official deprecation of Twitter's basic authentication system. I had been working toward the changeover, and at about 8 am I switched iTweet.net over to OAuth-based authentication. Things went pretty smoothly, I hope. Most people seem to have been able to refresh, authenticate with Twitter, and start tweeting again right away. Even aside from the improved security, the nicest immediate benefit is the API rate limit of 350 calls per hour instead of the 150/hour available through basic authentication. This will allow me to do some fun stuff that wasn't possible before. The people who were most affected by this change were those who use iTweet because twitter.com is blocked due to a company firewall/filter or censorship. These folks are not able to sign in via OAuth, just due to the nature of what OAuth is. I'm bummed that this is the case, but don't immediately see a way around it - however I am open to ideas from any direction. For the time being I've put a basic-authentication version of iTweet up at: http://itweet.net/basic/- and you can use it at that address for the next two weeks. However, please note that Twitter is...
Read full article →

Blocked Port 25: SMTP Using Postfix on Go Daddy Dedicated Server

How to use Godaddy's relay server for outgoing email on a Go Daddy dedicated server.

I've been setting up a new dedicated server at Go Daddy running Ubuntu 8.04 (Hardy Heron).  I was following The Perfect Server guide at HowToForge, and it was very helpful, especially in the area of setting up email using Postfix, which is new to me. I did run into an unexpected problem with outgoing email - it wasn't going out, or anywhere for that matter!  Taking a look in /var/log/mail.log showed an error saying "No route to host".  Trying to telnet to any other domain would give me the same error.  A little Googling dug up the fact that Godaddy blocks outgoing traffic on port 25, which is used for SMTP.  However they do provide a relay server that you can use for your outgoing mail. The relay server is k2smtpout.secureserver.net.  To use it, edit /etc/postfix/main.cf and set the relayhost line to look like this:
relayhost = [k2smtpout.secureserver.net]
Then restart Postfix with the command:
sudo /etc/init.d/postfix restart
And that should do it!  I had a lot of trouble diagnosing the problem and then finding the solution, so I thought I would post it here to help anyone else experiencing this problem.
Read full article →
Previous pagePage 3 of 12Next page
  • Many small AI assistants instead of one big one
  • The Booking Software for Solo Massage Therapists That I Wish Existed (So I Built It)
  • Instructing Your AI Helpers
  • Vibe Coding Is the New No-Code
  • Experimenting with AI Tools for Building Websites
  • Pair Programming with Cursor - Part 2
  • Pair Programming with Cursor - Part 1
  • New Site, New Way of Working
  • Dusting Off Again
  • Let's Disqus the Blog
RSS Feed