<?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>Phillo&#039;s site</title>
	<atom:link href="http://www.phillo.it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phillo.it</link>
	<description>Gone back to my root, notes from a Windows user converted to Apple</description>
	<lastBuildDate>Thu, 27 Oct 2011 12:20:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>To TRIM or not to TRIM</title>
		<link>http://www.phillo.it/trim-trim</link>
		<comments>http://www.phillo.it/trim-trim#comments</comments>
		<pubDate>Thu, 27 Oct 2011 11:22:36 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=133</guid>
		<description><![CDATA[UPDATE: in a previous post I&#8217;ve included information about how to enable TRIM support. Upon further investigation I&#8217;ve disabled it, because SSD based upon sandforce controller (like the Velocity3) do not require it. A very good explanation could be found at: http://apple.stackexchange.com/questions/25224/optimize-macbook-pro-for-internal-ssdhdd-drives. I&#8217;ve included the following information if you do not have recent SSD, but [...]]]></description>
				<content:encoded><![CDATA[<p>UPDATE: in a previous post I&#8217;ve included information about how to enable TRIM support.</p>
<p>Upon further investigation I&#8217;ve disabled it, because SSD based upon sandforce controller (like the Velocity3) do not require it. A very good explanation could be found at: <a title="http://apple.stackexchange.com/questions/25224/optimize-macbook-pro-for-internal-ssdhdd-drives" href="http://apple.stackexchange.com/questions/25224/optimize-macbook-pro-for-internal-ssdhdd-drives" target="_blank">http://apple.stackexchange.com/questions/25224/optimize-macbook-pro-for-internal-ssdhdd-drives</a>.</p>
<p>I&#8217;ve included the following information if you do not have recent SSD, but please read the previous link before proceed:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Last hacking I&#8217;ve made it&#8217;s related to the enabling of TRIM support. Lion enables TRIM support because it&#8217;s the operating system of choice for MacBook Air that has a SSD disk, but it&#8217;s hard coded to support only Apple designed SSD. To change this behavior you have to patch the file named IOAHCIBlockStorage. There are utilities that does it automatically but the best explanation I&#8217;ve found it&#8217;s the one in this post (http://www.mactrast.com/2011/07/how-to-enable-trim-support-for-all-ssds-in-os-x-lion/), that I shamelessly copy here with some further details.</p>
<p>You need to use the Terminal program to issue these commands and the admin password of your OsX to authenticate the sudo tool.</p>
<p>First of all do a copy of the original file (this is a single line command):<br />
<pre>&nbsp;&nbsp;&nbsp;&nbsp;sudo cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /IOAHCIBlockStorage.original</pre><br />
Then use the Perl interpreter to patch the file to remove the AppleSSD string and replace it with a generic string to allow Lion to enable Trim support on every disk (again, this is a single line command):<br />
<pre>&nbsp;&nbsp;&nbsp;&nbsp;sudo perl -pi -e &#039;s|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00).{9}(\x00\x51)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg&#039; /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage</pre><br />
After that you need to give two command to tell OSX to rebuild required components with the new data (these are two separate commands):<br />
<pre><pre>&nbsp;&nbsp;&nbsp;&nbsp;sudo kextcache -system-prelinked-kernel
&nbsp;&nbsp;&nbsp;&nbsp;sudo kextcache -system-caches</pre></pre><br />
At this point you have to <strong>reboot your Mac!!!</strong></p>
<p>If everything is fine you can check if trim is enabled running the System Information tool and checkin if trim is enabled for your disk.</p>
<p><a href="http://www.phillo.it/wp-content/uploads/2011/10/trimenabled.jpg"><img title="trimenabled" src="http://www.phillo.it/wp-content/uploads/2011/10/trimenabled.jpg" alt="trim enabled support in lion" width="779" height="584" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/trim-trim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simply awesome</title>
		<link>http://www.phillo.it/simply-awesome-2</link>
		<comments>http://www.phillo.it/simply-awesome-2#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:33:17 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=130</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="420" height="315" src="http://www.youtube.com/embed/u8dxnWI_fTM" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/simply-awesome-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Lion and SSD disks</title>
		<link>http://www.phillo.it/mac-osx-lion-ssd-disks</link>
		<comments>http://www.phillo.it/mac-osx-lion-ssd-disks#comments</comments>
		<pubDate>Sun, 16 Oct 2011 11:21:45 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Solid-state drive]]></category>
		<category><![CDATA[TRIM]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=108</guid>
		<description><![CDATA[I&#8217;ve already found, as soon I purchased it, that the standard 250 GB disk of my MacBook Pro is not a very good performing unit, so I&#8217;ve already replaced it with a 7200 rpm Western Digital hard disk I&#8217;ve available from a previous notebook. Performance increase was good (in the 10-15% range, according to XBench), [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve already found, as soon I purchased it, that the standard 250 GB disk of my MacBook Pro is not a very good performing unit, so I&#8217;ve already replaced it with a 7200 rpm Western Digital hard disk I&#8217;ve available from a previous notebook. Performance increase was good (in the 10-15% range, according to XBench), but there were some drawback, the 7200 rpm disk used more battery and makes more heat.</p>
<p>So I&#8217;ve done a further upgrade and replaced it with a new <strong>OCZ Velocity 3 Solid State Disk</strong>, in a 120 GB capacity.</p>
<p>The previous 7200 rpm disk, evaluated with the XBench program, had a performance index of <strong>60.31</strong>, with  uncached read of <strong>48</strong> MB/Sec and <strong>22.28</strong> MB/Sec, sequential and random.</p>
<p>The new SSD disk has a new index of <strong>197.52</strong>, with read rates of <strong>225.79</strong> and <strong>599.97</strong>, performance was <strong><em>dramatically</em></strong> better.</p>
<p>Said that I&#8217;ve to say that the SSD usage of Lion OXS is not quite effective and it requires some tweak to work without issues, all requiring to use Terminal and sudo to issue command as root.</p>
<p>Here is the list of what I&#8217;ve done, to perform them launch terminal and copy the commands I&#8217;ve outlined here:<br />
<pre class="brush:shell,copy">&nbsp;&nbsp;&nbsp;&nbsp;sudo pmset -a hibernatemode 0</pre><br />
This avoid a problem related to Lion freezing when it resumes from hibernation.<br />
<pre class="brush:shell">&nbsp;&nbsp;&nbsp;&nbsp;sudo pmset -a sms 0</pre><br />
This tells Lion not to use the sudden motion sensor to stop the disk from spinning if the Mac is dropped or does a sudden movement. Not having moving parts having this feature it&#8217;s useless with a SSD disk.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/mac-osx-lion-ssd-disks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple TV</title>
		<link>http://www.phillo.it/apple-tv</link>
		<comments>http://www.phillo.it/apple-tv#comments</comments>
		<pubDate>Fri, 15 Jul 2011 13:07:38 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[Media center]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=96</guid>
		<description><![CDATA[The latest addiction I have made to my setup at home is the Apple TV. It&#8217;s a very nice engineered piece of hardware (for example the fact that do now have a power adapter and that the power cable goes directly from the power plug to the Apple TV is a very small thing but [...]]]></description>
				<content:encoded><![CDATA[<p>The latest addiction I have made to my setup at home is the Apple TV.</p>
<p>It&#8217;s a very nice engineered piece of hardware (for example the fact that do now have a power adapter and that the power cable goes directly from the power plug to the Apple TV is a very small thing but at the same time it&#8217;s very nice thing not to have another adapter connected) but, I have to say so, it&#8217;s basically useless without jailbreaking it (at least here in Italy where the Netflix offer is not available and so the only movie you can purchase are from Apple).</p>
<p>I was a little disappointed in the beginning because it does not have a full 1080p output like the WD TV it replaces in my setup but, after thinking about it, I&#8217;ve decided that it&#8217;s good enough, because my library of full 1080 HD video is quite short (just one movie!).</p>
<p>Jaibreaking it (a last generation Apple TV with the latest iOS from Apple) was quite difficult, because I did not find a way to put it in DFU mode that was predictable enough to describe here. The best suggestion I can give you is to use the Seas0nPass tool and try to reboot and put the Apple TV in DFU mode using in sequence the following remote control combination:</p>
<ul>
<li>Down Arrow &#8211; Menu</li>
<li>Play &#8211; Menu</li>
</ul>
<p>sooner or later Seas0nPass will see your Apple TV going in DFU mode and will perform its magic. The other suggestion is that, when you need to start Seas0nPass, you can alt-click (or option-click) on the button to avoid downloading the same ipsw file again and again from Apple if, annoyed because the DFU mode does not happens, you close Seas0nPass.</p>
<p>DFU mode works, you need to try and re-try, the timing between rebooting the AppleTV (Menu-Down Arrow on the remote) and pressing the Play-Menu combo on the remote and the timing to keep pressed the Play-Menu is critical and the window available is very, very narrow, so pressing the buttons with just a little delay can invalidate the procedure.</p>
<p>Once AppleTV was jailbreaked I&#8217;ve installed XBMC on it and the XBMC remote on the iPhone and so now I&#8217;ve a complete multimedia center connected to my network fully managed via iPhone.</p>
<p>In short:</p>
<ul>
<li>AppleTV: a very nice piece of hardware but (for me) almost useless without jailbreaking it</li>
<li>AppleTV Jailbreaked: a very useful piece of hardware that, using XBMC, it&#8217;s one of the best media center combination available on the market</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/apple-tv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How my music library is shared</title>
		<link>http://www.phillo.it/music-library-shared</link>
		<comments>http://www.phillo.it/music-library-shared#comments</comments>
		<pubDate>Sat, 30 Apr 2011 18:52:55 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[AirPort Express]]></category>
		<category><![CDATA[Indiana Line speaker]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[ITunes Remote]]></category>
		<category><![CDATA[remote speaker]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=83</guid>
		<description><![CDATA[After purchasing the WD MyWorld edition I&#8217;ve tried different ways to stream my music library on my network. The first solution I&#8217;ve found was to use PlugPlayer to play music using the iPhone but the solution worked great but had a big problem: it required to connect the iPhone to my stereo to listen it, [...]]]></description>
				<content:encoded><![CDATA[<p>After purchasing the WD MyWorld edition I&#8217;ve tried different ways to stream my music library on my network.</p>
<p>The first solution I&#8217;ve found was to use PlugPlayer to play music using the iPhone but the solution worked great but had a big problem: it required to connect the iPhone to my stereo to listen it, so if you play music you cannot, at the same time&#8230; well&#8230; make a call!</p>
<p>So I moved to another solution, I purchased an Airport Express device, connected it via WiFi to work as a remote speaker and connected it to my main stereo (a Marantz amplifier connected to a pair of Indiana Line speaker). This way you can stream music from your Mac to the main stereo.</p>
<p>Last piece of the puzzle was to install the Apple Remote application on the iPhone so that I can control the iTunes running on the Mac via the iPhone.</p>
<p>Now I&#8217;ve what I consider a very well engineered and polished solution: the Mac runs iTunes connecting to the WD music library, stream music on the AirPort Express to play it on the main stereo with a very good quality (thanks to Indiana Line speakers, that are very, very good and not too expensive) and I can control everything from every room of the house using my iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/music-library-shared/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NTFS-3g Fails on 64 bit enabled OsX</title>
		<link>http://www.phillo.it/ntfs-3g-fails-64-bit-enabled-osx</link>
		<comments>http://www.phillo.it/ntfs-3g-fails-64-bit-enabled-osx#comments</comments>
		<pubDate>Fri, 07 Jan 2011 12:13:02 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Filesystem in Userspace]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=63</guid>
		<description><![CDATA[I&#8217;ve changed the option of my Mac OSX to boot in full 64 bit mode every time it boots and, after that, the NTFS-3G failed to load with an error telling me it&#8217;s not able to load MacFuse. This happens because the version of MacFuse include on NTFS-3G do not work on a 64 bit [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve changed the option of my Mac OSX to boot in full 64 bit mode every time it boots and, after that, the NTFS-3G failed to load with an error telling me it&#8217;s not able to load MacFuse. This happens because the version of MacFuse include on NTFS-3G do not work on a 64 bit environment and also allowing MacFuse to update to a beta version load the latest official beta (2.1.5) that still do not works on 64 bit.</p>
<p>Only solution I&#8217;ve found so far (beside upgrading to the full Tuxera product) was to install a non official build of MacFuse, version 2.1.7.</p>
<p>You can download it here: <a href="http://www.phillo.it/MacFUSE-2.1.7.dmg">http://www.phillo.it/MacFUSE-2.1.7.dmg</a>.</p>
<p><strong>Update:</strong> Also if the proposed solution worked for smaller files it failed every time with files larger than 200-300 MB. I&#8217;ve experimented some more and I&#8217;ve not found a suitable solution beside restarting Max OSX in 32 bit mode (booting it keeping the 3 and 2 buttons of the keyboard pressed during the boot process) to copy larger files. The problem seems in the 64 bit part and not on MacFUSE because the I&#8217;ve not downgraded MacFUSE from version 2.1.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/ntfs-3g-fails-64-bit-enabled-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Book World Edition</title>
		<link>http://www.phillo.it/book-world-edition</link>
		<comments>http://www.phillo.it/book-world-edition#comments</comments>
		<pubDate>Thu, 23 Dec 2010 16:00:59 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Digital television]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[Media server]]></category>
		<category><![CDATA[UPnP AV MediaServers]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=55</guid>
		<description><![CDATA[I&#8217;ve added a Western Digital MyBook World edition to my home network. I was in &#8220;cheap&#8221; mode and so purchased the simple 1 TB, single disk, model, so without any kind of Raid. Installation was flawless and very simple and, in just a few touch, I was able to connect my Mac to it, set [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve added a Western Digital MyBook World edition to my home network. I was in &#8220;cheap&#8221; mode and so purchased the simple 1 TB, single disk, model, so without any kind of Raid.</p>
<p>Installation was flawless and very simple and, in just a few touch, I was able to connect my Mac to it, set it up to perform Time Machine on it (limiting the user quota for backup to just 250 GB). As a simple file server it works very well and without problem.</p>
<p>The fun started when I copied my MP3 collection on it and then shared it via the two options available for media sharing, iTunes and the standard Media Server available with the included TonkyServer.</p>
<p>The iTunes share can be seen from iTunes on the Mac but the overall experience is not so good, you cannot search for files or create playlists. Much more interesting it&#8217;s the media server option, that exposed data using the UPnP™/DLNA® standard, first of all because sharing is made also considering the various mp3 tag that are included in the files (so allowing browsing for artists, genres, albums and so on) but, above all, because I&#8217;ve found two very useful programs that allow me to browse the media server collection (both audio, videos and photos!) via my iPhone.</p>
<p>The first one is called <strong>AirPlayer</strong> (<a href="http://itunes.apple.com/it/app/airplayer/id369713694?mt=8" target="_blank">http://itunes.apple.com/it/app/airplayer/id369713694?mt=8</a>. The first time you open it it scans the networks, find your media server and allow you to browse your media, listen or play them.</p>
<p>The second one is called <strong>PlugPlayer</strong> (<a href="http://itunes.apple.com/app/plugplayer/id293235450?mt=8" target="_blank">http://itunes.apple.com/app/plugplayer/id293235450?mt=8</a>) and works like AirPlayer buth it should also allow you to control other media players on the network, not only the iPhone.</p>
<p>None of this two is clearly superior to the other, AirPlayer has the strong point that manages all kind of video formats and so can be used to look also to video files (both keep in mind that you have high resolution files the video playback will suffer due to the performance of wifi network, unless you have a very good connection), but has a poorer user experience compared to PlugPlayer. PlugPlayer is definitively nicer to look at but wasn&#8217;t able to play any of the videos I&#8217;ve shared. A very strong point for PlugPlayer it&#8217;s the capability to manage Media Renderer device, unluckily I do not have one available and so I cannot test this feature.</p>
<p>Next step will be to purchase a BlueTooth receiver to connect to my stereo and see if one of this two tool can also send the music from by WD NAS storage to the stereo, so that I can listen to Christmas Music using my iPhone to control everything.</p>
<p><strong>Post Christmas Update:</strong> After some testing I&#8217;ve decided to use PlugPlayer as my main player control. It has some feature missing from AirPlayer (basically it works with the back/forward buttons of my player remote) and because of its capability to control remote devices that should work with the next addition to my media rig, the WD TV Live I&#8217;ll use to replace my current WD TV. PlugPlayer misses the video capability of AirPlayer and to it&#8217;s basically useful just for music, but music it&#8217;s what I need, so as a guide line if you need a music player choose PlugPlayer, if you need a video player choose AirPlayer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/book-world-edition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice Google Chrome experiment in 3D</title>
		<link>http://www.phillo.it/nice-google-chrome-experiment-3d</link>
		<comments>http://www.phillo.it/nice-google-chrome-experiment-3d#comments</comments>
		<pubDate>Sun, 19 Dec 2010 09:55:40 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=51</guid>
		<description><![CDATA[If you have Google Chrome installed on your Mac you can browse the full human body in 3D using this command to start Chrome: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome &#8211;enable-webgl http://bodybrowser.googlelabs.com/body.html]]></description>
				<content:encoded><![CDATA[<p>If you have Google Chrome installed on your Mac you can browse the full human body in 3D using this command to start Chrome:</p>
<p><strong><br />
<blockquote>/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome &#8211;enable-webgl http://bodybrowser.googlelabs.com/body.html</p></blockquote>
<p></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/nice-google-chrome-experiment-3d/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Terminal Server (RDP) for Mac OSX</title>
		<link>http://www.phillo.it/microsoft-terminal-server-rdp-mac-osx</link>
		<comments>http://www.phillo.it/microsoft-terminal-server-rdp-mac-osx#comments</comments>
		<pubDate>Thu, 16 Dec 2010 18:07:33 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Mac versus Win]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=48</guid>
		<description><![CDATA[If you need a RDP client for Mac OSX do not search open source or other alternatives, the only one I&#8217;ve found that works well it&#8217;s the one distributed by Microsoft itself. If you need it you can download from Microsoft site: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=68346e0d-44d3-4065-99bb-b664b27ee1f0&#038;displayLang=en]]></description>
				<content:encoded><![CDATA[<p>If you need a RDP client for Mac OSX do not search open source or other alternatives, the only one I&#8217;ve found that works well it&#8217;s the one distributed by Microsoft itself.</p>
<p>If you need it you can download from Microsoft site: <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=68346e0d-44d3-4065-99bb-b664b27ee1f0&#038;displayLang=en" target="_blank">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=68346e0d-44d3-4065-99bb-b664b27ee1f0&#038;displayLang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/microsoft-terminal-server-rdp-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Paint Program</title>
		<link>http://www.phillo.it/mac-osx-paint-program</link>
		<comments>http://www.phillo.it/mac-osx-paint-program#comments</comments>
		<pubDate>Thu, 16 Dec 2010 17:55:53 +0000</pubDate>
		<dc:creator>phillo</dc:creator>
				<category><![CDATA[Mac all day usage]]></category>
		<category><![CDATA[Mac versus Win]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Paint.NET]]></category>
		<category><![CDATA[Pixelmator]]></category>

		<guid isPermaLink="false">http://www.phillo.it/?p=41</guid>
		<description><![CDATA[While in Windows I was quite used to run Paint.NET (a very useful and free photo editing tool, available at http://www.getpaint.net/) the same quality in a simple Open Source tool is not available for Mac OSX. I&#8217;ve tested GIMP but I do not like it and, above all, the time required to start every time [...]]]></description>
				<content:encoded><![CDATA[<p>While in Windows I was quite used to run Paint.NET (a very useful and free photo editing tool, available at <a href="http://www.getpaint.net/" target="_blank">http://www.getpaint.net/</a>) the same quality in a simple Open Source tool is not available for Mac OSX.</p>
<p>I&#8217;ve tested GIMP but I do not like it and, above all, the time required to start every time because it need the X server to run is too much for occasional usage, I&#8217;ve also tested Seashore but I do not like it, so I&#8217;ve decided to purchase a commercial software, and the winner is:</p>
<p><a href="http://www.pixelmator.com/" target="_blank"><img src="http://www.phillo.it/wp-content/uploads/2010/12/pixelmator.png" alt="pixelmator" title="pixelmator" width="365" height="89" class="alignnone size-full wp-image-42" /></a></p>
<p>It was quite some time I&#8217;ve seen a program polished and finished as that, a truly work of love from a group of passionate and competent developers.</p>
<p>I really do not have anything to say, Pixelmator it&#8217;s the best program I&#8217;ve found for Mac to edit photo, because it&#8217;s fast, it works, it&#8217;s seamlessy integrated in every aspect of the Mac OSX operating system and it values much, much more than the very affordable price required to buy it (thanks also to the very favorable euro/dollar exchange rate). Highly recommended, without any doubt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phillo.it/mac-osx-paint-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
