<?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>breakthesystem &#187; osx</title>
	<atom:link href="http://breakthesystem.org/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakthesystem.org</link>
	<description>Elegante Anwendungen für Web, iPhone und Mac</description>
	<lastBuildDate>Wed, 12 May 2010 14:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code Snippets. When, How and Why?</title>
		<link>http://breakthesystem.org/2009/code-snippets-when-how-and-why/</link>
		<comments>http://breakthesystem.org/2009/code-snippets-when-how-and-why/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 11:19:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/?p=61</guid>
		<description><![CDATA[So I was reading an article called <a href="http://www.noupe.com/tools/readers-pick-30-incredibly-useful-mac-apps-for-web-design.html">30+ Incredibly Useful Mac Apps for Web Design</a> and while I found most of the apps useful, I stumbled over a link to an Application called <a href="http://www.mcubedsw.com/software/codecollectorpro">Code Collector Pro</a>.  Huh?]]></description>
			<content:encoded><![CDATA[<p>So I was reading an article called <a href="http://www.noupe.com/tools/readers-pick-30-incredibly-useful-mac-apps-for-web-design.html">30+ Incredibly Useful Mac Apps for Web Design</a> and while I found most of the apps useful, I stumbled over a link to an Application called <a href="http://www.mcubedsw.com/software/codecollectorpro">Code Collector Pro</a>. </p>
<h1>Huh?</h1>
<p>In recent weeks, I&#8217;ve stumbled over so many Tools for managing code snippets, it&#8217;s not funny any more. Viusual Studio plugins, TextMate plugins, apps for Windows, apps for OSX, apps for the web&#8230; what&#8217;s the matter? Why is everybody suddenly horny for little snippets of code?</p>
<p>I&#8217;ve thought about trying out a code snippet application, but&#8230; I wouldn&#8217;t really know what to do with one. I have no fucking clue, really! Yes, of course, you&#8217;re supposed to enter little snippets of code that you think could be useful in the future, but I somehow have never come accross these.</p>
<h1>I don&#8217;t really need snippets, do I?</h1>
<p>Of course, I have code on my hard drive that I will definitely reuse. For example, I have a folder called <code>CSS</code> with CSS files to <a href="960.gs">reset font and spacing settings and set grid systems</a>. I also have a folder with an almost-finished CMS that will most certainly be included in more than one web-app of mine.</p>
<p><em>But that doesn&#8217;t really merit a whole App. So I don&#8217;t use one.</em> And this is okay by me, or at least I think so. </p>
<h1>But what if I&#8217;m missing out on something really cool?</h1>
<p>What if there are indeed cool things to be said about Schnippets, and I just haven&#8217;t realized them? That would suck. <em>Are you using a code snippet app?</em> If so, what for? I&#8217;m looking forward to your ideas.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2009/code-snippets-when-how-and-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solving all your MacPorts problems</title>
		<link>http://breakthesystem.org/2008/solving-all-your-macports-problems/</link>
		<comments>http://breakthesystem.org/2008/solving-all-your-macports-problems/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 11:45:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/?p=53</guid>
		<description><![CDATA[I just found the reason behind a bug in MacPorts that has been annoying the hell out of me the last few months: Sometimes, when installing new ports, the installation will die at the compilation stage with an error similar to this:
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/opt/local/include -I/opt/local/include/python2.5 -c _tkinter.c -o build/temp.macosx-10.3-i386-2.5/_tkinter.o
unable to execute [...]]]></description>
			<content:encoded><![CDATA[<p>I just found the reason behind a bug in <a href="http://trac.macosforge.org/projects/macports/">MacPorts</a> that has been annoying the hell out of me the last few months: Sometimes, when installing new ports, the installation will die at the compilation stage with an error similar to this:<span id="more-53"></span></p>
<pre>-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/opt/local/include -I/opt/local/include/python2.5 -c _tkinter.c -o build/temp.macosx-10.3-i386-2.5/_tkinter.o
unable to execute -DNDEBUG: No such file or directory
error: command '-DNDEBUG' failed with exit status 1</pre>
<p>Seems like the port doesn&#8217;t call <code>gcc [args]</code> to compile the binary, but only the [args], which often start with <code>-DNDEBUG</code>. (which, incidentally, is hard to google for, because of the minus sign.)</p>
<p>afb@macports.org has the reason for this:</p>
<blockquote><p>It seems that those python ports are expecting $CC to be set in build as well as in configure, and fall back to random values such as &#8220;&#8221; or &#8220;cc&#8221; or &#8220;/usr/bin/gcc-4.0&#8243; when it isn&#8217;t. This probably also explains why rerunning the build sometimes succeeds, if something else was adding a $CC to the environment that can be picked up as a lucky guess second time.</p></blockquote>
<p>A workaround is setting the <code>build.enc</code> environment variable like so:</p>
<pre>sudo su
password:
set build.env="CC=gcc"
</pre>
<p>and then run port. <a href="http://trac.macosforge.org/projects/macports/ticket/13930">Here&#8217;s the ticket for more info.</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2008/solving-all-your-macports-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Proposal to OS Makers</title>
		<link>http://breakthesystem.org/2007/a-proposal-to-os-makers/</link>
		<comments>http://breakthesystem.org/2007/a-proposal-to-os-makers/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:00:35 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/2007/a-proposal-to-os-makers/</guid>
		<description><![CDATA[
With Windows Vista, Ubuntu 7.10 and Mac OS Leopard we&#8217;re experiencing the newest generation of operating systems. All three are (to a point) better than their predecessors and acquired tons of new features, both big and small.
There is a feature though, that I sorely miss in all the OSes as of today.

Sometimes when a friend [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_original.png" alt="Original Copy Window of OSX 10.5" /></p>
<p>With Windows Vista, Ubuntu 7.10 and Mac OS Leopard we&#8217;re experiencing the newest generation of operating systems. All three are (to a point) better than their predecessors and acquired tons of new features, both big and small.</p>
<p>There is a feature though, that I sorely miss in all the OSes as of today.</p>
<p><span id="more-33"></span></p>
<p>Sometimes when a friend visits me, I want to copy some files from <code>~/Music/PublicDomain</code> and some from <code>~/Music/CreativeCommons</code> and some from <code>~/Movies/OnlyLegalVideosHere</code> over to their USB drive. </p>
<p>Or sometimes I want to get 13 different Linux ISOs from my file server. </p>
<p>I usually end up having 10 or more copy-jobs open at once, regardless of whether I use Linux, Windows or OS X, which vastly decreases my overall performance: My computer gets slower <strong>and</strong> the files take longer to copy. And my screen gets all cluttered up.</p>
<p>So I&#8217;d like to suggest an advanced form of the copy dialogue: Add a copy queue. What I want is something like this:</p>
<p>I copy a file somewhere, and while I see the little progress bar window, I can simply drag another file or folder onto the bar, adding it to its queue. The files will then be copied one after the other.</p>
<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_small.png" alt="Proposed “Small” copy window" /></p>
<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_big.png" alt="Proposed “Big” copy window with file list" />
</p>
<p>The above mock-up shows how this could look like. When a whole folder is dropped into the window, its files will be added to the queue individually. </p>
<p>This has a lot of advantages over the many-windows method.</p>
<ul>
<li><strong>It uses your available bandwidth more effectively.</strong><br />A drive usually will be faster when it doesn&#8217;t have to fetch files from different blocks at once. So you have less search time and your file will complete more quickly. Over the network, you should also have less overhead copying just one file at a time.</li>
<li><strong>Your desktop won&#8217;t get cluttered.</strong><br />This is obvious. Instead of many small copy windows, you&#8217;ll have one big window you can handle or hide more easily. </li>
<li><strong>You can sort your files by importance.</strong><br />Just drag the most important file to the top of the list. Once it has finished copying, you can start working on it right away, while the rest of the files is still being copied.</li>
<li><strong>Time estimates get more accurate.</strong><br />When you have 10 files being copied at once, the time estimates in the different windows will usually be far off. Compare that to copying a folder at once, where the estimate is usually quite good. With all files to copy in one queue, the OS should be able to calculate the remaining time quite accurately.</li>
</ul>
<p>So that&#8217;s my idea. As far as I know, this is not possible in today&#8217;s operating systems, but I could be wrong.</p>
<p>The only way to get that functionality I know of is to stack <code>cp</code> instructions in the console with <code>&#038;&#038;</code>, but that&#8217;s not very user-friendly.</p>
<p>Alright, dear OS writers, get going! I&#8217;d be delighted to see this in a file manager somewhere. What about you?</p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2007/a-proposal-to-os-makers/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>
