<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>The CocoaBots</title>
    <link>http://thecocoabots.com</link>
    <description>The CocoaBots</description>
    <language>en-au</language>
    <generator>Symphony 2.2RC2</generator>
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thecocoabots" /><feedburner:info uri="thecocoabots" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Dropping out of Hyperspace, Captain</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/Jg8NdzeHdz4/</link>
      <pubDate>Sun, 14 Aug 2011 00:08:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/377/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;img src="http://03.assets.thecocoabots.com/workspace/uploaded-resources/hyperspace-1313248146.jpeg" alt="Millennium Falcon cockpit interior jumping to Hyperspace"/&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="dquo"&gt;“&lt;/span&gt;Sensors show a Lion-​sized asteroid off the starboard docking rings, Wookie. Time to abandon ship!” — &lt;em&gt;Me, pretending to be all Star Wars-​ey&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Well, Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X Lion has been out for close to a month now and for the most part it’s been a smooth ride (unless you left Hyperspaces installed — more about that below).&lt;/p&gt;&lt;p&gt;As I pointed out in my previous post, &lt;a href="http://thecocoabots.com/blog/post/376/"&gt;Hyperspaces didn’t survive the transition to Lion&lt;/a&gt; — I’m going answer some of the common questions people have been asking:&lt;/p&gt;&lt;h2&gt;Why? Technically, why?&lt;/h2&gt;&lt;p&gt;By far, the most common question I’ve been asked is “why exactly isn’t Hyperspaces possible under Lion?”. For the most part it’s genuine technical curiosity, so here goes. &lt;em&gt;Note: I’ll use the term “Spaces” throughout the rest of this post to refer to a virtual desktop — they’ve been renamed to “Desktops” under Lion&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;Under Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X Leopard and Snow Leopard, there was a simple set of AppleScript classes and commands that let you perform common tasks with Spaces such as:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Getting and setting the number of rows and columns of Spaces;&lt;/li&gt;&lt;li&gt;Enabling and disabling Spaces;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Under Lion, these AppleScript classes and commands no longer exist&lt;/strong&gt;. According to Apple’s engineers, these commands were never formally documented and were therefore not supposed to be used as public &lt;span class="caps"&gt;API&lt;/span&gt;. Hyperspaces could get by without being able to turn Mission Control on and off (it’s not actually possible to do this under Lion), but without knowing how many Spaces are actually available there’s no way to know which Spaces can be switched to. Or how many Spaces to render in the Space Switcher. Or which Space settings I should keep in memory. It’s a massive hole in the app — without listing any other reasons, this one stops Hyperspaces in it’s tracks.&lt;/p&gt;&lt;p&gt;Reason #&lt;span class="numbers"&gt;2&lt;/span&gt; — &lt;strong&gt;Spaces no longer report sequential identifiers&lt;/strong&gt;. Under Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X Leopard and Snow Leopard, each Space had an identifying number — these were between &lt;span class="numbers"&gt;1&lt;/span&gt; and &lt;span class="numbers"&gt;16&lt;/span&gt; (the maximum allowable number of Spaces). They were assigned sequentially, so that you knew without any doubt that Space &lt;span class="numbers"&gt;1&lt;/span&gt; came before Space &lt;span class="numbers"&gt;2&lt;/span&gt;. Lion does not assign Space identifiers sequentially — they are also no longer numbers between &lt;code class="prettyprint"&gt;1&lt;/code&gt; and &lt;code class="prettyprint"&gt;16&lt;/code&gt;. The numbers come through looking like &lt;code class="prettyprint"&gt;12360&lt;/code&gt;, &lt;code class="prettyprint"&gt;2092&lt;/code&gt; and &lt;code class="prettyprint"&gt;11974&lt;/code&gt;. Perhaps there is some method that Apple uses internally to garner meaning from these identifiers, but my guess is that they’ve architected most of the system to not care anymore. Without these IDs making any sense, it becomes impossible to work out directionality between each Space. You can’t switch left or right if you’ve got no idea which Space sits to either side. I have seen a proof-​of-​concept workaround to this problem, but on it’s own it is not enough.&lt;/p&gt;&lt;p&gt;The more astute or technically minded readers may remember the bad old days of private SPIs, and the ever-​infamous CGSPrivate header that used to be used by every virtual desktop app on the Mac. These SPIs would not really bring you any closer to a solution, and introduce potential instability and undefined behaviour. Hyperspaces had enough troublesome ties to system-​level activities.&lt;/p&gt;&lt;h2&gt;So what happens now?&lt;/h2&gt;&lt;p&gt;We’re powering down the engine and putting Hyperspaces onto life support. There will be no further releases or updates, but &lt;a href="http://help.thecocoabots.com/discussions/hyperspaces/"&gt;I will continue to offer support&lt;/a&gt; for the foreseeable future. If you’re staying on Snow Leopard, you can still &lt;a href="http://store.thecocoabots.com/store/"&gt;purchase a copy from our web store&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;I won’t be releasing the code as open source at this point. Perhaps at some point in the future I’ll clean things up a little and put it out there.&lt;/p&gt;&lt;h2&gt;What about that really annoying bug?&lt;/h2&gt;&lt;p&gt;There are two bugs that I know of with Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;:&lt;/p&gt;&lt;h3&gt;&lt;span class="numbers"&gt;1&lt;/span&gt;. Hyperspaces goes into an auto-​focus frenzy when launched under Lion&lt;/h3&gt;&lt;p&gt;You should uninstall Hyperspaces before you update. I can’t release an update to address this problem mainly because it would not make it through the App Store review process due to the following policy:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="numbers"&gt;2&lt;/span&gt;.&lt;span class="numbers"&gt;25&lt;/span&gt;&lt;/strong&gt; Apps that do not run on the currently shipping &lt;span class="caps"&gt;OS&lt;/span&gt; will be rejected&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Just remove Hyperspaces from your startup items before you upgrade to Lion. Yes, I do know there are only three of you that haven’t done that yet.&lt;/p&gt;&lt;h3&gt;&lt;span class="numbers"&gt;2&lt;/span&gt;. Hyperspaces loses all settings on reboot&lt;/h3&gt;&lt;p&gt;There is one issue that has been plaguing users with the Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; update: on some systems, Hyperspaces would appear to lose all settings. The good news is that there is a workaround:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://cocoabots-downloads.s3.amazonaws.com/hyperspaces/Launch_Hyperspaces_After_15_Second_Delay.zip"&gt;Download this AppleScript&lt;/a&gt;, and expand it if necessary;&lt;/li&gt;&lt;li&gt;Move the file somewhere like your Documents folder, or your Applications folder;&lt;/li&gt;&lt;li&gt;Open up “&lt;em&gt;System Preferences.app → Account → Login Items&lt;/em&gt;”;&lt;/li&gt;&lt;li&gt;Click the “&lt;em&gt;+&lt;/em&gt;” button, then navigate to where you placed the “&lt;em&gt;Launch Hyperspaces After &lt;span class="numbers"&gt;15&lt;/span&gt; Second Delay&lt;/em&gt;” script, and select it;&lt;/li&gt;&lt;li&gt;Remove “&lt;em&gt;Hyperspaces.app&lt;/em&gt;” from the Login Items list if it is still in there (this is critical).&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The next time you boot your computer, Hyperspaces will wait a full &lt;span class="numbers"&gt;15&lt;/span&gt; seconds before starting after you login. This seems to make things work as expected. This bug only seems to affect Snow Leopard users who have restored their current system from a Time Machine or backup.&lt;/p&gt;&lt;h3&gt;Farewell, Gentle App&lt;/h3&gt;&lt;p&gt;Hyperspaces was downloaded over &lt;span class="numbers"&gt;150&lt;/span&gt;,&lt;span class="numbers"&gt;000&lt;/span&gt; times over the last couple of years — it didn’t sell anywhere near that many copies, but it should stand as a shining example of following your dreams. Hyperspaces started as a quick weekend project, and snowballed into something that let me quit my day job and do what I love for a living.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;You can rest now, little app — you’ve done well.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;And with that, fin.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/Jg8NdzeHdz4" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/377/</feedburner:origLink></item>
    <item>
      <title>Lion: Natural Predator of Hyperspaces</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/9maMP-1jIDo/</link>
      <pubDate>Thu, 09 Jun 2011 08:56:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/376/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I have some bittersweet news: many of you will have seen the keynote given by Steve Jobs at Apple’s World Wide Developer Conference (&lt;span class="caps"&gt;WWDC&lt;/span&gt;) earlier this week. There were some fantastic announcements, including &lt;a href="http://www.apple.com/ios/ios5/"&gt;iOS &lt;span class="numbers"&gt;5&lt;/span&gt;&lt;/a&gt;, the (potentially) incredible &lt;a href="http://www.apple.com/icloud/"&gt;iCloud&lt;/a&gt; and finally &lt;a href="http://www.apple.com/macosx/"&gt;Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X ‘Lion’&lt;/a&gt;. Lion introduces a brand new way to manage your application’s windows called ‘Mission Control’ — you can &lt;a href="http://www.apple.com/macosx/whats-new/mission-control.html"&gt;read more about Mission Control on Apple’s Lion site&lt;/a&gt; — it’s a great addition, and having used it I can honestly say that if you’re a Hyperspaces user under Snow Leopard, you’re going to love using it.&lt;/p&gt;&lt;p&gt;But I said ‘bittersweet’: &lt;strong&gt;Mission Control replaces Spaces entirely, and part of that replacement means that I cannot make Hyperspaces work under Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X ‘Lion’&lt;/strong&gt;. This isn’t a matter of skill, or fiddling about until things fall into place — the changes are such that it’s just not possible to make an application like Hyperspaces anymore. I can’t go into too much technical detail until Lion is actually released due to my agreements with Apple, but if you have access to Lion and would like more information about the change I’m happy to discuss it directly with you.&lt;/p&gt;&lt;p&gt;So I have two thoughts at this point:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;I want to do the right thing by you&lt;/strong&gt; — so I’m letting you know about this now, and not in a couple of months time when Lion is released. I’ll keep supporting Hyperspaces for the foreseeable future, so please don’t worry that you won’t be able to contact me for support — of course you can, please do!&lt;/li&gt;&lt;li&gt;&lt;strong&gt;I’m sad, but proud&lt;/strong&gt; — Hyperspaces represents a couple of years of my blood, sweat and tears and I’m really proud of the app. I am disappointed that things have to end this way, without any warning for myself or for you, nor any way for me to have an effect on the situation. Thank you to everyone that has contributed to Hyperspaces in any way.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I am seeing this situation as optimistically as I can — with all the great announcements here at &lt;span class="caps"&gt;WWDC&lt;/span&gt;, I’m able to focus my time on producing a couple of great new apps that will be specifically designed for Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X ‘Lion’ and iOS &lt;span class="numbers"&gt;5&lt;/span&gt;. More on those when there’s more to share.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/9maMP-1jIDo" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/376/</feedburner:origLink></item>
    <item>
      <title>Update: Hyperspaces 1.1.1</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/ioCCAXJMOJU/</link>
      <pubDate>Tue, 10 May 2011 07:38:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/375/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;So the response to Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; was fantastic — thanks so much for all the kind words and excellent feedback that you took the time to send. Being able to use different settings across all of your displays and spaces in Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; seems to have made a lot of people very happy!&lt;/p&gt;&lt;p&gt;&lt;strong&gt;However&lt;/strong&gt; — no app is perfect, and there were some annoying problems with Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; that decreased the awesomeness by at least &lt;span class="numbers"&gt;35&lt;/span&gt;% (our science team gave me that number). I’ve been hard at work on an update that makes everything a little bit smoother, and irons out most of the problems that crept in to the last release.&lt;/p&gt;&lt;p&gt;Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is &lt;a href="http://thecocoabots.com/hyperspaces/download/latest"&gt;available for download now&lt;/a&gt; (&lt;em&gt;Mac App Store customers, skip to the bottom&lt;/em&gt;), and includes the following changes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Changing spaces is faster&lt;/strong&gt;. &lt;/li&gt;&lt;li&gt;You can &lt;strong&gt;set the way that your desktop image scales&lt;/strong&gt; (or tiles) under the ‘&lt;em&gt;Images&lt;/em&gt;’ tab in the ‘&lt;em&gt;Your Spaces&lt;/em&gt;’ preferences. &lt;/li&gt;&lt;li&gt;A &lt;strong&gt;refined user interface for selecting and editing your spaces&lt;/strong&gt; under the ‘&lt;em&gt;Your Spaces&lt;/em&gt;’ preferences — it should be much clearer which space you’re editing versus which space you’re on.&lt;/li&gt;&lt;li&gt;Additional options under ‘&lt;em&gt;Your Spaces → Options&lt;/em&gt;’ to &lt;strong&gt;disable the actions performed when clicking and double-​clicking on the desktop&lt;/strong&gt; when icons are hidden. &lt;/li&gt;&lt;li&gt;Bugs that you guys reported have been fixed left, right and center.&lt;/li&gt;&lt;li&gt;Increased general awesomeness by about &lt;span class="numbers"&gt;35&lt;/span&gt;% (again, figures by our science guys).&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Update me, update man!&lt;/h3&gt;&lt;p&gt;Both the Mac App Store and the retail versions have been updated:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Check for updates from the retail version’s preferences; or&lt;/li&gt;&lt;li&gt;Visit the ‘&lt;em&gt;Updates&lt;/em&gt;’ tab in the App Store app if you have the Mac App Store release.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I’m really happy with how this release has turned out, but I’m not resting on my laurels: I’m working toward another release a little later in the year (after I release a couple of currently-​under-​wraps apps from the CocoaBots’ secret base!).&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/ioCCAXJMOJU" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/375/</feedburner:origLink></item>
    <item>
      <title>Hyperspaces 1.1: The Next Generation</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/pTl1FvSk0E0/</link>
      <pubDate>Wed, 09 Feb 2011 15:23:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/360/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;It’s finally here — boasting exciting new features, and a shiny new look: Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is ready!&lt;/p&gt;&lt;p&gt;&lt;img src="http://03.assets.thecocoabots.com/workspace/uploaded-resources/hyperspaces_shine-1297243918.png" alt=" Hyperspaces promotional image" class=" nofx"/&gt;&lt;/p&gt;&lt;h2&gt;What’s new?&lt;/h2&gt;&lt;p&gt;Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is a major update to Hyperspaces that introduces the following new features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Setup each display within each space individually&lt;/strong&gt;. Have you ever wanted to have a different desktop image on each of your displays for each of your spaces? Go for it!&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Shows the current space number in the menu bar&lt;/strong&gt; — check out the gorgeous new icon!&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Show and hide your desktop icons for each space&lt;/strong&gt; — perfect for setting up a quiet space with no desktop clutter, or recording that on-​screen presentation without the mess;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Show and hide the Dock for each space&lt;/strong&gt;;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Setup more than one space at a time&lt;/strong&gt;. Just hold down shift or command while clicking on a space in the preferences;&lt;/li&gt;&lt;li&gt;Preview your customisations right in the preferences;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;There are plenty of other fixes and improvements, you can read about some of them in more detail on our &lt;a href="http://thecocoabots.com/hyperspaces/"&gt;Hyperspaces page&lt;/a&gt; — we really hope you like what we’ve done!&lt;/p&gt;&lt;h2&gt;Download&lt;/h2&gt;&lt;p&gt;You can &lt;a href="http://thecocoabots.com/hyperspaces/download/latest"&gt;download a demo of Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; right now&lt;/a&gt; — it’s about &lt;span class="numbers"&gt;2&lt;/span&gt;.&lt;span class="numbers"&gt;3&lt;/span&gt;Mb. Alternately…&lt;/p&gt;&lt;h2&gt;Mac App Store is a go!&lt;/h2&gt;&lt;p&gt;As of today, you have a simple choice — you can buy Hyperspaces just like you always have from &lt;a href="http://store.thecocoabots.com/store/"&gt;our web store&lt;/a&gt; using PayPal, or — if you’d prefer — you can &lt;a href="http://itunes.apple.com/us/app/hyperspaces/id402471230?mt=12&amp;amp;ls=1"&gt;buy Hyperspaces directly through the Mac App Store&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Hyperspaces costs the same as it always has, and $&lt;span class="numbers"&gt;12&lt;/span&gt;.&lt;span class="numbers"&gt;95&lt;/span&gt;&lt;span class="caps"&gt;USD&lt;/span&gt; we think it’s great value. But we’d like to encourage more people to give Hyperspaces a go, so &lt;strong&gt;for the rest of the month of February, Hyperspaces will be available for $&lt;span class="numbers"&gt;9&lt;/span&gt;.&lt;span class="numbers"&gt;99&lt;/span&gt;&lt;span class="caps"&gt;USD&lt;/span&gt; from the Mac App Store&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;Have at it, astronauts!&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/pTl1FvSk0E0" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/360/</feedburner:origLink></item>
    <item>
      <title>Hyperspaces 1.1 Public Preview</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/QeMfZwF1Xy0/</link>
      <pubDate>Wed, 19 Jan 2011 09:59:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/335/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;img src="http://03.assets.thecocoabots.com/workspace/section-resources/blog/hs_screen-1295393288.png" alt="Screenshot of the Hyperspaces preferences"/&gt;&lt;/p&gt;&lt;p&gt;This has been a long time coming — I’m proud and nervous to finally show you what I’ve been working on for so long. But mostly I’m just excited!&lt;/p&gt;&lt;p&gt;Keep in mind that this is a preview — that means there are probably going to be a couple of rough edges. The deal is that I’m showing you this early with that understanding, and also the understanding that you’ll tell me when something goes wrong.&lt;/p&gt;&lt;p&gt;Barring any major issues, the plan is to release this to everyone next week (and submit to the &lt;a href="http://www.apple.com/mac/app-store/"&gt;Mac App Store&lt;/a&gt; at the same time).&lt;/p&gt;&lt;h2&gt;Download the Preview&lt;/h2&gt;&lt;p&gt;&lt;a href="http://thecocoabots.com/hyperspaces/preview/download/latest"&gt;Download Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; Public Preview&lt;/a&gt; (it’s about ~&lt;span class="numbers"&gt;2&lt;/span&gt;.&lt;span class="numbers"&gt;5&lt;/span&gt;Mb)&lt;/p&gt;&lt;h2&gt;What’s New?&lt;/h2&gt;&lt;p&gt;There are lots of changes (&lt;strong&gt;lots&lt;/strong&gt; of changes), but here are the major new features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Support for multiple displays&lt;/strong&gt; — setup different customisations for each of your displays;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Setup multiple spaces at the same time&lt;/strong&gt; — just like the Finder, you can shift or command click on more than one space at a time in the preferences;&lt;/li&gt;&lt;li&gt;Lots of &lt;strong&gt;bug fixes&lt;/strong&gt;, &lt;strong&gt;optimisations&lt;/strong&gt; and &lt;strong&gt;changes to the user interface&lt;/strong&gt; that should make Hyperspaces a lot easier to use.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reporting Problems&lt;/h2&gt;&lt;p&gt;There are links in the ‘Help’ menu within Hyperspaces that will let you contact support — most of it ties back to &lt;a href="http://help.thecocoabots.com/"&gt;The CocoaBots Tender Support Site&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;The Mac App Store&lt;/h2&gt;&lt;p&gt;I’ve had a couple of people ask me about my plans for the Mac App Store. I will be submitting Hyperspaces to the Mac App Store when Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is released. I need to make it very clear: &lt;strong&gt;Apple gives developers no way to transfer or transition existing licenses to the Mac App Store&lt;/strong&gt;. If you want to manage your copy of Hyperspaces through the Mac App Store, you will need to buy a copy through the App Store. There will be no difference in function between the two versions, although the Mac App Store version of Hyperspaces will only run on Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X &lt;span class="numbers"&gt;10&lt;/span&gt;.&lt;span class="numbers"&gt;6&lt;/span&gt;.&lt;span class="numbers"&gt;6&lt;/span&gt; or higher — I’ll talk more about this in a future post.&lt;/p&gt;&lt;p&gt;I will continue to update the normal, non-​Mac App Store version of Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.x alongside the Mac App Store version until Hyperspaces &lt;span class="numbers"&gt;2&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt; is released.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/QeMfZwF1Xy0" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/335/</feedburner:origLink></item>
    <item>
      <title>Disable the “swoosh” when changing Spaces</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/HlHmcS8WoMk/</link>
      <pubDate>Sat, 27 Nov 2010 23:59:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/326/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;It’s finally over: I know a lot of you have been looking for ways to disable the “swoosh” animation when changing Spaces, and it’s now possible without a lot of mucking about (and you don’t even need Hyperspaces to do it!).&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open &lt;code class="prettyprint"&gt;/Applications/Utilities/Terminal.app&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Copy and paste the following into the terminal window and then press enter:&lt;br/&gt;&lt;code class="prettyprint"&gt;defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES &amp;amp;&amp;amp; killall Dock&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;There’s no step three. Your Dock will restart, and any time you change spaces — whether this be from within Hyperspaces or from the System — Spaces will no longer animate when transitioning to the new space. I’ve tested this under Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X &lt;span class="numbers"&gt;10&lt;/span&gt;.&lt;span class="numbers"&gt;6&lt;/span&gt;.&lt;span class="numbers"&gt;5&lt;/span&gt;, but it reportedly works under &lt;span class="numbers"&gt;10&lt;/span&gt;.&lt;span class="numbers"&gt;6&lt;/span&gt;.&lt;span class="numbers"&gt;4&lt;/span&gt; as well.&lt;/p&gt;&lt;p&gt;If you’d like to re-​enable the “swooshing” effect:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open &lt;code class="prettyprint"&gt;/Applications/Utilities/Terminal.app&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Copy and paste the following into the terminal window and then press enter:&lt;br/&gt;&lt;code class="prettyprint"&gt;defaults delete com.apple.dock workspaces-swoosh-animation-off &amp;amp;&amp;amp; killall Dock&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Thanks go to Will Haslett for letting me know about this hidden preference.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/HlHmcS8WoMk" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/326/</feedburner:origLink></item>
    <item>
      <title>Bad news, everyone: disabling space transitions is bad</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/3KWiAGDqcaQ/</link>
      <pubDate>Sat, 09 Oct 2010 23:04:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/308/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Last time I posted… (&lt;strong&gt;months ago&lt;/strong&gt;) I regaled you all with tales of how awesome it was to be able to disable space transitions using Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;. Well, it turns out that while the space transition is nixed, Exposé and the Dock both throw a wobbly like a &lt;span class="numbers"&gt;2&lt;/span&gt; year old kid without their lollies. Here’s a video showing the effects:&lt;/p&gt;&lt;p&gt;&lt;video class="sublime" width="600" height="375" poster="http://03.assets.thecocoabots.com/workspace/section-resources/blog/bad_hyperspaces-1286626781.jpg" preload="none"&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/bad_hyperspaces-1286626782.mp4" type="video/mp4"/&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/bad_hyperspaces-1286626782.ogv" type="video/ogg"/&gt;&lt;/video&gt;&lt;/p&gt;&lt;p&gt;Watch it one more time just to let it sink in. It gets worse if you persist and keep changing spaces this way — it’s like there’s a total disconnect between what Mac &lt;span class="caps"&gt;OS&lt;/span&gt; X is actually doing, and what the Dock and other applications see.&lt;/p&gt;&lt;p&gt;I know, it’s really sad — and I bet a number of you are asking aloud &lt;em&gt;“Come on programmer man, this is fixable right?”&lt;/em&gt;. The short answer (to the best of my knowledge) is &lt;strong&gt;no, this isn’t something I can work around&lt;/strong&gt;. And frankly, there are other features in both Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; and the in-​my-​head-​and-​my-​sketchpads Hyperspaces &lt;span class="numbers"&gt;2&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt; that deserve the attention and time that I’ve given this feature.&lt;/p&gt;&lt;p&gt;I’m really sorry guys, it’s not often I post about big new features and given how long it’s taking me to get this release into your hands, the last thing I want to do is talk about taking features away. But as I said before: honesty is good, and a I like talking to you guys (even if it’s long overdue) — you’re great listeners!&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Stability and simplicity are my goals for Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;&lt;/strong&gt;. At this stage, I’ve seeded the &lt;span class="numbers"&gt;6&lt;/span&gt;&lt;sup&gt;th&lt;/sup&gt; beta of Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; to my trusty group of testers. There’s been some great feedback so far, and I’m working on a final round of user interface revisions now that should make customising all of your screens an absolute blast. Once that’s done, I’ll send my little app off to the localizers for some language and region-​specfic loving.&lt;/p&gt;&lt;p&gt;No promises on dates — I’m not a fan of being wrong all the time, and I’m still recovering from the less than fantastic parts of this year. What I can promise is that as of last week, Hyperspaces is my only focus until &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is complete.&lt;/p&gt;&lt;p&gt;Oh, and to the commenter on my last post who &lt;a href="http://thecocoabots.com/blog/post/275/hyperspaces-11-disabling-space-transitions/#comment-id-305"&gt;asked if I was dead&lt;/a&gt; — reports of my death have been greatly exaggerated. But I take the point — more news, more releases and more communication.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/3KWiAGDqcaQ" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/308/</feedburner:origLink></item>
    <item>
      <title>Hyperspaces 1.1: Disabling space transitions</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/6dcJyeBQGJw/</link>
      <pubDate>Fri, 23 Apr 2010 11:49:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/275/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I get a lot of requests asking if I know of a way to disable the built-​in animated transition when switching spaces. Unfortunately it doesn’t seem that there’s a magic setting you can flip, but I’ve just finished adding a new feature to Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; that should make a few people smile.&lt;/p&gt;&lt;p&gt;&lt;video class="sublime" width="628" height="488" poster="http://03.assets.thecocoabots.com/workspace/section-resources/blog/disable_space_transition_poster-1286502546.jpg" preload="none"&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/disable_space_transition-1271988312.mp4" type="video/mp4"/&gt;&lt;source src="http://thecocoabots.com/workspace/section-resources/blog/disable_space_transition-1271988312.ogg" type="video/ogg"/&gt;&lt;/video&gt;&lt;/p&gt;&lt;p&gt;So long as you use Hyperspaces to change spaces (and not the system hotkeys or system spaces overview), you can switch between spaces instantly in the new version. And yes, for those of you who have their eyes on the ball, this is the first step toward reintroducing things like this:&lt;/p&gt;&lt;p&gt;&lt;video class="sublime" width="640" height="480" poster="http://03.assets.thecocoabots.com/workspace/section-resources/blog/swap_transition_left_poster-1286502546.jpg" preload="none"&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/swap_transition_left-1271989347.mp4" type="video/mp4"/&gt;&lt;source src="http://thecocoabots.com/workspace/section-resources/blog/swap_transition_left-1271989348.ogg" type="video/ogg"/&gt;&lt;/video&gt;&lt;/p&gt;&lt;p&gt;Custom transitions are one of the many things I have planned for Hyperspaces &lt;span class="numbers"&gt;2&lt;/span&gt; — but more about that after you guys have version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;!&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/6dcJyeBQGJw" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/275/</feedburner:origLink></item>
    <item>
      <title>Why is Hyperspaces 1.1 taking so long?</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/UuYQfeuNmsc/</link>
      <pubDate>Tue, 20 Apr 2010 15:26:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/270/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Back in January, &lt;a href="http://thecocoabots.com/blog/post/148/hyperspaces-104-and-the-road-to-11/"&gt;I posted a teaser of what’s coming in Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;&lt;/a&gt; and threw it out there that I was aiming for a late March release. It’s the end of April now, and I haven’t posted a word since. I hope that by being open and honest about this that you will understand why things have taken a little longer than I’d talked about.&lt;/p&gt;&lt;p&gt;I don’t want to be one of those developers who goes silent for months at a time, leaving my users wondering what’s happening — so here’s what happened:&lt;/p&gt;&lt;p&gt;I’m not going to go into any real detail, but I’ve had three visits to the hospital in the last two months — only one of those was planned. I was sick enough to have set back my work on Hyperspaces a lot and while I’ve made some progress, version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; still has some time left to cook in the oven. I’m back and working on Hyperspaces full time as of this week, so I should be able to show some good progress over the coming weeks.&lt;/p&gt;&lt;p&gt;To those of you that wished me a speedy recovery already — &lt;strong&gt;thank you&lt;/strong&gt; — it made a big difference (hospitals are no fun at all!).&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/UuYQfeuNmsc" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/270/</feedburner:origLink></item>
    <item>
      <title>Macworld 2010 Indie Developer Spotlight</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/m-6fWObxSew/</link>
      <pubDate>Thu, 11 Feb 2010 22:46:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/180/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I’m a little tardy in posting this information, but The CocoaBots are participating in the &lt;a href="http://macworldexpo.com/indielist"&gt;Macworld &lt;span class="numbers"&gt;2010&lt;/span&gt; Indie Developer Spotlight&lt;/a&gt;- this means you can get Hyperspaces for &lt;span class="numbers"&gt;20&lt;/span&gt;% off while Macworld is on!&lt;/p&gt;&lt;p&gt;You’d be silly not to take advantage and buy some of the other fantastic apps that are also participating — you can &lt;span class="strike"&gt;find a full list at Macworld’s site&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Update:&lt;/strong&gt; the Indie Developer Spotlight is over for &lt;span class="numbers"&gt;2010&lt;/span&gt; — thanks to everyone who bought a copy of Hyperspaces during the sale!&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/m-6fWObxSew" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/180/</feedburner:origLink></item>
    <item>
      <title>Hyperspaces 1.0.4 and the road to 1.1</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/vtGflI1eHYQ/</link>
      <pubDate>Tue, 19 Jan 2010 22:36:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/148/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Wow — what a month! &lt;span class="numbers"&gt;45&lt;/span&gt;,&lt;span class="numbers"&gt;000&lt;/span&gt; copies of Hyperspaces have been downloaded (that’s version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;.&lt;span class="numbers"&gt;3&lt;/span&gt; alone!), and from what I can tell, people love it. It has had great reviews on sites such as &lt;a href="http://smokingapples.com/software/reviews/hyperspaces-spaces-mac"&gt;Smoking Apples&lt;/a&gt; and &lt;a href="http://www.macstories.net/reviews/hyperspaces/"&gt;MacStories&lt;/a&gt;, and the feedback via Twitter has been really encouraging.&lt;/p&gt;&lt;p&gt;This post has a dual purpose:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;To announce the release of Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;.&lt;span class="numbers"&gt;4&lt;/span&gt;; and&lt;/li&gt;&lt;li&gt;To give a small preview of what’s coming in Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;.&lt;span class="numbers"&gt;4&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;This is primarily a bug fix release, but it’s a good one! There are lots of great fixes in here for users who are running Leopard — I know version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;.&lt;span class="numbers"&gt;3&lt;/span&gt; was a bit of a bumpy ride for you guys. Snow Leopard users should find that everything is a little smoother. The full release notes are available at the &lt;a href="http://thecocoabots.com/hyperspaces/release-notes/"&gt;Hyperspaces release notes page&lt;/a&gt;, and you can download the new version by checking for updates within the app, or by &lt;a href="http://thecocoabots.com/hyperspaces/download/latest"&gt;downloading it directly&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;What’s coming in Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt;?&lt;/h2&gt;&lt;p&gt;I’m not big on talking about features in upcoming releases — it generally leads to people getting too enthusiastic and wanting things before they are ready. On the flipside, it’s important to me that you guys know what you’re getting when you decide to buy a license.&lt;/p&gt;&lt;p&gt;Hyperspaces &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; is going to deliver some great new features and improve how you customize your spaces:&lt;/p&gt;&lt;h3&gt;I speak your language&lt;/h3&gt;&lt;p&gt;Localizing to different languages is a priority for version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;1&lt;/span&gt; — I’ve had lots of great offers to translate Hyperspaces to all sorts of languages I should take the time to learn.&lt;/p&gt;&lt;h3&gt;Apply customizations across multiple spaces&lt;/h3&gt;&lt;p&gt;You can now select more than one space at a time when you’re setting up your spaces. It works like the Finder — command-​click will select individual spaces, shift-​click will select the spaces in between whatever the previous and current selections are. This is worth the price of admission on it’s own — I often wanted to change the font I was using on my spaces and didn’t because it was just too much work. Now it’s as easy as pie!&lt;/p&gt;&lt;p&gt;Here’s a video showing the new behaviour in action:&lt;/p&gt;&lt;p&gt;&lt;video width="768" height="480" poster="http://03.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-multiselect-1271740828.jpg" controls="yes" preload="none"&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-multiselect-1271740828.mp4" type="video/mp4"/&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-multiselect-1271740829.ogv" type="video/ogg"/&gt;&lt;/video&gt;&lt;/p&gt;&lt;h3&gt;Set customizations for every screen of every space&lt;/h3&gt;&lt;p&gt;This has been the number one request since I first released a preview of Hyperspaces. Being able to set a different desktop image for every screen within each of your spaces means that you’re really only limited by how many desktop images you have. It works a lot like the system’s desktop picture preferences — a new window will pop up on each of your displays allowing you to setup your customisations. Here’s a quick video of that window:&lt;/p&gt;&lt;p&gt;&lt;video width="768" height="480" poster="http://03.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-secondaryscreen-1271740829.jpg" controls="yes" preload="none"&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-secondaryscreen-1271740829.mp4" type="video/mp4"/&gt;&lt;source src="http://04.assets.thecocoabots.com/workspace/section-resources/blog/v1.1-secondaryscreen-1271740830.ogv" type="video/ogg"/&gt;&lt;/video&gt;&lt;/p&gt;&lt;h3&gt;&lt;span class="dquo"&gt;“&lt;/span&gt;Ooer! When can I download it?”, you ask&lt;/h3&gt;&lt;p&gt;There’s no release date yet. My goal is before the end of March, but I’m not committing to a date until I’m sure I can deliver. Everything you see in the videos above works as advertised, but things are bound to change — I’ll keep posting teasers to &lt;a href="http://twitter.com/thecocoabots/"&gt;@thecocoabots on Twitter&lt;/a&gt;, so make sure you’re following if you want to stay up to date.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/vtGflI1eHYQ" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/148/</feedburner:origLink></item>
    <item>
      <title>Engage the Hyperdrive, Wookie</title>
      <link>http://feedproxy.google.com/~r/thecocoabots/~3/FJtKgfJdmVw/</link>
      <pubDate>Tue, 15 Dec 2009 11:32:00 +1100</pubDate>
      <guid isPermaLink="false">http://thecocoabots.com/blog/post/43/</guid>
      <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Hello there, weary traveller — welcome to the only-​just-​furnished web house of The CocoaBots!&lt;/p&gt;&lt;p&gt;My name is Tony, and I’ll be your site captain for this flight. It won’t be a long read — &lt;span class="numbers"&gt;500&lt;/span&gt; words or less, and clear browsing for the duration of this post.&lt;/p&gt;&lt;p&gt;Chances are that you’ve come here in search of or response to our first fully released app — Hyperspaces v&lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;. Don’t let me get in your way, please &lt;a href="http://thecocoabots.com/hyperspaces/"&gt;download a copy&lt;/a&gt; from the shiny, starry page where it lives before you continue reading.&lt;/p&gt;&lt;p&gt;Got it? Great! It’s been a long time in the making, and I’m really excited to be finally releasing version &lt;span class="numbers"&gt;1&lt;/span&gt;.&lt;span class="numbers"&gt;0&lt;/span&gt;. I really hope you find Hyperspaces useful &lt;span class="amp"&gt;&amp;amp;&lt;/span&gt; fun — it has made my Spaces a lot easier to mouse around!&lt;/p&gt;&lt;p&gt;&lt;em&gt;But why do I want Hyperspaces, you say?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hyperspaces gives you features that I think are integral to making virtual desktops useful. I’ve said before that Spaces is a great implementation of this age-​old function, but it’s missing something really important: &lt;em&gt;Context&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;How many times have you found yourself working away in a bunch of different spaces, only to find yourself aimlessly flicking to find a lost window? I know it happens to me more often than I’d like — so Hyperspaces is my answer to that problem. It lets you give each space a name (and show that name in a bunch of different spots), and give each space a personality as well. Desktop pictures and colored tints make the experience feel more alive than the default Apple implementation. Core Animation helps to round it all out and make the transitions between each space fluid and smooth.&lt;/p&gt;&lt;p&gt;I’m working on Hyperspaces (and other unreleased CocoaBots apps) full time now, and I’m really proud of my first app. I’ve got some great features in development for the future, and plans that I am really, really excited about.&lt;/p&gt;&lt;p&gt;It’s a great time to be a Mac software company.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/thecocoabots/~4/FJtKgfJdmVw" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://thecocoabots.com/blog/post/43/</feedburner:origLink></item>
  </channel>
</rss>

