<?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>Pedro Assunção &#187; mac</title>
	<atom:link href="http://pedroassuncao.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://pedroassuncao.com</link>
	<description>Thoughts on technology, skydiving, life, and the universe...</description>
	<lastBuildDate>Mon, 02 Jan 2012 19:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Nice tweaks for OSX</title>
		<link>http://pedroassuncao.com/2011/09/nice-tweaks-for-osx/</link>
		<comments>http://pedroassuncao.com/2011/09/nice-tweaks-for-osx/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 14:11:06 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1433</guid>
		<description><![CDATA[I think most of them work on both Snow Leopard and Lion. Not sure about previous versions. Just type the ones you want to activate/deactivate on the command line and have fun. # Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs) defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 # Enable the [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2009/07/changing-default-browseremail-client-in-osx/' rel='bookmark' title='Changing default browser/email client in OSX'>Changing default browser/email client in OSX</a></li>
<li><a href='http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/' rel='bookmark' title='Is your Safari 5 slow? Here&#8217;s a probable problem and solution.'>Is your Safari 5 slow? Here&#8217;s a probable problem and solution.</a></li>
<li><a href='http://pedroassuncao.com/video/' rel='bookmark' title='Video'>Video</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I think most of them work on both Snow Leopard and Lion. Not sure about previous versions. Just type the ones you want to activate/deactivate on the command line and have fun.</p>
<pre># Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3

# Enable the 2D Dock
defaults write com.apple.dock no-glass -bool true

# Disable menu bar transparency
defaults write -g AppleEnableMenuBarTransparency -bool false

# Expand save panel by default
defaults write -g NSNavPanelExpandedStateForSaveMode -bool true

# Expand print panel by default
defaults write -g PMPrintingExpandedStateForPrint -bool true

# Disable shadow in screenshots
defaults write com.apple.screencapture disable-shadow -bool true

# Enable highlight hover effect for the grid view of a stack (Dock)
defaults write com.apple.dock mouse-over-hilte-stack -bool true

# Enable spring loading for all Dock items
defaults write enable-spring-load-actions-on-all-items -bool true

# Disable press-and-hold for keys in favor of key repeat
defaults write -g ApplePressAndHoldEnabled -bool false

# Disable auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false

# Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

# Disable disk image verification
defaults write com.apple.frameworks.diskimages skip-verify -bool true
defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true
defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true

# Automatically open a new Finder window when a volume is mounted
defaults write com.apple.frameworks.diskimages auto-open-ro-root -bool true
defaults write com.apple.frameworks.diskimages auto-open-rw-root -bool true

# Avoid creating .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true

# Disable Safari’s thumbnail cache for History and Top Sites
defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2

# Enable Safari’s debug menu
defaults write com.apple.Safari IncludeDebugMenu -bool true

# Remove useless icons from Safari’s bookmarks bar
defaults write com.apple.Safari ProxiesInBookmarksBar "()"

# Disable send and reply animations in Mail.app
defaults write com.apple.Mail DisableReplyAnimations -bool true
defaults write com.apple.Mail DisableSendAnimations -bool true

# Disable Resume system-wide
defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false

# Enable Dashboard dev mode (allows keeping widgets on the desktop)
defaults write com.apple.dashboard devmode -bool true

# Reset Launchpad
rm ~/Library/Application\ Support/Dock/*.db

# Show the ~/Library folder
chflags nohidden ~/Library

# Disable local Time Machine backups
sudo tmutil disablelocal

# Kill affected applications
for app in Safari Finder Dock Mail; do killall "$app"; done

# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
echo "0x08000100:0" &gt; ~/.CFUserTextEncoding</pre>
<p>The original source <a href="https://github.com/mathiasbynens/dotfiles/blob/master/.osx">can be found here</a>.</p>
<div class="shr-publisher-1433"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F09%2Fnice-tweaks-for-osx%2F' data-shr_title='Nice+tweaks+for+OSX'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F09%2Fnice-tweaks-for-osx%2F' data-shr_title='Nice+tweaks+for+OSX'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2009/07/changing-default-browseremail-client-in-osx/' rel='bookmark' title='Changing default browser/email client in OSX'>Changing default browser/email client in OSX</a></li>
<li><a href='http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/' rel='bookmark' title='Is your Safari 5 slow? Here&#8217;s a probable problem and solution.'>Is your Safari 5 slow? Here&#8217;s a probable problem and solution.</a></li>
<li><a href='http://pedroassuncao.com/video/' rel='bookmark' title='Video'>Video</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/09/nice-tweaks-for-osx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>OSX: Change time machine auto backup interval</title>
		<link>http://pedroassuncao.com/2011/05/osx-change-time-machine-auto-backup-interval/</link>
		<comments>http://pedroassuncao.com/2011/05/osx-change-time-machine-auto-backup-interval/#comments</comments>
		<pubDate>Thu, 26 May 2011 07:56:45 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1404</guid>
		<description><![CDATA[The default time machine backup interval is every hour. Sometimes this can be really annoying so, if you find yourself in need to change this, here&#8217;s how: Navigate to /System/Library/LaunchDaemons and locate the file named com.apple.backupd-auto.plist. Inside this file you will find the following content: &#60;key&#62;StartInterval&#60;/key&#62; &#60;integer&#62;3600&#60;/integer&#62; 3600 means hourly (60 minutes X 60 seconds). [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/03/why-you-should-sleep-at-least-7-hours-per-night/' rel='bookmark' title='Why you should sleep at least 7 hours per night'>Why you should sleep at least 7 hours per night</a></li>
<li><a href='http://pedroassuncao.com/2010/03/lack-of-ram-will-kill-your-blog-host-virtual-machine/' rel='bookmark' title='Lack of RAM will kill your blog host virtual machine'>Lack of RAM will kill your blog host virtual machine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The default time machine backup interval is every hour. Sometimes this can be really annoying so, if you find yourself in need to change this, here&#8217;s how:</p>
<p>Navigate to <strong><em>/System/Library/LaunchDaemons</em></strong> and locate the file named<strong><em> com.apple.backupd-auto.plist.</em></strong></p>
<p>Inside this file you will find the following content:</p>
<pre> &lt;key&gt;StartInterval&lt;/key&gt;
 &lt;integer&gt;3600&lt;/integer&gt;</pre>
<p>3600 means hourly (60 minutes X 60 seconds). If you multiply by 4, for instance, and use that value (14400) you will have automatic backups every 4 hours instead. Or whatever interval you prefer.<br />
Happy backing up <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1404"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F05%2Fosx-change-time-machine-auto-backup-interval%2F' data-shr_title='OSX%3A+Change+time+machine+auto+backup+interval'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F05%2Fosx-change-time-machine-auto-backup-interval%2F' data-shr_title='OSX%3A+Change+time+machine+auto+backup+interval'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/03/why-you-should-sleep-at-least-7-hours-per-night/' rel='bookmark' title='Why you should sleep at least 7 hours per night'>Why you should sleep at least 7 hours per night</a></li>
<li><a href='http://pedroassuncao.com/2010/03/lack-of-ram-will-kill-your-blog-host-virtual-machine/' rel='bookmark' title='Lack of RAM will kill your blog host virtual machine'>Lack of RAM will kill your blog host virtual machine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/05/osx-change-time-machine-auto-backup-interval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My selection of top iPad 2 apps</title>
		<link>http://pedroassuncao.com/2011/04/my-selection-of-top-ipad-2-apps/</link>
		<comments>http://pedroassuncao.com/2011/04/my-selection-of-top-ipad-2-apps/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 22:27:53 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1356</guid>
		<description><![CDATA[After buying my shiny new ipad2 I, like most other tablet enthusiasts, devoted a fair amount of time in search of the coolest and most useful apps to install. The major problem in most results that google returns is that they all mention the same list: twitter, IMO.im, friendly, dropbox, etc. (for a list of [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/01/things-i-wanted-in-apples-ipad-tablet/' rel='bookmark' title='Things i wanted in Apple&#8217;s iPad (tablet)'>Things i wanted in Apple&#8217;s iPad (tablet)</a></li>
<li><a href='http://pedroassuncao.com/2011/03/osx-video-streaming-the-easy-way/' rel='bookmark' title='OSX video streaming the easy way'>OSX video streaming the easy way</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>After buying my shiny new ipad2 I, like most other tablet enthusiasts, devoted a fair amount of time in search of the coolest and most useful apps to install.</p>
<p>The major problem in most results that google returns is that they all mention the same list: twitter, IMO.im, friendly, dropbox, etc. (for a list of the obvious, <a href="http://www.wired.com/gadgetlab/2011/03/download-apps-ipad/">follow this link)</a>.</p>
<p>After some deeper searches I found the following apps to be  extremely interesting to me. I&#8217;m hoping they will be to you as well:</p>
<table>
<tbody>
<tr>
<td colspan="2">
<h3><strong>Writing</strong></h3>
</td>
</tr>
<tr>
<td width="220"><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-10.59.59-AM.png"><img class="size-full wp-image-1357 alignnone" title="iaWriter" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-10.59.59-AM.png" alt="" width="208" height="95" /></a></td>
<td>If you write anything, these are the most well spent 79 cents, believe me.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.06.39-AM.png"><img class="alignleft size-full wp-image-1358" title="Private journal" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.06.39-AM.png" alt="" width="212" height="95" /></a></td>
<td>Log your life, with notes, pictures, and music.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.10.11-AM.png"><img class="alignleft size-full wp-image-1360" title="Advanced English Dictionary" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.10.11-AM.png" alt="" width="237" height="92" /></a></td>
<td>Find the perfect word to convey your message <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </td>
</tr>
<tr>
<td colspan="2">
<h3>Games</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.14.40-AM.png"><img class="alignleft size-full wp-image-1362" title="iStunt 2 HD" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.14.40-AM.png" alt="" width="242" height="96" /></a></td>
<td>Snowboard fun <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.17.35-AM.png"><img class="alignleft size-full wp-image-1363" title="Shadow Era" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.17.35-AM.png" alt="" width="202" height="96" /></a></td>
<td>Awesome card game, kinda like Magic the gathering. Warning: Massive time waster <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.18.18-AM.png"><img class="alignleft size-full wp-image-1364" title="Braveheart" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.18.18-AM.png" alt="" width="207" height="91" /></a></td>
<td>Cool top down RPG.</td>
</tr>
<tr>
<td colspan="2">
<h3>Reading</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.19.23-AM.png"><img class="alignleft size-full wp-image-1365" title="Mobile RSS" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.19.23-AM.png" alt="" width="234" height="92" /></a></td>
<td>Read all your google reader subscriptions in this clean RSS reader.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.20.05-AM.png"><img class="alignleft size-full wp-image-1366" title="Marvel" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.20.05-AM.png" alt="" width="209" height="93" /></a></td>
<td>There&#8217;s a few marvel comics for free in this app.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.20.53-AM.png"><img class="alignleft size-full wp-image-1367" title="Kindle" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.20.53-AM.png" alt="" width="213" height="93" /></a></td>
<td>The great classics are free in the Kindle store. And the iPad is the perfect e-reader.</td>
</tr>
<tr>
<td colspan="2">
<h3>News and Magazines</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.21.56-AM.png"><img class="alignleft size-full wp-image-1368" title="CNN for iPad" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.21.56-AM.png" alt="" width="211" height="92" /></a></td>
<td>A beautiful way of keeping track of current events worldwide.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.22.41-AM.png"><img class="alignleft size-full wp-image-1369" title="Discover - Wikipedia in a Magazine" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.22.41-AM.png" alt="" width="257" height="90" /></a></td>
<td>A new take on wikipedia articles; everyday a new selection of wonderfully formated articles.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.23.52-AM.png"><img class="alignleft size-full wp-image-1371" title="AppStart for iPad" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.23.52-AM.png" alt="" width="216" height="91" /></a></td>
<td>A kind of magazine with a gazillion tips on how to make the most of your shiny new iPad.</td>
</tr>
<tr>
<td colspan="2">
<h3>Notes and doodles</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.25.06-AM.png"><img class="alignleft size-full wp-image-1372" title="Springpad" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.25.06-AM.png" alt="" width="208" height="93" /></a></td>
<td>Keep all your notes in sync across your computers, tablets, and phones. Much better than evernote, in my opinion.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.27.06-AM.png"><img class="alignleft size-full wp-image-1373" title="Sketch Pad 3 - Unlimited canvas for iPad" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.27.06-AM.png" alt="" width="230" height="94" /></a></td>
<td>Everyone doodles from time to time <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </td>
</tr>
<tr>
<td colspan="2">
<h3>Remote desktop and media centre control</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.28.18-AM.png"><img class="alignleft size-full wp-image-1374" title="Rowmote Pro" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.28.18-AM.png" alt="" width="237" height="96" /></a></td>
<td>Money well invested, if you have a mac mini in your living room and don&#8217;t want to spend $100+ on a wireless keyboard + mouse setup. This app allows you to use the iPad as both. And does one hell of a job at it.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.28.56-AM.png"><img class="alignleft size-full wp-image-1375" title="XBMoteC" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.28.56-AM.png" alt="" width="200" height="95" /></a></td>
<td>To control your XBMC from the iPad.</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.29.40-AM.png"><img class="alignleft size-full wp-image-1376" title="TeamViewer HD" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.29.40-AM.png" alt="" width="208" height="90" /></a></td>
<td>A remote viewer for your computers (VNC).</td>
</tr>
<tr>
<td colspan="2">
<h3>Video streaming</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.30.45-AM.png"><img class="alignleft size-full wp-image-1377" title="StreamToMe" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.30.45-AM.png" alt="" width="204" height="92" /></a></td>
<td>The best way i found to stream video and music from my server to the iPad and other computers. It compresses video on the fly, allowing you to stream even through a 3G connection. Priceless.</td>
</tr>
<tr>
<td colspan="2">
<h3>Graphics</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.31.54-AM.png"><img class="alignleft size-full wp-image-1378" title="Adobe Photoshop Express" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.31.54-AM.png" alt="" width="237" height="92" /></a></td>
<td>Just in case you need to retouch some pictures on the iPad.</td>
</tr>
<tr>
<td colspan="2">
<h3>Cooking</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.32.43-AM.png"><img class="alignleft size-full wp-image-1379" title="Epicurious Recipes" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.32.43-AM.png" alt="" width="230" height="91" /></a></td>
<td>If you&#8217;re lazy like me, this will come in handy to discover new recipes to cook.</td>
</tr>
<tr>
<td colspan="2">
<h3>Data</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.33.48-AM.png"><img class="alignleft size-full wp-image-1380" title="Analytics for iPad" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.33.48-AM.png" alt="" width="210" height="90" /></a></td>
<td>View your Google analytics data from this cool app.</td>
</tr>
<tr>
<td colspan="2">
<h3>Alarms</h3>
</td>
</tr>
<tr>
<td><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.34.35-AM.png"><img class="alignleft size-full wp-image-1381" title="iHome+Sleep" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-05-01-at-11.34.35-AM.png" alt="" width="232" height="96" /></a></td>
<td>And finally, everyone needs an alarm. This one is simple and gets the job done <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </td>
</tr>
</tbody>
</table>
<div class="shr-publisher-1356"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F04%2Fmy-selection-of-top-ipad-2-apps%2F' data-shr_title='My+selection+of+top+iPad+2+apps'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F04%2Fmy-selection-of-top-ipad-2-apps%2F' data-shr_title='My+selection+of+top+iPad+2+apps'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/01/things-i-wanted-in-apples-ipad-tablet/' rel='bookmark' title='Things i wanted in Apple&#8217;s iPad (tablet)'>Things i wanted in Apple&#8217;s iPad (tablet)</a></li>
<li><a href='http://pedroassuncao.com/2011/03/osx-video-streaming-the-easy-way/' rel='bookmark' title='OSX video streaming the easy way'>OSX video streaming the easy way</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/04/my-selection-of-top-ipad-2-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The iPad2 &#8211; or rethinking my android tablet purchase</title>
		<link>http://pedroassuncao.com/2011/03/the-ipad2-or-rethinking-my-android-tablet-purchase/</link>
		<comments>http://pedroassuncao.com/2011/03/the-ipad2-or-rethinking-my-android-tablet-purchase/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 21:54:41 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[revelations]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1336</guid>
		<description><![CDATA[So here&#8217;s the deal: I had planned to purchase a honeycomb-based tablet as my sabbatical leave of absence going away present to myself. I was carefully considering all the pros and cons of both the Motorola Xoom and the new 10&#8243; Samsung Galaxy Tab. Between the two of them discovered the latter has a better [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/01/things-i-wanted-in-apples-ipad-tablet/' rel='bookmark' title='Things i wanted in Apple&#8217;s iPad (tablet)'>Things i wanted in Apple&#8217;s iPad (tablet)</a></li>
<li><a href='http://pedroassuncao.com/2010/01/some-apple-tablet-features/' rel='bookmark' title='Some Apple tablet features'>Some Apple tablet features</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So here&#8217;s the deal: I had planned to purchase a honeycomb-based tablet as my sabbatical leave of absence going away present to myself. I was carefully considering all the pros and cons of both the Motorola Xoom and the new 10&#8243; Samsung Galaxy Tab.</p>
<p>Between the two of them discovered the latter has a better general body finish, as well as slightly better front camera. Besides, Samsung has had the first tab out there for some time now, which means they have some more experience in regards to what works and what doesn&#8217;t, as building tablets goes.</p>
<p>The problem is that I just tried an ipad2 for the first time. And, besides feeling super snappy and slick, it&#8217;s so shinny <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I might have fallen for this thing already.</p>
<p>The price is more appealing as well: 549 euro for the 32GB wifi version. I can&#8217;t imagine either the galaxy or the xoom matching this anytime soon. Not before the ipad3 comes out anyway <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>UPDATE: Alright, i sold my soul to the devil: Ordered an iPad2, arriving at the end of the month <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1336"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F03%2Fthe-ipad2-or-rethinking-my-android-tablet-purchase%2F' data-shr_title='The+iPad2+-+or+rethinking+my+android+tablet+purchase'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F03%2Fthe-ipad2-or-rethinking-my-android-tablet-purchase%2F' data-shr_title='The+iPad2+-+or+rethinking+my+android+tablet+purchase'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/01/things-i-wanted-in-apples-ipad-tablet/' rel='bookmark' title='Things i wanted in Apple&#8217;s iPad (tablet)'>Things i wanted in Apple&#8217;s iPad (tablet)</a></li>
<li><a href='http://pedroassuncao.com/2010/01/some-apple-tablet-features/' rel='bookmark' title='Some Apple tablet features'>Some Apple tablet features</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/03/the-ipad2-or-rethinking-my-android-tablet-purchase/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OSX video streaming the easy way</title>
		<link>http://pedroassuncao.com/2011/03/osx-video-streaming-the-easy-way/</link>
		<comments>http://pedroassuncao.com/2011/03/osx-video-streaming-the-easy-way/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:01:37 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[good news]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1244</guid>
		<description><![CDATA[The problem For a while now, i have been searching for a way to stream videos from my living room&#8217;s Mac Mini to my other Macs across the house. Especially to my laptop (or in the future to my tablet) when i&#8217;m laying in bed. Yes, i know i&#8217;m lazy, but one has to take [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/10/summing-up-apples-keynote/' rel='bookmark' title='Summing up Apple&#8217;s keynote'>Summing up Apple&#8217;s keynote</a></li>
<li><a href='http://pedroassuncao.com/2009/07/how-to-export-hd-video-for-the-web/' rel='bookmark' title='How to export HD video for the web'>How to export HD video for the web</a></li>
<li><a href='http://pedroassuncao.com/video/' rel='bookmark' title='Video'>Video</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h3>The problem</h3>
<p>For a while now, i have been searching for a way to stream videos from my living room&#8217;s Mac Mini to my other Macs across the house. Especially to my laptop (or in the future to my tablet) when i&#8217;m laying in bed. Yes, i know i&#8217;m lazy, but one has to take advantage of technology, right? <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The problem is that i never found a nice enough way to do it. I tried streaming through <a href="http://www.videolan.org/vlc/">VLC</a>, but unfortunately the wireless network seems not to be enough to cope with the amount of data. Also, it&#8217;s a bit cumbersome to have to setup the stream every time i want to watch a movie in bed. I looked into whether <a href="http://xbmc.org/">XBMC</a> or <a href="http://www.plexapp.com/">Plex</a> would do the trick and, although there are some built in server capabilities, i was never able to make it work for my needs.</p>
<h3>The solution</h3>
<p>Enter <a href="http://projectswithlove.com/streamtome/">StreamToMe</a> and <a href="http://projectswithlove.com/streamtome/servetome.html">ServeToMe</a>. Both applications are available in the Mac Appstore (they also have iPhone, iPod, and iPad apps) and allow seamless video streaming across Macs. Painless. You define the folders you want to share in the server and the client gets to browse them, complete with video thumbnails. Extremely cool and practical, especially because they convert the videos on the fly so it plays smoothly even across 3G networks <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>From their website:</p>
<blockquote><p>&#8220;Files are live-transcoded into the native format for your device so you don&#8217;t need to pre-convert your media. Adaptive bitrates mean that you can stream over WiFi or 3G.&#8221;</p></blockquote>
<p>Now if i could just get an android version <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1244"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F03%2Fosx-video-streaming-the-easy-way%2F' data-shr_title='OSX+video+streaming+the+easy+way'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F03%2Fosx-video-streaming-the-easy-way%2F' data-shr_title='OSX+video+streaming+the+easy+way'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/10/summing-up-apples-keynote/' rel='bookmark' title='Summing up Apple&#8217;s keynote'>Summing up Apple&#8217;s keynote</a></li>
<li><a href='http://pedroassuncao.com/2009/07/how-to-export-hd-video-for-the-web/' rel='bookmark' title='How to export HD video for the web'>How to export HD video for the web</a></li>
<li><a href='http://pedroassuncao.com/video/' rel='bookmark' title='Video'>Video</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/03/osx-video-streaming-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review: TotalFinder &#8211; Finder on steroids</title>
		<link>http://pedroassuncao.com/2010/12/review-totalfinder-finder-on-steroids/</link>
		<comments>http://pedroassuncao.com/2010/12/review-totalfinder-finder-on-steroids/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 11:00:02 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[findings]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1179</guid>
		<description><![CDATA[Today i want to tell you about the best thing since canned tuna: a fantastic application that extends Finder&#8217;s functionality to provide you with features like tabs, cut-and-paste, dual-mode, and more. You know, the things that all of us have missed in Finder, one time or another. It&#8217;s appropriately named TotalFinder (in honor, i&#8217;m guessing, [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/09/google-instant-is-pretty-awesome/' rel='bookmark' title='Google instant is pretty awesome'>Google instant is pretty awesome</a></li>
<li><a href='http://pedroassuncao.com/2010/03/altruistic-usb-plug/' rel='bookmark' title='Altruistic USB plug'>Altruistic USB plug</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Today i want to tell you about the best thing since canned tuna: a fantastic application that extends Finder&#8217;s functionality to provide you with features like tabs, cut-and-paste, dual-mode, and more. You know, the things that all of us have missed in <a href="http://support.apple.com/kb/HT2470">Finder</a>, one time or another. It&#8217;s appropriately named <a href="http://totalfinder.binaryage.com/">TotalFinder</a> (in honor, i&#8217;m guessing, of the <a href="http://www.ghisler.com/">TotalCommander</a> application).</p>
<p>Here&#8217;s a rundown of the features that i love and the ones i kind of like, as well as a few suggestions on what could be added or improved:</p>
<h2>What i kind of like, but would probably change</h2>
<div id="attachment_1186" class="wp-caption alignright" style="width: 160px"><a href="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.53.13-AM.png"><img class="size-thumbnail wp-image-1186" title="Tabs" src="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.53.13-AM-150x150.png" alt="Tabs" width="150" height="150" /></a><p class="wp-caption-text">Tabs</p></div>
<p><strong>Tabs</strong> : It&#8217;s nice to have the possibility of endless tabs, but i have trouble imagining having more than 2-3 open in any given window. It&#8217;s not a bad thing, but i think TotalFinder could totally get away with the dual-mode (maybe throwing in a tri-mode into the mix).</p>
<h2>What i love</h2>
<p><strong>Cut and paste</strong> : Been missing this feature ever since i bought my first mac. I love Apple, but i think sometimes they just assume that people are dumb and fail to provide some tools that we consider basic needs. This is one of them and TotalFinder brings it back to us.</p>
<p><strong> </strong></p>
<div id="attachment_1187" class="wp-caption alignright" style="width: 160px"><a href="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.53.32-AM.png"><img class="size-thumbnail wp-image-1187" title="Dual mode" src="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.53.32-AM-150x150.png" alt="Dual mode" width="150" height="150" /></a><p class="wp-caption-text">Dual mode</p></div>
<p><strong>The dual mode</strong> : The ability to look at two different folders in the same window is something that you will never want to live without again. Sure, you can open two finder windows and put them side by side. But it&#8217;s a much slower process. In TotalFinder all you need to do is press Command + T (opens a new tab, so you have 2) and then Command + U. Presto! Dual mode goodness.</p>
<p><strong>The visor</strong> : Combine the dual mode above with the Visor and you have the best Finder experience ever! The visor is something like the Quake terminal (remember? the one that slided into view so you could type all the cheats in? <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ); It sits out of sight until you press a global shortcut (typically ALT + `) and then slides from the bottom of the screen. It&#8217;s the best way to always have a Finder window around.</p>
<p><strong>Folders on top</strong> : Call me old fashioned, but i do believe that folders should always be shown before files in any list. I can&#8217;t explain why, but it just makes sense to me. And if it also makes sense to you, then TotalFinder allows you to set this option <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong> </strong></p>
<div id="attachment_1188" class="wp-caption alignright" style="width: 160px"><a href="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.54.10-AM.png"><img class="size-thumbnail wp-image-1188" title="Hidden files/folders" src="http://pedroassuncao.com/wp-content/uploads/2010/12/Screen-shot-2010-12-30-at-9.54.10-AM-150x150.png" alt="Hidden files/folders" width="150" height="150" /></a><p class="wp-caption-text">Hidden files/folders</p></div>
<p><strong>Show hidden/system files</strong> : Again, Apple is protecting us from ourselves. I understand the motivation but sometimes i really want to see the hidden files. Especially for developers and powerusers who, from times to times, need to edit those dotSomething files (i.e. .bash_profile) this is a must-have!</p>
<h2>Suggestions</h2>
<p><strong>Dual mode button in the bar</strong> : It wasn&#8217;t immediately apparent to me how to activate the dual-mode. I think it would be much simpler if there was a button in the bar, next to the quick-look and view mode buttons. Maybe it&#8217;s not even possible to implement, due to the Finder&#8217;s restrictions, so i&#8217;m just throwing it out there <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Quick find folder feature</strong> : One thing i keep coming back to, when using file explorers, is the lack of a nice way to find a certain folder. I know i can use Finder&#8217;s search field, but then i have to specify that i&#8217;m searching by filename, and in the entire drive, and bla bla bla. A &#8220;find folder by name&#8221; feature would be a great addition to Finder, in my opinion.</p>
<h2>Conclusion</h2>
<p>TotalFinder is a great addition to your file/folder handling arsenal. It will bring back features that you missed for a long long time and are surprised Apple does not provide out-of-the-box. It&#8217;s not free. But then again, it&#8217;s a one man operation building a great product that will definitely give you more than <a href="https://sites.fastspring.com/binaryage/instant/totalfinder">the $15 you&#8217;ll pay for it</a>. You can also <a href="https://sites.fastspring.com/binaryage/instant/totalfinder-friends">get a 3 pack for $30</a> and offer 2 licenses to your friends <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bottom line: totally worth it!</p>
<div class="shr-publisher-1179"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F12%2Freview-totalfinder-finder-on-steroids%2F' data-shr_title='Review%3A+TotalFinder+-+Finder+on+steroids'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F12%2Freview-totalfinder-finder-on-steroids%2F' data-shr_title='Review%3A+TotalFinder+-+Finder+on+steroids'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/09/google-instant-is-pretty-awesome/' rel='bookmark' title='Google instant is pretty awesome'>Google instant is pretty awesome</a></li>
<li><a href='http://pedroassuncao.com/2010/03/altruistic-usb-plug/' rel='bookmark' title='Altruistic USB plug'>Altruistic USB plug</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/12/review-totalfinder-finder-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your Safari 5 slow? Here&#8217;s a probable problem and solution.</title>
		<link>http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/</link>
		<comments>http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 00:26:48 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/</guid>
		<description><![CDATA[I could not figure out why the hell Safari 5 was running so slow in my personal mac, when compared with the one i use for work. Until i read some nice tips on the subject, namely this one article. To make the story short: I had installed (a long long time ago) a couple [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2009/07/changing-default-browseremail-client-in-osx/' rel='bookmark' title='Changing default browser/email client in OSX'>Changing default browser/email client in OSX</a></li>
<li><a href='http://pedroassuncao.com/2011/09/nice-tweaks-for-osx/' rel='bookmark' title='Nice tweaks for OSX'>Nice tweaks for OSX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I could not figure out why the hell Safari 5 was running so slow in my personal mac, when compared with the one i use for work. Until i read some nice tips on the subject, namely this <a href="http://appletoolbox.com/2010/06/safari-5-0-slowness-potential-fixes/">one article</a>.</p>
<p>To make the story short: I had installed (a long long time ago) a couple of plugins (not to be confused with the new extensions) and completely forgot about them. One of them was the cause for Safari to completely block for 5-10 seconds at a time and show me the spinning color onion. I don&#8217;t care which one but, bottom line is, one probable cause for your problem is a misbehaved plugin.</p>
<p>The safest way to check is to go to Preferences -&gt; Security and disable the plugins. Then restart the browser and check if the problem went away. If so, point Finder to ~/Library/Internet Plug-Ins and move the files to another folder. Enable the plugins again in the browser and restart. If it&#8217;s still fast, then that was your problem. Now the only thing left to do is to re-add them to the folder one by one, until you figure out which one is making Safari suck <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Happy hunting <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1169"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F12%2Fis-your-safari-5-slow-heres-a-probable-problem-and-solution%2F' data-shr_title='Is+your+Safari+5+slow%3F+Here%27s+a+probable+problem+and+solution.'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F12%2Fis-your-safari-5-slow-heres-a-probable-problem-and-solution%2F' data-shr_title='Is+your+Safari+5+slow%3F+Here%27s+a+probable+problem+and+solution.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2009/07/changing-default-browseremail-client-in-osx/' rel='bookmark' title='Changing default browser/email client in OSX'>Changing default browser/email client in OSX</a></li>
<li><a href='http://pedroassuncao.com/2011/09/nice-tweaks-for-osx/' rel='bookmark' title='Nice tweaks for OSX'>Nice tweaks for OSX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/12/is-your-safari-5-slow-heres-a-probable-problem-and-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summing up Apple&#8217;s keynote</title>
		<link>http://pedroassuncao.com/2010/10/summing-up-apples-keynote/</link>
		<comments>http://pedroassuncao.com/2010/10/summing-up-apples-keynote/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 16:00:21 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[good news]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1148</guid>
		<description><![CDATA[Apple had an event yesterday. And i saw that it was goooood. Seriously now, i was pleasantly surprised by &#8211; well &#8211; the surprises that were shown by Steve and co. Here&#8217;s a brief sum of coolness: iLife 11 This update to the iLife family of products is one of the best ever, in my [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/06/apple-quietly-renovates-the-macmini/' rel='bookmark' title='Apple quietly renovates the MacMini'>Apple quietly renovates the MacMini</a></li>
<li><a href='http://pedroassuncao.com/2009/10/using-google-wave-to-organize-events/' rel='bookmark' title='Using google wave to organize events'>Using google wave to organize events</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Apple had an event yesterday. And i saw that it was goooood. Seriously now, i was pleasantly surprised by &#8211; well &#8211; the surprises that were shown by Steve and co. Here&#8217;s a brief sum of coolness:</p>
<h2>iLife 11</h2>
<p>This update to the <a href="http://www.apple.com/ilife/">iLife family of products</a> is one of the best ever, in my opinion.</p>
<p><strong>iPhoto</strong> got yet more social features into it, like the ability to display your Facebook photo albums, as well as comments from your friends on those photos, and the fact that you can zoom to a particular part of the world map and, with one click, see the pictures inside that area. Other interesting features include a full screen mode, that takes away everything that is peripherical when organizing your pictures. They also introduced new slideshow templates and the books feature is very, very enhanced, showing a bookcase with all the photo book projects you have created and giving you complete control on the generation of the book.</p>
<p><strong>iMovie</strong> also was added a lot of nice new features. The most notable include the long waited ability to edit audio directly in the timeline, like adjusting the sound level (even for just parts of a clip) and do fade ins and fade outs. Another great feature is the trailers part. It can now help you take your favorite footage and create movie-trailer-like movies, effortlessly. I can see myself using almost all these features in my podcast <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>GarageBand</strong> got some love as well: Between the ability to match the groove, or beat, of a track to another one, hence turning out-of-sync tracks into fully synced ones (which looks like magic), and a feature that reminds me of Guitar Hero called &#8220;How did i play&#8221;, GarageBand gets an incredible boost in terms of helpful features for artists and aspiring musicians.</p>
<p>No word on the rest of the products, but i can imagine some updates as well, though probably minor.</p>
<h2>FaceTime for Mac</h2>
<p>Yep, <a href="http://www.apple.com/mac/facetime/">it&#8217;s here and fully available</a>. You can now make video calls between iPhones and Macs (or macs and macs as well). Pretty awesome, though i wonder what will happen to iChat, and why wasn&#8217;t that integrated…</p>
<h2>Mac AppStore</h2>
<p>Will be <a href="http://www.apple.com/mac/app-store/">available in 90 days time</a> (yes, also for Snow Leopard) and will rock. These guys are going to make a ton of money on this thing. And for the end user, well, it means no longer manually installing updates for your favorite apps or using the (somehow) disparate software update mechanism in OSX.</p>
<h2>MacBook Air</h2>
<p>In one word: &#8220;<a href="http://www.apple.com/macbookair/">Freakinawesome</a>&#8221; <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
No more spinning drives (yes, that means no optical drive as well: goodbye DVDs), which pretty much makes them lighter and smaller. 2 versions are available, one 13 inch and one 11 inch. The prices go from $999 to $1599, depending on the version and options you want.</p>
<h2>OSX 10.7 Lion</h2>
<p>They showed off some new features, though the most notable ones are:</p>
<ul>
<li> A new dashboard: Where you can see all your installed apps from the Mac AppStore, like you do one your iPhone (yes, sliding panels and everything), and group them as well;</li>
<li> Full screen apps. Meaning, real fullscreen goodness for your applications. They basically want to make Lion a bridge between traditional OSX and the iOS, where every app is basically fullscreen;</li>
<li> Something called mission control, where you can see an overview of every app that is running on your Mac, be it fullscreen or windowed. Think Exposé, but better arranged.</li>
</ul>
<p>What about you? What are your thoughts on Apple&#8217;s new features?</p>
<div class="shr-publisher-1148"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F10%2Fsumming-up-apples-keynote%2F' data-shr_title='Summing+up+Apple%27s+keynote'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F10%2Fsumming-up-apples-keynote%2F' data-shr_title='Summing+up+Apple%27s+keynote'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/06/apple-quietly-renovates-the-macmini/' rel='bookmark' title='Apple quietly renovates the MacMini'>Apple quietly renovates the MacMini</a></li>
<li><a href='http://pedroassuncao.com/2009/10/using-google-wave-to-organize-events/' rel='bookmark' title='Using google wave to organize events'>Using google wave to organize events</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/10/summing-up-apples-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sproutcore on OSX snow leopard</title>
		<link>http://pedroassuncao.com/2010/04/sproutcore-on-osx-snow-leopard/</link>
		<comments>http://pedroassuncao.com/2010/04/sproutcore-on-osx-snow-leopard/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 09:13:08 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://diffract.me/?p=908</guid>
		<description><![CDATA[It recently came to my attention the existence of this heavily-client-based web framework to develop desktop-like applications called Sproutcore and is backed up by Apple (there is another cool alternative called Capuccino). Basically it relies on Javascript to create nice desktop-like applications, but on the web. Ever since i heard about node.js i have been [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/02/installing-ruby-on-rails-on-osx-snow-leopard/' rel='bookmark' title='Installing Ruby on Rails on OSX (snow leopard)'>Installing Ruby on Rails on OSX (snow leopard)</a></li>
<li><a href='http://pedroassuncao.com/2009/01/recover-isync-after-removing-it-from-osx/' rel='bookmark' title='Recover iSync after removing it from OSX'>Recover iSync after removing it from OSX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It recently came to my attention the existence of this heavily-client-based web framework to develop desktop-like applications called <a href="http://sproutcore.com/">Sproutcore</a> and is backed up by Apple (there is another cool alternative called <a href="http://cappuccino.org">Capuccino</a>). Basically it relies on Javascript to create nice desktop-like applications, but on the web.</p>
<p>Ever since i heard about node.js i have been curious to try out one of these things. My ideas on it will come later but, for now, here are the required steps to make Sproutcore work well on OSX snow leopard. And i say work well because if you rely on the vanilla Ruby 1.8.7 that comes with snow leopard you will have a very crappy experience with Sproutcore; It will take approximately 35 seconds to reload any webpage every time you make a code change. And that will make you not want to use it at all.</p>
<p>Fortunately a lot of people have been kind enough to explain me, on twitter, how to make it faster.</p>
<p>But let&#8217;s start from the beginning:</p>
<p><strong>1. Install Sproutcore using GEM, like so:</strong></p>
<pre>sudo gem install sproutcore</pre>
<address>Note: I don&#8217;t remember if gem comes installed with snow leopard. If not, you can always google it <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </address>
<p><strong>2. Follow the </strong><a href="http://www.sproutcore.com/get-started/"><strong>rest of the steps</strong></a><strong> to setup your first application</strong></p>
<p>By now you should have realized that (if you are using OSX snow leopard) the damn thing is freaking slow. So&#8230;</p>
<p><strong>3. &#8230;download and compile the <a href="http://www.ruby-lang.org/en/downloads/">Ruby 1.9 source</a> code for OSX</strong></p>
<pre>tar xzvf ruby-1.9.1-p376.tar.gz
cd ruby-1.9.1-p376
./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1
make
sudo make install</pre>
<address>Note: The actual version could be different, as stuff evolves over time <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </address>
<p><strong>4. Update the symbolic link on your system to point to the new ruby installation</strong></p>
<pre>sudo rm /usr/bin/ruby
sudo ln -s /usr/local/bin/ruby /usr/bin/ruby</pre>
<p><strong>5. Make sure the correct Ruby version is in use</strong></p>
<pre>ruby --version</pre>
<p>Should return something like this:</p>
<pre>ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-darwin10.3.0]</pre>
<p><strong>6. Install thin. This server is faster than the one that comes with Sproutcore</strong></p>
<pre>sudo gem install thin</pre>
<p><strong>7. All done. Give it a try again</strong></p>
<p>If you try to refresh the page of a Sproutcore example now you will notice the speed difference, like night to day. Have fun coding client-side desktop web applications <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m planning to also take a look at <a href="http://cappuccino.org">Capuccino</a>, another similar framework, but created in Objective-J &#8211; a derivative of Objective-C for javascript. Looks interesting and it might get me into iPhone development at last <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-908"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F04%2Fsproutcore-on-osx-snow-leopard%2F' data-shr_title='Sproutcore+on+OSX+snow+leopard'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F04%2Fsproutcore-on-osx-snow-leopard%2F' data-shr_title='Sproutcore+on+OSX+snow+leopard'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/02/installing-ruby-on-rails-on-osx-snow-leopard/' rel='bookmark' title='Installing Ruby on Rails on OSX (snow leopard)'>Installing Ruby on Rails on OSX (snow leopard)</a></li>
<li><a href='http://pedroassuncao.com/2009/01/recover-isync-after-removing-it-from-osx/' rel='bookmark' title='Recover iSync after removing it from OSX'>Recover iSync after removing it from OSX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/04/sproutcore-on-osx-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The quest for a simple music player on mac OSX</title>
		<link>http://pedroassuncao.com/2010/02/the-quest-for-a-simple-music-player-on-mac-osx/</link>
		<comments>http://pedroassuncao.com/2010/02/the-quest-for-a-simple-music-player-on-mac-osx/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:11:41 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[cries for help]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://diffract.me/2010/02/the-quest-for-a-simple-music-player-on-mac-osx/</guid>
		<description><![CDATA[ I have to say this: looking for a simple music player for OSX is like searching for a needle in the middle of lots of big sticks; it should be easy, except the needle is under the carpet.    Nevertheless, between trying out  iTunes ,  Songbird , and a few other options, i have always felt like there should be something, you know, simple and memory efficient. 


Related posts:<ol><li><a href='http://pedroassuncao.com/2009/09/osx-preventing-itunes-from-launching-when-pressing-multimedia-key/' rel='bookmark' title='OSX: Preventing iTunes from launching when pressing multimedia key'>OSX: Preventing iTunes from launching when pressing multimedia key</a></li>
<li><a href='http://pedroassuncao.com/2010/02/video-speed-controls-on-youtubes-html5-player/' rel='bookmark' title='Video speed controls on youtube&#8217;s HTML5 player'>Video speed controls on youtube&#8217;s HTML5 player</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have to say this: looking for a simple music player for OSX is like searching for a needle in the middle of lots of big sticks; it should be easy, except the needle is under the carpet.</p>
<p>Nevertheless, between trying out <a href="http://www.apple.com/itunes/">iTunes</a>, <a href="http://www.getsongbird.com/">Songbird</a>, and a few other options, i have always felt like there should be something, you know, simple and memory efficient. Don&#8217;t get me wrong, i love the interface on iTunes. And i do love what the guys at songbird are trying to accomplish. But the fact remains: I want a music player for OSX that does not freeze whenever i task-switch back to it. This happens on a 4GB ram macbook pro with both iTunes and Songbird!</p>
<p><a href="http://cogx.org/"><img class="alignleft size-full wp-image-738" title="Cog Music Player" src="http://diffract.me/wp-content/uploads/2010/02/front.png" alt="Cog Music Player" width="176" height="74" /></a>So, a lot of google queries later, i came across <a href="http://cogx.org/">Cog</a>. It&#8217;s a very minimalistic music player that does one thing: it plays music. No multiple playlists, no plugins, no fuzz, it plays music. Period.</p>
<p>Time will tell if i&#8217;ll stick to it or miss something, but so far so good.</p>
<p>If anyone knows a better one, please let me know <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-735"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F02%2Fthe-quest-for-a-simple-music-player-on-mac-osx%2F' data-shr_title='The+quest+for+a+simple+music+player+on+mac+OSX'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F02%2Fthe-quest-for-a-simple-music-player-on-mac-osx%2F' data-shr_title='The+quest+for+a+simple+music+player+on+mac+OSX'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2009/09/osx-preventing-itunes-from-launching-when-pressing-multimedia-key/' rel='bookmark' title='OSX: Preventing iTunes from launching when pressing multimedia key'>OSX: Preventing iTunes from launching when pressing multimedia key</a></li>
<li><a href='http://pedroassuncao.com/2010/02/video-speed-controls-on-youtubes-html5-player/' rel='bookmark' title='Video speed controls on youtube&#8217;s HTML5 player'>Video speed controls on youtube&#8217;s HTML5 player</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/02/the-quest-for-a-simple-music-player-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

