<?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>codehop &#187; osx</title>
	<atom:link href="https://codehop.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>https://codehop.com</link>
	<description>#code #art #music</description>
	<lastBuildDate>Mon, 23 Apr 2012 18:37:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Nine Inch Nails Decoder Ring</title>
		<link>https://codehop.com/nine-inch-nails-decoder-ring/</link>
		<comments>https://codehop.com/nine-inch-nails-decoder-ring/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 04:41:37 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[decoderring]]></category>
		<category><![CDATA[nin]]></category>
		<category><![CDATA[nineinchnails]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[secret]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[trentreznor]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20071227/nine-inch-nails-decoder-ring.html</guid>
		<description><![CDATA[OS X: 1. Open Terminal.app located in Applications->Utilities. 2. Copy the following line of code to the terminal window. DO NOT press enter. pbpaste &#124; perl -pe 'foreach $Parepin ( &#60;STDIN&#62; ){ while( $Parepin =~ m/(fe7b02;"&#62;&#60;em&#62;&#124;fe7b02;"&#62;)(.+?)&#60;/g ){ $nin = $2; &#8230; <a href="https://codehop.com/nine-inch-nails-decoder-ring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>OS X:</p>
<p>1. Open Terminal.app located in Applications->Utilities.<br />
2. Copy the following line of code to the terminal window.  DO NOT press enter.</p>
<p><code>pbpaste | perl -pe 'foreach $Parepin ( &lt;STDIN&gt; ){ while( $Parepin =~ m/(fe7b02;"&gt;&lt;em&gt;|fe7b02;"&gt;)(.+?)&lt;/g ){ $nin = $2; $nin =~ s/s//; print $nin } }'</code></p>
<p>3. Read <a href="http://www.wired.com/entertainment/music/magazine/16-01/ff_args">Secret Websites, Coded Messages: The New World of Immersive Games</a><br />
4. View the source.  (apple-option-u)<br />
5. Copy the html source. (mouse click html source window, apple-a, apple-c)<br />
6. Go back to to terminal window and hit enter.<br />
7. Type decoded message <a href="http://www.wired.com/entertainment/music/magazine/16-01/ff_args">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://codehop.com/nine-inch-nails-decoder-ring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Csound from Source</title>
		<link>https://codehop.com/building-csound-from-source/</link>
		<comments>https://codehop.com/building-csound-from-source/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 16:25:10 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[csound]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[scons]]></category>
		<category><![CDATA[sourcecode]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20070801/building-csound-from-source.html</guid>
		<description><![CDATA[Building Csound I haven&#8217;t forgotten about this place. I&#8217;ve just been really wicked busy. I&#8217;m going to do my best to make up for it starting right now. I compiled Csound from source for the first time yesterday, for OS &#8230; <a href="https://codehop.com/building-csound-from-source/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div id="postimage" class="right" style="width: 383px"><img src="http://www.thumbuki.com/images/CsoundBuild.gif" width=381px height=256px />
<p>Building Csound</p>
</div>
<p>I haven&#8217;t forgotten about this place.  I&#8217;ve just been really wicked busy.  I&#8217;m going to do my best to make up for it starting right now.</p>
<p>I compiled <a href="http://csounds.com/">Csound</a> from <a href="http://csound.sourceforge.net/#Source">source</a> for the first time yesterday, for OS X.  The experience wasn&#8217;t nearly as bad as I predicted it to be, as things went fairly smoothly.  I did have to go google fishing for a few answers that weren&#8217;t explained in the <a href="http://www.csounds.com/manual/html/BuildingCsound.html">build instructions</a>.  Though I attribute this more to my lack of understanding of <a href="http://www.scons.org/">SCons</a> than anything else.</p>
<p>I need start doing my own builds from now on because I&#8217;m at a point where I can really use a 64-bit version of Csound (higher audio quality), and there is no <a href="http://csound.sourceforge.net/#MacOSX">prebuilt 64-bit package</a> for my OS of choice.  As of right now, my build works in a limited capacity, as I have a few issues to work out.  For example, I&#8217;ve lost the ability to render in realtime.  No biggie.  It&#8217;s just a matter of time until I get everything working like clockwork.</p>
<p>Exciting stuff, I know.</p>
]]></content:encoded>
			<wfw:commentRss>https://codehop.com/building-csound-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
