<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>what will I write here?

  var _gaq = _gaq || [];
  _gaq.push([‘_setAccount’, ‘UA-2398229-1’]);
  _gaq.push([‘_trackPageview’]);

  (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
  })();</description><title>hyperswitching</title><generator>Tumblr (3.0; @hyperswitching)</generator><link>http://www.hyperswitching.com/</link><item><title>Ninja coder @ work</title><description>&lt;img src="http://29.media.tumblr.com/tumblr_ly6245HHsP1qb2kvuo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Ninja coder @ work&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/16245192705</link><guid>http://www.hyperswitching.com/post/16245192705</guid><pubDate>Sat, 21 Jan 2012 21:55:17 +0100</pubDate></item><item><title>Why growl is now a paid app</title><description>&lt;p&gt;Apple will release their notification center for OS/X, which obsoletes the need for growl.&lt;/p&gt;

&lt;p&gt;So this is basically their only shot to try and get some money out of it.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/12462592274</link><guid>http://www.hyperswitching.com/post/12462592274</guid><pubDate>Mon, 07 Nov 2011 09:30:46 +0100</pubDate></item><item><title>rails_tails.sh   #pow @37signals @sstephenson</title><description>&lt;p&gt;rails_tails.sh:&lt;/p&gt;

&lt;h1&gt;!/bin/sh&lt;/h1&gt;

&lt;p&gt;tail -q -f log/development.log -f ~/Library/Logs/Pow/apps/${PWD##*/}.log&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/12328128349</link><guid>http://www.hyperswitching.com/post/12328128349</guid><pubDate>Fri, 04 Nov 2011 16:46:56 +0100</pubDate></item><item><title>Why the iPhone 4S is a bliss for developers</title><description>&lt;ul&gt;&lt;li&gt;Same display&lt;/li&gt;
&lt;li&gt;Same resolution&lt;/li&gt;
&lt;li&gt;Same aspect ratio&lt;/li&gt;
&lt;li&gt;Faster cpu&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;A product cycle of 2 years for a device which costs around 600 euro is perfect. Especially if customers have a contract of 24 months&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/11351608096</link><guid>http://www.hyperswitching.com/post/11351608096</guid><pubDate>Wed, 12 Oct 2011 14:14:18 +0200</pubDate></item><item><title>Why does apple show a PC on their service page?</title><description>&lt;p&gt;&lt;a href="http://www.apple.com/uk/buy/locator/map.html?tySearch=1&amp;viaProduct=4&amp;viaSpecial=-1&amp;strCountry=NLD&amp;lat=52.3702157&amp;lng=4.8951679&amp;gCountry=NL"&gt;http://www.apple.com/uk/buy/locator/map.html?tySearch=1&amp;viaProduct=4&amp;viaSpecial=-1&amp;strCountry=NLD&amp;lat=52.3702157&amp;lng=4.8951679&amp;gCountry=NL&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click on authorized service provider, and you’ll see it’ll open this popup:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://images.apple.com/euro/buy/locator/overlays/images/aasp.jpg"&gt;http://images.apple.com/euro/buy/locator/overlays/images/aasp.jpg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lsqvdvgwxG1qahvt5.png" alt=""/&gt;&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/11177099648</link><guid>http://www.hyperswitching.com/post/11177099648</guid><pubDate>Sat, 08 Oct 2011 13:17:59 +0200</pubDate></item><item><title>RIP Steve Jobs - nt</title><link>http://www.hyperswitching.com/post/11092464393</link><guid>http://www.hyperswitching.com/post/11092464393</guid><pubDate>Thu, 06 Oct 2011 07:23:13 +0200</pubDate></item><item><title>Fixing default gateway for cisco vpn in OSX Lion and Snow Leopard</title><description>&lt;p&gt;In Lion, the “Send all traffic over VPN connection” is gone. That was a good thing, since it didn’t work in 10.6&lt;/p&gt;

&lt;p&gt;To fix your gateway (work network =192.168.252.0):&lt;/p&gt;

&lt;pre&gt;
UTUN=`netstat -rn | perl -lane 'print $F[1]' | grep utun[0-9] | sort -u`

sudo route add 192.168.252.0/24 -interface $UTUN
sudo route delete default -interface $UTUN
sudo route add default -interface en0
sudo route add 192.168.252.255/32 -interface $UTUN

sudo route add 192.168.252.255/43 -interface $UTUN

&lt;/pre&gt;

&lt;p&gt;Somehow, it only seems to work when I add the second bogus route.
I’m not sure why.. It’s probably not 100% correct.. but I don’t care.. :-)&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/9557329645</link><guid>http://www.hyperswitching.com/post/9557329645</guid><pubDate>Mon, 29 Aug 2011 22:56:26 +0200</pubDate></item><item><title>Why Apple is banning access to the iPhone UDID</title><description>&lt;p&gt;Since iOS5 beta6, Apple has banned access to the iPhone UDID.
The iPhone UDID is a unique device identifier which can be used to track users.
Many applications use the UDID to prevent signups, but also to track users for advertising.&lt;/p&gt;

&lt;p&gt;All around the web, people think Apple is doing this to prevent advertisements, when in fact this is done to protect the users data. Consider the following:&lt;/p&gt;

&lt;p&gt;Joe buys an iPhone 3GS. Let’s say his UDID is 123. Joe downloads an application which stores notes on a server. Joe didn’t have to create an account with the service, as his UDID was used. All is well so far.&lt;/p&gt;

&lt;p&gt;Now, Joe sees a great advertisement about the new iPhone 5 ;), and decides to buy it. He won’t be using his old iPhone 3GS anymore, so he decides to whipe the phone’s data, and sell it to Adam.&lt;/p&gt;

&lt;p&gt;Joe restores his backup to the phone, and continues using it as he always did.&lt;/p&gt;

&lt;p&gt;Adam, on the other hand is discovering the whole App Store thing, and installs anything he can find. One day he finds this note-taking app and installs it. To his surprise, the application was filled with existing notes from Joe. Joe had used the notes app to store his creditcard information and other personal stuff.&lt;/p&gt;

&lt;p&gt;What happened?&lt;/p&gt;

&lt;p&gt;Because the UDID will not change when whiped or transferred, the UDID is a bad identifier to track users. Apple has (thankfully) recognizes this issue, and has banned access to the UDID.&lt;/p&gt;

&lt;p&gt;What should devs do?&lt;/p&gt;

&lt;p&gt;Developers should use a different method of identifying people. I hope Apple will create an API for this, similar to the Notifications API. Ideally, you would be able to get someone’s apple-id, or a uniquely generated id based on someones appleid + the applicationid (+ optionally the device id).&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/9291734951</link><guid>http://www.hyperswitching.com/post/9291734951</guid><pubDate>Tue, 23 Aug 2011 15:32:23 +0200</pubDate></item><item><title>Apple's cloud strategy part 2</title><description>&lt;p&gt;Here’s a small update on my Apple (AAPL) - Cloud strategy:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Apple bought iCloud.com for about $4.5M&lt;/li&gt;
&lt;li&gt;Save-state is called “Resume”&lt;/li&gt;
&lt;li&gt;There are references about migrating your mobileme-account to the cloud (&lt;a href="http://consomac.fr/news-1140-exclu-un-chateau-pour-mobileme.html"&gt;http://consomac.fr/news-1140-exclu-un-chateau-pour-mobileme.html&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Why would Apple want to move to the cloud? Hosting music in the cloud would give users more space (= cheaper devices) on their devices (iPad, iPhone, Mac) and easier cross-device sharing. Mobileme revenue was going down, because the service was slow and expensive compared to other similar services (Dropbox). Once the device-market has been saturated (read: growth will stagnate), a service is a very good way to make recurring revenues.&lt;/p&gt;

&lt;p&gt;If apple would acquire / make technology similar to Dropbox, so that it is transparant to the user, Every mac user who spends some money on iTunes would go for this. As long as the price+Appletax is right.&lt;/p&gt;

&lt;p&gt;I’m not sure what Apple will do with the iPod touch. Rumours are that Apple is planning a cheaper iPhone for the upcoming markets (china). That’s good for the iPhone and app-market, but it could obsolete the iPod touch. Similar to the normal and 3G version of the iPad.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/5132756501</link><guid>http://www.hyperswitching.com/post/5132756501</guid><pubDate>Mon, 02 May 2011 16:46:00 +0200</pubDate></item><item><title>Google, where are the RELEVANT ads?</title><description>&lt;p&gt;Did anybody notice that the ads you are now seeing are only showing ads for sites you’ve already visited or specific searches you’ve done?&lt;/p&gt;

&lt;p&gt;Google used to target ads based on the content of your site. This is valuable for advertisers.&lt;/p&gt;

&lt;p&gt;Since a while Google has switched to the current scheme, which DOES work, because they know you were searching for specific content or a specific site. Besides that, marketing = repetition. BUT why would anyone want to pay for this? Google is not bringing NEW customers anymore. Google is not bringing RELEVANT ads to your content.&lt;/p&gt;

&lt;p&gt;Google is basically selling advertisers customer they already have.&lt;/p&gt;

&lt;p&gt;Anyone who has tried to do any online advertising recently will discover that it just plain doesn’t work anymore.&lt;/p&gt;

&lt;p&gt;I know I spent almost 2K for only a hand full of clicks and about 50ct in revenues each.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/5019792606</link><guid>http://www.hyperswitching.com/post/5019792606</guid><pubDate>Thu, 28 Apr 2011 22:32:23 +0200</pubDate></item><item><title>"The night is still young..

.. but I’m old"</title><description>“&lt;p&gt;The night is still young..&lt;/p&gt;

&lt;p&gt;.. but I’m old&lt;/p&gt;”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Joris Verschoor (jrz)&lt;/em&gt;</description><link>http://www.hyperswitching.com/post/4879503334</link><guid>http://www.hyperswitching.com/post/4879503334</guid><pubDate>Sun, 24 Apr 2011 01:45:00 +0200</pubDate></item><item><title>iPhone5 to get a trackpad instead of a home button?</title><description>&lt;p&gt;Just read about the home-button thing from Joshua Topolsky. I think this would be a very nice addition to the iPhone. Apple knows that &lt;a href="http://www.bloomsix.com"&gt;games&lt;/a&gt; are the nr1 software category on the iPhone, and the controls are still crippled for certain type of games (platformers, fps, etc)&lt;/p&gt;

&lt;p&gt;If Apple turns the home-button into a macbook-like trackpad, the functionality would still be the same for older applications (the trackpad is pressable), but would also allow developers to have a dedicated, trackpad inputdevice, which can function as a joystick / d-pad.&lt;/p&gt;

&lt;p&gt;It would be nice to have buttons outside of the screen. I’m not sure about the performance of the front-camera, but you could double the cam as an action-button. Also the volume buttons could be used, but I don’t think Apple would go that way. It’s a cluttered solution.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4863329265</link><guid>http://www.hyperswitching.com/post/4863329265</guid><pubDate>Sat, 23 Apr 2011 13:54:53 +0200</pubDate></item><item><title>My take on the Apple strategy (or: why Apple will dominate the cloud)</title><description>&lt;p&gt;Here’s my take on Apple’s roadmap:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;p&gt;Better gaming on the iPhone5 with a touchpad instead of the homebutton.  The new iPhone5 will probably have a macbook-like-trackpad instead of the home button. This would be ideal for gaming, which represents the largest revenue generator on the iPhone App Store&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improve MacOS for better touch/gesture support.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Improve MacOS’s sandboxing and multi-user support&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add save-state-multitasking similar to iOS to MacOS
This way, MacOS is more like iOS. It allows the OS / device to be restarted, while application data and state is saved. This is totally transparent to the user.
Multi-user support will enable citrix-like application hosting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sell a macmini-based home server for applications and filestorage
When you are able to store application state, it’s easy to transfer this state to a different machine. We will now have two ways of running an application from a remote server:
1) By using a remote-desktop-like technology
2) By transferring the application state / sandbox over to the local machine.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Both have pros and cons, and it depends on the application, device AND network which solution is appropriate.&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;p&gt;Make it possible to use the iPad as a thin client for MacOS
When applications are hosted on a macmini, the iPad could be used as a thin client for the application. My connecting the iPad through hdmi to a monitor, the iPad would serve as an input device, but the UI would be the same as the MacOS’s interface. When using the iPad itself as the screen, the application could fire up the iOS interface, while still using the same application state. What this means is that you can take your application onto your iPad, while your laptop or server is still somewhere else in the house.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dropbox / mobileme / cloud storage
Apple will for sure add cloud storage to their portfolio. They already had (mobile me), but it will probably be more like dropbox. Also they’ve already announced you will be able to stream your music from iTunes onto your devices. It’s a natural choice, especially with all the iOS devices next to your main computer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add cloud-based application rentals based on thin-client tech
If you add up the previous points, it’s easy to see where this is going: Apple will be hosting either full applications, or just the application state, so you can access your application anywhere. Combine this with cloud-storage, and you’ve got everything you need where ever you want it.
I personally don’t think that the citrix-like application hosting will be one of the things they will try to sell from the cloud, as it will be difficult to provision and pricing would be unclear. Application-state-hosting will happen.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use saved-states of the applications to enable movement of the state to various machines / clouds.
It would even be possible to use “Expose” to connect to your personal network or cloud, and transfer application state from your your iMac or cloud to your macbook, simply by dragging the application from the shelve.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;I think save-state is the best decision Appl made with iOS multitasking, as it empowers so many things.&lt;/p&gt;

&lt;p&gt;What do you think?&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4863267643</link><guid>http://www.hyperswitching.com/post/4863267643</guid><pubDate>Sat, 23 Apr 2011 13:49:06 +0200</pubDate></item><item><title>Adium finally gets multipresence!</title><description>&lt;p&gt;Check out the latest beta. &lt;a href="http://trac.adium.im/ticket/13654"&gt;http://trac.adium.im/ticket/13654&lt;/a&gt;&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4815942868</link><guid>http://www.hyperswitching.com/post/4815942868</guid><pubDate>Thu, 21 Apr 2011 23:27:42 +0200</pubDate></item><item><title>Why is Amazon Cloud Drive cheaper than what developers can offer with S3?</title><description>&lt;a href="https://www.amazon.com/clouddrive/learnmore"&gt;Why is Amazon Cloud Drive cheaper than what developers can offer with S3?&lt;/a&gt;</description><link>http://www.hyperswitching.com/post/4204911799</link><guid>http://www.hyperswitching.com/post/4204911799</guid><pubDate>Wed, 30 Mar 2011 09:51:55 +0200</pubDate></item><item><title>iPhone's Personal Hotspot is sweet</title><description>&lt;p&gt;I’m using the Personal Hotspot feature of my iPhone to surf the web on my MacBook at this moment. Turns out that 3G really is fast! This also means that safari on the iPhone is darn slow.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4181904478</link><guid>http://www.hyperswitching.com/post/4181904478</guid><pubDate>Tue, 29 Mar 2011 12:18:08 +0200</pubDate><category>mac</category></item><item><title>Charlie and the Apple Factory</title><description>&lt;a href="http://www.collegehumor.com/video/6440954/charlie-and-the-apple-factory"&gt;Charlie and the Apple Factory&lt;/a&gt;</description><link>http://www.hyperswitching.com/post/4164623297</link><guid>http://www.hyperswitching.com/post/4164623297</guid><pubDate>Mon, 28 Mar 2011 21:35:54 +0200</pubDate></item><item><title>Secure MySQL on brew / homebrew (osx)</title><description>&lt;p&gt;&lt;a href="https://github.com/mxcl/homebrew"&gt;Brew&lt;/a&gt; is awesome. &lt;a href="http://www.mysql.com"&gt;MySQL&lt;/a&gt; is less awesome, but it’s still good. Unfortunately, brew currently lets mysql listen to any interface. If you have no or a weak root password AND you have no firewall, you’re screwed. Fortunately, there’s a way to fix this:&lt;/p&gt;

&lt;p&gt;Edit your ~/Library/LaunchAgents/com.mysql.mysqld.plist&lt;/p&gt;

&lt;p&gt;And change:&lt;/p&gt;

&lt;pre&gt;
&lt;key&gt;Program&lt;/key&gt;&lt;string&gt;/usr/local/Cellar/mysql/5.5.10/bin/mysqld_safe --bind-address=127.0.0.1&lt;/string&gt;&lt;/pre&gt;

&lt;p&gt;into:&lt;/p&gt;

&lt;pre&gt;
&lt;key&gt;ProgramArguments&lt;/key&gt;&lt;array&gt;&lt;string&gt;/usr/local/Cellar/mysql/5.5.10/bin/mysqld_safe&lt;/string&gt;&lt;string&gt;--bind-address=127.0.0.1&lt;/string&gt;&lt;/array&gt;&lt;/pre&gt;

&lt;p&gt;After that, unload and load the plist:&lt;/p&gt;

&lt;pre&gt;
launchctl unload ~/Library/LaunchAgents/com.mysql.mysqld.plist
launchctl load ~/Library/LaunchAgents/com.mysql.mysqld.plist
&lt;/pre&gt;

&lt;p&gt;This tells the mysqld to listen only on 127.0.0.1, which should be enough for devboxes.&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4088004710</link><guid>http://www.hyperswitching.com/post/4088004710</guid><pubDate>Fri, 25 Mar 2011 19:34:14 +0100</pubDate><category>security,</category><category>brew</category><category>homebrew</category><category>mysql</category><category>mac</category></item><item><title>Google Chrome performance tweaks</title><description>&lt;p&gt;I have around 100-150 chrome tabs open on average. most of the time, chrome does reasonably good, but at some point memory usage is insane, and cpu usages goes up.&lt;/p&gt;

&lt;p&gt;My quest to have a better browsing experience (mac):&lt;/p&gt;

&lt;p&gt;Go to about:flags&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Disable any duplicate flash plugins.&lt;/li&gt;
&lt;li&gt;Disable “Web Page Prerendering”&lt;/li&gt;
&lt;li&gt;Enable “Click to play”&lt;/li&gt;
&lt;li&gt;Enable “Enable better omnibox history matching”&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Go to &lt;a href="http://www.youtube.com/html5"&gt;www.youtube.com/html5&lt;/a&gt; and enable html5 videos&lt;/p&gt;

&lt;p&gt;Not sure how it will behave after a week though&lt;/p&gt;</description><link>http://www.hyperswitching.com/post/4083584329</link><guid>http://www.hyperswitching.com/post/4083584329</guid><pubDate>Fri, 25 Mar 2011 13:59:15 +0100</pubDate></item><item><title>Digid.nl doesn't use an extended validation SSL certificate...</title><description>&lt;p&gt;Our national identity service doesn’t use a &lt;a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate"&gt;Extended Validation Certificate&lt;/a&gt; when signing in to digid (
&lt;a href="https://as.digid.nl/aselectserver/server"&gt;&lt;a href="https://as.digid.nl/aselectserver/server"&gt;https://as.digid.nl/aselectserver/server&lt;/a&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The EV is the green bar shown in your address bar.&lt;/p&gt;

&lt;p&gt;Why is it that the government spends millions on promoting the digid service, but doesn’t spend a couple of hundred euros extra to acquire a better certificate?&lt;/p&gt;

&lt;h1&gt;FAIL&lt;/h1&gt;</description><link>http://www.hyperswitching.com/post/3938855831</link><guid>http://www.hyperswitching.com/post/3938855831</guid><pubDate>Fri, 18 Mar 2011 13:03:30 +0100</pubDate></item></channel></rss>

