<?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>cordney* &#187; study</title>
	<atom:link href="http://cordney.com/category/study/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordney.com</link>
	<description>security, technology, life</description>
	<lastBuildDate>Tue, 11 Oct 2011 05:16:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>We made third! or Twofish on a smart card</title>
		<link>http://cordney.com/2008/07/16/we-made-third-or-twofish-on-a-smart-card/</link>
		<comments>http://cordney.com/2008/07/16/we-made-third-or-twofish-on-a-smart-card/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:36:13 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[smart card]]></category>
		<category><![CDATA[twofish]]></category>

		<guid isPermaLink="false">http://cordney.com/?p=66</guid>
		<description><![CDATA[In a practical course this summer term the task was to implement the twofish block-cipher, a former AES candidate, on an embedded device, a smart card with an ATMega163 microcontroller on board. A prize was promised for the team that has the best performance based on clock cycles per key schedule/encryption/decryption and code size. 3 [...]]]></description>
			<content:encoded><![CDATA[<p>In a practical course this summer term the task was to implement the <a href="http://www.schneier.com/twofish.html">twofish</a> block-cipher, a former AES candidate, on an embedded device, a smart card with an ATMega163 microcontroller on board. A prize was promised for the team that has the best performance based on clock cycles per key schedule/encryption/decryption and code size. 3 weeks of time were given, 10 teams participated and we made third, yeah!</p>
<p>In particular, the main decision was to handle the S-Boxes. The S-Box keys are derived from the main key and can be precomputed. So the main questions was whether we save clock cycles and precompute them or compute them on-the-fly while running enrcyption/decryption and save SRAM in the microcontroller. We decided to precompute them, as this would bring our implementation a significant performance increase.</p>
<p>These are the statistics..</p>
<p><a href='http://cordney.com/wp-content/uploads/2f_stat_diag.jpg'><img src="http://cordney.com/wp-content/uploads/2f_stat_diag-300x183.jpg" alt="" title="Statistics Diagram" width="300" height="183" class="alignnone size-medium wp-image-68" /><br />
Statistics Diagram<br />
</a></p>
<p><a href='http://cordney.com/wp-content/uploads/2f_stat_table.jpg'><img src="http://cordney.com/wp-content/uploads/2f_stat_table-300x197.jpg" alt="" title="Statistics Table" width="300" height="197" class="alignnone size-medium wp-image-69" /><br />
Statistics Table</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2008/07/16/we-made-third-or-twofish-on-a-smart-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Im Westen nichts neues..</title>
		<link>http://cordney.com/2008/06/05/im-westen-nichts-neues/</link>
		<comments>http://cordney.com/2008/06/05/im-westen-nichts-neues/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 14:33:44 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[botnetze]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[hgi]]></category>
		<category><![CDATA[rub]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://cordney.com/?p=65</guid>
		<description><![CDATA[..aber interessante Zahlen! So könnte man den heutigen HGI-Vortrag zusammenfassen. Zu Gast war der Chef der Security Labs der G DATA Software AG, einem in Bochum beheimateten IT-Sicherheits Softwarehaus, das für Privat- und Geschäftskunden u.a. Anti-Viren Software anbietet. Das Thema des Vortrags &#8220;Schadcode im Internet&#8221; wurde zu Beginn gleich in &#8220;Schadcode in Webseiten&#8221; umbenannt, denn [...]]]></description>
			<content:encoded><![CDATA[<p>..aber interessante Zahlen! So könnte man den heutigen <a href="http://www.hgi.rub.de/">HGI</a>-Vortrag zusammenfassen. Zu Gast war der Chef der Security Labs der <a href="http://www.gdata.de/">G DATA Software AG</a>, einem in Bochum beheimateten IT-Sicherheits Softwarehaus, das für Privat- und Geschäftskunden u.a. Anti-Viren Software anbietet.</p>
<p>Das Thema des Vortrags <strong>&#8220;Schadcode im Internet&#8221;</strong> wurde zu Beginn gleich in &#8220;Schadcode in Webseiten&#8221; umbenannt, denn darum ging es im Vortrag eigentlich. Begonnen wurde zugleich mit den beiden aktuell am weitesten verbreiteten Infektionsmethoden: <strong>Direct Downloads</strong> und <strong>Drive-by-Downloads</strong>. Das ist für Sicherheitsspezialisten sicher nichts Neues, wenn man jedoch bedenkt, dass noch vor einem Jahr der bekannteste Weg der Infektion verseuchte E-Mail Anhänge waren, die jetzt so gut wie nicht mehr auftreten, sieht man die Weiterentwicklung der Schutztechniken in E-Mail Programmen nun deutlich. Die Angreifer haben sich ein leichteres Angriffsziel gesucht: <strong>Den Browser.</strong></p>
<p>Nun aber zu den interessanten Zahlen (ca-Werte):</p>
<ul>
<li>10-12 Mio. Bots sind weltweit aktiv</li>
<li>30.000 neue Bots kommen täglich hinzu</li>
<li>Über 80% des Spams kommt von etwa 200 Organisationen</li>
<li>10.000 Webseiten-Defacements pro Tag</li>
<li>3000 DDoS-Angriffe pro Tag! (seit Anfang des Jahres stetig steigend)</li>
</ul>
<p>Insgesamt ein recht interessanter Vortrag, wenn auch etwas zu wenig detailliert, aber mit Malware kann man auch Abende füllen!</p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2008/06/05/im-westen-nichts-neues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[paper] On the security of Linux user passwords</title>
		<link>http://cordney.com/2008/04/25/paper-on-the-security-of-linux-user-passwords/</link>
		<comments>http://cordney.com/2008/04/25/paper-on-the-security-of-linux-user-passwords/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 16:52:50 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[brute-force]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://cordney.com/?p=58</guid>
		<description><![CDATA[This is a paper I wrote for one of my courses at university. From the abstract: In this paper we determine the security of user passwords on Linux based operating systems. We have a look at the two basic security mech- anisms passwords are created and stored using a reference Linux distri- bution, locate common [...]]]></description>
			<content:encoded><![CDATA[<p>This is a paper I wrote for one of my courses at university.</p>
<p>From the abstract:<br />
<em>In this paper we determine the security of user passwords on Linux<br />
based operating systems. We have a look at the two basic security mech-<br />
anisms passwords are created and stored using a reference Linux distri-<br />
bution, locate common attack vectors and propose available countermea-<br />
sures. </em></p>
<p><a href='http://cordney.com/wp-content/uploads/linux.pdf'>link to paper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2008/04/25/paper-on-the-security-of-linux-user-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>literature on e-passports</title>
		<link>http://cordney.com/2008/04/21/literature-on-e-passports/</link>
		<comments>http://cordney.com/2008/04/21/literature-on-e-passports/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 22:00:10 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[bac]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[e-pass]]></category>
		<category><![CDATA[e-passport]]></category>
		<category><![CDATA[eac]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[rfid]]></category>
		<category><![CDATA[traceability]]></category>

		<guid isPermaLink="false">http://cordney.com/?p=55</guid>
		<description><![CDATA[As we are dealing with e-passports in one of our courses, we got to read some very interesting and quite shocking literarure. I highly recommend everyone to read these ones: 1. The Evolution of RFID Security (take this as an introduction to RFID in general), link 2. Protection Profile for Machine Readable Travel Documents &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>As we are dealing with e-passports in one of our <a href="http://www.trust.rub.de/start/vorlesungen/syssecII">courses</a>, we got to read some very interesting and quite shocking literarure.</p>
<p>I <strong>highly recommend</strong> <u>everyone</u> to read these ones:<br />
1. The Evolution of RFID Security (<em>take this as an introduction to RFID in general</em>), <a href="http://www.rfidguardian.org/images/3/37/Ieeepc.06.pdf">link</a><br />
2. Protection Profile for Machine Readable Travel Documents &#8211; Basic Access Control (BAC), <a href="http://www.bsi.de/zertifiz/zert/reporte/PP0017a.pdf">link</a><br />
3. Advanced Security Mechanisms for Machine Readable Travel Documents â€“ Extended Access Control (EAC), <a href="http://www.bsi.bund.de/fachthem/epass/eac.htm">link</a><br />
4. E-Passport: The global Traceability or How to Feel Like an UPS Package (<em>now it gets interesting</em>), <a href="http://www.crypto.rub.de/imperia/md/content/texte/publications/conferences/epass.pdf">link</a><br />
5. Security and Privacy Issues in E-Passport (<strong><em>personal favourite</em></strong>), <a href="http://eprint.iacr.org/2005/095.pdf">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2008/04/21/literature-on-e-passports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phishing phishers and tracing their identities</title>
		<link>http://cordney.com/2007/07/04/phishing-phishers-and-tracing-their-identities/</link>
		<comments>http://cordney.com/2007/07/04/phishing-phishers-and-tracing-their-identities/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 22:13:17 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://cordney.com/2007/07/04/phishing-phishers-and-tracing-their-identities/</guid>
		<description><![CDATA[Two fellow students of IT-Security at my university recently came up with an idea [paper] on catching phishers and tracing their identities. The idea is quite simple: 1.) collect some recent phishing sites, e.g. from Google or Microsoft 2.) create user credentials such as name, bank, account number, TANs etc. (e.g. from wordlists, dictionaries) 3.) [...]]]></description>
			<content:encoded><![CDATA[<p>Two fellow students of IT-Security at my university recently came up with an idea <a href="http://seclog.de/pub/2006/09/tr_bigagr06phoneypot_2.pdf">[paper]</a> on catching phishers and tracing their identities. The idea is quite simple:</p>
<p>1.) collect some recent phishing sites, e.g. from Google or Microsoft<br />
2.) create user credentials such as name, bank, account number, TANs etc. (e.g. from wordlists, dictionaries)<br />
3.) send these special credentials (called &#8216;phoneytokens&#8217;) to the phishing sites</p>
<p>When the phisher[s] now visit the bank site and enter a phoneytoken, it is detected by the system and the phisher is being redirected to a honeypot system (called &#8216;phoneypot&#8217;) instead of the real banking application. This phoneypot looks like the real banking application and can collect data about the phisher, revealing organizational structures of the phishing system and hopefully the phisher himself.</p>
<p>Talks with German banks are currently in progress, let&#8217;s see how this will work in practice. I&#8217;ll keep you up to date.<br />
If you have any input, you can write to the authors mentioned in the paper or to me, of course.</p>
<p>see you, cordney*</p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2007/07/04/phishing-phishers-and-tracing-their-identities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Windows XP [continued]</title>
		<link>http://cordney.com/2007/04/23/getting-windows-xp/</link>
		<comments>http://cordney.com/2007/04/23/getting-windows-xp/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 15:54:43 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://cordney.com/2007/04/23/getting-windows-xp/</guid>
		<description><![CDATA[Yes, it&#8217;s true. I have to get Windows for developing purposes. One of my courses in the 4th semester require the AVR Studio IDE, which requires Windows XP. In &#8220;Embedded Processors&#8221; we are going to program an Atmel microcontroller to play the well known song &#8220;Frere Jacque&#8221;. Luckily my university takes part in the MSDNAA [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s true. I have to get Windows for developing purposes. One of my courses in the 4th semester require the <a href="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725">AVR Studio</a> IDE, which requires Windows XP. In <a href="http://www.nds.rub.de/lehre/vorlesungen/eingebetteteprozessoren/ss07/index.html">&#8220;Embedded Processors&#8221;</a> we are going to program an Atmel microcontroller to play the well known song &#8220;Frere Jacque&#8221;.</p>
<p>Luckily my university takes part in the MSDNAA developer program which gives you free access to operating systems, IDEs and other stuff from Microsoft. So here we go: Drop by at the office with a study attestation and get your login data. Then simply download the iso and burn it. &#8220;What, a 404kB exe file? What the hell?&#8221; Yes, they have their own installer, really! So what do you do with an exe file if you don&#8217;t own Windows? Fire up <a href="http://darwine.opendarwin.org/">Darwine</a>! Thanks to <a href="http://mike.kronenberg.org/mike/">Mike</a>, who builds Darwine snapshots regularly and offers them for download I now have the installer working and downloading a mysterious de_win_xp_pro_w_sp2.sdc file. &#8220;What the hell is sdc?&#8221; Next step in the installer is extracting the file, so let&#8217;s see if we get a burnable iso for BootCamp.</p>
<p>To be continued&#8230;</p>
<p>[continue]<br />
Coming home from buying food I found my MacBook at full fan speed telling me that the start volume is full. Great! And WinHelper crashed. Even greater! But the installer is still open and tells me to click to install the product. So let&#8217;s see if we have an iso now.</p>
<p><img src="http://cordney.com/wp-images/xpdlinstls.jpg" alt="Terminal showing directory with iso" /></p>
<p>Yey! An iso file! <img src='http://cordney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  What a heck to just get Windows, no mentioning of installing and RUNNING it! Yak!<br />
[/continue]</p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2007/04/23/getting-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cipher2 Contest [Update]</title>
		<link>http://cordney.com/2006/07/13/cipher2-contest/</link>
		<comments>http://cordney.com/2006/07/13/cipher2-contest/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 20:10:49 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://cordney.com/2006/07/13/cipher2-contest/</guid>
		<description><![CDATA[Tomorrow I will be participating in Cipher2 Contest. This is a Capture The Flag contest for universities hosted by RWTH Aachen. You can follow the web coverage of our two teams at this blog: http://seclog.de/. Update: Our team made 15th place out of 20 teams, ok for the first time. In the last 15 minutes [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow I will be participating in <a href="http://cipher-ctf.org">Cipher2 Contest</a>. This is a Capture The Flag contest for universities hosted by <a href="http://www.rwth-aachen.de">RWTH Aachen</a>.</p>
<p>You can follow the web coverage of our two teams at this blog: <a href="http://seclog.de/">http://seclog.de/</a>.</p>
<p><b>Update:</b> Our team made 15th place out of 20 teams, ok for the first time. In the last 15 minutes we had a close challenge for 14th place but unfortunately 4 minutes before end of the contest someone cut our power cables and our router went down, so we had no chance&#8230; sabotage? <img src='http://cordney.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Our other team, which already participated last year went 3rd, congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2006/07/13/cipher2-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 5 Setup on OS X [update]</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/</link>
		<comments>http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comments</comments>
		<pubDate>Sat, 24 Sep 2005 13:28:24 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/</guid>
		<description><![CDATA[I promised to write an article &#8217;bout getting Java 5 to work on Mac OS X. I needed this in preparation for my programming courses at university. So, first of all I found out that Java 5 is actually not 5.0 but 1.5, confusing, he? So to begin with, you need OS X Tiger, it [...]]]></description>
			<content:encoded><![CDATA[<p>I promised to write an article &#8217;bout getting Java 5 to work on Mac OS X. I needed this in preparation for my programming courses at university. So, first of all I found out that Java 5 is actually not 5.0 but 1.5, confusing, he?</p>
<p>So to begin with, you need OS X Tiger, it is reported to work work on Panther, too, but that requires a little configuration of the installer package with <a href="http://www.charlessoft.com/">Pacifist</a>. Let&#8217;s move, time is money&#8230; hehe. First of all you need to download Java 5 Beta from the <a href="http://www.apple.com/support/downloads/java2se50release1.html">Apple website</a>. Follow the installer:</p>
<p><a href="http://cordney.com/lazy-index.php?file=instj2se15.jpg"><img src="http://cordney.com/wp-gallery/instj2se15.jpg" alt="Installer" width="70%"/></a></p>
<p>Now you go to /Applications/Utilities/Java/J2SE 5.0 in Finder and start Java Preferences. From within there you make some necessary changes. Change &#8220;Use version:&#8221; to J2SE 5.0 and at runtime settings drag J2SE 5.0 to be above J2SE 1.4.2. That&#8217;s it. Click Save at the bottom of the window and quit.</p>
<p><a href="http://cordney.com/lazy-index.php?file=java5prefs.jpg"><img src="http://cordney.com/wp-gallery/java5prefs.jpg" alt="Java 5 Preferences" width="80%" /></a></p>
<p>You&#8217;re ready to use Java 1.5 on your Mac, but wait, where is the compiler? Well, I can tell you, it resides in <em>/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/javac</em>. Nice, is&#8217;nt it? If you want to work with XCode you can change the compiler &#8211; as well as the executable path for every project to match Java 5 Binarys.</p>
<p>I found this annoying and decided to take a XCode template and set it up to use Java 1.5. It&#8217;s pretty simple! Just get an existing Java Template from /Library/Application Support/Apple/Developer Tools/Project Templates/Java. I took the Java Tool folder and copied it over to my Desktop. Now i opened it in XCode and let XCode update it.</p>
<p>Following <a href="http://developer.apple.com/documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html">this article</a> from Apple you change the following:</p>
<p><strong>Update: There is a problem with the new template, indeed it seems that XCode 2.1 does not update the -jar argument (projectnameasidentifier).jar. Yaw Anokwa commented on this and was able to create an XCode template which fixes this issue. You can download it from <a href="http://www.anokwa.com/XCodeTemplate_Java5.zip">here</a>. Follow the instructions.txt in the archive.</p>
<p>Thanks to Yaw Anokwa for pointing this out.<br />
</strong></p>
<blockquote><p>
<strong>Target Settings:</strong><br />
Double click the target to edit and provide /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/javac as the value for the JAVA_COMPILER build setting. Change the Target VM Version and Source Version in the Java Compiler Setting to use 1.5.<br />
(To do this select &#8216;Default&#8217; to show configuration at the top left of the window. Then select Expert View, then Java Compiler Settings.)</p>
<p><a href="http://cordney.com/lazy-index.php?file=xcode2jvcomp.jpg"><img src="http://cordney.com/wp-gallery/xcode2jvcomp.jpg" alt="XCode Target Settings" width="70%"/></a></p>
<p><strong>Executable Settings:</strong><br />
Double click the executable named java and enter /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/java as the Executable Path in the General tab of Executable info.<br />
<a href="http://cordney.com/lazy-index.php?file=xcode2jvexec.jpg"><img src="http://cordney.com/wp-gallery/xcode2jvexec.jpg" alt="XCode Executeable Settings" width="80%"/></a>
</p></blockquote>
<p>Now you are almost finished. To have a better sorting in the Templates window of XCode i created a new folder in the Project Templates Directory named &#8216;Java 5&#8242;. Now i again copy the new template from my Desktop over to the Java 5 folder.</p>
<p><a href="http://cordney.com/lazy-index.php?file=jv5toolfolder.jpg"><img src="http://cordney.com/wp-gallery/jv5toolfolder.jpg" alt="Java 5 Tool" width="80%" /></a></p>
<p>Now you create a new project in XCode you will find our Java 5 Tool template. You can do that with all the other Java templates if you want.</p>
<p><a href="http://cordney.com/lazy-index.php?file=xcodenwproj.jpg"><img src="http://cordney.com/wp-gallery/xcodenwproj.jpg" alt="XCode Project Templates" width="70%" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2005/09/24/java-5-setup-on-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&#8216;Back to Life&#8217; &#8211; or: study, new directions and life changes</title>
		<link>http://cordney.com/2005/09/24/back-to-life-or-study-new-directions-and-life-changes/</link>
		<comments>http://cordney.com/2005/09/24/back-to-life-or-study-new-directions-and-life-changes/#comments</comments>
		<pubDate>Sat, 24 Sep 2005 12:06:23 +0000</pubDate>
		<dc:creator>cordney*</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Q]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://cordney.com/?p=8</guid>
		<description><![CDATA[Some of you readers and QemuX users may have wondered about the fact that nothing happened in the past few month&#8230; I want to tell you why: I&#8217;ve been working at a German parcel service for a few hours daily to earn some money and you know, I also got a bit lazy. The thing [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you readers and QemuX users may have wondered about the fact that nothing happened in the past few month&#8230; I want to tell you why:</p>
<p>I&#8217;ve been working at a German parcel service for a few hours daily to earn some money and you know, I also got a bit lazy. The thing is that I had to arrange my own life, I needed the time. I also thought about the future of QemuX in consideration to new circumstances: Apple&#8217;s Intel switch, perspectives for QemuX regarding my programming skills, competition with other apps, other projects I wanted to participate in&#8230; Now I settled down here where I am now, taking new steps in life, I can make some things clearer.</p>
<p>Life: Finishing my Abitur in 2003 I knew that I wanted to study at university. Directions were unclear for a long time, social work was considered, computer stuff, helping third world&#8230; You know, there is a time in life for a young man, where one asks himself: &#8220;Well, what is my task, what is my destiny in this system?&#8221; &#8211; And I don&#8217;t mean system stands for capitalism, society, social state, I think of destiny in a greater system, in a bigger context&#8230; man, it&#8217;s hard to describe.<br />
Well, one would think helping the third world as a development aid worker would be the, let&#8217;s say ,&#8217;best&#8217;. My opinion about this changed in the last 2 years &#8211; I have another plan, but that&#8217;s secret&#8230; You will see. Something in society has to change, we have to built up a fair world, that&#8217;s not the way we can go on. We all should have learned from the past 2000 years and more&#8230; but we didn&#8217;t. Unfortunately. But things will change, for sure&#8230;</p>
<p>From October on I will study IT-Security at <a href="http://www.rub.de">Ruhr-University Bochum</a>. I think this can take me to a new direction- it&#8217;s interesting, powerful, responsible. Of course it&#8217;s a 600 kilometres move away from home, my first own flat, living alone&#8230; Thank god I have a family that supports me, my mom, my lil sis, my brother, my lovely grandparents&#8230;</p>
<p>Now I already live here in Bochum for about two weeks and I feel pretty comfortable! I visit a mathematics preparation course now from monday til&#8217; friday and it&#8217;s quite cool, despite the fact that I feel a little lost, cause the topics are really hard.<br />
In preparation to my courses and lectures I already bought some books: <a href="http://www.amazon.de/exec/obidos/ASIN/377852867X/ref=cm_mp_wli_/302-5891738-1211263?coliid=I19G4GIT12N7BR&#038;colid=1MYPNPQ75031X">&#8220;Basics of electrical engineering&#8221;</a> and <a href="http://www.amazon.de/exec/obidos/ASIN/3937137076/ref=cm_mp_wli_/302-5891738-1211263?coliid=I3HNM9EZN0WDE7&#038;colid=1MYPNPQ75031X">&#8220;Java 5: First steps in programming&#8221;</a>, in German, of course. Setting up Java 5 (which is not 5.0 but 1.5, crazy, he?) on OS X will be covered in another article later.</p>
<p>I hope you are now up-to-date and will read on here in my blog. I promise that I will from now on post a few more articles here.</p>
<p>So far, yours, cordney*</p>
]]></content:encoded>
			<wfw:commentRss>http://cordney.com/2005/09/24/back-to-life-or-study-new-directions-and-life-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

