Creating With Code

A blog by Robert (Marty) McGuire

Entries Tagged as 'HowTo'

Getting the Boarduino working with OS X Leopard

June 12th, 2008 · 2 Comments

I’ve been into hardware hacking on and off for much of my life, but I’ve never really had the time and confidence to design and build my own hardware. In recent years, projects like the open source Arduino have been slowly convincing me that I just might be able to do this stuff.
When a [...]

[Read more →]

Tags: HowTo

A couple of Leopard configuration tricks

June 12th, 2008 · 1 Comment

I find Google to be a more and more valuable resource as time goes on, especially when seeking knowledge about how to make this new MacBook act like I want it to.
One thing I noticed early on was that pressing Tab to move around various interfaces, from Finder dialogs to web pages, would only tab [...]

[Read more →]

Tags: HowTo

Setting up Rails and MySQL on OS X Leopard

June 12th, 2008 · No Comments

I recently purchased a MacBook to use as my primary development system. One of my first plans was to get up and running with Rails on this new machine. Given that Leopard (OS X 10.5) comes with Ruby version 1.8.6 and RubyGems 1.0.1, I thought I would be in good shape, but there [...]

[Read more →]

Tags: HowTo

Extracting projects from a shared Subversion repository

May 28th, 2008 · 1 Comment

I recently had the need to migrate a project from a Subversion (SVN) repository that was shared among many other projects and groups to a fresh repository where it would be the first of many projects.
My first instinct was to simply use svnadmin dump to dump out the contents of the whole shared repository, transfer [...]

[Read more →]

Tags: HowTo

Simple online storage with Amazon’s S3

May 20th, 2008 · 4 Comments

If you’ve been following all of the latest buzz about data and applications “in the cloud”, then you’re probably already familiar with Amazon’s Simple Storage Service (S3). If you’re not, or if you’ve never had the chance to play with it, then this post should help you get up, running, and able to easily [...]

[Read more →]

Tags: HowTo