March 9th, 2010
Nine More Minutes will be attending the Triangle MLS Tech Fair as an exhibitor this Thursday, March 11, in Cary, NC. The tech fair runs from 9:00am to 4:00pm at 111 Realtors Way, Cary, NC.
We’d love it if you could stop by our booth (either #23 or #22 depending on the diagram you’re looking at) and say “hi”. We have plenty of candy and pens to give away, and would be happy to discuss how our software development and IT consulting services could benefit your small business!
Posted in General | No Comments »
February 19th, 2010
I have made the journey to the mecca of nerdery, at least my kind of nerds. Nerds who write Python. I’m at PyCon 2010 Atlanta.
The morning begins with Guido’s keynote, answering questions posted via Twitter: #python.
More to come…
Tags: pycon, Python
Posted in Python | No Comments »
December 17th, 2009
Here’s a little guide on how to make a “custom” Google Map using Python to generate KML. It’s a simple way to display your own placemarks on a Google Map or generate a file that can be imported into Google Earth. And it uses only modules available in the Python standard library, so there are no additional dependencies other than Python itself. Read the rest of this entry »
Posted in Python, TriZPUG, Web | No Comments »
December 17th, 2009
I’d like to wish a happy (30th) birthday to my good friend and now employee David Horton!
He’s been helping me out on occasion since May with some IT work, and he’s been diving into some WordPress customizations and even a little Python code recently.
As you can see, I’d found him wandering around on a riverbank, trying to catch fish by hand, and to my surprise he’s much better suited for sitting in front of a computer writing PHP code.
Posted in General, IT, Networking, Web | 1 Comment »
July 23rd, 2009
I really can’t say it any better than Paul Graham himself, so I’ll just refer you to to his most recent essay as a starting point. Go read it. Do it.
Now with that in mind, here’s how my days usually go, or at least here’s how I’d like them to go, barring any major distractions or interruptions.
Read the rest of this entry »
Tags: meeting, paul graham, schedule
Posted in General | No Comments »
June 16th, 2009
I wrote a shell script that can periodically check a URL for updates. It can download and run another script to apply those updates, potentially overwriting the first script if the update mechanism needs to change. I needed a way to install the update script initially, so I wrote a Python script to read and escape each line of the update script, then generate an install script which can write the update script if it is not installed. Following me so far? Good.
Read the rest of this entry »
Tags: Linux, Python, script, shell, software, updates
Posted in Embedded, Linux, Python | No Comments »
January 17th, 2009
At least that’s the way it seems when you look at most attempts to bring the media you want to watch and listen to into your living room. Nearly every company wants to be your sole provider of entertainment and lock you into the content they have available. However, the power of the Internet and the innovations of a few small businesses are in a position to continue to change we ways in which we consume our entertainment.
I think Boxee will be one company to keep an eye on in next couple of months, as their user base increases and they transition from an alpha version of the software into a full version of the product. Adding Windows support, as well as finding a business model to support the ongoing development, will be key.
As this NY Times article mentions today, Boxee is currently developed by a small team, and is building a passionate group of fans already. The open source and social networking aspects of the product will help it to grow from the bottom up, as well as continue to support new streaming content and hardware devices as they become available. While the Apple TV seems to be the most common platform to hack and install Boxee, the Sony PS3 or even Roku’s Netflix box would also be good candidates.
In trying it on my MacBook Pro, I’ve found the interface to be very slick, and mostly intuitive to use with the 6-button Apple remote. It lacks the minimal, clean look of Apple’s Front Row, but the flexibility and available content make up for it in an instant. I do wish they had support for PowerPC-based Macs, so I could leave it running on my trusty dual G5 and take advantage of it on my 23″ Cinema Display in my home office.
All that being said, I’m a huge fan. I’ll be following Boxee closely to see where they go, recommending it to all my friends, and wishing the company the best as they aim to shake up the industry just a little. It’s time that my media belonged to me, or at least put me in more control of when and where and how I can watch it.
Tags: boxee, media
Posted in Linux, Mac, Multimedia, Web | No Comments »
December 14th, 2008
To get the new Nine More Minutes site going, I’d considered various options, trying to find the simplest one that would give me a way of displaying a few pages about the company and the work I do. I’d looked at doing a simple static site (in strict XHTML, of course) or even using Python + Django to build a database-driven web site to display, well, plain old pages.
In spite of my general disdain towards PHP, I realized that WordPress was exactly what I was looking for, and it would save me from having to write much code. Of course, it would also give me an excuse to write some posts and keep the site updated on a regular basis. But first, I needed to make a theme using my existing 9MM logo and colors.
I started by reading various articles on the topic, most of them describing the files required in the theme directory and how to build a theme from scratch. This one is a really good guide, if you’re into that sort of thing. Taking the even lazier simpler route, I just copied the default theme folder and renamed it to 9mm, and started hacking away there… Read the rest of this entry »
Tags: css, kubrick, mysql, php, theme, wordpress
Posted in Web | 2 Comments »
December 13th, 2008
No, it’s not that time of year when I teach my cat new computer tricks. In this one, from over a year ago, she’s learning how to update Internet Explorer on a new install of Windows XP, running in a VM, of course. She’s since lost interest in operating systems, and moved on to more exciting hobbies, like destroying my Christmas tree.
It’s actually that time of year when my nocturnal productivity is at its best. The extra darkness and coldness just make me want to stay inside, and I end up on the computer most of the night. Instead of becoming lazy and turning into a couch potato, I’ve decided to work on some of my side and personal projects.
So here it is, the first post on the new ninemoreminutes.com! I’ve customized the default WordPress theme and turned this site into a blog and a few other pages of information about my little one-man company. This blog will be a place to write some technical articles related to the kinds of work I’m doing. Stay tuned!
Posted in General | No Comments »