<?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>privatefunction</title>
	<atom:link href="http://privatefunction.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://privatefunction.net</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 10:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New mixes on soundcloud</title>
		<link>http://privatefunction.net/programming/new-mixes-on-soundcloud/</link>
		<comments>http://privatefunction.net/programming/new-mixes-on-soundcloud/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 10:22:40 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=453</guid>
		<description><![CDATA[Last year was really busy and it doesn&#8217;t stop. Anyway I had some time over Christmas holidays to upload a couple of mixes on soundcloud. Enjoy! DnB 30home by silentium Ballin c arts by silentium Techno &#038; House Techousefuerunterwgs by silentium]]></description>
			<content:encoded><![CDATA[<p id="top" /><p>Last year was really busy and it doesn&#8217;t stop. Anyway I had some time over Christmas holidays to upload a couple of mixes on soundcloud.</p>
<p>Enjoy!</p>
<p>DnB</p>
<p><object height="81" width="100%"><param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31629966"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31629966" type="application/x-shockwave-flash" width="100%"></embed></object>  <span><a href="http://soundcloud.com/silentium/30home">30home</a> by <a href="http://soundcloud.com/silentium">silentium</a></span> </p>
<p><object height="81" width="100%"><param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31489526"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31489526" type="application/x-shockwave-flash" width="100%"></embed></object>  <span><a href="http://soundcloud.com/silentium/ballin-c-arts">Ballin c arts</a> by <a href="http://soundcloud.com/silentium">silentium</a></span> </p>
<p>Techno &#038; House</p>
<p><object height="81" width="100%"><param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31579575"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31579575" type="application/x-shockwave-flash" width="100%"></embed></object>  <span><a href="http://soundcloud.com/silentium/techousefuerunterwgs">Techousefuerunterwgs</a> by <a href="http://soundcloud.com/silentium">silentium</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/programming/new-mixes-on-soundcloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dependency Injection</title>
		<link>http://privatefunction.net/flash/dependency-injection/</link>
		<comments>http://privatefunction.net/flash/dependency-injection/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 10:22:26 +0000</pubDate>
		<dc:creator>FxDev</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Context]]></category>
		<category><![CDATA[Dependency Injection]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[IOC]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=400</guid>
		<description><![CDATA[Hi, I finished work on my Dependency Injection Framework. That Framework uses a or multiple context.xml File(s) to build Project and a logging.xml for setting up a logger. 1. Key Features: - Dependency Injection (Create Objects and inject them into their dependencies, create contructor &#8211; arguments, object properties and call init Methods and some more&#8230;) ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p>Hi, </p>
<p>I finished work on my Dependency Injection Framework. That Framework uses a or multiple context.xml File(s) to build Project and a logging.xml for setting up a logger. </p>
<p><strong><em>1. Key Features:</em></strong></p>
<p>- <strong>Dependency Injection</strong> (Create Objects and inject them into their dependencies, create contructor &#8211; arguments, object properties and call init Methods and some more&#8230;)</p>
<p>- <strong>Logging</strong> (each package of your Project can be logged or turned off from logging.)</p>
<p>- <strong>Message Localization</strong> (can be used to build a localized Project.)</p>
<p>- <strong>FileLoader</strong> (is a queue Loader and can defined as a LoaderGroup, can be used inside a Object Tag and could load sequential or altogether)</p>
<p>- <strong>Global Preloader</strong> (each file gets into a queue and the queue could be used to visualize a Preloader)</p>
<p>- <strong>MVC Actions</strong> (can be defined in each Object Tag.)</p>
<p>- <strong>Error Tracking</strong> (if an object is not defined or works as expected.)</p>
<p>- <strong>Form Validation</strong> (based on Regular Expressions)</p>
<p>- <strong>Shader Support</strong> (load and use Shaders as you want to)</p>
<p>- <strong>Iterator</strong> (Forward / Backward Iterator)</p>
<p>- <strong>FPS</strong> (simple FPS Viewer)</p>
<p><strong><em>2. Setup:</em></strong></p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="actionscript3"><div class="devcodeoverflow"><ol><li>// classLinking is used to import classes who will be used by DI</li><li>// its necessary cause DI wont find those classes</li><li>var $classLinking : ClassLinkingV1Final;</li><li>// create a new ContextParser Instance. Main entry Point</li><li>var contextParser : ContextParser = new ContextParser();</li><li>// add files to parse. logging.xml and context.xml is used here</li><li>contextParser.addFile(&quot;config/logging_v1_final.xml&quot;);</li><li>contextParser.addFile(&quot;config/context_v1_final.xml&quot;);</li><li>// Event.COMPLETE if all is ready to start</li><li>contextParser.addEventListener(Event.COMPLETE, onComplete);</li><li>// add Events for listen. ErrorEvent.ERROR is an Error occurrs</li><li>contextParser.addEventListener(ErrorEvent.ERROR, onError);</li><li>// start </li><li>contextParser.start();</li><li>// just for preloading view</li><li>addEventListener(Event.ENTER_FRAME, handlePreload);</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>The Code above is just all for setting up the Framework. After contextParser.start() the Framework loads and parses all given XML Files, loads alle Content stuff and injects the dependencies.</p>
<p><strong><em>3. Context</em></strong> (Just simple, in my active Projects really more complex)</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;context&gt;&lt;/context&gt;</li></ol></div></pre><!--END_DEVFMTCODE--> </p>
<p>is the base node and could be have only one of the following nodes.</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;localization&gt;&lt;/localization&gt;</li></ol></div></pre><!--END_DEVFMTCODE--><br />
<!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;factory&gt;&lt;/factory&gt;</li></ol></div></pre><!--END_DEVFMTCODE--> </p>
<p>The Factory Node could have many <!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;object&gt;&lt;/object&gt;</li></ol></div></pre><!--END_DEVFMTCODE--> Nodes.</p>
<p>Here comes an Object defined as GalleryModel:</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;object id=&quot;galleryModel&quot; class=&quot;screens.models.GalleryModel&quot;&gt;</li><li>			&lt;loaderGroup id=&quot;galleryGroup&quot; groupState=&quot;active&quot;&gt;</li><li>			&nbsp;&nbsp;&nbsp;&nbsp;&lt;loaderTask id=&quot;galleryLoaderTask&quot; ref=&quot;galleryModel&quot; method=&quot;addImage&quot;&gt;</li><li>			&nbsp;&nbsp;&nbsp;&nbsp;	&lt;array&gt;images/0.jpg&lt;/array&gt;</li><li>					&lt;array&gt;images/1.jpg&lt;/array&gt;</li><li>					&lt;array&gt;images/2.jpg&lt;/array&gt;</li><li>					&lt;array&gt;images/3.jpg&lt;/array&gt;</li><li>					&lt;array&gt;images/4.jpg&lt;/array&gt;</li><li>					&lt;array&gt;images/5.jpg&lt;/array&gt;</li><li>				&lt;/loaderTask&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;&lt;/loaderGroup&gt;</li><li>			&lt;loaderGroup id=&quot;galleryGroup&quot; groupState=&quot;active&quot;&gt;</li><li>			&nbsp;&nbsp;&nbsp;&nbsp;&lt;loaderTask id=&quot;galleryLoaderTask&quot; ref=&quot;galleryModel&quot; method=&quot;addShader&quot;&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;		&lt;array&gt;shader/pixelate.pbj&lt;/array&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;	&lt;array&gt;shader/reflectioneffect.pbj&lt;/array&gt;</li><li>				&lt;/loaderTask&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;&lt;/loaderGroup&gt;</li><li>		&lt;/object&gt;</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>The GalleryModel acts as a Model and holds Files for the FileLoader after all Files have been loaded, the Images could be used in the following Object.</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="xml"><div class="devcodeoverflow"><ol><li>&lt;object id=&quot;gallery&quot; class=&quot;screens.types.Gallery&quot; ref=&quot;galleryModel&quot; init=&quot;initGallery&quot;&gt;</li><li>			&lt;constructor-args&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;	&lt;uint&gt;1&lt;/uint&gt;</li><li>		&nbsp;&nbsp;&nbsp;&nbsp;&lt;/constructor-args&gt;</li><li>			&lt;property name=&quot;id&quot; value=&quot;gallery&quot;/&gt;</li><li>		&lt;/object&gt;</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>The really important attribute in that Object is ref=&#8221;galleryModel&#8221;. That attribute defines that the Class Gallery has a reference of galleryModel so that you can use the loaded Images.<br />
Thats just a really simple and short about how Objects can be defined. There are a lot of more.<br />
Right now I use that Framework in all my Project, it gives me alle features I need to build a Flash Project in a really short time. All I have to do is a setup, the context, logging and ofc the UI implementation.</p>
<p>If you want some more Information, just send me an EMail or write a comment. Maybe I write some more detailed posts about the features and setup. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/flash/dependency-injection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend vs. Cake</title>
		<link>http://privatefunction.net/programming/zend-vs-cake/</link>
		<comments>http://privatefunction.net/programming/zend-vs-cake/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:03:08 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[black box]]></category>
		<category><![CDATA[Cake]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[machine power]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[white box]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=357</guid>
		<description><![CDATA[I&#8217;m currently in a dilemma. A major App must be built in PHP so I&#8217;ve now the framework discussion. As I&#8217;m a new team member and I&#8217;ve worked in the past with both frameworks I got the obvious question &#8220;which one I&#8217;d prefere?&#8221;. I&#8217;ve to say that this discussion is my fault because I introduced ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p><img src="http://privatefunction.net/wp-content/uploads/2011/01/about2.jpg" alt="" title="inVaderS" width="348" height="150" class="alignleft size-full wp-image-363" />
<p>I&#8217;m currently in a dilemma. A major App must be built in PHP so I&#8217;ve now the framework discussion. </p>
<p>As I&#8217;m a new team member and I&#8217;ve worked in the past with both frameworks I got the obvious question &#8220;which one I&#8217;d prefere?&#8221;. <br />I&#8217;ve to say that this discussion is my fault because I introduced Cake a few weeks ago. So my colleagues made some research and told me, that the main opinion about these frameworks is that Cake is for N00bs and Zend for skilled developer. This is shitt!</p>
<p>There are two types of frameworks:
<ul>
<li>White Box</li>
<li>Black Box</li>
</ul>
<p><strong>White Box</strong><br />In this case the developer must be familiar with the internals of the framework. Basically the developer will extend behaviors by using subclases. This is called inheritance.</p>
<p><strong>Black Box</strong><br />For this type of framework the developer must not be familiar with the internals. Basically objects were created and behaviors were delegated between them.</p>
<p>In other words for non technical: With a white box you need to code e.g. the &#8220;user&#8221;. Using a black box you tell the framework &#8220;make user&#8221; and the code for the &#8220;user&#8221; appears.<br />From the performance point of view a white box framework would perform better. This is because a black box fw needs a lot of &#8220;features&#8221; that were not used in most cases.</p>
<p>Basically every project hast its requirements and dependencies. In my case requirements can be shortened to: &#8220;Build a C10K app as cost efficient as possible&#8221;. Thus hosting and locale are also really important factors.<br />On the one hand by using a white box framework the app will have a better performance so that machine power (Server) is less needed but the developing time will be higher than using a black box. On the other hand an app built with a black box framework will need more machine power. So now the break even point between machine power and developer time must be calculated. Anyway machine architecture is important in both cases!</p>
<p>But let&#8217;s go back to Zend &#038; Cake.<br />Zend can be used as blackbox and whitebox. Thus an app will have different performance depending in which &#8220;mode&#8221; the frame work is used. A developer can use Zend like libraries &#8220;the white box style&#8221; or heavy weight &#8220;the black box style&#8221;.<br />Cake is black box BUT coded in the right way Cake can also achieve a good performance and reduce developing time. This is why I like cake. You also don&#8217;t need to bake the whole app thus you can also achieve performance increase. Also by tuning caching, Cake can achieve the needed performance. But now the developer must be familiar with Cake internals too.<br />
Please also keep in mind that <a href="http://bakery.cakephp.org/articles/markstory/2010/12/26/happy_holiday_yule_cake_-_cakephp_2_0-dev_released">Cake2.0</a> will be released soon. And there will be optimizations regarding performance.</p>
<p>At the end what does this say about skills? In my eyes nothing. For me a good developer will never produce &#8220;Spaghetti code, will follow design patterns and produce as rapid as possible so that it&#8217;s cost efficient.</p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/programming/zend-vs-cake/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting started with Kinect and Flash</title>
		<link>http://privatefunction.net/programming/getting-started-with-kinect-and-flash/</link>
		<comments>http://privatefunction.net/programming/getting-started-with-kinect-and-flash/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:51:51 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Kinect]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=329</guid>
		<description><![CDATA[I ordered my Kinect a couple of weeks ago but because of this hard winter it was delivered last week. So I couldn&#8217;t post earlier. Anyway let&#8217;s get started.First we need to access the Microsoft Kinect USB camera. There is a library called libfreenect which is developed and maintained by the OpenKinect Community. Now that ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p><img src="http://privatefunction.net/wp-content/uploads/2011/01/kinect.png" alt="kinect" title="kinect" width="314" height="84" class="alignleft size-full wp-image-331" />
<p>I ordered my Kinect a couple of weeks ago but because of this hard winter it was delivered last week. So I couldn&#8217;t post earlier. Anyway let&#8217;s get started.<br />First we need to access the Microsoft Kinect USB camera. There is a library called <a href="https://github.com/OpenKinect/libfreenect">libfreenect</a> which is developed and maintained by the <a href="http://www.openkinect.org">OpenKinect Community</a>.<br /> Now that we have access to some of the Kinect features we need to get the data to Flash. For that a wrapper is needed. Basically it sends the data via a socket to your flash app. The best source for AS3 is <a href="http://www.as3kinect.org/">as3kinect</a>. There you will find installers and HOWTOs to get the shitt working! For OSX there is an alternative written by Koji Kimura which is based on cocoa&#8230;. it&#8217;s called <a href="http://kimulabo.jp/">flKinect</a>. In my opinion the API is not as &#8220;good&#8221; as as3kinect but flKinect has a program installer and doesn&#8217;t need any action over Cosole. This is good for me because I like others to test my experimental apps &#8211; for me, screen recording sucks! When I choose to use flash for an app/website the most important thing is interaction thus I need the feedback of others, mainly simple users.</p>
<p>At this point I have a clear idea of what type of app I want to built but for this I need more information of how Kinect works and how the data can be used/implemented. So I&#8217;m currently reading this:
<ul>
<li><a href="http://www.freepatentsonline.com/20100118123.pdf">How Kinect works</a></li>
<li><a href="http://www.mdpi.com/1424-8220/10/5/5280/pdf">A Bayesian Framework for Human Body Pose Tracking from Depth Image Sequence</a></li>
<li><a href="http://ieeexplore.ieee.org/Xplore/login.jsp?url=http://ieeexplore.ieee.org/stamp/stamp.jsp%3Farnumber%3D04410329&#038;authDecision=-203">3D Head Tracking Based on Recognition and Interpolation Using a Time-Of-Flight Depth Sensor</a></li>
<li><a href="http://www.robots.ox.ac.uk/~vgg/publications/papers/schroff08.pdf">Object Class Segmentation using Random Forests</a></li>
<li><a href="http://eprints.pascal-network.org/archive/00006537/01/CVPR2008-RandomForest.pdf">Randomized Trees for Human Pose Detection</a></li>
</ul>
<p>But what does this mean for my flash development? Well this means that it was good in the past to get in touch with BitmapData manipulation, collision detection, motion tracking, color and edge tracking etc.. and it&#8217;s also good that I have all this clases that I can reuse for this project. But first I need to finish reading &#8211; so I hope this post was helpful!</p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/programming/getting-started-with-kinect-and-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Agency Guy</title>
		<link>http://privatefunction.net/talk/the-agency-guy/</link>
		<comments>http://privatefunction.net/talk/the-agency-guy/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 22:20:29 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Talk]]></category>
		<category><![CDATA[agency]]></category>
		<category><![CDATA[dreams]]></category>
		<category><![CDATA[evil]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=310</guid>
		<description><![CDATA[I&#8217;ve been chatting in the past month with friends in the states, they are software engeniers, geeks etc.Sometimes I search for certain topics inside the logfiles so I can make background research&#8230;.Thus I noticed that trending topics were &#8220;venture capitalism&#8221;, &#8220;startups&#8221; and how engineers changefrom a big player to an other for millions of Dollaz.Now ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p>
I&#8217;ve been chatting in the past month with friends in the states, they are software engeniers, geeks etc.Sometimes I search for certain topics inside the logfiles so I can make background research&#8230;.Thus I noticed that trending topics were &#8220;venture capitalism&#8221;, &#8220;startups&#8221; and how engineers changefrom a big player to an other for millions of Dollaz.Now I read, that<a href="http://www.businessinsider.com/google-ceo-there-was-a-time-when-three-people-at-google-could-build-a-world-class-product-and-deliver-it-and-it-is-gone-2010-11"> Mr Schmidt says &#8220;There Was A Time When Three People At Google Could Build A World-Class Product And Deliver It, And It Is Gone.”</a></p>
<p>
I&#8217;ve to think about this logs&#8230;. Some of this friends are responsable for such products and I mean, I know some of this guys for more than 15 years now and so far I can remember &#8211; at that time trendingtopics were &#8211; sure, kidd stuff &#8211; but also dreams, ideas &#8211; a vision. I could start saying all this &#8220;sortof magic&#8221; stuff, but this would sound like the agency guy.And no one likes the agency guy because &#8220;he sold himself&#8221;. But nobody recognizes that the agency guyjust chooses an other path for his dreams, ideas and visions. Sure Business needs are not the same,but there is a lot in common.</p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/talk/the-agency-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make the Track-list  &amp; win special DixonBaxi Poster from Offf 2010</title>
		<link>http://privatefunction.net/sounds-music/make-the-track-list-win-special-dixonbaxi-poster-from-offf-2010/</link>
		<comments>http://privatefunction.net/sounds-music/make-the-track-list-win-special-dixonbaxi-poster-from-offf-2010/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 16:17:54 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[drum & bass]]></category>
		<category><![CDATA[electro]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[silentium]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=287</guid>
		<description><![CDATA[Hello Everyone ! It was an exiting Summer and I&#8217;m really really happy to had the chance to make you dance ! That&#8217;s why I have this extra gift for you. Write down the Track-list for the electro mix and win a special DixonBaxi Poster from Offf 2010. Just comment your Track-list and don&#8217;t forget ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p style="text-align: left;">Hello Everyone ! It was an exiting Summer and I&#8217;m really really happy to had the chance to make you dance ! That&#8217;s why I have this extra gift for you.</p>
<p style="text-align: left;">Write down the Track-list for the electro mix and win a special <a target="_blank" mce_href="http://www.dixonbaxi.com/1972" href="http://www.dixonbaxi.com/1972"><b>DixonBaxi Poster from Offf 2010</b></a>.<br mce_bogus="1"></p>
<p style="text-align: left;"><img alt="" src="http://www.dixonbaxi.com/wp-content/uploads/2010/06/offf-poster-552x770.png" mce_src="http://www.dixonbaxi.com/wp-content/uploads/2010/06/offf-poster-552x770.png" title="Offf DixonBaxi Poster" class="aligncenter" height="770" width="552"></p>
<p style="text-align: left;">Just comment your Track-list and don&#8217;t forget to enter your email or website. The winner will be chosen in October ! Good Luck ! The winner will be chosen in October ! Good Luck !</p>
<p style="text-align: center;" mce_style="text-align: center;"></p>
<p style="text-align: center;" mce_style="text-align: center;"><img class="size-full wp-image-60 aligncenter" title="silentium" src="http://privatefunction.net/wp-content/uploads/2009/06/sillogo.jpg" mce_src="http://privatefunction.net/wp-content/uploads/2009/06/sillogo.jpg" alt="silentium" height="386" width="320"></p></p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/sounds-music/make-the-track-list-win-special-dixonbaxi-poster-from-offf-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://privatefunction.net/downloads/mixes/silentium-larueda-live.mp3" length="97248466" type="audio/mpeg" />
		</item>
		<item>
		<title>Oracle NLS_LANG &amp; JDBC probs</title>
		<link>http://privatefunction.net/programming/oracle-nls_lang-jdbc-probs/</link>
		<comments>http://privatefunction.net/programming/oracle-nls_lang-jdbc-probs/#comments</comments>
		<pubDate>Thu, 20 May 2010 10:04:05 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[NLS_LANG]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sq]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=275</guid>
		<description><![CDATA[Some friends were facing character encoding problems on an oracle db. Well the origin of this problem is that when you install an oracle, in this case it was a 9i, the NLS_LANG param (if not defined) is set to AMERICAN_AMERICA.US7ASCII. The language is AMERICAN, the country is AMERICA, and the character set is US7ASCII. ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p><img src="http://privatefunction.net/wp-content/uploads/2010/05/Crystal_Clear_app_database.png" alt="" title="Db Icon" width="128" height="128" class="aligncenter size-full wp-image-278" /></p>
<p>Some friends were facing character encoding problems on an oracle db.<br />
Well the origin of this problem is that when you install an oracle,<br />
in this case it was a 9i, the NLS_LANG param (if not defined) is set to<br />
AMERICAN_AMERICA.US7ASCII. The language is AMERICAN,<br />
the country is AMERICA, and the character set is US7ASCII.<br />
This is really a problem if you live in Germany and you want to<br />
work with german charachters &#038; CLOB <img src='http://privatefunction.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
The best way to avoid problems with the old JDBC they are using, is<br />
to install the DB once again with an UTF8/16. But this is not possible.<br />
There are also some other dependencies for these guys so the best way<br />
for their workflow ist to do an exp, drop the user and imp again. Than<br />
connect with the SQLDeveloper and recheck the CLOB.
</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="sql"><div class="devcodeoverflow"><ol><li></li><li>exp scott/tiger filename=mydump.dmp</li><li>&nbsp;</li><li>sqlplus scott/tiger</li><li>	DROP USER scott CASCADE;</li><li>	CREATE USER scott IDENTIFIED BY tiger;</li><li>	GRANT CONNECT,RESOURCE,UNLIMITED TABLESPACE TO scott IDENTIFIED BY tiger;</li><li>&nbsp;</li><li>imp scott/tiger filename=mydump.dmp</li><li></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>
than <a href="http://www.oracle.com/technology/products/database/sql_developer/index.html">sqldeveloper</a> But please use SQL Developer with causion ! It sucks.<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/programming/oracle-nls_lang-jdbc-probs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronize &#8211; pull using rsync</title>
		<link>http://privatefunction.net/programming/synchronize-pull-using-rsync/</link>
		<comments>http://privatefunction.net/programming/synchronize-pull-using-rsync/#comments</comments>
		<pubDate>Mon, 17 May 2010 11:59:19 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pull]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=259</guid>
		<description><![CDATA[Yesterday a guy was claiming that he had to copy all counterstrike source files from one server to another. He was telling that this takes a lot of time because he had to sftp to desktop and than upload to server. Well rsync can do this much quicker and better. I wrote a few years ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p><img src="http://privatefunction.net/wp-content/uploads/2010/05/s_monkey.png" alt="" title="s_monkey" width="267" height="218" class="aligncenter size-full wp-image-268" /></p>
<p>Yesterday a  guy was claiming that he had to copy all counterstrike source files from one  server to another. He was telling that this takes a lot of time because he had  to sftp to desktop and than upload to server. <br />
  Well rsync  can do this much quicker and better. I wrote a few years ago this little script  called my_syncmokey.<br/></p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="shell script"><div class="devcodeoverflow"><ol><li></li><li>#!/bin/bash</li><li>echo "***************************************************************"</li><li>echo "*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *"</li><li>echo "*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Your Sync Monkey started -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *"</li><li>echo "***************************************************************"</li><li>echo</li><li>echo</li><li></li><li>#Logfile</li><li>LOGFILE="PATH/TO/YOUR/LOG.log".`date '+%Y%m%d_%H%M%S'`</li><li></li><li>#config</li><li>SERVER="IP FROM THE SERVER YOU WANT TO PULL"</li><li>REMOTEDIR="/PATH/TO/THE/REMOTE/FOLDER"</li><li>LOCALDIR="/PATH/TO/THE/LOCAL/FOLDER "</li><li>SSH="/usr/bin/ssh"</li><li></li><li>#output</li><li>echo >> $LOGFILE;</li><li>echo "- Sync Monkey started -" >> $LOGFILE;</li><li>echo >> $LOGFILE;</li><li>echo "Timestamp: " `date '+%Y%m%d %H%M%S'` >> $LOGFILE;</li><li>echo >> $LOGFILE;</li><li>echo >> $LOGFILE;</li><li>echo "command: rsync -av --links --rsh=$SSH $SERVER:$REMOTEDIR $LOCALDIR " >> $LOGFILE;</li><li>echo >> $LOGFILE;</li><li></li><li>#sync and write to logfile</li><li>rsync -av --links --rsh=$SSH $SERVER:$REMOTEDIR $LOCALDIR >> $LOGFILE;</li><li></li><li>#print output</li><li>cat $LOGFILE | while read line</li><li>do</li><li>echo $line</li><li>done</li><li></li><li></li></ol></div></pre><!--END_DEVFMTCODE--></p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/programming/synchronize-pull-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Du alter buzzword Abzocker !</title>
		<link>http://privatefunction.net/der-michel/was-zur-holle-ist-%e2%80%9edigital-communication-innovation%e2%80%9c/</link>
		<comments>http://privatefunction.net/der-michel/was-zur-holle-ist-%e2%80%9edigital-communication-innovation%e2%80%9c/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:28:06 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Der Michel]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=244</guid>
		<description><![CDATA[Du alter buzzword Abzocker ! Was zur Hölle ist „Digital Communication &#38; Innovation“ ??? Ich werde mal einen kurzen Abriss geben was das ist und was man da so tut. Die meisten kennen mich als Developer, ich selbst habe mich nie als Entwickler gesehen. Obwohl was sich alles Heut zu Tage Entwickler nennt… na ja ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p>Du alter buzzword Abzocker ! <br />
  Was zur Hölle ist „Digital Communication &amp; Innovation“  ???</p>
<p>Ich werde mal einen kurzen Abriss geben was das ist und was  man da so tut. Die meisten kennen mich als Developer, ich selbst habe mich nie  als Entwickler gesehen. Obwohl was sich alles Heut zu Tage Entwickler nennt… na  ja das ist ein anderes Thema. </p>
<p>Lasst uns zu erst auf einen simplen Workflow schauen.<br />
  Ein Kunde kommt mit Business Anforderungen nun gilt es  „Kreativ Kapital“ zu generieren. Hier werden meist schon Fehler gemacht.  Aufgrund, das Agenturen meist hierfür zuständig sind, bewege ich mich auch in  diesem Umfeld.  Hier findet man oft die  Gattung „Konzepter“. Oft schaut dieser rüber und sagt „lass uns was mit video  &amp; 3d machen“ nun ja ich will nicht unfair sein, diesen Satz habe ich auch  schon oft von einen Designer gehört.<br />
  Das ist der Punkt wo ich schon weis, das nur Pfosten um mich  herum sitzen.<br />
  Technologien werden nie die Idee ersetzen können. Ich will  euch ein Beispiel geben.<br />
  Ich habe dieses Video vor Kurzem auf youtube gesehen:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/eTvWZN8skXY&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eTvWZN8skXY&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Hier kann man gezielt Audiowellen auf eine Person richten.  Natürlich kommt der drang damit was zu machen. Man könnte natürlich im POS  (Point of Sale) etwas damit anstellen. Beispielsweise jmd. tracken  und gezielt ansprechen.<br />
  Auch wenn die Idee dahinter mau ist, wird man mit solch  einer Aktion viel buzz und Anerkennung in der Branche finden, weil man eine  Technologie als erster genutzt hat. Wahrscheinlich wird es dafür auch Awards  geben…..</p>
<p>Doch eigentlich ist das der falsche Weg!<br />
  Ein Projekt sollte immer mit einer Idee starten. Eine  Vision, etwas magisches, großartiges, was schwer zu definieren ist. Man kann  die Details noch nicht greifen aber das Gefühl für die Sache entwickelt sich  und treibt einen voran. Das ist GOLD!<br />
  Als nächstes greift der Kreativ Prozess nun gilt es mit Hirn  an das Projekt ranzugehen. Erst jetzt sollte   man Technologien einbeziehen. Hier ist es auch wichtig über Interaktion  nachzudenken. Viele gute Ideen verwässern aufgrund mangelnder Interaktion. Auch  die Liebe zum Detail ist ein wichtiger Punkt. Nun wo wir eine grobe Vorstellung  haben kann man eine Technologie, die perfekt zur Idee passt vorschlagen. Diese  Technologie kann was klassisches sein aber auch was völlig Innovatives.<br />
  Letztes kann jedoch zu Problemen im späteren Projekt Ablauf  führen. Neue Technologien sind riskant oft ist es auch schwierig jmd. zu  finden, der dies umsetzt. Deshalb führe ich persönlich Experimente, die mir  helfen Aufwand, Leistung und mögliche Probleme abzuschätzen. Dies hilft auch  später bei der Umsetzung wenn man den typischen Satz hört: „geht nicht“.</p>
<p>Wie schon vorher erwähnt, dies ist nur ein grober Abriss oft  ist es leider wesentlich komplexer auch wenn Komplexität meist zu extremer  Verwässerung führt.  </p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/der-michel/was-zur-holle-ist-%e2%80%9edigital-communication-innovation%e2%80%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serious Opinion &#8211; Flash, Apple &amp; change</title>
		<link>http://privatefunction.net/talk/serious-opinion-flash-apple-change/</link>
		<comments>http://privatefunction.net/talk/serious-opinion-flash-apple-change/#comments</comments>
		<pubDate>Mon, 03 May 2010 15:59:01 +0000</pubDate>
		<dc:creator>Silentium</dc:creator>
				<category><![CDATA[Talk]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Thoughts on Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://privatefunction.net/?p=208</guid>
		<description><![CDATA[Last weekend I had to answer many questions about Mr. Jobs &#34;Thoughts on Flash&#34;. “What is your serious opinion?” This thought are something I want to share with you. First I find Mr. Jobs words hypocritical for many reasons. Just to make it short: “Adopting technologies quickly” Apple just shipped a year ago the finder ]]></description>
			<content:encoded><![CDATA[<p id="top" /><p><img src="http://privatefunction.net/wp-content/uploads/2010/05/boom1.jpg" alt="" title="boom" width="500" height="218" class="aligncenter size-full wp-image-217" /></p>
<p>Last  weekend I had to answer many questions about Mr. Jobs &quot;Thoughts on  Flash&quot;.<br />
  “What is  your serious opinion?”<br />
  This  thought are something I want to share with you. First I find Mr. Jobs words  hypocritical for many reasons. Just to make it short:</p>
<p>“Adopting  technologies quickly”<br />
  Apple  just shipped a year ago the finder in cocoa and other programs are still  running on carbon e.g. Final Cut. Dear Apple why did this take so long?<br />
  Itunes  on Windows is crap. Why does apple not take advantage of the new features of  Windows? Apple changed iPhone SDK Agreement so that applications should take  advantage of Iphone OS so why they don’t take advantage of new Windows?</p>
<p>“open”<br />
  I think all  this open bla bla should mask that H.264 is not open! Microsoft &amp; Apple, both members of MPEG-LA, are going to make money with this video codec  because it is proprietary  and patented. So in Apple’s eyes if the specification of software is free than  we can call this open standard? Fine, than Flash is an open standard too. <br />
  However,  Apple sucks – this is something I was saying for years now. I did not make many  friends with this statement at last Adobe MAX. Now I’m looking forward to meet  those people and I’m curious if they are still so proud of using MAC Book Pro.</p>
<p>But what is  the essence of this discussion?</p>
<p>A few years  ago everyone was claiming that software inside the browser is the next BIG  THING e.g. Gmail. Now I have the feeling the trend is going more and more towards  apps. People are starting to use Apps for things, which could run inside the  browser.Not only because of new ways of interaction e.g. Multitouch&#8230;<br/><br />
This shows that something is wrong with the web and with content that  runs inside the browser. It doesn’t matter if HTML or Flash. And we should keep  in mind that apps are not “open”. <br />
  I think the  Web is loosing sexiness, web apps like Gmail etc. are far away to offer  features like mobile/desktop apps do. (Non web apps are also often much  faster). <br />
  This leak  of features is something that the Browser must close. Mozilla and Chrome are on  the right way. They must give Developer the option to do more than only W3C “adaption”.  But I also know this is not simple…..</p>
<p>I met  yesterday a good friend who has a c level position. And he asked me if I would  still recommend developing an API for their business. Sure you should! Because  it give’s you the option to deliver your content anywhere (Apps or Web) and to  track it.  This flexibility is something  important for your business……..</p>
<p>What about  Flash?</p>
<p>Flash  has currently around 98% penetration thus it is not dead! Also HTML5 Browser  propagation is poor at the moment. (I still have lots of customers &amp; their  consumers that use IE6) I don’t know currently when Google will roll-out VP8 on  Youtube. This could change the game. Honestly, I never liked Flash. Not because  of its technology. I don’t like flash because it’s mostly misused.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://privatefunction.net/talk/serious-opinion-flash-apple-change/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

