I have a bunch of historic content that I created on Blogger many years ago.
The vast majority of it is about devices and technology that are long since out of use for me (ant and Zaurus PDAs anyone?). However, on the off chance that anyone is interested in the excitement generated by wonders such as Skype incoming phone numbers back in 2005. I have migrated the content over to Hugo.
I’ve been avoiding posting blog content for a while, in fact it’s been a very long while. Initially, this was due to my previous employment, and now having served a years garden leave it feels like it would be worth updating a few things here in the blog.
Heads up to @jbstans for reminding me that Hugo existed, so this is a little attempt at moving away from Blogspot to something more appropriate for me.
I’m a very happy Alfred and iTerm2 user on OSX.
I spent 30mins last night writing an Applescript Alfred extension to help me launch new tabs directly into iTerm and execute the ssh command directly. This means if you have ssh keys setup then it means a simple Alfred command can launch a new ssh session in a new tab in iTerm.
Applescript for the extension :
-- change this to ssh you want to run set myCommand to "ssh -i /Users/goul/keys/myspecialkey.
I keep having to look this up, so putting it here ought to save some time. When attempting to post a block of JSON to a web service the Curl incantation is :
curl -X POST -H 'content-type: application/json' -d @myjsonfile.txt http://some.url/param
A month or so ago I raved about Alfred App and how impressed I was with it. I’ve also been a long time user of Remember The Milk to keep lists of the things I should be doing.
The good folks over at Ruk have shown how to bring these two worlds together using a Ruby command line script. This now means entering a TODO/reminder can be as simple as :
After a year of envy of my better half having an original iPad, I was lucky enough to pick one up about ten days ago. In this time its already become my go to device for a bunch of scenarios and I’m delighted with it.
With my professional hat on, we have been asked to take a look at building some tablet based applications. Much as I love my IOS based device, Apple keep a very tight reign on whats happens on that platform so I wanted to show the client alternatives.
I’ve been a long time user (3+years) of Quick Silver as a task launcher and general tool for keeping hands on keyboard rather than a mouse.
Around 6 weeks ago I decided to trial Alfred, Quick Silver got uninstalled about an hour later. Alfred lets you launch applications, web search, find local docs, open recent files etc etc with amazing ease. If you own a Mac, go try the free version either from http://www.
As a heavy user of the Mac command line toolset, I spend a lot of time logged into remote machines. I’ve been an avid ITerm user for a long time, it allows me to have radically different looking consoles for QA/EA/Production machines.
I was reading http://aming-blog.blogspot.com/2011/01/growl-notification-from-iterm-2.html on changes in ITerm2 to allow console commands to use Growl Notifications (including from remote machine). Typical use case would be a large data import/build etc - followed by growl telling you he jobs complete.
We have been gradually moving large amount of our managed and internal services to AWS. EC2/RDS make for a very compelling model. As a software/consultancy house using these services let us concentrate on our core competencies. The benefit of no longer sitting waiting for hardware to fail and ruin someones weekend is hard to beat.
For those wanting to dip a toe in the water, Amazon now support S3 as a static website.
After the grand experiment described below I ported a large number of the smoke tests over, these happily ran on my Mac under both Safari and Firefox 3.
Of course despite my bias for OSX/Linux apparently one or two internet users still use IE. So we probably need to test on that “other” platform too.
To do this I setup three VirtualBox instances, running IE6/7/8 respectively. I then modified our base test to take a set of parameters for test server/port/browser.