<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jueki&#039;s Blog</title>
	<atom:link href="http://jueki.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jueki.wordpress.com</link>
	<description>... it&#039;s all YOUR fault!</description>
	<lastBuildDate>Tue, 22 Nov 2011 12:47:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jueki.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8977b40b41809b6bba5bbdf85b8a430f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Jueki&#039;s Blog</title>
		<link>http://jueki.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jueki.wordpress.com/osd.xml" title="Jueki&#039;s Blog" />
	<atom:link rel='hub' href='http://jueki.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Programming: Easy Multiupload.com 1.0.0.2</title>
		<link>http://jueki.wordpress.com/2010/06/20/programming-easy-multiupload-com/</link>
		<comments>http://jueki.wordpress.com/2010/06/20/programming-easy-multiupload-com/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 11:35:51 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=131</guid>
		<description><![CDATA[So far I call this my personal &#8220;Masterpiece&#8221;. It took many many hours analyzing the whole process and typing it down into .NET code, but so far so good. http://www.multiupload.com/9K25T8R0I4 (Version 1.0.0.2) Here I&#8217;ll list the features: Automatically upload files one after another (Drag &#38; Drop as many files as you want) Automatically fetch RS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=131&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So far I call this my personal &#8220;Masterpiece&#8221;. It took many many hours analyzing the whole process and typing it down into .NET code, but so far so good.</p>
<p><a class="linkification-ext" title="Linkification: http://www.multiupload.com/9K25T8R0I4" href="http://www.multiupload.com/9K25T8R0I4">http://www.multiupload.com/9K25T8R0I4</a> (Version 1.0.0.2)</p>
<p><a href="http://jueki.files.wordpress.com/2010/06/gui.jpg"><img class="alignnone size-full wp-image-132" title="GUI" src="http://jueki.files.wordpress.com/2010/06/gui.jpg?w=495&#038;h=227" alt="" width="495" height="227" /></a></p>
<p>Here I&#8217;ll list the features:</p>
<ul>
<li>Automatically upload files one after another (Drag &amp; Drop as many files as you want)</li>
<li>Automatically fetch RS and MU links (click Add &gt;Link(s). You can Import a Linklist in .txt format)</li>
<li>All files will be handled as you wish, i. e. they will all land inside your Multiupload.com and your file hoster account</li>
<li>You can select which of the 6 file hoster you want the file to be uploaded to (Badongo and 2shared not implemented since they offer no Account function)</li>
<li>The Settings tab is only for the From/To E-Mails, this is not being saved in side the .ini (Description is not implemented yet since it&#8217;s not functioning from Multiuploads side)</li>
<li>You can sort the list view as you want it to</li>
<li>You can remove single entries or all entries from the list view</li>
<li>You can export selected links to a .txt file (Parses the Multiupload links and returns the correct RS and MU links)</li>
<li>If the file fetching button is not available for the account you are logged in with, you can STILL fetch the links. They will NOT show up inside your Multiupload.com account, but they WILL be uploaded into your file hoster accounts</li>
</ul>
<p>Things to note</p>
<ul>
<li>Since this is all unofficial and not made by Multiupload, this might get your account banned, I don&#8217;t know. Especially since you can &#8220;abuse&#8221; or &#8220;bypass&#8221; the file fetching block with the last mentioned feature.</li>
<li>There is a lot of error detection, but not bullet proof. So try to avoid sorting the list view while uploading/fetching is not completed. Don&#8217;t click on Start &gt; Upload if you have links in the list and vice-versa. Only do one thing at a time (Upload OR Fetch)</li>
<li>The Save Credential checkboxes in the Accounts tab only work for Uploads (it&#8217;s naturally like this from Multiupload itself)</li>
</ul>
<p>That&#8217;s it kinda, you are free to check it out with free/real accounts or to leave it if you are worrying about a virus or your credentials being stolen.</p>
<p>You need .NET Framework 3.5 to be able to run this.<br />
If you find any bugs or crashes, let me know with some related info in here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Changelog</strong></p>
<p>Version 1.0.0.1</p>
<ul>
<li>Added From/To E-Mail support for File Uploads</li>
<li>Added Sharingmatrix and Fileserve support. Uploading into your accounts  does not work yet from Multiuploads side</li>
<li>Added File Upload progress in %</li>
<li>Added Hotfile and Depositfiles Export functions</li>
<li>Fixed the Accounts tab loading the zShare password for Uploading.com</li>
<li>Fixed an Export typo</li>
<li>Fixed the missing &#8220;=&#8221; in the Settings.ini</li>
<li>Changed the Content-Type for File Upload to application/octet-stream</li>
</ul>
<p>Version 1.0.0.2</p>
<ul>
<li>Added Multiupload Export function</li>
<li>Added Settings.ini Encryption</li>
<li>Added Comment &amp; Login at Start functions in the Settings tab</li>
<li>Changed From/To E-Mail now being saved to the Settings.ini</li>
<li>Changed File Host passwords to *</li>
<li>Changed ListView entries to only Upload/Fetch when status is &#8220;Waiting&#8230;&#8221;</li>
</ul>
<p><a class="linkification-ext" title="Linkification: http://www.virustotal.com/analisis/5daf18be616342d074f0818aac103c5df3aff5197806f0aa561e29e09908a2b7-1276986426" href="http://www.virustotal.com/analisis/5daf18be616342d074f0818aac103c5df3aff5197806f0aa561e29e09908a2b7-1276986426">http://www.virustotal.com/analisis/5daf18be616342d074f0818aac103c5df3aff5197806f0aa561e29e09908a2b7-1276986426</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=131&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/20/programming-easy-multiupload-com/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>

		<media:content url="http://jueki.files.wordpress.com/2010/06/gui.jpg" medium="image">
			<media:title type="html">GUI</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming: 4chan Downloader 1.0.0.8</title>
		<link>http://jueki.wordpress.com/2010/06/10/programming-4chan-downloader-1008/</link>
		<comments>http://jueki.wordpress.com/2010/06/10/programming-4chan-downloader-1008/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:13:22 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=121</guid>
		<description><![CDATA[Finally fixed the massive CPU usage; before this, the program would always use 25%~100% while downloading/waiting. Another new thing is the &#8220;SuperThreading&#8221;. This will use a new download thread for every picture. I suggest you don&#8217;t use this if you have many 4chan threads with many pictures. While testing, I used 11 4chan threads with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=121&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally fixed the massive CPU usage; before this, the program would always use 25%~100% while downloading/waiting.</p>
<p>Another new thing is the &#8220;SuperThreading&#8221;. This will use a new download thread for every picture. I suggest you don&#8217;t use this if you have many 4chan threads with many pictures.</p>
<p>While testing, I used 11 4chan threads with a total of ~600 pictures &#8211; many download threads timed out after 1~2 minutes after constantly downloading at 32 mbps.</p>
<p>So&#8230; use it wisely, I guess.</p>
<p>http://www.multiupload.com/FY10YR5EMP (Version 1.0.0.8)</p>
<p><a href="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1008.jpg"><img class="alignnone size-full wp-image-122" title="4chan Downloader 1008" src="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1008.jpg?w=495&#038;h=157" alt="" width="495" height="157" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=121&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/10/programming-4chan-downloader-1008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>

		<media:content url="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1008.jpg" medium="image">
			<media:title type="html">4chan Downloader 1008</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming: Easy TinyPic 1.0.0.2</title>
		<link>http://jueki.wordpress.com/2010/06/10/programming-easy-tinypic-1002/</link>
		<comments>http://jueki.wordpress.com/2010/06/10/programming-easy-tinypic-1002/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 23:17:48 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=116</guid>
		<description><![CDATA[Another small update, this time for Easy TinyPic. A while ago my previous version has stopped working because TinyPic has implemented a captcha requirement. I worked around it now, enjoy. (Next version will have Multi-File Upload and Log-In support so you can upload them into your own account). http://www.multiupload.com/UIMT168S7U (Version 1.0.0.2)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=116&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another small update, this time for Easy TinyPic. A while ago my previous version has stopped working because TinyPic has implemented a captcha requirement. I worked around it now, enjoy.</p>
<p>(Next version will have Multi-File Upload and Log-In support so you can upload them into your own account).</p>
<p><a class="linkification-ext" title="Linkification: http://www.multiupload.com/UIMT168S7U" href="http://www.multiupload.com/UIMT168S7U">http://www.multiupload.com/UIMT168S7U</a> (Version 1.0.0.2)</p>
<p><a href="http://jueki.files.wordpress.com/2010/06/easy-tinypic-1-0-0-2.jpg"><img class="alignnone size-full wp-image-117" title="Easy TinyPic 1.0.0.2" src="http://jueki.files.wordpress.com/2010/06/easy-tinypic-1-0-0-2.jpg?w=495&#038;h=250" alt="" width="495" height="250" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=116&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/10/programming-easy-tinypic-1002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>

		<media:content url="http://jueki.files.wordpress.com/2010/06/easy-tinypic-1-0-0-2.jpg" medium="image">
			<media:title type="html">Easy TinyPic 1.0.0.2</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming: 4chan Downloader 1.0.0.7</title>
		<link>http://jueki.wordpress.com/2010/06/08/programming-4chan-downloader-1007/</link>
		<comments>http://jueki.wordpress.com/2010/06/08/programming-4chan-downloader-1007/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 19:03:32 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=112</guid>
		<description><![CDATA[Just a small update to my 4chan Downloader. http://www.multiupload.com/JI74VZ7JWR (Version 1.0.0.7)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=112&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a small update to my 4chan Downloader.</p>
<p><a class="linkification-ext" title="Linkification: http://www.multiupload.com/JI74VZ7JWR" href="http://www.multiupload.com/JI74VZ7JWR">http://www.multiupload.com/JI74VZ7JWR</a> (Version 1.0.0.7)</p>
<p><a href="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1007.jpg"><img class="alignnone size-full wp-image-124" title="4chan Downloader 1007" src="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1007.jpg?w=495&#038;h=170" alt="" width="495" height="170" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=112&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/08/programming-4chan-downloader-1007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>

		<media:content url="http://jueki.files.wordpress.com/2010/06/4chan-downloader-1007.jpg" medium="image">
			<media:title type="html">4chan Downloader 1007</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Internship: Day 4 [Final]</title>
		<link>http://jueki.wordpress.com/2010/06/04/internship-day-4-final/</link>
		<comments>http://jueki.wordpress.com/2010/06/04/internship-day-4-final/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:39:15 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=103</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=103&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=103&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/04/internship-day-4-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Internship: Day 3</title>
		<link>http://jueki.wordpress.com/2010/06/02/internship-day-3/</link>
		<comments>http://jueki.wordpress.com/2010/06/02/internship-day-3/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 21:07:18 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=98</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=98&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=98&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/02/internship-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Internship: Day 2</title>
		<link>http://jueki.wordpress.com/2010/06/01/internship-day-2/</link>
		<comments>http://jueki.wordpress.com/2010/06/01/internship-day-2/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:33:54 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=73</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=73&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=73&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/01/internship-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Internship: Day 1</title>
		<link>http://jueki.wordpress.com/2010/06/01/internship-day-1/</link>
		<comments>http://jueki.wordpress.com/2010/06/01/internship-day-1/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:31:14 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=70</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=70&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=70&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/06/01/internship-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
		<item>
		<title>Internship, Programming, PS3</title>
		<link>http://jueki.wordpress.com/2010/05/30/internship-programming-ps3/</link>
		<comments>http://jueki.wordpress.com/2010/05/30/internship-programming-ps3/#comments</comments>
		<pubDate>Sun, 30 May 2010 19:01:48 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=65</guid>
		<description><![CDATA[I forgot to make a post about it (let&#8217;s just say because of excitement ), but the interview went really well and they invited me for a 4-day internship starting tomorrow (Monday-Thursday). I&#8217;m really excited and nervous about it as I&#8217;ve never absolved an internship involving software engineering&#8230; and I have absolutely no idea what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=65&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I forgot to make a post about it (let&#8217;s just say because of excitement <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), but the interview went really well and they invited me for a 4-day internship starting tomorrow (Monday-Thursday).</p>
<p>I&#8217;m really excited and nervous about it as I&#8217;ve never absolved an internship involving software engineering&#8230; and I have absolutely no idea what I&#8217;m expected to know/do/learn lol.</p>
<p>Anyways, since the company focuses on Webdesign rather than Windows related OOP, I refreshed my PHP/MySQL skills by doing a bunch of tutorials (one being the <a title="Quakenet/#php Tutorial" href="http://tut.php-quake.net/en/" target="_blank">Quakenet/#php Tutorial</a>, really good for beginners as a note).</p>
<p>Besides that, I finally got my PS3 fixed and can play games again; but not like I really want to right now. I&#8217;m too focused on the coming weeks internship <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=65&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/05/30/internship-programming-ps3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
		<item>
		<title>Job Interview</title>
		<link>http://jueki.wordpress.com/2010/05/19/job-interview/</link>
		<comments>http://jueki.wordpress.com/2010/05/19/job-interview/#comments</comments>
		<pubDate>Wed, 19 May 2010 06:51:24 +0000</pubDate>
		<dc:creator>jueki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://jueki.wordpress.com/?p=56</guid>
		<description><![CDATA[Finally it&#8217;s there: the job interview. Long have I yearned for this day and now it&#8217;s less than 1 hour left. I prepared so much for it, writing down all the information I could find in a notepad file and kept reading and reading it over and over, trying to think about the company as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=56&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally it&#8217;s there: the job interview. Long have I yearned for this day and now it&#8217;s less than 1 hour left.</p>
<p>I prepared so much for it, writing down all the information I could find in a notepad file and kept reading and reading it over and over, trying to think about the company as a whole.. to study the history and the activities of it, etc.</p>
<p>Anyways, it&#8217;s my first one so I hope it goes well. I have a good feeling since I am well prepared for it though <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jueki.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jueki.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jueki.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jueki.wordpress.com&amp;blog=11598294&amp;post=56&amp;subd=jueki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jueki.wordpress.com/2010/05/19/job-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bee296bb0bcda180edd168d34f1366a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jueki</media:title>
		</media:content>
	</item>
	</channel>
</rss>
