avatar

My Point of View

technology, programming, and rants (not necessarily in that order)

Find photos on your hard drive to upload to Flickr.

If you’re like me, you have thousands of photos on Flickr, and thousands more scattered accross your laptop, external drive, and phone. What’s been uploaded to Flickr and what hasn’t? Who knows! I hacked up a quick solution in Ruby and called it Flickr Upload Set. It’s built as a web app with Sinatra, but it’s not meant to run on a server – just on your local computer. Here’s how it works:

What is Quality?

A lightning talk (5-minute) presentation I gave at TulsaWebDevs: What is Quality Note: I used to have this presentation embedded here, but it was scrolling the page and interfering, so now it’s just a link.

JavaScript Gotchas

Here are some common time sinks encountered when building a JavaScript app, along with some tips to avoid them. Note: these tips were originally shared as a part of my TulsaWebDevs presentation following 2012 Startup Weekend Tulsa. Bind 🔗In JavaScript, scope is resolved during a function’s execution – not its definition. When working with classes, you expect that this will point to the class, but it often won’t. Example: var Todo = Backbone.

Migrate Posterous Blog to Jekyll

Posterous is set to shut down on April 30th. For the past month, I’ve been dreading the move from Posterous to whatever. Today I bit the bullet and decided to migrate my Posterous blog to Jekyll. There are many reasons I chose Jekyll – independence from free hosted services is probably the biggest reason. I chose to use Octopress, which extends Jekyll with a set of sane defaults and a good structure for customizing layout, CSS, etc.

Super simple clipboard history for Linux.

I recently switched from Gnome to i3 on my main laptop. So far, I'm enjoying the simplicity of piecing together my own desktop environment from small, specialized tools. One thing I missed from Gnome was my clipboard history tool, Gpaste. I've come to expect that my previous dozen or more clipboard copies are a keystroke or two away and not lost forever. While tweaking my i3 setup, I realized it would be possible to replicate some or even all of the functionality of GPaste using simple unix tools:

Hacking Well Underway

The Tulsa Hackathon is steaming ahead. The night is still young! People have gone from standing to sitting, staring intently at backlit screens and making things happen. Here are some more pics…

Midnight and Still Hacking

More pics!

Tulsa Hackathon Kick-off

So far the Tulsa Hackathon, an all-night programming drive benefiting needy Tulsa non-profits, is going underway and going well. We had an excellent catered meal, project presentations were made, and teams have been formed. People seem to be figuring out team member responsibilities and getting started on the various projects. I’ll write a couple more blog posts as the night progresses. Here are pics thus far:

Robots Chatting With Other Robots

I wanted my own Campfire-style web chat room, so I created on with node.js and socket.io that runs on Heroku. Robot images are thanks to robohash.org. Enjoy. github.com/seven1m/robots-chatting-with-other-robots

New Blog About Church Software

Oh Good Lord in heaven, forgive me: I've started a new blog.Many of you know I've long had a passion for churches and the software they use. I have plans to challenge the notion of what good church software should be doing. I have ideas for making better tools to aid management, shepherding and engagement. I want desperately to sit down and just start hacking on a new product, but the older and wiser part of me (I did just turn 30 this year, you know) understands that I should have a plan, or at least, you know, a clue about what I'm going to do.