<?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; apple</title>
	<atom:link href="http://pedroassuncao.com/category/apple/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>Enable/disable spotlight in OSX</title>
		<link>http://pedroassuncao.com/2011/09/enabledisable-spotlight-in-osx/</link>
		<comments>http://pedroassuncao.com/2011/09/enabledisable-spotlight-in-osx/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 08:38:58 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1423</guid>
		<description><![CDATA[This is just a self reminder on how to disable and enable spotlight in Snow Leopard and Lion. Open a terminal and type: To enable: sudo mdutil -a -i on To disable: sudo mdutil -a -i off In system preferences you can control which drives and/or folders are not to be indexed. Related posts:Sproutcore on [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/04/sproutcore-on-osx-snow-leopard/' rel='bookmark' title='Sproutcore on OSX snow leopard'>Sproutcore on OSX snow leopard</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>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This is just a self reminder on how to disable and enable spotlight in Snow Leopard and Lion. Open a terminal and type:</p>
<p>To enable:</p>
<pre>sudo mdutil <span style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #cccccc; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">-</span>a <span style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #cccccc; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">-</span>i on</pre>
<p>To disable:</p>
<pre>sudo mdutil <span style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #cccccc; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">-</span>a <span style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #cccccc; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">-</span>i off</pre>
<p>In system preferences you can control which drives and/or folders are not to be indexed.</p>
<div class="shr-publisher-1423"></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%2Fenabledisable-spotlight-in-osx%2F' data-shr_title='Enable%2Fdisable+spotlight+in+OSX'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F09%2Fenabledisable-spotlight-in-osx%2F' data-shr_title='Enable%2Fdisable+spotlight+in+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/2010/04/sproutcore-on-osx-snow-leopard/' rel='bookmark' title='Sproutcore on OSX snow leopard'>Sproutcore on OSX snow leopard</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/09/enabledisable-spotlight-in-osx/feed/</wfw:commentRss>
		<slash:comments>1</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>Apple store delivers orders to the past</title>
		<link>http://pedroassuncao.com/2011/04/apple-store-delivers-orders-to-the-past/</link>
		<comments>http://pedroassuncao.com/2011/04/apple-store-delivers-orders-to-the-past/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 14:06:09 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[complaints]]></category>
		<category><![CDATA[irony]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1353</guid>
		<description><![CDATA[So apparently my iPad&#8217;s smart cover will be delivered on the 6th of April. Today is the 21st&#8230; But i&#8217;m not complaining. Not about that, at least. You see, they split up my order in two because the iPad is to be shipped later (25th of April). The problem is that an iPad cover is [...]


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><a href="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-04-21-at-3.58.50-PM.png"><img class="size-medium wp-image-1354 alignleft" style="margin: 10px; border: 1px solid black;" title="iPad order" src="http://pedroassuncao.com/wp-content/uploads/2011/04/Screen-shot-2011-04-21-at-3.58.50-PM-300x116.png" alt="" width="300" height="116" /></a>So apparently my iPad&#8217;s smart cover will be delivered on the 6th of April. Today is the 21st&#8230;</p>
<p>But i&#8217;m not complaining. Not about that, at least. You see, they split up my order in two because the iPad is to be shipped later (25th of April). The problem is that an iPad cover is of no use without an actual iPad <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1353"></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%2Fapple-store-delivers-orders-to-the-past%2F' data-shr_title='Apple+store+delivers+orders+to+the+past'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F04%2Fapple-store-delivers-orders-to-the-past%2F' data-shr_title='Apple+store+delivers+orders+to+the+past'></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/04/apple-store-delivers-orders-to-the-past/feed/</wfw:commentRss>
		<slash:comments>0</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>OSX Lion headphones sound bug</title>
		<link>http://pedroassuncao.com/2011/03/osx-lion-headphones-sound-bug/</link>
		<comments>http://pedroassuncao.com/2011/03/osx-lion-headphones-sound-bug/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:35:41 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1236</guid>
		<description><![CDATA[If you&#8217;re trying the new developer preview version of OSX (10.7 &#8211; Lion) and find that the default sound output (headphones) is misbehaving, there is a quick fix for it. According to OSX developers, if you go into the Audio MIDI Setup (under /Applications/Utilities) and change the output format from 2ch-16bit to 2ch-32bit (like in [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/02/apple-will-remove-java-from-osx-with-lion-so-what/' rel='bookmark' title='Apple will remove java from OSX with Lion, so what?'>Apple will remove java from OSX with Lion, so what?</a></li>
<li><a href='http://pedroassuncao.com/2010/09/google-releases-url-shortener-and-introduces-new-image-format/' rel='bookmark' title='Google releases URL shortener and introduces new image format'>Google releases URL shortener and introduces new image format</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p style="text-align: left;">If you&#8217;re trying the new developer preview version of OSX (10.7 &#8211; Lion) and find that the default sound output (headphones) is misbehaving, there is a quick fix for it.</p>
<p><img class="aligncenter" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" src="http://pedroassuncao.com/wp-content/uploads/2011/03/Screen-shot-2011-03-01-at-1.30.53-PM.png" alt="" width="412" height="296" /></p>
<p>According to OSX developers, if you go into the Audio MIDI Setup (under /Applications/Utilities) and change the output format from 2ch-16bit to 2ch-32bit (like in the image), that should take care of the problem.</p>
<p>Peace.</p>
<div class="shr-publisher-1236"></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-lion-headphones-sound-bug%2F' data-shr_title='OSX+Lion+headphones+sound+bug'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F03%2Fosx-lion-headphones-sound-bug%2F' data-shr_title='OSX+Lion+headphones+sound+bug'></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/apple-will-remove-java-from-osx-with-lion-so-what/' rel='bookmark' title='Apple will remove java from OSX with Lion, so what?'>Apple will remove java from OSX with Lion, so what?</a></li>
<li><a href='http://pedroassuncao.com/2010/09/google-releases-url-shortener-and-introduces-new-image-format/' rel='bookmark' title='Google releases URL shortener and introduces new image format'>Google releases URL shortener and introduces new image format</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/03/osx-lion-headphones-sound-bug/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Apple will remove java from OSX with Lion, so what?</title>
		<link>http://pedroassuncao.com/2011/02/apple-will-remove-java-from-osx-with-lion-so-what/</link>
		<comments>http://pedroassuncao.com/2011/02/apple-will-remove-java-from-osx-with-lion-so-what/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 13:51:24 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[dumbasses]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/2011/02/apple-will-remove-java-from-osx-with-lion-so-what/</guid>
		<description><![CDATA[I don&#8217;t get all the fuss about Apple no longer shipping java with OSX. Windows never did. Linux does not. So what? Actually, with Lion, they will make it extremely easy to install anyways. According to early reports about the developer preview release, when a user tries to run a java application (or install one), [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/10/java-web-start-jnlp-simple-example/' rel='bookmark' title='Java Web Start (jnlp) simple example'>Java Web Start (jnlp) simple example</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>I don&#8217;t get all the fuss about Apple no longer shipping java with OSX. Windows never did. Linux does not. So what?</p>
<p>Actually, with Lion, they will make it extremely easy to install anyways. According to early reports about the developer preview release, when a user tries to run a java application (or install one), the operating system will look online for the latest runtime virtual machine and prompt the user to install it. IT&#8217;S EVEN EASIER THAN ON WINDOWS, PEOPLE! <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>You can get more info in <a href="http://www.theregister.co.uk/2011/02/27/no_java_in_mac_os_x_lion/">this article</a>.</p>
<div class="shr-publisher-1228"></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%2F02%2Fapple-will-remove-java-from-osx-with-lion-so-what%2F' data-shr_title='Apple+will+remove+java+from+OSX+with+Lion%2C+so+what%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F02%2Fapple-will-remove-java-from-osx-with-lion-so-what%2F' data-shr_title='Apple+will+remove+java+from+OSX+with+Lion%2C+so+what%3F'></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/java-web-start-jnlp-simple-example/' rel='bookmark' title='Java Web Start (jnlp) simple example'>Java Web Start (jnlp) simple example</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/2011/02/apple-will-remove-java-from-osx-with-lion-so-what/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

