def myBlog(self): http://blog.skorpiostech.com Business, Python, Cocoa, Life, etc. Sun, 13 Jul 2008 07:33:24 +0000 http://wordpress.org/?v=2.5.2-alpha en Cocktails 1.0 for the iPhone http://blog.skorpiostech.com/2008/07/10/cocktails-10-for-the-iphone/ http://blog.skorpiostech.com/2008/07/10/cocktails-10-for-the-iphone/#comments Thu, 10 Jul 2008 19:50:33 +0000 ibaird http://blog.skorpiostech.com/?p=73 Picture 4.png

After a long period of silence, we’re happy to announce the release of Cocktails 1.0, 1400+ cocktail recipes in your pocket from the collection of the world renowned CocktailDB.com.

]]>
http://blog.skorpiostech.com/2008/07/10/cocktails-10-for-the-iphone/feed/
TapeDeck - a deliciously Canadian/Texan experience http://blog.skorpiostech.com/2008/05/09/tapedeck-a-deliciously-canadiantexan-experience/ http://blog.skorpiostech.com/2008/05/09/tapedeck-a-deliciously-canadiantexan-experience/#comments Fri, 09 May 2008 16:05:37 +0000 ibaird http://blog.skorpiostech.com/?p=71 Daniel Sander and Chris Liscio have shipped TapeDeck 1.0, a sweet little app for making simple audio recordings. If you’ve ever needed to record a lecture, a conversation, or just create a quick audio note, you’ll notice that it’s relatively hard to find an app to do this on OS X. TapeDeck does all of this, and at the same time creates a hi-fidelity user experience which is polished, slick, and dare I say “delicious”, without sacrificing the functionality of the app.

Big ups guys, I know you worked hard on this app. Congratulations on the release!

]]>
http://blog.skorpiostech.com/2008/05/09/tapedeck-a-deliciously-canadiantexan-experience/feed/
Very Cool Little Website http://blog.skorpiostech.com/2008/04/20/very-cool-little-website/ http://blog.skorpiostech.com/2008/04/20/very-cool-little-website/#comments Mon, 21 Apr 2008 05:56:44 +0000 ibaird http://blog.skorpiostech.com/?p=70 Animoto is a neat little website that takes the power of Amazon’s EC2 distributed computing services and applies it to a fun and innovative little application. We’ve all seen slide shows, and one of my former employers made a fair bit of money doing these for customers.

Basically, you take a music track (or multiple music tracks) and time it to go with a bunch of stills. Meshing the stills with the transitions and the soundtrack is often the most difficult part of this. Animoto makes this pretty simple to do. Just upload an mp3 track and point it at your flickr account or upload you stills. It takes all of these pieces, analyzes the music, and spits out an H.264-encoded clip suitable for download or sharing on YouTube. Incredibly cool, and I know that this is actually a hard problem??for computers to solve.

I generated that with about 5 minutes of effort.??I love to see little webapps that make the complex seem easy, while simultaneously sweating the details of UI.

]]>
http://blog.skorpiostech.com/2008/04/20/very-cool-little-website/feed/
Scratching an Itch - Xcode Snippet Plugin http://blog.skorpiostech.com/2008/04/18/scratching-an-itch-xcode-snippet-plugin/ http://blog.skorpiostech.com/2008/04/18/scratching-an-itch-xcode-snippet-plugin/#comments Sat, 19 Apr 2008 04:32:25 +0000 ibaird http://blog.skorpiostech.com/?p=64 Xcode is a great IDE. Many thanks to the great folks at Apple for turning out just a tremendously wonderful and efficient way to write code.

That being said, I do have a couple of quibbles with it. The completion, while great and very thorough, is often slow and requires navigating a list. For simple snippets, sometimes I’d rather just skip the “pomp and circumstance” and have it just fling some text on the page. This is much in the style of TextMate, another application which I have great love and admiration for.

So far, it’s a one afternoon hack, and it scratches my “itch”. See it in action here in this simple video. It’s BSD licensed and available from github.

Update 1:

After doing a bit more playing with Xcode’s Text Macro system (thanks Gus!), I can see that possible to configure it to be closer to what I wanted. However, some bits are still missing and/or rub me the wrong way.

For example, if one types “pm” (the “#pragma mark completion”) in the file scope, the completion is not suggested until one hits the completion key (usually “Esc”). Another issue is the completely baroque nature of the xctxtmacro file format, especially compared to the ease of writing a TextMate snippet.

As usual, I’m completely open to suggestions on how to improve my Xcode workflow without having to use my unsupported plugin as it’s possible that I’m just missing something.

Update 2:

Doh. Kevin Ballard reminded me about using Ctrl-. to get the first completion out of the list. This goes a long way towards addressing my complaint about immediately getting the first completion available. The only complaint I have left is about the crappy-ness of the xctxtmacro file format and it’s relative lack of documentation.

Update 3:

Added a quick way to add snippets (check the bottom of the Edit menu) and added support for interpolation of the pasteboard’s contents into the snippet.

]]>
http://blog.skorpiostech.com/2008/04/18/scratching-an-itch-xcode-snippet-plugin/feed/
iWeb Buddy - CocoaIsMyGirlfriend http://blog.skorpiostech.com/2008/03/05/iweb-buddy-cocoaismygirlfriend/ http://blog.skorpiostech.com/2008/03/05/iweb-buddy-cocoaismygirlfriend/#comments Wed, 05 Mar 2008 20:38:25 +0000 ibaird http://blog.skorpiostech.com/2008/03/05/iweb-buddy-cocoaismygirlfriend/ Marcus Zarra, of Zarra Studios fame, just released his new app (iWeb Buddy) for OS X. Looks pretty nice and I can’t wait to try it out. iWeb Buddy appears to “fill in the gaps” of some of iWeb’s functionality, such as support for multiple domains, RSS feeds, site analytics, and social bookmarking. I’d give it a try as Marcus’s products have always had a reputation for excellence in the past, and I don’t know why iWeb Buddy would be any different.

While you’re at it, check out Marcus’s new blog “Cocoa is My Girlfriend”. Looks like it has a nice little CoreAnimation tutorial on there and a bit about NSOperation*. Both of these are essential APIs for any developer targeting OS X 10.5 Leopard.

]]>
http://blog.skorpiostech.com/2008/03/05/iweb-buddy-cocoaismygirlfriend/feed/
Changes 1.0.2 Out - To GC or not to GC, That Is the Question??? http://blog.skorpiostech.com/2008/03/02/changes-102-out-to-gc-or-not-to-gc-that-is-the-question%e2%80%a6/ http://blog.skorpiostech.com/2008/03/02/changes-102-out-to-gc-or-not-to-gc-that-is-the-question%e2%80%a6/#comments Mon, 03 Mar 2008 05:54:08 +0000 ibaird http://blog.skorpiostech.com/2008/03/02/changes-102-out-to-gc-or-not-to-gc-that-is-the-question%e2%80%a6/ Changes 1.0.2 was a very difficult release. Sometimes, in the rush to ship, quality doesn’t slide, but things are either left out or intentionally tabled for a future release. Hopefully, in 1.0.2 I’ve sewn a lot of those issues up.

A few highlights of this release:

  • Directory comparison stability improved.
  • Save Original As??????? and Save Modified As??????? in the text diff utility added.
  • Cmd+Left and Cmd+Right key shortcuts changed to something more sensible.
  • App icon tweaked
  • Line matching algorithm accuracy greatly improved.

Changes has a 15-day free and unlimited demo, so why don’t you check it out!

]]>
http://blog.skorpiostech.com/2008/03/02/changes-102-out-to-gc-or-not-to-gc-that-is-the-question%e2%80%a6/feed/
Changes: Getting on the Beta Bandwagon http://blog.skorpiostech.com/2008/02/27/changes-getting-on-the-beta-bandwagon/ http://blog.skorpiostech.com/2008/02/27/changes-getting-on-the-beta-bandwagon/#comments Thu, 28 Feb 2008 02:24:26 +0000 ibaird http://blog.skorpiostech.com/2008/02/27/changes-getting-on-the-beta-bandwagon/ If you’d like to follow along at home with me as I progress towards the next version of Changes, please check out the wiki entry I published yesterday titled “Getting on the Beta Bandwagon”.

]]>
http://blog.skorpiostech.com/2008/02/27/changes-getting-on-the-beta-bandwagon/feed/
Indispensable Power Tool for OS X Developers http://blog.skorpiostech.com/2008/02/26/indispensable-power-tool-for-os-x-developers/ http://blog.skorpiostech.com/2008/02/26/indispensable-power-tool-for-os-x-developers/#comments Tue, 26 Feb 2008 07:06:32 +0000 ibaird http://blog.skorpiostech.com/2008/02/26/indispensable-power-tool-for-os-x-developers/ If you’re an OS X developer and you don’t know about OTX, you’re really missing out. It’s an awesome tool for peering into apps and frameworks that you might not have the source for (or for totally legit uses like making sense of user-submitted crash logs).

I heard from the developer (who shall remain nameless, but is one of the coolest dudes in the OS X dev community), that the subversion branch you currently want to use is:

http://otx.osxninja.com/builds/trunk/

My Recommendation: You need this tool. Here’s a more in-depth explanation as to why.

]]>
http://blog.skorpiostech.com/2008/02/26/indispensable-power-tool-for-os-x-developers/feed/
Crabtacular V: The ??ber-Party http://blog.skorpiostech.com/2008/02/25/crabtacular-v-the-uber-party/ http://blog.skorpiostech.com/2008/02/25/crabtacular-v-the-uber-party/#comments Mon, 25 Feb 2008 22:24:37 +0000 ibaird http://blog.skorpiostech.com/2008/02/25/crabtacular-v-the-uber-party/ The ??ber-party, Crabtacular V, came and went. What an awesome party! I feel honored to have been invited to hang out with Bill Bumgarner and the rest of the Apple crew.

Here are some pics from the event taken by Ash Ponders. I look pretty special in the pic he took of me. Not my best photo, but oh well.



]]>
http://blog.skorpiostech.com/2008/02/25/crabtacular-v-the-uber-party/feed/
Acorn 1.1 http://blog.skorpiostech.com/2008/02/25/acorn-11/ http://blog.skorpiostech.com/2008/02/25/acorn-11/#comments Mon, 25 Feb 2008 22:22:28 +0000 ibaird http://blog.skorpiostech.com/2008/02/25/acorn-11/ Acorn has done nothing but annoy me. One of those apps that I think exists just to get under my skin.

It’s so damn good that I keep kicking myself for having shelled out for Photoshop CS3. I won’t make that mistake again. For a Cocoa developer, Acorn can pretty much handle all of the art for my little apps and my website. Version 1.1 rocks even harder.

Congrats Gus!

]]>
http://blog.skorpiostech.com/2008/02/25/acorn-11/feed/