house of warwick

Archive for July, 2008

Bystander culture

without comments

Merlin Mann:

Some days, the web feels like 5 people trying to make something; 5k people turning it into a list; and 500MM people saying, ‘FAIL.’

(Via kottke.org remaindered links.)

Written by Steve Kirks

July 29th, 2008 at 1:42 pm

Posted in Weblog

Blogging System Ideas

with 3 comments

So I want a different blogging system and here’s the basic requirements

  • I need to be able to create generic text files and have them automatically rendered into HTML using templates.
  • I want the automation to be simple enough to write in almost any scripting language
  • The workflow should be write a file, save it, let the automation see it/render it/upload it

Written by Steve Kirks

July 23rd, 2008 at 8:14 pm

Posted in Weblog

WANTED: Simple text blogging system

with 3 comments

I want a new blogging system. Here’s my manifesto:

  • All posts contained within individual text files
  • The ability to edit locally and have changes synchronized to the website via SFTP (since we shouldn’t be using FTP)
  • The automation and intelligence of the weblog system should be local to my machine and written in well-documented common scripting language
  • The local software would render the text files to HTML that can be served by Apache with mod_rewrite enabled.

Ideas?

Written by Steve Kirks

July 16th, 2008 at 7:49 am

Posted in Weblog

WordPress 2.6 is out

with 2 comments

I upgraded to WordPress 2.6 and it couldn’t have been easier!

Written by Steve Kirks

July 15th, 2008 at 3:44 pm

Posted in Weblog

For the love of a command lines

without comments

I love having remote access to my Mac at home. Today I decided I wanted a bunch of James Bond theme music so the command line came to the rescue!

  1. Tunnel AFP (Apple File Protocol) over SSH

ssh -l USERNAME -L 10548:127.0.0.1:548 your.remote.host.tld

  1. Switch to the Finder and mount the remote share

afpScreenShot.png

  1. Enjoy!

This will mount the drive on your local desktop, tunneling the AFP data over a SSH connection, something most firewalls safely allow.

Bonus command line action: you can remotely (and safely) quit a GUI app using AppleScript

osascript -e 'tell application "YourAppName" to quit'

It’s a result of the OSA and the fact that Apple still supports AppleScript after all of the years.

Written by Steve Kirks

July 14th, 2008 at 9:36 am

Posted in Weblog

White Stuff People Like

without comments

I got a 16GB iPhone 3G in white. It’s beautiful and fast, like a sports car. The wait in line starting at 3:30AM was worth it and the conversion process was painless. The screen “seems” wider even though it’s not and the grip is much smoother and easier on the hand. I’ve spent some money on games and other apps: Moto Racer, Ms. PAC-MAN, Enigmo and Twitterrific. Here’s a breakdown:

  • Moto Racer

I’ve wanted a fun game to play when I have 5 minutes of down time and this fits the bill. Not much in the way of backstory to tell, but you’re a motorcycle rider on a race to recover a beautiful hostage. The game has two controls–steer and gas–and they make use of the technology in the phone without overdoing it. Steering is done by tilting the phone from side to side and, once you get a read for it, it’s very easy to control. Ten bucks well spent and easily repeatable.

  • Ms.PAC-MAN

What is there to say–I’m a child of the 80’s. The game works as expected but the controls are poor. The acceleromter expects you to keep the game level so it’s hard to make rapid direction changes. What really works the best is swiping your finger in the direction to move the joystick. The ‘virtual joystick’ stays in that direction until you swipe again. This allows you more of an arcade machine experience. After switching to the swipe method, I got much farther than before and the game became fun.

  • Enigmo

This game is all puzzles with no real “right or wrong” answer to each one. You have water or fire sources and you use them and a variety of tools to fill a corresponding jug. I’ve played the game on other platforms and it works better when you have more screen space than is allowed on the iPhone. I’m reserving judgement.

  • Twitterrific

I bought the premium for one reason only–developers deserve to be rewarded for their efforts and my ten bucks was my vote for The Iconfactory.

Written by Steve Kirks

July 12th, 2008 at 10:10 am

Posted in Weblog

How to fix iPhone firmware restore

without comments

I updated my iPhone using the wrong firmware yesterday. When the new and correct 2.0 firmware came out for my first generation iPhone, I tried the obvious update/restore method and insanity ensued. After many different tries, here’s what I did:

  1. Restored the “bad” firmware and performed a complete sync.
  2. Closed and reopened iTunes.
  3. Holding the shift key, I chose “Check for update” and it downloaded the correct 2.0 firmware again.
  4. Continuing to hold the shift key, I told it to apply the update.
  5. Long scary time passes.
  6. Phone now on correct 2.0 firmware!

Rejoice!

I’ll be in line tomorrow to get a new phone for me and hand this one over to Tammy.

Written by Steve Kirks

July 11th, 2008 at 4:51 pm

Posted in Weblog