<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>petersteinberger.com &#187; Mac OS X</title>
	<atom:link href="http://petersteinberger.com/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://petersteinberger.com</link>
	<description>bits about life, coding and stuff</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:41:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A better Open Quickly: PeepOpen</title>
		<link>http://petersteinberger.com/2010/09/a-better-open-quickly-peepopen/</link>
		<comments>http://petersteinberger.com/2010/09/a-better-open-quickly-peepopen/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 20:19:46 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=1006</guid>
		<description><![CDATA[PeepOpen is an alternative QuickOpen app. It replace the various (more or less bad) dialogs from TextMate, Xcode or some other tools. I just tested it with Xcode, and it&#8217;s awesome. The tool is based on this blog post rant. And yet most text editors offload these important tasks to the operating system or implement [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/04/xcode-opens-windows-off-screen/' rel='bookmark' title='Permanent Link: XCode opens windows off-screen?'>XCode opens windows off-screen?</a></li>
<li><a href='http://petersteinberger.com/2010/03/iphone-dev-tip-of-the-day-clear-your-delegates/' rel='bookmark' title='Permanent Link: iPhone dev tip of the day: clear your delegates!'>iPhone dev tip of the day: clear your delegates!</a></li>
<li><a href='http://petersteinberger.com/2009/05/open-source-iphone-apps/' rel='bookmark' title='Permanent Link: Open Source iPhone Apps'>Open Source iPhone Apps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PeepOpen is an alternative QuickOpen app. It replace the various (more or less bad) dialogs from TextMate, Xcode or some other tools. I just tested it with Xcode, and it&#8217;s awesome.</p>
<p>The tool is based on <a href="http://blog.peepcode.com/tutorials/2010/file-navigation-in-text-editors" target="_blank" class="liexternal">this blog post rant</a>.</p>
<blockquote><p>And yet most text editors offload these important tasks to the operating system or implement half-hearted custom solutions. Even worse, third-party plugins frequently implement file-jumping functionality for different frameworks with unique, cryptic key mappings (e.g. between implementation and test or controller and view template). This is a core task! Editors should approach it with the same innovation and care they spend on basic text entry.</p></blockquote>
<p>It has fuzzy-style pattern matching and even shows your git versioning status next to the file. Nuff&#8217; said, watch the <a href="http://peepcode.com/system/uploads/2010/peepopen-demo.mov" target="_blank" class="liexternal">short screencast</a> and <a href="http://peepcode.com/products/peepopen" target="_blank" class="liexternal">try for yourself</a>!</p>
<p><img alt="" src="https://peepcode.com/system/uploads/2010/peepopen-open-file.png" class="alignnone" width="400" height="459" /></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/04/xcode-opens-windows-off-screen/' rel='bookmark' title='Permanent Link: XCode opens windows off-screen?'>XCode opens windows off-screen?</a></li>
<li><a href='http://petersteinberger.com/2010/03/iphone-dev-tip-of-the-day-clear-your-delegates/' rel='bookmark' title='Permanent Link: iPhone dev tip of the day: clear your delegates!'>iPhone dev tip of the day: clear your delegates!</a></li>
<li><a href='http://petersteinberger.com/2009/05/open-source-iphone-apps/' rel='bookmark' title='Permanent Link: Open Source iPhone Apps'>Open Source iPhone Apps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/09/a-better-open-quickly-peepopen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://peepcode.com/system/uploads/2010/peepopen-demo.mov" length="6242680" type="video/quicktime" />
		</item>
		<item>
		<title>Switching to homebrew</title>
		<link>http://petersteinberger.com/2010/09/switching-to-homebrew/</link>
		<comments>http://petersteinberger.com/2010/09/switching-to-homebrew/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 23:07:38 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=988</guid>
		<description><![CDATA[Finally @MSch convinced me that homebrew is the future on mac os package manager, and i switched. It was surprisingly simple, and i was able to clean up all those (around 200) installed ports from macports. [CC] sudo port -f uninstall installed sudo rm -rf \ /opt/local \ /Applications/DarwinPorts \ /Applications/MacPorts \ /Library/LaunchDaemons/org.macports.* \ /Library/Receipts/DarwinPorts*.pkg \ [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/10/clean-up-after-macports/' rel='bookmark' title='Permanent Link: Clean up after macports'>Clean up after macports</a></li>
<li><a href='http://petersteinberger.com/2009/05/mysql5-with-mac-os-x/' rel='bookmark' title='Permanent Link: mysql5 with mac os x'>mysql5 with mac os x</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Finally <a href="http://twitter.com/MSch" target="_blank" class="liexternal">@MSch</a> convinced me that homebrew is the future on mac os package manager, and i switched. It was surprisingly simple, and i was able to clean up all those (around 200) installed ports from macports.</p>
<p>[CC]<br />
sudo port -f uninstall installed<br />
sudo rm -rf \<br />
    /opt/local \<br />
    /Applications/DarwinPorts \<br />
    /Applications/MacPorts \<br />
    /Library/LaunchDaemons/org.macports.* \<br />
    /Library/Receipts/DarwinPorts*.pkg \<br />
    /Library/Receipts/MacPorts*.pkg \<br />
    /Library/StartupItems/DarwinPortsStartup \<br />
    /Library/Tcl/darwinports1.0 \<br />
    /Library/Tcl/macports1.0 \<br />
    ~/.macports<br />
[/CC]</p>
<p>So, after you are clean from MacPorts legacy, give <a href="http://wiki.github.com/mxcl/homebrew/installation" target="_blank" class="liexternal">homebrew</a> a kickstart with <a href="http://github.com/atmos/smeagol#readme" target="_blank" class="liexternal">smeagol</a>!</p>
<p>[CC]<br />
git clone http://github.com/atmos/smeagol<br />
EDITOR=&#8221;vim&#8221; \<br />
  GITHUB_USER=&#8221;fightclub&#8221; \<br />
  GITHUB_TOKEN=&#8221;&#8230;&#8221; \<br />
  EMAIL=&#8221;tyler@paperstreetsoap.com&#8221; \<br />
  FULLNAME=&#8221;Tyler Durden&#8221; \<br />
  rake smeagol:install<br />
[/CC]</p>
<p>Now u&#8217;re ready for node.js, ruby and co!</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/10/clean-up-after-macports/' rel='bookmark' title='Permanent Link: Clean up after macports'>Clean up after macports</a></li>
<li><a href='http://petersteinberger.com/2009/05/mysql5-with-mac-os-x/' rel='bookmark' title='Permanent Link: mysql5 with mac os x'>mysql5 with mac os x</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/09/switching-to-homebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>if you have to spend all your time just fighting&#8230;</title>
		<link>http://petersteinberger.com/2010/03/if-you-have-to-spend-all-your-time-just-fighting/</link>
		<comments>http://petersteinberger.com/2010/03/if-you-have-to-spend-all-your-time-just-fighting/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 21:51:40 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=753</guid>
		<description><![CDATA[Period. I won&#8217;t port to Windows because I can&#8217;t, not because I hate people who use Windows. It&#8217;s just too hard. It&#8217;s not like people TRY to make bad software for Windows. It ends up bad because if you have to spend all your time just fighting to get the most basic functionality working, of [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2010/09/switching-to-homebrew/' rel='bookmark' title='Permanent Link: Switching to homebrew'>Switching to homebrew</a></li>
<li><a href='http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/' rel='bookmark' title='Permanent Link: Windows and Mac just don&#8217;t like each other'>Windows and Mac just don&#8217;t like each other</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Period. I won&#8217;t port to Windows because I can&#8217;t, not because I hate people who use Windows. It&#8217;s just too hard. It&#8217;s not like people TRY to make bad software for Windows. It ends up bad because if you have to spend all your time just fighting to get the most basic functionality working, of COURSE you&#8217;re not going to have any time to polish.</p></blockquote>
<p><a href="http://www.wilshipley.com/blog/2006/04/pimp-my-code-part-10-whining-about.html" target="_blank" class="liexternal">Will Shipley &#8220;Call Me Fishmeal&#8221;, on Delicious Library 2</a></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2010/09/switching-to-homebrew/' rel='bookmark' title='Permanent Link: Switching to homebrew'>Switching to homebrew</a></li>
<li><a href='http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/' rel='bookmark' title='Permanent Link: Windows and Mac just don&#8217;t like each other'>Windows and Mac just don&#8217;t like each other</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/03/if-you-have-to-spend-all-your-time-just-fighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get more space with HSF+ compression</title>
		<link>http://petersteinberger.com/2010/02/get-more-space-with-hsf-compression/</link>
		<comments>http://petersteinberger.com/2010/02/get-more-space-with-hsf-compression/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:34:23 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=638</guid>
		<description><![CDATA[Sneaky&#8230; apple added HSF+ compression to SL and compressed most of their executables with it. Read the link for details, it a very clever, backward compatible HACK. Anyway, we can use that now (conveniently) with Squeeze! And as a matter of fact, it&#8217;s currently free for MacHeist-Users. Best thing? It makes my mac even faster. [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/09/snow-leopard-expose-tricks/' rel='bookmark' title='Permanent Link: Snow Leopard Expose Tricks'>Snow Leopard Expose Tricks</a></li>
<li><a href='http://petersteinberger.com/2010/05/hp-knows-what-they-are-doing/' rel='bookmark' title='Permanent Link: HP knows what they are doing'>HP knows what they are doing</a></li>
<li><a href='http://petersteinberger.com/2009/10/clean-up-after-macports/' rel='bookmark' title='Permanent Link: Clean up after macports'>Clean up after macports</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sneaky&#8230; <a href="http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars/3#" target="_blank" class="liexternal">apple added HSF+ compression to SL</a> and compressed most of their executables with it. Read the link for details, it a very clever, backward compatible HACK.</p>
<p>Anyway, we can use that now (conveniently) with <a href="http://www.latenitesoft.com/squeeze/" target="_blank" class="liexternal">Squeeze</a>! And as a matter of fact, it&#8217;s currently <a href="http://www.macheist.com/" target="_blank" class="liexternal">free for MacHeist-Users</a>.</p>
<p><a href="http://petersteinberger.com/wp-content/uploads/2010/02/Squeeze_Screenshot.png" rel="lightbox[638]" title="Squeeze_Screenshot" class="liimagelink"><img class="alignnone size-full wp-image-639" title="Squeeze_Screenshot" src="http://petersteinberger.com/wp-content/uploads/2010/02/Squeeze_Screenshot.png" alt="" width="380" height="312" /></a></p>
<p>Best thing? It makes my mac even faster. CPU is no problem &#8211; but SSD space is <img src='http://petersteinberger.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/09/snow-leopard-expose-tricks/' rel='bookmark' title='Permanent Link: Snow Leopard Expose Tricks'>Snow Leopard Expose Tricks</a></li>
<li><a href='http://petersteinberger.com/2010/05/hp-knows-what-they-are-doing/' rel='bookmark' title='Permanent Link: HP knows what they are doing'>HP knows what they are doing</a></li>
<li><a href='http://petersteinberger.com/2009/10/clean-up-after-macports/' rel='bookmark' title='Permanent Link: Clean up after macports'>Clean up after macports</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/02/get-more-space-with-hsf-compression/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing FocusApp</title>
		<link>http://petersteinberger.com/2010/02/introducing-focusapp/</link>
		<comments>http://petersteinberger.com/2010/02/introducing-focusapp/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:36:35 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=601</guid>
		<description><![CDATA[We all know, multitasking is evil and slows us down. But it&#8217;s not so easy to just focus on one thing, sometimes you wanna be reminded. What better place could be there than the always-visible MenuBar? Let&#8217;s introduce FocusApp! Yes, thats all. Enter some text you wanna be reminded of. It&#8217;s there as long as [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2010/06/ttstyledtext-and-ampersand-%e2%80%99/' rel='bookmark' title='Permanent Link: TTStyledText and ampersand (’&#038;&#8217;)'>TTStyledText and ampersand (’&#038;&#8217;)</a></li>
<li><a href='http://petersteinberger.com/2009/10/managing-your-dot-files-with-git/' rel='bookmark' title='Permanent Link: Managing your dot files with git'>Managing your dot files with git</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We all know, <strong>multitasking is evil and slows us down</strong>. But it&#8217;s not so easy to just focus on one thing, sometimes you wanna be reminded. What better place could be there than the always-visible MenuBar?</p>
<p>Let&#8217;s introduce FocusApp!</p>
<p><a href="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-16.19.07.png" rel="lightbox[601]" title="Screen shot 2010-02-17 at 16.19.07" class="liimagelink"><img class="alignnone size-full wp-image-603" title="Screen shot 2010-02-17 at 16.19.07" src="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-16.19.07.png" alt="" width="174" height="77" /></a></p>
<p><a href="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-16.19.22.png" rel="lightbox[601]" title="Screen shot 2010-02-17 at 16.19.22" class="liimagelink"><img class="alignnone size-full wp-image-602" title="Screen shot 2010-02-17 at 16.19.22" src="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-16.19.22.png" alt="" width="443" height="113" /></a></p>
<p>Yes, thats all. Enter some text you wanna be reminded of. It&#8217;s there as long as you wish, and hopefully it makes you a sore conscience if you slip away to something different than you should. For now, its Snow Leopard only, <a href="http://petersteinberger.com/wp-content/uploads/2010/02/FocusApp.zip" class="lizip">download it now</a>.</p>
<p>It&#8217;s <a href="http://github.com/steipete/FocusApp/blob/master/LICENSE" target="_blank" class="liexternal">open source</a> (new BSD) and on <a href="http://github.com/steipete/FocusApp" target="_blank" class="liexternal">GitHub</a>.</p>
<p><strong>Disclaimer:</strong> FocusApp is really my first Mac app, besides all the iPhone stuff. It&#8217;ll will get more features eventually, but for now it just works, <em>simple and beautiful</em>.</p>
<p>Planned Features:</p>
<ul>
<li>Keyboard support</li>
<li>History and Persistence</li>
<li>Flashing Text (to remind more obtrusive)</li>
<li>Sparke</li>
<li>About Screen <img src='http://petersteinberger.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2010/06/ttstyledtext-and-ampersand-%e2%80%99/' rel='bookmark' title='Permanent Link: TTStyledText and ampersand (’&#038;&#8217;)'>TTStyledText and ampersand (’&#038;&#8217;)</a></li>
<li><a href='http://petersteinberger.com/2009/10/managing-your-dot-files-with-git/' rel='bookmark' title='Permanent Link: Managing your dot files with git'>Managing your dot files with git</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/02/introducing-focusapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The little things</title>
		<link>http://petersteinberger.com/2010/02/the-little-things/</link>
		<comments>http://petersteinberger.com/2010/02/the-little-things/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 10:40:19 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=586</guid>
		<description><![CDATA[Those little things make the difference between a good OS and a great OS. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Those little things make the difference between a good OS and a <em>great</em> OS.</p>
<p><a href="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-01.40.58.png" rel="lightbox[586]" title="Screen shot 2010-02-12 at 01.40.58" class="liimagelink"><img class="alignnone size-full wp-image-587" title="Screen shot 2010-02-12 at 01.40.58" src="http://petersteinberger.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-01.40.58.png" alt="" width="676" height="204" /></a></p>
<!-- PHP 5.x -->

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/02/the-little-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Home/End on Terminal.app in Leopard/Snow Leopard</title>
		<link>http://petersteinberger.com/2010/01/fix-homeend-on-terminal-app-in-leopardsnow-leopardq/</link>
		<comments>http://petersteinberger.com/2010/01/fix-homeend-on-terminal-app-in-leopardsnow-leopardq/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 14:32:54 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=561</guid>
		<description><![CDATA[Because I don&#8217;t know why it&#8217;s not default, and most guides on the net don&#8217;t work. (source) Open Terminal.app Open the Preferences window (CMD+,) Click the Settings tab Select your current Settings theme, and click on the Keyboard tab Edit (or Add) the entry for Home Set Action: to send string to shell: Set the string to [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/09/snow-leopard-expose-tricks/' rel='bookmark' title='Permanent Link: Snow Leopard Expose Tricks'>Snow Leopard Expose Tricks</a></li>
<li><a href='http://petersteinberger.com/2009/06/home/' rel='bookmark' title='Permanent Link: HOME'>HOME</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Because I don&#8217;t know why it&#8217;s not default, and most guides on the net don&#8217;t work. (<a href="http://theandystratton.com/2009/fixing-home-end-page-up-and-page-down-in-leopards-terminal" target="_blank" class="liexternal">source</a>)</p>
<ol>
<li>Open Terminal.app</li>
<li>Open the Preferences window (CMD+,)</li>
<li>Click the Settings tab</li>
<li>Select your current Settings theme, and click on the Keyboard tab</li>
<li>Edit (or Add) the entry for Home
<ul>
<li>Set <em>Action:</em> to <em>send string to shell:</em></li>
<li>Set the string to \001 (or press Ctrl+a)</li>
</ul>
</li>
<li>Edit (or Add) the entry for End
<ul>
<li>Set <em>Action:</em> to <em>send string to shell:</em></li>
<li>Set the string to \005 (or press Ctrl+e)</li>
</ul>
</li>
</ol>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/09/snow-leopard-expose-tricks/' rel='bookmark' title='Permanent Link: Snow Leopard Expose Tricks'>Snow Leopard Expose Tricks</a></li>
<li><a href='http://petersteinberger.com/2009/06/home/' rel='bookmark' title='Permanent Link: HOME'>HOME</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2010/01/fix-homeend-on-terminal-app-in-leopardsnow-leopardq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Windows7 x64 on a Mac Mini</title>
		<link>http://petersteinberger.com/2009/11/install-windows7-x64-on-a-mac-mini/</link>
		<comments>http://petersteinberger.com/2009/11/install-windows7-x64-on-a-mac-mini/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 01:00:40 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=511</guid>
		<description><![CDATA[Ah well&#8230; Apple disallows installing of BootCamp x64 on any non-pro machines. But my mini is 64bin capable, and I want to use that! (damn!) So, after you read the nice error message from setup.exe, just navigate to Boot Camp\Drivers\Apple and install BootCamp64.msi from there. Apple, your policy sucks sometimes. If you need more information [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/' rel='bookmark' title='Permanent Link: Windows and Mac just don&#8217;t like each other'>Windows and Mac just don&#8217;t like each other</a></li>
<li><a href='http://petersteinberger.com/2009/11/multithreading-with-core-data/' rel='bookmark' title='Permanent Link: Multithreading with Core Data'>Multithreading with Core Data</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ah well&#8230; Apple disallows installing of BootCamp x64 on any non-pro machines. But my mini is 64bin capable, and I want to use that! (damn!)</p>
<p>So, after you read the nice error message from setup.exe, just navigate to Boot Camp\Drivers\Apple and install BootCamp64.msi from there.</p>
<p>Apple, your policy sucks sometimes.</p>
<p>If you need more information on this, <a href="http://blog.andersonshatch.com/2009/01/11/windows-7-x64-on-a-macbook-pro-guide/" target="_blank" class="liexternal">look here</a>.</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/' rel='bookmark' title='Permanent Link: Windows and Mac just don&#8217;t like each other'>Windows and Mac just don&#8217;t like each other</a></li>
<li><a href='http://petersteinberger.com/2009/11/multithreading-with-core-data/' rel='bookmark' title='Permanent Link: Multithreading with Core Data'>Multithreading with Core Data</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2009/11/install-windows7-x64-on-a-mac-mini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows and Mac just don&#8217;t like each other</title>
		<link>http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/</link>
		<comments>http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 11:49:04 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=501</guid>
		<description><![CDATA[Never. Ever: Try to repair a Windows 7 installation via BootCamp. It freaks out Mac OS. You can imagine, i did it, because native booting into BootCamp was broken after some Vmware Fusion Betas (prior 3.0). Windows 7 is unable to boot after repair, and mac os booting is DEAD SLOW. It&#8217;s taking minutes to [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2009/11/install-windows7-x64-on-a-mac-mini/' rel='bookmark' title='Permanent Link: Install Windows7 x64 on a Mac Mini'>Install Windows7 x64 on a Mac Mini</a></li>
<li><a href='http://petersteinberger.com/2009/05/repair-a-crashed-mysql-table/' rel='bookmark' title='Permanent Link: Repair a crashed mysql table'>Repair a crashed mysql table</a></li>
<li><a href='http://petersteinberger.com/2009/04/xcode-opens-windows-off-screen/' rel='bookmark' title='Permanent Link: XCode opens windows off-screen?'>XCode opens windows off-screen?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Never. Ever: Try to repair a Windows 7 installation via BootCamp. It freaks out Mac OS.</p>
<p>You can imagine, i did it, because native booting into BootCamp was broken after some Vmware Fusion Betas (prior 3.0).</p>
<p>Windows 7 is unable to boot after repair, and mac os booting is DEAD SLOW. It&#8217;s taking minutes to bring up the login, then locks up for another few minutes. Check console if you are affected:<br />
<code><br />
19.11.09 10:51:20	configd[14]	InterfaceNamer: timed out waiting for IOKit to quiesce<br />
19.11.09 10:56:15	/usr/libexec/hidd[48]	Timeout waiting for IOKit to be quiet</code></p>
<p>There was something broken with EFI or Boot RAM. Took me a while to fix, although it&#8217;s pretty easy: <a href="http://support.apple.com/kb/HT1411" target="_blank" class="liexternal">reset SMC</a> and <a href="http://support.apple.com/kb/HT1379?viewlocale=en_US" target="_blank" class="liexternal">PRAM</a></p>
<p>These reset stuff has fixed nealy every low level problem that I had in the last few years. Yet it&#8217;s strange.</p>
<p>What do we learn? Keep Windows where it belongs: In the virtual machine. (where no harm can be made)</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2009/11/install-windows7-x64-on-a-mac-mini/' rel='bookmark' title='Permanent Link: Install Windows7 x64 on a Mac Mini'>Install Windows7 x64 on a Mac Mini</a></li>
<li><a href='http://petersteinberger.com/2009/05/repair-a-crashed-mysql-table/' rel='bookmark' title='Permanent Link: Repair a crashed mysql table'>Repair a crashed mysql table</a></li>
<li><a href='http://petersteinberger.com/2009/04/xcode-opens-windows-off-screen/' rel='bookmark' title='Permanent Link: XCode opens windows off-screen?'>XCode opens windows off-screen?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2009/11/windows-and-mac-just-dont-like-each-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share mouse &amp; keyboard</title>
		<link>http://petersteinberger.com/2009/10/share-mouse-keyboard/</link>
		<comments>http://petersteinberger.com/2009/10/share-mouse-keyboard/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:51:34 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://petersteinberger.com/?p=475</guid>
		<description><![CDATA[Really nice. Move your mouse to one side of the screen and watch it move to the next pc/mac in your room. This feels really natural is surprisingly easy to do. Remember, it DOES NOT make sense for a device with no monitor attached! You want VNC then. If you run macs only, there&#8217;s teleport. [...]


Related posts:<ol><li><a href='http://petersteinberger.com/2010/03/if-you-have-to-spend-all-your-time-just-fighting/' rel='bookmark' title='Permanent Link: if you have to spend all your time just fighting&#8230;'>if you have to spend all your time just fighting&#8230;</a></li>
<li><a href='http://petersteinberger.com/2009/10/managing-your-dot-files-with-git/' rel='bookmark' title='Permanent Link: Managing your dot files with git'>Managing your dot files with git</a></li>
<li><a href='http://petersteinberger.com/2010/02/introducing-focusapp/' rel='bookmark' title='Permanent Link: Introducing FocusApp'>Introducing FocusApp</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Really nice. Move your mouse to one side of the screen and watch it move to the next pc/mac in your room. This feels really natural is surprisingly easy to do.</p>
<p>Remember, it DOES NOT make sense for a device with no monitor attached! You want VNC then.</p>
<p>If you run macs only, there&#8217;s <a href="http://abyssoft.com/software/teleport/" target="_blank" class="liexternal">teleport</a>. It&#8217;s free and supports encryption, although <a href="http://mac.appstorm.net/how-to/utilities-how-to/how-to-control-multiple-macs-with-teleport/" target="_blank" class="liexternal">setting up the encryption is somewhat difficult</a>. (be sure to remove all known screens and readd them after setting up your private certificate)</p>
<p>teleport works really well and is my perferred choice.</p>
<p>Well, if it happens that you have windows or linux on your desk, then <a href="http://synergy2.sourceforge.net/" target="_blank" class="liexternal">synergy</a> is for you. And there&#8217;s <a href="http://sourceforge.net/projects/synergykm/" target="_blank" class="liexternal">a nice mac installer</a> too. Synergy was not updated for three(!) years now, but seems it does it&#8217;s job pretty well, and the mac port is actively maintained. (including snow leopard support).</p>
<p>Setting up one of these tools is quite similar, you need to add screens, synergy needs your own server name (network name) as screen and every client that you want connect, like this:</p>
<p><a href="http://petersteinberger.com/wp-content/uploads/2009/10/Screen-shot-2009-10-27-at-15.48.43.png" rel="lightbox[475]" title="Screen shot 2009-10-27 at 15.48.43" class="liimagelink"><img class="alignnone size-full wp-image-477" title="Screen shot 2009-10-27 at 15.48.43" src="http://petersteinberger.com/wp-content/uploads/2009/10/Screen-shot-2009-10-27-at-15.48.43.png" alt="Screen shot 2009-10-27 at 15.48.43" width="748" height="618" /></a></p>
<p>There are <a href="http://www.engadget.com/2005/08/09/how-to-share-your-keyboard-and-mouse-in-realtime-with-synergy/" target="_blank" class="liexternal">several tutorials</a> for synergy, check them out if you need help.</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://petersteinberger.com/2010/03/if-you-have-to-spend-all-your-time-just-fighting/' rel='bookmark' title='Permanent Link: if you have to spend all your time just fighting&#8230;'>if you have to spend all your time just fighting&#8230;</a></li>
<li><a href='http://petersteinberger.com/2009/10/managing-your-dot-files-with-git/' rel='bookmark' title='Permanent Link: Managing your dot files with git'>Managing your dot files with git</a></li>
<li><a href='http://petersteinberger.com/2010/02/introducing-focusapp/' rel='bookmark' title='Permanent Link: Introducing FocusApp'>Introducing FocusApp</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://petersteinberger.com/2009/10/share-mouse-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
