<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.0-rc2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Charlie's Thoughts</title>
		<link>http://charliecroom.com/index.php</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.0-rc2"/>
		<ttl>60</ttl>
				<item>
			<title>The Open-Source Experience (Pt. 4)</title>
			<link>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-4</link>
			<pubDate>Mon, 23 Aug 2010 21:00:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="alt">Web</category>
<category domain="main">Technology</category>			<guid isPermaLink="false">159@http://charliecroom.com/</guid>
						<description>&lt;p&gt;My Involvement&lt;/p&gt;

&lt;p&gt;Thus far I&amp;#8217;ve only talked about my work with CKEditor, however back in high school I was involved with another project called ALP (Autonomous LAN Party). I found it when I was searching for LAN party software and became interested in it. When I discovered it, a first version had been developed but had since fallen into disrepair. I made a few modifications and found another guy who had made a few modifications and together we took over the project and developed it for awhile. To this day, it still (more or less) works, although the last version was released about 4 years ago.&lt;/p&gt;

&lt;p&gt;We got to the point where we had outgrown the original slopped together version and needed to do a total rewrite. Unfortunately, the prospect of so much work and the lack of people to do it caused the project to fall apart in the planning phase. Nevertheless, all our work is publicly available and maybe someday I or someone else will pick it up and keep going.&lt;/p&gt;

&lt;p&gt;CKEditor, just finished a rewrite and is much better off for it. Although this means it&amp;#8217;s not totally mature yet and has a few bugs still lurking around. I encountered some of these and they were easy enough problems that I could hop right in and fix them. Thus it was quite easy for me to get involved in the project.&lt;/p&gt;

&lt;p&gt;The hard part, however, was running the support forums (I just tried to answer a lot of posts). I ended up fielding about 7 posts a day. Some of the problems were legitimate or valid debugging things. I helped people work out their configurations and do things I had been through when I first setup the editor. On the other hand, some were face palmingly stupid questions which could have been solved by 2 minutes of effort or simply using google. I often had very little patience in these topics.&lt;/p&gt;

&lt;p&gt;My feeling is that you should at least be able to understand the software you are using and how it works before asking questions. There were people who simply needed to find a configuration option (Which is all given on a single page on the site&amp;#8217;s support area). They just hadn&amp;#8217;t looked around before asking. While those cases are stressful, it&amp;#8217;s also nice to see the people who say &amp;#8220;oh thanks!&amp;#8221; when they solve their problem. Those are the people who have actually worked through their problem before asking.&lt;/p&gt;

&lt;p&gt;In any case, working on this project has given me a better understanding of the software, a better understanding of javascript, and made me feel like I&amp;#8217;ve contributed to the project. Sure in a week I probably will never touch the project again, but that&amp;#8217;s how it goes. Next month some new developer will have to use the software and will begin stomping bugs  right where I left off.&lt;/p&gt;

&lt;p&gt;The whole process is really an art though. There&amp;#8217;s open-source software to manage open-source software, I.E. Trac. It&amp;#8217;s the program almost everyone uses to &amp;#8220;trac&amp;#8221; bugs and manage source code. Most interestingly though is the fact that everything has to be so well thought out. Since none of the developers ever really see each other, there&amp;#8217;s a remote code review process, standards have to be employed, and the whole project has to be well documented so that at a moments notice someone new can step in and start contributing.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s a fantastic process and one that I really support. If anything, it&amp;#8217;s made me want to assemble a team to redevelop ALP. In summary I guess the open-source ideal, to me, seems to define a certain type of social norm. The tragedy of the commons doesn&amp;#8217;t apply because even by being selfish, people will still help the project; It's impossible to use up all the open-source resources. Rather than not supporting the project, people will use the software for free and, when they themselves find bugs or make changes, will send their changes back into the commons helping future users.&lt;/p&gt;

&lt;p&gt;Nevertheless, there are things that cost money in these projects. There is also the matter of incentive to develop. So next time you find one of these projects useful, consider sending $10 to help support it's development. After all isn't that better than having to pay hundreds of dollars for some commercial software? Support community development, choose open-source!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>My Involvement</p>

<p>Thus far I&#8217;ve only talked about my work with CKEditor, however back in high school I was involved with another project called ALP (Autonomous LAN Party). I found it when I was searching for LAN party software and became interested in it. When I discovered it, a first version had been developed but had since fallen into disrepair. I made a few modifications and found another guy who had made a few modifications and together we took over the project and developed it for awhile. To this day, it still (more or less) works, although the last version was released about 4 years ago.</p>

<p>We got to the point where we had outgrown the original slopped together version and needed to do a total rewrite. Unfortunately, the prospect of so much work and the lack of people to do it caused the project to fall apart in the planning phase. Nevertheless, all our work is publicly available and maybe someday I or someone else will pick it up and keep going.</p>

<p>CKEditor, just finished a rewrite and is much better off for it. Although this means it&#8217;s not totally mature yet and has a few bugs still lurking around. I encountered some of these and they were easy enough problems that I could hop right in and fix them. Thus it was quite easy for me to get involved in the project.</p>

<p>The hard part, however, was running the support forums (I just tried to answer a lot of posts). I ended up fielding about 7 posts a day. Some of the problems were legitimate or valid debugging things. I helped people work out their configurations and do things I had been through when I first setup the editor. On the other hand, some were face palmingly stupid questions which could have been solved by 2 minutes of effort or simply using google. I often had very little patience in these topics.</p>

<p>My feeling is that you should at least be able to understand the software you are using and how it works before asking questions. There were people who simply needed to find a configuration option (Which is all given on a single page on the site&#8217;s support area). They just hadn&#8217;t looked around before asking. While those cases are stressful, it&#8217;s also nice to see the people who say &#8220;oh thanks!&#8221; when they solve their problem. Those are the people who have actually worked through their problem before asking.</p>

<p>In any case, working on this project has given me a better understanding of the software, a better understanding of javascript, and made me feel like I&#8217;ve contributed to the project. Sure in a week I probably will never touch the project again, but that&#8217;s how it goes. Next month some new developer will have to use the software and will begin stomping bugs  right where I left off.</p>

<p>The whole process is really an art though. There&#8217;s open-source software to manage open-source software, I.E. Trac. It&#8217;s the program almost everyone uses to &#8220;trac&#8221; bugs and manage source code. Most interestingly though is the fact that everything has to be so well thought out. Since none of the developers ever really see each other, there&#8217;s a remote code review process, standards have to be employed, and the whole project has to be well documented so that at a moments notice someone new can step in and start contributing.</p>

<p>It&#8217;s a fantastic process and one that I really support. If anything, it&#8217;s made me want to assemble a team to redevelop ALP. In summary I guess the open-source ideal, to me, seems to define a certain type of social norm. The tragedy of the commons doesn&#8217;t apply because even by being selfish, people will still help the project; It's impossible to use up all the open-source resources. Rather than not supporting the project, people will use the software for free and, when they themselves find bugs or make changes, will send their changes back into the commons helping future users.</p>

<p>Nevertheless, there are things that cost money in these projects. There is also the matter of incentive to develop. So next time you find one of these projects useful, consider sending $10 to help support it's development. After all isn't that better than having to pay hundreds of dollars for some commercial software? Support community development, choose open-source!</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-4#comments</comments>
		</item>
				<item>
			<title>The Open-Source Experience (Pt. 3)</title>
			<link>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-3</link>
			<pubDate>Fri, 20 Aug 2010 19:00:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="alt">Web</category>
<category domain="main">Technology</category>			<guid isPermaLink="false">158@http://charliecroom.com/</guid>
						<description>&lt;p&gt;Pros/Cons&lt;/p&gt;

&lt;p&gt;In case you haven&amp;#8217;t caught on to how open-source software works, we&amp;#8217;re in the middle of a lengthy discussion about how it all works. Next stop, pros and cons. Let&amp;#8217;s get the biggest pro out of the way. IT&amp;#8217;S FREE. Horray. But there are, of course, some downsides too.&lt;/p&gt;

&lt;p&gt;With commercial software, support and follow-through must be exemplary in order to maintain your customer base for future releases. However with open-source, because the software is free, the developers have very little incentive to provide technical support. The support for CKEditor was a little lackluster (non-existent), it&amp;#8217;s also quite poorly documented. This made it very hard to figure out what I was doing wrong without digging around and debugging the code. A lot of people will opt for commercial software because it&amp;#8217;s already been extensively tested and will (usually) function very well out-of-the-box.&lt;/p&gt;

&lt;p&gt;CKEditor might be an exception in this regard however, since normally open source projects will document every single function. Why spend all that time writing wikis and APIs? Because the hope is that if the program is well documented, it will be easier for people to alter the software on their own and thus more contributions will come back to the program. Still, support is often the blind leading the blind.&lt;/p&gt;

&lt;p&gt;The upside to glitches in open-source software is that they are usually fixed quickly and the software tends to have more releases than its commercial counterparts. In addition, customers usually have the option of three different types of releases. Stable, Beta, and Nightly. Stable is the equivalent of a commercial release. It's supposed to be extremely stable and polished. If, however, you want to have the newest features and bug-fixes sooner, you can opt for a beta version. These versions tend to have some kinks that still need working out, but generally function quite well. Finally, there's nightly. This is basically a copy of the source code (From the SVN, remember?) which is built automatically every night.&lt;/p&gt;

&lt;p&gt;Even though nightly builds are supposed to be quite unstable, CKEditor usually has very good nightly packages. This is because all code changes are reviewed before they are committed, thus changes tend to work with 95% certainty as soon as they are in the code base.&lt;/p&gt;

&lt;p&gt;Features can be another huge factor in choosing. Again though, it&amp;#8217;s a two part problem. While commercial software might have more features initally, it&amp;#8217;s usually easier to request new features in open-source software and to have those changes made. (Try asking Microsoft to add 16-bit support to 64-bit OS&amp;#8217;s, I dare you).&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s the sticky part though. Remember way back when we talked about licensing? Well that means that any part of an open-source program can be reused (Under certain licenses). Thus Microsoft could, in theory, use some part of CKEditor for it&amp;#8217;s own nefarious purposes, however the same is not true in reverse. Commercial companies can use these things called patents to exclude anyone else from using the software. Despite the short 10-year lifespan, this is an eternity in computer terms and effectively means that commercial applications can have features that no one else does.&lt;/p&gt;

&lt;p&gt;In fact, this problem is most present in video codecs right now. Remember when I said that linux was 100% open-source? Well that is except for one video codec. The problem is that it&amp;#8217;s commercial and thus doesn&amp;#8217;t have to include its source code. This is also a problem for HTML5 video tags (New way of playing videos in browsers more or less), people cannot decide on a standard codec to use because one is commercial (and a bit better?) but one is open source. Thus, due to asymmetric information&amp;#8230;this round goes to commercial. Nevertheless, more and more companies are starting to give back to the open-source community in various ways. So keep an eye on this tussle in the future.&lt;/p&gt;

&lt;p&gt;I think now you can see why not everyone is using open-source software. It sometimes isn&amp;#8217;t available, especially in niche areas where there wouldn&amp;#8217;t be enough developers and sometimes it just doesn&amp;#8217;t get the job done as well as commercial products. I still HIGHLY encourage you to give it a try! Take the OpenOffice challenge and try to use the free program for 6 months instead of Microsoft Office. You'll see that OpenOffice is really really good, but probably be so used to Microsoft that it will be hard to use.&lt;/p&gt;

&lt;p&gt;Anyways, next time, we&amp;#8217;ll get into my involvement and experiences with open-source projects.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Pros/Cons</p>

<p>In case you haven&#8217;t caught on to how open-source software works, we&#8217;re in the middle of a lengthy discussion about how it all works. Next stop, pros and cons. Let&#8217;s get the biggest pro out of the way. IT&#8217;S FREE. Horray. But there are, of course, some downsides too.</p>

<p>With commercial software, support and follow-through must be exemplary in order to maintain your customer base for future releases. However with open-source, because the software is free, the developers have very little incentive to provide technical support. The support for CKEditor was a little lackluster (non-existent), it&#8217;s also quite poorly documented. This made it very hard to figure out what I was doing wrong without digging around and debugging the code. A lot of people will opt for commercial software because it&#8217;s already been extensively tested and will (usually) function very well out-of-the-box.</p>

<p>CKEditor might be an exception in this regard however, since normally open source projects will document every single function. Why spend all that time writing wikis and APIs? Because the hope is that if the program is well documented, it will be easier for people to alter the software on their own and thus more contributions will come back to the program. Still, support is often the blind leading the blind.</p>

<p>The upside to glitches in open-source software is that they are usually fixed quickly and the software tends to have more releases than its commercial counterparts. In addition, customers usually have the option of three different types of releases. Stable, Beta, and Nightly. Stable is the equivalent of a commercial release. It's supposed to be extremely stable and polished. If, however, you want to have the newest features and bug-fixes sooner, you can opt for a beta version. These versions tend to have some kinks that still need working out, but generally function quite well. Finally, there's nightly. This is basically a copy of the source code (From the SVN, remember?) which is built automatically every night.</p>

<p>Even though nightly builds are supposed to be quite unstable, CKEditor usually has very good nightly packages. This is because all code changes are reviewed before they are committed, thus changes tend to work with 95% certainty as soon as they are in the code base.</p>

<p>Features can be another huge factor in choosing. Again though, it&#8217;s a two part problem. While commercial software might have more features initally, it&#8217;s usually easier to request new features in open-source software and to have those changes made. (Try asking Microsoft to add 16-bit support to 64-bit OS&#8217;s, I dare you).</p>

<p>Here&#8217;s the sticky part though. Remember way back when we talked about licensing? Well that means that any part of an open-source program can be reused (Under certain licenses). Thus Microsoft could, in theory, use some part of CKEditor for it&#8217;s own nefarious purposes, however the same is not true in reverse. Commercial companies can use these things called patents to exclude anyone else from using the software. Despite the short 10-year lifespan, this is an eternity in computer terms and effectively means that commercial applications can have features that no one else does.</p>

<p>In fact, this problem is most present in video codecs right now. Remember when I said that linux was 100% open-source? Well that is except for one video codec. The problem is that it&#8217;s commercial and thus doesn&#8217;t have to include its source code. This is also a problem for HTML5 video tags (New way of playing videos in browsers more or less), people cannot decide on a standard codec to use because one is commercial (and a bit better?) but one is open source. Thus, due to asymmetric information&#8230;this round goes to commercial. Nevertheless, more and more companies are starting to give back to the open-source community in various ways. So keep an eye on this tussle in the future.</p>

<p>I think now you can see why not everyone is using open-source software. It sometimes isn&#8217;t available, especially in niche areas where there wouldn&#8217;t be enough developers and sometimes it just doesn&#8217;t get the job done as well as commercial products. I still HIGHLY encourage you to give it a try! Take the OpenOffice challenge and try to use the free program for 6 months instead of Microsoft Office. You'll see that OpenOffice is really really good, but probably be so used to Microsoft that it will be hard to use.</p>

<p>Anyways, next time, we&#8217;ll get into my involvement and experiences with open-source projects.</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-3#comments</comments>
		</item>
				<item>
			<title>The Open-Source Experience (Pt. 2)</title>
			<link>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-2</link>
			<pubDate>Tue, 17 Aug 2010 21:00:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="alt">Current Events</category>
<category domain="main">Technology</category>			<guid isPermaLink="false">157@http://charliecroom.com/</guid>
						<description>&lt;p&gt;This is part two in our look at open source software, this edition covers how open-source software comes into being and is developed essentially for free!&lt;/p&gt;

&lt;p&gt;Contributing:&lt;/p&gt;

&lt;p&gt;Normal companies like Microsoft, Google, etc. pay people to develop software, but yet there is often comparable software (Linux, OpenOffice, etc.) which is free, if not better. So how do these free applications stay free? Well in the case of large projects such as Linux and Firefox, they are supported by foundations which collect donations and solicit support to help fund the core developers and to pay for the overhead of running a website.&lt;/p&gt;

&lt;p&gt;Most projects, however, begin with a spark from one individual or a group which does the initial development. For small things, maybe it&amp;#8217;s just some guy who made a tool for himself and decided to share it. For medium sized projects, the initial release is often sloppy and bug-ridden as it is developed (and thus tested) by a small number of people.&lt;/p&gt;

&lt;p&gt;As the project gains popularity (If it ever does), people will start to complain about the bugs and to request features. The developers will usually prioritize those requests and work on them in their free-time (I.E. Slowly). As a project becomes more stable and useful however, individuals and companies (like myself) will start to use the projects. Those people may have different requirements than what the software does out of the box. For instance, my company wanted to be able to use IFrames in CKEditor. Thus it became my job to develop a plugin which could handle this task. When I was done, (and since I&amp;#8217;m a very classy open source guy), I sent my work back to the project.&lt;/p&gt;

&lt;p&gt;Now it isn't as though anyone can just waltz in and alter the code. Usually the code is stored in what's called an SVN system (Subversion Control System). This system is the perfect solution for managing projects. Here's why. First, everytime a new file is saved, a copy is created. Thus if I were to commit some bad code, it could just be rolled back to an old version, no problem. Second, it can do &quot;branching&quot; of code. This in effect creates a second copy of the code which people can work on for specific reasons. For instance, when a large new feature was introduced to CKEditor, it was first created in a branch so that any problems stemming from this feature could be isolated from the rest of the code changes.&lt;/p&gt;

&lt;p&gt;It all sounds complicated, but it's really easy to use. To keep things sane, only the core developers can approve changes to the source code. So once they approve my plugin, it will eventually be integrated in and redistributed as part of the program. Thus even though my company didn&amp;#8217;t pay for the program, we paid for the program indirectly. Because my company pays me, and it became my job to work on the project, the project as a whole benefits.&lt;/p&gt;

&lt;p&gt;More generally, because each user wants slightly different things out of a program. They will expand the program in the direction of their needs. If we look at the entire user base, this will have the effect of eventually expanding and bolstering the project in all directions. &lt;/p&gt;

&lt;p&gt;From a companies/users perspective, they could pay 1000$ for a commercial solution, or could pay their developers 400$ to take open-source software and alter it to fit their needs. For the company/user, this is often more lucrative because they are permitted to directly change the program and will benefit from future development, which is not always the case with commercial software.&lt;/p&gt;

&lt;p&gt;So how does the software perform head-to-head? That&amp;#8217;s something we&amp;#8217;ll look at next time.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>This is part two in our look at open source software, this edition covers how open-source software comes into being and is developed essentially for free!</p>

<p>Contributing:</p>

<p>Normal companies like Microsoft, Google, etc. pay people to develop software, but yet there is often comparable software (Linux, OpenOffice, etc.) which is free, if not better. So how do these free applications stay free? Well in the case of large projects such as Linux and Firefox, they are supported by foundations which collect donations and solicit support to help fund the core developers and to pay for the overhead of running a website.</p>

<p>Most projects, however, begin with a spark from one individual or a group which does the initial development. For small things, maybe it&#8217;s just some guy who made a tool for himself and decided to share it. For medium sized projects, the initial release is often sloppy and bug-ridden as it is developed (and thus tested) by a small number of people.</p>

<p>As the project gains popularity (If it ever does), people will start to complain about the bugs and to request features. The developers will usually prioritize those requests and work on them in their free-time (I.E. Slowly). As a project becomes more stable and useful however, individuals and companies (like myself) will start to use the projects. Those people may have different requirements than what the software does out of the box. For instance, my company wanted to be able to use IFrames in CKEditor. Thus it became my job to develop a plugin which could handle this task. When I was done, (and since I&#8217;m a very classy open source guy), I sent my work back to the project.</p>

<p>Now it isn't as though anyone can just waltz in and alter the code. Usually the code is stored in what's called an SVN system (Subversion Control System). This system is the perfect solution for managing projects. Here's why. First, everytime a new file is saved, a copy is created. Thus if I were to commit some bad code, it could just be rolled back to an old version, no problem. Second, it can do "branching" of code. This in effect creates a second copy of the code which people can work on for specific reasons. For instance, when a large new feature was introduced to CKEditor, it was first created in a branch so that any problems stemming from this feature could be isolated from the rest of the code changes.</p>

<p>It all sounds complicated, but it's really easy to use. To keep things sane, only the core developers can approve changes to the source code. So once they approve my plugin, it will eventually be integrated in and redistributed as part of the program. Thus even though my company didn&#8217;t pay for the program, we paid for the program indirectly. Because my company pays me, and it became my job to work on the project, the project as a whole benefits.</p>

<p>More generally, because each user wants slightly different things out of a program. They will expand the program in the direction of their needs. If we look at the entire user base, this will have the effect of eventually expanding and bolstering the project in all directions. </p>

<p>From a companies/users perspective, they could pay 1000$ for a commercial solution, or could pay their developers 400$ to take open-source software and alter it to fit their needs. For the company/user, this is often more lucrative because they are permitted to directly change the program and will benefit from future development, which is not always the case with commercial software.</p>

<p>So how does the software perform head-to-head? That&#8217;s something we&#8217;ll look at next time.</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/tech/the-open-source-experience-pt-2#comments</comments>
		</item>
				<item>
			<title>The Open-Source Experience (Pt. 1)</title>
			<link>http://charliecroom.com/index.php/web/the-open-source-experience-1</link>
			<pubDate>Sat, 14 Aug 2010 20:30:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="alt">Current Events</category>
<category domain="main">Web</category>			<guid isPermaLink="false">156@http://charliecroom.com/</guid>
						<description>&lt;p&gt;So this week version 3.4 of CKEditor was released. CKEditor is a very popular WYSIWYG editor written in javascript. Since we use this program at our office, I spent most of the last release cycle working with CKEditor. I decided to go one step further though and fill the void of support on the forums.&lt;/p&gt;

&lt;p&gt;Over the past month I've contributed about 10 bug findings, 15 bug patches, 2 plugins, and lots of support hours. Not all of my contributions made it into this release (Some will be in 3.5), but I wanted to take some time to reflect on my second major open-source project involvement. Especially in light of the open-source movement which is constantly growing and becoming more of a debate in the technological community as various companies &quot;embrace&quot; open-source practices, buy open-source companies, or use open-source software.&lt;/p&gt;

&lt;p&gt;This will be a multi-part series about Open-Source software, its pros and cons, project life-cycle, and more! So let&amp;#8217;s start with a bit of background.&lt;/p&gt;

&lt;p&gt;For the uninitiated, one of the biggest trends in software development right now is the open source model. Source code is the raw programming code which produces the programs and sites you use. For example, when you look at my blog, you see HTML, you cannot however see the source code (PHP) which was used to generate this HTML. Also, when you run Word or any other program, you will not find the code which powers that program. Just the EXE.&lt;/p&gt;

&lt;p&gt;Open-Source programs on the other hand, usually require that the program be distributed with its source code, and that the source code be kept in a publicly accessible place. So when you use CKEditor on a website, it&amp;#8217;s shrunken down, translated and basically unreadable&amp;#8230;but it&amp;#8217;s easy to get the source code to make changes.&lt;/p&gt;

&lt;p&gt;Since the raw-code is available, open-source programs are usually free to use under certain conditions. These include: 1) The source code must always be distributed, 2) The license may not be altered (It&amp;#8217;s at the top of every file), 3) Attribution must remain, 4) It may not be used in commercial products. Since this doesn&amp;#8217;t fit everyone, many people will offer a second type of license for commercial applications. This allows companies to pay a certain amount of money for a different license which lets them remove references to the original product and to use it in a commercial program.&lt;/p&gt;

&lt;p&gt;For example, if I were to use CKEditor to allow you to comment on my site, that&amp;#8217;s fine. But if I used it in the same was (for editing comments) in a Content Management System which I sold to companies, I would need a different license. Anyways, there are some core CKEditor developers who presumably use this money as their salary (Including the guy who the editor is named after).&lt;/p&gt;

&lt;p&gt;One of the biggest sites for Open-Source software is &lt;a href=&quot;http://www.sourceforge.net&quot;&gt;http://www.sourceforge.net&lt;/a&gt; where all projects are open source (or are supposed to be). Projects here include Filezilla, eMule, Azureus, Bittorrent, 7-Zip, Audacity and more. Did you know Firefox is open source? As is the entire Linux operating system. Anyways, it&amp;#8217;s kind of a big deal.&lt;/p&gt;

&lt;p&gt;Well now you know a little bit of backround about what exactly an open-source project is. There is, of course, a catch which is, it&amp;#8217;s all distributed free&amp;#8230;and who would work for free? Well that&amp;#8217;s something for next time.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>So this week version 3.4 of CKEditor was released. CKEditor is a very popular WYSIWYG editor written in javascript. Since we use this program at our office, I spent most of the last release cycle working with CKEditor. I decided to go one step further though and fill the void of support on the forums.</p>

<p>Over the past month I've contributed about 10 bug findings, 15 bug patches, 2 plugins, and lots of support hours. Not all of my contributions made it into this release (Some will be in 3.5), but I wanted to take some time to reflect on my second major open-source project involvement. Especially in light of the open-source movement which is constantly growing and becoming more of a debate in the technological community as various companies "embrace" open-source practices, buy open-source companies, or use open-source software.</p>

<p>This will be a multi-part series about Open-Source software, its pros and cons, project life-cycle, and more! So let&#8217;s start with a bit of background.</p>

<p>For the uninitiated, one of the biggest trends in software development right now is the open source model. Source code is the raw programming code which produces the programs and sites you use. For example, when you look at my blog, you see HTML, you cannot however see the source code (PHP) which was used to generate this HTML. Also, when you run Word or any other program, you will not find the code which powers that program. Just the EXE.</p>

<p>Open-Source programs on the other hand, usually require that the program be distributed with its source code, and that the source code be kept in a publicly accessible place. So when you use CKEditor on a website, it&#8217;s shrunken down, translated and basically unreadable&#8230;but it&#8217;s easy to get the source code to make changes.</p>

<p>Since the raw-code is available, open-source programs are usually free to use under certain conditions. These include: 1) The source code must always be distributed, 2) The license may not be altered (It&#8217;s at the top of every file), 3) Attribution must remain, 4) It may not be used in commercial products. Since this doesn&#8217;t fit everyone, many people will offer a second type of license for commercial applications. This allows companies to pay a certain amount of money for a different license which lets them remove references to the original product and to use it in a commercial program.</p>

<p>For example, if I were to use CKEditor to allow you to comment on my site, that&#8217;s fine. But if I used it in the same was (for editing comments) in a Content Management System which I sold to companies, I would need a different license. Anyways, there are some core CKEditor developers who presumably use this money as their salary (Including the guy who the editor is named after).</p>

<p>One of the biggest sites for Open-Source software is <a href="http://www.sourceforge.net">http://www.sourceforge.net</a> where all projects are open source (or are supposed to be). Projects here include Filezilla, eMule, Azureus, Bittorrent, 7-Zip, Audacity and more. Did you know Firefox is open source? As is the entire Linux operating system. Anyways, it&#8217;s kind of a big deal.</p>

<p>Well now you know a little bit of backround about what exactly an open-source project is. There is, of course, a catch which is, it&#8217;s all distributed free&#8230;and who would work for free? Well that&#8217;s something for next time.</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/web/the-open-source-experience-1#comments</comments>
		</item>
				<item>
			<title>Charlie goes East: An American Tail</title>
			<link>http://charliecroom.com/index.php/travel/charlie-goes-east</link>
			<pubDate>Mon, 09 Aug 2010 16:00:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="main">Travel</category>			<guid isPermaLink="false">155@http://charliecroom.com/</guid>
						<description>&lt;p&gt;In order to make the most of my last weekend of Eurail pass validity, I packed my bags and headed East to Vienna and Budapest. Despite a lingering illness, I had a fantastic time. This was my furthest journey east in Europe to date and also one of the longest.&lt;/p&gt;

&lt;p&gt;I woke up around 6:15 on Thursday morning to catch the first train out of Munich to Vienna where I was meeting my friend for the weekend. After we met around noon, we dropped off our bags at the hostel and headed out. Sights included the beautiful Sch&amp;#246;nbrunn Palace and surroundings which were quite impressive. Covering at least a square mile, the Palace area is home to a number of cool attractions. We checked out the Palm House first, mainly because of its awesome appearance. After that we made our way over to the actual palace and up the hill where we had a fantastic view of the palace and city.&lt;/p&gt;

&lt;p&gt;After that we made our way to a vocational gardening school which is only open once a month. Wandered around there for a bit, then headed to the city center and bummed around. At that point, it was about time for Charlie&amp;#8217;s afternoon sick nap, so we slept for a couple hours at the hostel.&lt;/p&gt;

&lt;p&gt;Not wanting to waste too much time sleeping, I got up in the middle of the night (8PM). At which point we went to the hostel bar for a snack and to claim our welcome drinks. We tried a few more cocktails there before heading back downtown. Eventually we ended up at the Circus/Fair area of town where we got Currywurst, more beer, and rode the ferris wheel. Actually, we rode a normal Ferris wheel instead of &amp;#8220;the&amp;#8221; Ferris wheel. But we we&amp;#8217;re pretty sure our ride was better.&lt;/p&gt;

&lt;p&gt;Once we&amp;#8217;d had our fair share of fair stuff, we headed to a bar she had heard about. After literally walking back and forth down a street three times, we finally asked someone where this place was. Apparently it&amp;#8217;s an unmarked door that just opens into a bar (sketchy). The place was really cool though. It had a bar in the center and lots of seating around the outside for lounging. What was most interesting though was the d&amp;#233;cor. We are pretty sure that the entire room is composed of white walls and random white shapes hanging from the ceiling. But this place was decorated entirely by a series of 12 projectors showing very colorful designs on the walls. I should have taken pictures, but didn&amp;#8217;t. Too bad we couldn&amp;#8217;t go back&amp;#8230;does it change every night? What does it look like during the day? We&amp;#8217;ll never know. In any case, we barely caught the last subway (clutch) and headed home.&lt;/p&gt;

&lt;p&gt;Friday we woke up, checked out and headed to check out some things near the center. The church was pretty nice, but the highlight was the &amp;#8220;House of Music&amp;#8221;. Sitting somewhere in between the Twilight Zone, Electronica, and Philosophy, this &amp;#8220;museum&amp;#8221; poses grandiose questions about deeply philosophical topics while somehow maintaining that the museum was about music. It was more like Impression 5 meets Philosophy 201. I think they forgot to hand us our drugs at the door, nevertheless we had a good time.&lt;/p&gt;

&lt;p&gt;Finally, we wandered around the inner ring to our subway and headed to the station to travel to Budapest. Let me preface this by saying that Budapest is so much more different than every other city I&amp;#8217;ve been to thus far. While closest to Prauge, it was just so much more distinct than the other cities. The pre-soviet-era buses and trams definitely gave it some character, but it wasn&amp;#8217;t just the dilapidation around the edges which set it apart. The feel of the city was very different from Western Europe. While walking down the street, the buildings all felt more imposing, though there were greenplaces and city art aplenty. Certain streets with outdoor cafes felt akin to NYC or Paris even.&lt;/p&gt;

&lt;p&gt;The first night we went to enjoy one such restaurant before heading back and hanging out for the night. (Charlie only got 1.5-hours of afternoon-sick-nap-time on the train). The following day, we crammed in all the sites. We started by going to the outskirts of town for a flea market. This was a sight to behold as literally anything one could conceivably want was being sold. Most of it was Soviet era junk probably unused for years. I&amp;#8217;m almost sure one could assemble a tank using only parts from this market.&lt;/p&gt;

&lt;p&gt;After this we headed back to town, checked out a huge food / souvenir type market and grabbed lunch. After lunch (Next to the coolest fountain ever), we wandered through the city a bit more and headed up the hill to the fortress area. There we checked out more churches and ramparts and had some nice views. Finally, we headed back to the house to grab dinner.&lt;/p&gt;

&lt;p&gt;Our night started out with a Hungarian stand-up comedy show in English which, for a number of reasons, turned out to be quite entertaining. After that, we wandered to the famous &amp;#8220;Ruin Bars&amp;#8221; of Budapest. These bars are built in ruined or abandoned buildings. The one we went to was quite impressive. It spanned two floors with ample seating area and was very well lit and decorated, maintaining the feel of the open-air portions and surrounding buildings. Later on we checked out another (much less cool) bar and eventually headed home.&lt;/p&gt;

&lt;p&gt;The next morning we checked out a few more areas and most notably, the House of Photography which was 150% less trippy than its counterpart in Vienna. I took the last train home (3 PM) and eventually got back home after my whirlwind weekend.&lt;/p&gt;

&lt;p&gt;I am getting pretty used to wandering around Europe, but it was a really nice experience to have these cities still seem &quot;new&quot; to me. We didn't do some of the more touristy things, instead opting for a more specialized list of sights and bars assembled by my colleague. As I mentioned, I really enjoyed Budapest (Both the Buda and Pest sides!) I think it's definitely a must-see city if traveling around Europe. It also serves as a good stepping stone for getting further east. In any case, that wraps up my large European travels for the summer. But no worries, I'll have more meanderings coming yet!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>In order to make the most of my last weekend of Eurail pass validity, I packed my bags and headed East to Vienna and Budapest. Despite a lingering illness, I had a fantastic time. This was my furthest journey east in Europe to date and also one of the longest.</p>

<p>I woke up around 6:15 on Thursday morning to catch the first train out of Munich to Vienna where I was meeting my friend for the weekend. After we met around noon, we dropped off our bags at the hostel and headed out. Sights included the beautiful Sch&#246;nbrunn Palace and surroundings which were quite impressive. Covering at least a square mile, the Palace area is home to a number of cool attractions. We checked out the Palm House first, mainly because of its awesome appearance. After that we made our way over to the actual palace and up the hill where we had a fantastic view of the palace and city.</p>

<p>After that we made our way to a vocational gardening school which is only open once a month. Wandered around there for a bit, then headed to the city center and bummed around. At that point, it was about time for Charlie&#8217;s afternoon sick nap, so we slept for a couple hours at the hostel.</p>

<p>Not wanting to waste too much time sleeping, I got up in the middle of the night (8PM). At which point we went to the hostel bar for a snack and to claim our welcome drinks. We tried a few more cocktails there before heading back downtown. Eventually we ended up at the Circus/Fair area of town where we got Currywurst, more beer, and rode the ferris wheel. Actually, we rode a normal Ferris wheel instead of &#8220;the&#8221; Ferris wheel. But we we&#8217;re pretty sure our ride was better.</p>

<p>Once we&#8217;d had our fair share of fair stuff, we headed to a bar she had heard about. After literally walking back and forth down a street three times, we finally asked someone where this place was. Apparently it&#8217;s an unmarked door that just opens into a bar (sketchy). The place was really cool though. It had a bar in the center and lots of seating around the outside for lounging. What was most interesting though was the d&#233;cor. We are pretty sure that the entire room is composed of white walls and random white shapes hanging from the ceiling. But this place was decorated entirely by a series of 12 projectors showing very colorful designs on the walls. I should have taken pictures, but didn&#8217;t. Too bad we couldn&#8217;t go back&#8230;does it change every night? What does it look like during the day? We&#8217;ll never know. In any case, we barely caught the last subway (clutch) and headed home.</p>

<p>Friday we woke up, checked out and headed to check out some things near the center. The church was pretty nice, but the highlight was the &#8220;House of Music&#8221;. Sitting somewhere in between the Twilight Zone, Electronica, and Philosophy, this &#8220;museum&#8221; poses grandiose questions about deeply philosophical topics while somehow maintaining that the museum was about music. It was more like Impression 5 meets Philosophy 201. I think they forgot to hand us our drugs at the door, nevertheless we had a good time.</p>

<p>Finally, we wandered around the inner ring to our subway and headed to the station to travel to Budapest. Let me preface this by saying that Budapest is so much more different than every other city I&#8217;ve been to thus far. While closest to Prauge, it was just so much more distinct than the other cities. The pre-soviet-era buses and trams definitely gave it some character, but it wasn&#8217;t just the dilapidation around the edges which set it apart. The feel of the city was very different from Western Europe. While walking down the street, the buildings all felt more imposing, though there were greenplaces and city art aplenty. Certain streets with outdoor cafes felt akin to NYC or Paris even.</p>

<p>The first night we went to enjoy one such restaurant before heading back and hanging out for the night. (Charlie only got 1.5-hours of afternoon-sick-nap-time on the train). The following day, we crammed in all the sites. We started by going to the outskirts of town for a flea market. This was a sight to behold as literally anything one could conceivably want was being sold. Most of it was Soviet era junk probably unused for years. I&#8217;m almost sure one could assemble a tank using only parts from this market.</p>

<p>After this we headed back to town, checked out a huge food / souvenir type market and grabbed lunch. After lunch (Next to the coolest fountain ever), we wandered through the city a bit more and headed up the hill to the fortress area. There we checked out more churches and ramparts and had some nice views. Finally, we headed back to the house to grab dinner.</p>

<p>Our night started out with a Hungarian stand-up comedy show in English which, for a number of reasons, turned out to be quite entertaining. After that, we wandered to the famous &#8220;Ruin Bars&#8221; of Budapest. These bars are built in ruined or abandoned buildings. The one we went to was quite impressive. It spanned two floors with ample seating area and was very well lit and decorated, maintaining the feel of the open-air portions and surrounding buildings. Later on we checked out another (much less cool) bar and eventually headed home.</p>

<p>The next morning we checked out a few more areas and most notably, the House of Photography which was 150% less trippy than its counterpart in Vienna. I took the last train home (3 PM) and eventually got back home after my whirlwind weekend.</p>

<p>I am getting pretty used to wandering around Europe, but it was a really nice experience to have these cities still seem "new" to me. We didn't do some of the more touristy things, instead opting for a more specialized list of sights and bars assembled by my colleague. As I mentioned, I really enjoyed Budapest (Both the Buda and Pest sides!) I think it's definitely a must-see city if traveling around Europe. It also serves as a good stepping stone for getting further east. In any case, that wraps up my large European travels for the summer. But no worries, I'll have more meanderings coming yet!</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/travel/charlie-goes-east#comments</comments>
		</item>
				<item>
			<title>Playing Old 16-bit Software on 64-bit Systems</title>
			<link>http://charliecroom.com/index.php/tech/playing-old-16-bit-software-on-64-bit</link>
			<pubDate>Tue, 03 Aug 2010 09:30:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="main">Technology</category>			<guid isPermaLink="false">154@http://charliecroom.com/</guid>
						<description>&lt;p&gt;Every now and then I get the urge to build a 5-star tower, listen to the power line sound effect from Sim City 2000, or report heavy traffic from the cockpit of SimCopter. So when the latest urge struck, I immediately headed over to Abandonia to pick up some games, but quickly ran into problems.&lt;/p&gt;

&lt;p&gt;First off, you've probably heard that downloading games is illegal. Well that's usually the case. However when you get as old as I am, some games start to expire and fall into a category of game called &lt;a href=&quot;http://en.wikipedia.org/wiki/Abandonware&quot;&gt;Abandonware&lt;/a&gt;. It's a moving definition, but generally includes games that are too old for the original manufacterer to distribute it anymore (Or to make a profit from it). Searching abandonware will yield plenty of sites distributing games.&lt;/p&gt;

&lt;p&gt;After downloading, SimTower, SimCity, and SimCopter, I tried to install them, only to find they would not install. Now these games are old. They are from the 16-bit game era. Most modern operating systems since Windows 95 are 32-bit, and now the move towards 64-bit systems is occuring. The problem is that Microsoft doesn't include 16-bit support in their 64-bit OSes. Since I have Windows 7 64-bit, I cannot natively play 16-bit games. Well that just wouldn't do so I set off to find alternatives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;br /&gt;
After a bit of looking, I came across two options. The first is called VirtualBoxing. It is essentially running an OS within an OS. Usually this requires you to have the second OS, but I came across &lt;a href=&quot;http://www.vmlite.com/&quot;&gt;VMLite&lt;/a&gt; which auto-installs Windows XP for you. (Windows XP supports 16-bit software). Minutes later, I was off!&lt;/p&gt;

&lt;p&gt;I also ran across a second (Un-tested) solution. This essentially kills off the current OS while your program is running, so not as useful, but easy to try, lightweight, and no risk! If something goes wrong hit ctrl-alt-delete, bring up task manager, go to data-new task, and put in &quot;explorer&quot;. Anyways:&lt;/p&gt;

&lt;p&gt;Take the below code, save it as a .bat file (Batch File), save and run!&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;taskkill /f /IM explorer.exe&lt;br /&gt;
(Put your app.exe here)&lt;br /&gt;
pause&lt;br /&gt;
start explorer.exe&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Hope it works for you. Let me know. Also, I've listened to the noise 200 times and I'm 90% sure that the power line noise is actually a guy just going &quot;BZZZZZZZZT&quot;.&lt;/p&gt;

&lt;p&gt;UPDATE: After experiencing numerous problems playing simcopter with &quot;An unrecoverable error has occurred and SimCopter must quit. Do you want to try and save the game&quot;. I found the following thread:&lt;br /&gt;
&lt;a href=&quot;http://forums.civfanatics.com/showpost.php?p=7047874&amp;amp;postcount=17&quot;&gt;http://forums.civfanatics.com/showpost.php?p=7047874&amp;amp;postcount=17&lt;/a&gt;&lt;br /&gt;
Turns out fast CPUs break the game (Which I should have known from trying to play Jetfighter 3). The solution? Just burn off extra CPU cycles using CPUGrabber. The link in the thread doesn't work, but you can google it. Ahhh, the good old games that go as fast as your CPU can...love it...&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Every now and then I get the urge to build a 5-star tower, listen to the power line sound effect from Sim City 2000, or report heavy traffic from the cockpit of SimCopter. So when the latest urge struck, I immediately headed over to Abandonia to pick up some games, but quickly ran into problems.</p>

<p>First off, you've probably heard that downloading games is illegal. Well that's usually the case. However when you get as old as I am, some games start to expire and fall into a category of game called <a href="http://en.wikipedia.org/wiki/Abandonware">Abandonware</a>. It's a moving definition, but generally includes games that are too old for the original manufacterer to distribute it anymore (Or to make a profit from it). Searching abandonware will yield plenty of sites distributing games.</p>

<p>After downloading, SimTower, SimCity, and SimCopter, I tried to install them, only to find they would not install. Now these games are old. They are from the 16-bit game era. Most modern operating systems since Windows 95 are 32-bit, and now the move towards 64-bit systems is occuring. The problem is that Microsoft doesn't include 16-bit support in their 64-bit OSes. Since I have Windows 7 64-bit, I cannot natively play 16-bit games. Well that just wouldn't do so I set off to find alternatives.</p>

<p><strong>Solution:</strong><br />
After a bit of looking, I came across two options. The first is called VirtualBoxing. It is essentially running an OS within an OS. Usually this requires you to have the second OS, but I came across <a href="http://www.vmlite.com/">VMLite</a> which auto-installs Windows XP for you. (Windows XP supports 16-bit software). Minutes later, I was off!</p>

<p>I also ran across a second (Un-tested) solution. This essentially kills off the current OS while your program is running, so not as useful, but easy to try, lightweight, and no risk! If something goes wrong hit ctrl-alt-delete, bring up task manager, go to data-new task, and put in "explorer". Anyways:</p>

<p>Take the below code, save it as a .bat file (Batch File), save and run!</p>

<blockquote><p>taskkill /f /IM explorer.exe<br />
(Put your app.exe here)<br />
pause<br />
start explorer.exe</p></blockquote>

<p>Hope it works for you. Let me know. Also, I've listened to the noise 200 times and I'm 90% sure that the power line noise is actually a guy just going "BZZZZZZZZT".</p>

<p>UPDATE: After experiencing numerous problems playing simcopter with "An unrecoverable error has occurred and SimCopter must quit. Do you want to try and save the game". I found the following thread:<br />
<a href="http://forums.civfanatics.com/showpost.php?p=7047874&amp;postcount=17">http://forums.civfanatics.com/showpost.php?p=7047874&amp;postcount=17</a><br />
Turns out fast CPUs break the game (Which I should have known from trying to play Jetfighter 3). The solution? Just burn off extra CPU cycles using CPUGrabber. The link in the thread doesn't work, but you can google it. Ahhh, the good old games that go as fast as your CPU can...love it...</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/tech/playing-old-16-bit-software-on-64-bit#comments</comments>
		</item>
				<item>
			<title>Eurail Costs</title>
			<link>http://charliecroom.com/index.php/travel/eurail-costs</link>
			<pubDate>Tue, 27 Jul 2010 11:45:00 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="alt">The Life</category>
<category domain="alt">The World</category>
<category domain="main">Travel</category>			<guid isPermaLink="false">153@http://charliecroom.com/</guid>
						<description>&lt;p&gt;A lot of people ask me, is a Eurail pass worth it? Since we covered variable travel costs last post, let's do the fixed travel pass comparison this time.&lt;/p&gt;

&lt;p&gt;First, it&amp;#8217;s important to research the pass that best fits you. Obviously you get more value the longer your pass is valid for. A one-month global pass is $679, while a three-month is $1189. If you divide this out by weeks, you'll see that you only have to spend ~$100 per week to recoup the 3-month as opposed to over $160 for the one-month.&lt;/p&gt;

&lt;p&gt;There are, of course, alternatives. You can get the limited number of days in a certain number of countries variety which will save you some cash. 15 days across 2 months spanning 5 countries (or regions) is only $589.&lt;/p&gt;

&lt;p&gt;Even better, there are often ISIC card deals and the saver pass. The new saver pass costs about 1.5x as much as the youth global pass, but enables 2-5 people to travel together. Find four friends and you are doing Europe for dirt cheap. Can you say no brainer?&lt;/p&gt;

&lt;p&gt;But unfortunately, no one wanted to come live and travel with you, so you're out on your own trying to find a pass. Probably the most important factor to you is cost. The best way to sum this up is to present my summer travelogue. It's not totally complete, but will give you an idea of what I fit into 3 months while working.&lt;/p&gt;

&lt;p&gt;A few notes before diving in. In Italy, I had to pay 10 Euros for a reservation per leg. This ended up taking about 40&amp;#8364; out of the above estimate, still...Italian trains were pretty expensive and helped my pass a lot.&lt;/p&gt;

&lt;p&gt;Second, this chart doesn't include small trips in the area I took on regional trains. (Ex. F&amp;#252;ssen, Dachau, etc.). Lastly, the ticket is also valid on all S-Bahns in Germany, which I also didn't count (I.E. Potsdam-Berlin)&lt;/p&gt;

&lt;table border=&quot;0&quot;cellpadding=&quot;0&quot;cellspacing=&quot;0&quot;style=&quot;border-collapse: collapse; width: 255pt;&quot;width=&quot;340&quot;x:str=&quot;&quot;&gt;&lt;col style=&quot;width: 68pt;&quot;width=&quot;91&quot;&gt;&lt;col style=&quot;width: 60pt;&quot;width=&quot;80&quot;&gt;&lt;col style=&quot;width: 59pt;&quot;width=&quot;79&quot;&gt;&lt;col style=&quot;width: 68pt;&quot;width=&quot;90&quot;&gt;&lt;tbody&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt; width: 68pt;&quot;width=&quot;91&quot;&gt;Frankfurt&lt;/td&gt;&lt;td style=&quot;width: 60pt;&quot;width=&quot;80&quot;&gt;Hannover&lt;/td&gt;&lt;td class=&quot;xl22&quot;style=&quot;width: 59pt;&quot;width=&quot;79&quot;x:num=&quot;49&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;49,00&amp;euro;&lt;/td&gt;&lt;td style=&quot;width: 68pt;&quot;width=&quot;90&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Hannover&lt;/td&gt;&lt;td&gt;Hamburg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;19&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;19,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Hamburg&lt;/td&gt;&lt;td&gt;Oldenburg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;29&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;29,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Oldenburg&lt;/td&gt;&lt;td&gt;Hamburg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;29&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;29,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Hamburg&lt;/td&gt;&lt;td&gt;Berlin&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;39&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;39,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Berlin&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;69&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;69,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td&gt;N&amp;uuml;rnberg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;19&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;19,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;N&amp;uuml;rnberg&lt;/td&gt;&lt;td&gt;W&amp;uuml;rzburg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;19&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;19,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;W&amp;uuml;rzburg&lt;/td&gt;&lt;td&gt;Paris&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;89&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;89,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Paris&lt;/td&gt;&lt;td&gt;Amsterdam&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;80&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;80,00&amp;euro;&lt;/td&gt;&lt;td&gt;***&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Amsterdam&lt;/td&gt;&lt;td&gt;Bonn&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;29&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;29,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Bonn&lt;/td&gt;&lt;td&gt;Hannover&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;49&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;49,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Hannover&lt;/td&gt;&lt;td&gt;Berlin&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;29&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;29,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Berlin&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;69&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;69,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;0&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;-&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td&gt;Salzburg&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;19&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;19,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Salzburg&lt;/td&gt;&lt;td&gt;Hallstatt&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;22&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;22,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Hallstatt&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;41&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;41,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;0&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;-&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td&gt;Prauge&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;59&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;59,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Prauge&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;59&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;59,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;0&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;-&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td&gt;Padova&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;59&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;59,00&amp;euro;&lt;/td&gt;&lt;td&gt;Italy*****&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Padova&lt;/td&gt;&lt;td&gt;Rome&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;66&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;66,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Rome&lt;/td&gt;&lt;td&gt;Florence&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;44&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;44,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Florence&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;90&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;90,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td&gt;Vienna&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;49&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;49,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Vienna&lt;/td&gt;&lt;td&gt;Budapest&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;29&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;29,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;Budapest&lt;/td&gt;&lt;td&gt;M&amp;uuml;nchen&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:num=&quot;49&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;49,00&amp;euro;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&lt;td height=&quot;17&quot;style=&quot;height: 12.75pt;&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td class=&quot;xl22&quot;x:fmla=&quot;=SUM(C1:C31)&quot;x:num=&quot;1203&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;1.203,00&amp;euro;&lt;/td&gt;&lt;td class=&quot;xl23&quot;x:fmla=&quot;=C32*1.3&quot;x:num=&quot;1563.9&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;$&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;1.563,90&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/col&gt;&lt;/col&gt;&lt;/col&gt;&lt;/col&gt;&lt;/table&gt;

&lt;p&gt;So the numbers speak for themselves here. I priced these by looking up the cheapest trips I could find for next week. It's possible to find cheaper prices if you book a month or so in advanced, or if you take regional trains all the way, but this list is still pessimistic.&lt;/p&gt;

&lt;p&gt;The reason it is, is because I am looking a week ahead for trips in the above table. There were many, many times I didn't know what train I was going to take until I got on it. This is the second biggest advantage to the rail pass, total flexibility. I can literally walk onto any train in Germany and be covered. (Some fast-trains in other countries have required reservations for 2-10&amp;#8364; which you should still get beforehand). I would have paid much much more for certain journeys had I booked only one day in advanced.&lt;/p&gt;

&lt;p&gt;As with all things like this. It depends if it's worth it for you. If you plan to spend the entire time travelling...there's no other way to go. Especially if you are travelling with friends...the saver pass is absolutely the best.&lt;/p&gt;

&lt;p&gt;As for my case, I made it worth it. And had the Euro not plummeted, it probably would have been even more worth it. The best part for me was having the freedom to decide Friday afternoon where I wanted to go that weekend. This weekend is still wide open...so who knows where I'll end up!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>A lot of people ask me, is a Eurail pass worth it? Since we covered variable travel costs last post, let's do the fixed travel pass comparison this time.</p>

<p>First, it&#8217;s important to research the pass that best fits you. Obviously you get more value the longer your pass is valid for. A one-month global pass is $679, while a three-month is $1189. If you divide this out by weeks, you'll see that you only have to spend ~$100 per week to recoup the 3-month as opposed to over $160 for the one-month.</p>

<p>There are, of course, alternatives. You can get the limited number of days in a certain number of countries variety which will save you some cash. 15 days across 2 months spanning 5 countries (or regions) is only $589.</p>

<p>Even better, there are often ISIC card deals and the saver pass. The new saver pass costs about 1.5x as much as the youth global pass, but enables 2-5 people to travel together. Find four friends and you are doing Europe for dirt cheap. Can you say no brainer?</p>

<p>But unfortunately, no one wanted to come live and travel with you, so you're out on your own trying to find a pass. Probably the most important factor to you is cost. The best way to sum this up is to present my summer travelogue. It's not totally complete, but will give you an idea of what I fit into 3 months while working.</p>

<p>A few notes before diving in. In Italy, I had to pay 10 Euros for a reservation per leg. This ended up taking about 40&#8364; out of the above estimate, still...Italian trains were pretty expensive and helped my pass a lot.</p>

<p>Second, this chart doesn't include small trips in the area I took on regional trains. (Ex. F&#252;ssen, Dachau, etc.). Lastly, the ticket is also valid on all S-Bahns in Germany, which I also didn't count (I.E. Potsdam-Berlin)</p>

<table border="0"cellpadding="0"cellspacing="0"style="border-collapse: collapse; width: 255pt;"width="340"x:str=""><col style="width: 68pt;"width="91"><col style="width: 60pt;"width="80"><col style="width: 59pt;"width="79"><col style="width: 68pt;"width="90"><tbody><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt; width: 68pt;"width="91">Frankfurt</td><td style="width: 60pt;"width="80">Hannover</td><td class="xl22"style="width: 59pt;"width="79"x:num="49"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>49,00&euro;</td><td style="width: 68pt;"width="90">&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Hannover</td><td>Hamburg</td><td class="xl22"x:num="19"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>19,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Hamburg</td><td>Oldenburg</td><td class="xl22"x:num="29"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>29,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Oldenburg</td><td>Hamburg</td><td class="xl22"x:num="29"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>29,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Hamburg</td><td>Berlin</td><td class="xl22"x:num="39"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>39,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Berlin</td><td>M&uuml;nchen</td><td class="xl22"x:num="69"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>69,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">M&uuml;nchen</td><td>N&uuml;rnberg</td><td class="xl22"x:num="19"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>19,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">N&uuml;rnberg</td><td>W&uuml;rzburg</td><td class="xl22"x:num="19"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>19,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">W&uuml;rzburg</td><td>Paris</td><td class="xl22"x:num="89"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>89,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Paris</td><td>Amsterdam</td><td class="xl22"x:num="80"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>80,00&euro;</td><td>***</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Amsterdam</td><td>Bonn</td><td class="xl22"x:num="29"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>29,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Bonn</td><td>Hannover</td><td class="xl22"x:num="49"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>49,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Hannover</td><td>Berlin</td><td class="xl22"x:num="29"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>29,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Berlin</td><td>M&uuml;nchen</td><td class="xl22"x:num="69"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>69,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22"x:num="0"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>-<span style="">&nbsp;&nbsp;</span>&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">M&uuml;nchen</td><td>Salzburg</td><td class="xl22"x:num="19"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>19,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Salzburg</td><td>Hallstatt</td><td class="xl22"x:num="22"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>22,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Hallstatt</td><td>M&uuml;nchen</td><td class="xl22"x:num="41"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>41,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22"x:num="0"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>-<span style="">&nbsp;&nbsp;</span>&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">M&uuml;nchen</td><td>Prauge</td><td class="xl22"x:num="59"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>59,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Prauge</td><td>M&uuml;nchen</td><td class="xl22"x:num="59"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>59,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22"x:num="0"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>-<span style="">&nbsp;&nbsp;</span>&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">M&uuml;nchen</td><td>Padova</td><td class="xl22"x:num="59"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>59,00&euro;</td><td>Italy*****</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Padova</td><td>Rome</td><td class="xl22"x:num="66"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>66,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Rome</td><td>Florence</td><td class="xl22"x:num="44"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>44,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Florence</td><td>M&uuml;nchen</td><td class="xl22"x:num="90"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>90,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22">&nbsp;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">M&uuml;nchen</td><td>Vienna</td><td class="xl22"x:num="49"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>49,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Vienna</td><td>Budapest</td><td class="xl22"x:num="29"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>29,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">Budapest</td><td>M&uuml;nchen</td><td class="xl22"x:num="49"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>49,00&euro;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22">&nbsp;</td><td>&nbsp;</td></tr><tr height="17"style="height: 12.75pt;"><td height="17"style="height: 12.75pt;">&nbsp;</td><td>&nbsp;</td><td class="xl22"x:fmla="=SUM(C1:C31)"x:num="1203"><span style="">&nbsp;</span>1.203,00&euro;</td><td class="xl23"x:fmla="=C32*1.3"x:num="1563.9"><span style="">&nbsp;</span>$<span style="">&nbsp;&nbsp;&nbsp;&nbsp;</span>1.563,90</td></tr></tbody></col></col></col></col></table>

<p>So the numbers speak for themselves here. I priced these by looking up the cheapest trips I could find for next week. It's possible to find cheaper prices if you book a month or so in advanced, or if you take regional trains all the way, but this list is still pessimistic.</p>

<p>The reason it is, is because I am looking a week ahead for trips in the above table. There were many, many times I didn't know what train I was going to take until I got on it. This is the second biggest advantage to the rail pass, total flexibility. I can literally walk onto any train in Germany and be covered. (Some fast-trains in other countries have required reservations for 2-10&#8364; which you should still get beforehand). I would have paid much much more for certain journeys had I booked only one day in advanced.</p>

<p>As with all things like this. It depends if it's worth it for you. If you plan to spend the entire time travelling...there's no other way to go. Especially if you are travelling with friends...the saver pass is absolutely the best.</p>

<p>As for my case, I made it worth it. And had the Euro not plummeted, it probably would have been even more worth it. The best part for me was having the freedom to decide Friday afternoon where I wanted to go that weekend. This weekend is still wide open...so who knows where I'll end up!</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/travel/eurail-costs#comments</comments>
		</item>
				<item>
			<title>Cost of Living in Munich</title>
			<link>http://charliecroom.com/index.php/life/cost-of-living-in-munich</link>
			<pubDate>Thu, 22 Jul 2010 21:27:29 +0000</pubDate>			<dc:creator>Charlie</dc:creator>
			<category domain="main">The Life</category>
<category domain="alt">Making Money</category>			<guid isPermaLink="false">152@http://charliecroom.com/</guid>
						<description>&lt;p&gt;Since it's everyone's dream to just go live somewhere for the summer, I thought I'd share some of the costs with you guys for reference. If you're interested in living somewhere in Western Europe, hopefully this little guide will give you a better idea of what you're looking at. If you don't like to read, you can skip down to the bottom for a summary table.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Munich is supposedly the most expensive city in Germany to live in. The good news is that if you are living anywhere else, it might be a bit less. The bad news is, if you're living in Munich, it isn't, but that's ok because Munich is awesome.&lt;/p&gt;

&lt;p&gt;There are a lot of little things one doesn't normally think about when budgeting. For instance, if you tip, restaurants in the U.S. suddenly get a bit more expensive. In Germany, Tipping is usually a much smaller around, generally rounding up to the next whole dollar or two. In addition, all the prices I'm giving include tax (6% or 19%!?!). Even though tax in the U.S. is much smaller, it can often artificially raise the comparative prices of things.&lt;/p&gt;

&lt;p&gt;The duration of your stay can also dramatically affect how economical it is. There are tons of one-time costs which can make it hard to live independently for a short-period of time. For instance, upon arrival I had to get a Resident Permit (50 Euros) and a Strainer (15 Euros), plus you're gonna want a bike and a bunch of other one-time goodies...oh and a plane ticket. For this article, we won't count those one time costs.&lt;/p&gt;

&lt;p&gt;Of course, there's also the big currency thing. I got a bit lucky with my exchange rate being about 1.25 to 1, which is the number I'm going to use for the article. Just so this bad boy is (short-term) future-proof. I'm also going to give the Euro cost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Housing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When you first get to your city, you're going to want a place to live. While living on the street is free, it&amp;#8217;s probably not the best way to go. Instead, you&amp;#8217;re going to want an apartment. Now this is a very broad category of dwelling, but let&amp;#8217;s assume you want to have a private bathroom and kitchen, but are willing to live with roommates. Also, let&amp;#8217;s assume you are flexible on where in the city you live (Hint: Probably not on the main city square). Finally, we want a furnished apartment, since after all this is a temporary thing, right?&lt;/p&gt;

&lt;p&gt;The costs can still vary widely based on tons of factors. I personally pay about 400 Euros per month for a single, studio apartment which is roughly 22 sq. m (I made that number up). On the other hand, one of my friends here just managed to find a 2 bedroom apartment for 600 Euros per month. It has a separate kitchen and bathroom plus came totally furnished with all the fixings. She couldn&amp;#8217;t find anyone to rent with, and the people renting it were out of town, so she got a great apartment for 300&amp;#8364; (Just found the button) per month.&lt;/p&gt;

&lt;p&gt;This isn&amp;#8217;t normal. Others would pay twice as much for something similar. Not every apartment comes with internet either (mine doesn&amp;#8217;t). In general though, I think you&amp;#8217;ll find something you like for around 450&amp;#8364; per month after utilities, internet, and basic living supplies (4-ply toilet paper is dope).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Food&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Next on that list of things you need to survive is food. The major decider here is if you eat out or cook for yourself. Since we made sure that our nice apartment had at least some food preparation method, we are going to say we cook basically every day. I&amp;#8217;ll break it down by meal for you.&lt;/p&gt;

&lt;p&gt;Breakfast: I eat cereal and milk. Simple. Eggs on the weekends. Cereal is about 3&amp;#8364; per bag, the nasty milk is around 1&amp;#8364; for 4 days of cereal worth, bags last about 4 day (convenient math!) so that&amp;#8217;s 1&amp;#8364; per day for breakfast.&lt;/p&gt;

&lt;p&gt;Lunch: I work at a company where I end up paying 1/3 the normal price for lunch. This often leads to me eating like I&amp;#8217;m never going to eat again because hey, it&amp;#8217;s cheap. A normal lunch for me is 2&amp;#8364;, but we&amp;#8217;ll say it&amp;#8217;s 4&amp;#8364; for you&amp;#8230;Maybe you learn to make a sandwich, or something and it get&amp;#8217;s cheaper, but hey we&amp;#8217;re estimating generously.&lt;/p&gt;

&lt;p&gt;Dinner: Dinner is tougher because it depends a ton of what you eat. In general, I had a few baseline dishes which aren&amp;#8217;t terribly elaborate but will give us a good priceline. Usually I can buy a 4&amp;#8364; pack of meet and use it for two days. In addition. I can buy 3&amp;#8364; worth of veggies and get that to go for 3 days. If I&amp;#8217;m being elaborate, I make pasta or dishes which might have a few more ingredients, but generally, we can still make a nice dinner, after drinks and everything for around 5&amp;#8364; (again generous). That gives us about 10&amp;#8364; per day. If you want to eat out once or twice a week, it&amp;#8217;ll end up around 12&amp;#8364; per day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Love&amp;#8230;kind of&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I think they told us this was one of the things you needed to live in elementary school. Unfortunately, prostitution is illegal here. You might invest in language courses, or just bank on your cute accent to find love.&lt;/p&gt;

&lt;p&gt;Along the way on your quest to find love, you first need to develop affection. Chances are that in Germany, that affection will be for beer and clubs or something. This can vary widely, but since this will end up seeming like a dis-proportionately large part of your budget we&amp;#8217;re going the cheap out. Assuming you go out twice a week to somewhere with no cover. You&amp;#8217;re probably going to want to consume a bit before you go. Luckily, you thought ahead and picked up your drinks at a grocery store (Good Job!). Therefore, if you are a sturdy male, you can probably get by on 5&amp;#8364; per outing. But no one actually does this. You&amp;#8217;re going to get to the bar and try to buy yourself and a girl a drink (Only to later find out she speaks French&amp;#8230;what a waste!). This will run you another 10&amp;#8364;. Factoring this out over the days, we get about 4&amp;#8364; per day for entertainment (You also went to see Iron Man 2 last week, remember?)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Getting Around&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Well truth be told, you&amp;#8217;ll probably not be happy just living in the same city (actually station) forever, and eventually you&amp;#8217;ll want to travel. So we&amp;#8217;re gonna set you up with a month long pass on the city&amp;#8217;s transportation system. Depending on how far out you live, it will cost more. If you&amp;#8217;re studying or working as a student, you also get a discount. In any case, I live basically on the border of where one could ever want to go, and that costs about 45&amp;#8364; per month, which is 1.5&amp;#8364; per day.&lt;/p&gt;

&lt;p&gt;As for those weekend trips, there&amp;#8217;s so many things outside your city to see. Unfortunately these run a little bit more. We&amp;#8217;ll use the small/large alternating approach and assume that you don&amp;#8217;t have a Eurail pass (Stupid-head, you knew you should have gotten one!).&lt;/p&gt;

&lt;p&gt;Anyways let&amp;#8217;s say that once a month you take a big trip and a small trip. Small trips mean that they are overnight, but in your region, and thus could be done on regional trains or a Bayern-Pass. We are planning to go to Prague this weekend for instance, for 5 people to go there and back is only 20&amp;#8364;. Since it&amp;#8217;s just the three of you going however, I&amp;#8217;m giving you 40&amp;#8364; travel costs. Of course the major problem is that you have to eat out and live somewhere. If you don&amp;#8217;t couch surf (You should), it&amp;#8217;s another 40&amp;#8364; for accommodations and 40&amp;#8364; for food.&lt;/p&gt;

&lt;p&gt;Big trips will carry a little bit higher price since they are probably to another big, expensive city. To get there is going to be around 120&amp;#8364;. 90&amp;#8364; hostels (three day trip), 60&amp;#8364; food.&lt;/p&gt;

&lt;p&gt;Now we&amp;#8217;ve just tacked on a cost of 120&amp;#8364; + 270&amp;#8364; for trips, adding 390&amp;#8364; per month or a whopping 13&amp;#8364; per day. Obviously, it&amp;#8217;s expensive traveling. There are some ways to cut these costs down, I.E. Ride-Sharing, cooking at hostels, etc. But you didn&amp;#8217;t come to Europe to make your own pasta in Italy. So quit being stingy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What am I forgetting&amp;#8230;?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s always random things that will need replacing as they wear out and I suppose some house supplies, but taking as a whole these are minimal costs. Clothes and shoes wear out in the U.S. too. But just because your around H&amp;amp;M more here, I&amp;#8217;m allowing an extra 2&amp;#8364; per day in souvenir, shopping and flex money.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/p&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; width=&quot;300px&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;Euro(&amp;euro;) Daily&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;text-align:center;&quot;&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;Euro(&amp;euro;) Monthly&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot; text-align:=&quot;&quot;&gt;U.S.($) Daily&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;U.S.($) Monthly&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Housing+Utilities&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;15&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;450&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;18.75&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;562.50&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Food&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;12&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;360&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;15&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;450&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Entertainment&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;4&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;120&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;5&lt;/td&gt;&lt;td&gt;&lt;p style=&quot;text-align:center;&quot;&gt;150&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;City Transportation&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;1.5&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;45&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;1.875&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;56.25&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Travel to Other Cities&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;13&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;390&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;16.25&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;487.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Other&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;2&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;60&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;2.5&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;75&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;5&quot;&gt;-----------------------------------------------------------------------------------------------------------------&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Total&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;47.5&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;1,425&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;59.375&lt;/td&gt;&lt;td style=&quot;text-align:center;&quot;&gt;1,781.25&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Clearly it costs a lot. I was pretty generous with my estimates, so I have no doubt that one could live quite comfortably in Europe for 40&amp;#8364; a day. Plus if you cut down on expensive travel by purchasing a Eurail pass or something, I'm sure one could make it cheaper still.&lt;/p&gt;

&lt;p&gt;Of course another way to make it cheaper is to get a job. As I mentioned, my lunches are much cheaper and I have a Eurail pass, so my actual monthly budget is probably closer to 1,000&amp;#8364; per month, the fact that I also have a positive income (barely after taxes) also helps offset that cost.&lt;/p&gt;

&lt;p&gt;Hopefully you found this little bit helpful or at least interesting. Keep in mind that Munich is more expensive than some other cities. A vast part of those costs are housing and food, so location can make a huge difference. If you live somewhere else, share your estimated costs for comparison!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;Powered by &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
All work on this feed is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/us/&quot;&gt;Creative Commons Attribution-Noncommercial-Share Al&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Since it's everyone's dream to just go live somewhere for the summer, I thought I'd share some of the costs with you guys for reference. If you're interested in living somewhere in Western Europe, hopefully this little guide will give you a better idea of what you're looking at. If you don't like to read, you can skip down to the bottom for a summary table.</p>

<p><strong>Background</strong></p>

<p>Munich is supposedly the most expensive city in Germany to live in. The good news is that if you are living anywhere else, it might be a bit less. The bad news is, if you're living in Munich, it isn't, but that's ok because Munich is awesome.</p>

<p>There are a lot of little things one doesn't normally think about when budgeting. For instance, if you tip, restaurants in the U.S. suddenly get a bit more expensive. In Germany, Tipping is usually a much smaller around, generally rounding up to the next whole dollar or two. In addition, all the prices I'm giving include tax (6% or 19%!?!). Even though tax in the U.S. is much smaller, it can often artificially raise the comparative prices of things.</p>

<p>The duration of your stay can also dramatically affect how economical it is. There are tons of one-time costs which can make it hard to live independently for a short-period of time. For instance, upon arrival I had to get a Resident Permit (50 Euros) and a Strainer (15 Euros), plus you're gonna want a bike and a bunch of other one-time goodies...oh and a plane ticket. For this article, we won't count those one time costs.</p>

<p>Of course, there's also the big currency thing. I got a bit lucky with my exchange rate being about 1.25 to 1, which is the number I'm going to use for the article. Just so this bad boy is (short-term) future-proof. I'm also going to give the Euro cost.</p>

<p><strong>Housing</strong></p>

<p>When you first get to your city, you're going to want a place to live. While living on the street is free, it&#8217;s probably not the best way to go. Instead, you&#8217;re going to want an apartment. Now this is a very broad category of dwelling, but let&#8217;s assume you want to have a private bathroom and kitchen, but are willing to live with roommates. Also, let&#8217;s assume you are flexible on where in the city you live (Hint: Probably not on the main city square). Finally, we want a furnished apartment, since after all this is a temporary thing, right?</p>

<p>The costs can still vary widely based on tons of factors. I personally pay about 400 Euros per month for a single, studio apartment which is roughly 22 sq. m (I made that number up). On the other hand, one of my friends here just managed to find a 2 bedroom apartment for 600 Euros per month. It has a separate kitchen and bathroom plus came totally furnished with all the fixings. She couldn&#8217;t find anyone to rent with, and the people renting it were out of town, so she got a great apartment for 300&#8364; (Just found the button) per month.</p>

<p>This isn&#8217;t normal. Others would pay twice as much for something similar. Not every apartment comes with internet either (mine doesn&#8217;t). In general though, I think you&#8217;ll find something you like for around 450&#8364; per month after utilities, internet, and basic living supplies (4-ply toilet paper is dope).</p>

<p><strong>Food</strong></p>

<p>Next on that list of things you need to survive is food. The major decider here is if you eat out or cook for yourself. Since we made sure that our nice apartment had at least some food preparation method, we are going to say we cook basically every day. I&#8217;ll break it down by meal for you.</p>

<p>Breakfast: I eat cereal and milk. Simple. Eggs on the weekends. Cereal is about 3&#8364; per bag, the nasty milk is around 1&#8364; for 4 days of cereal worth, bags last about 4 day (convenient math!) so that&#8217;s 1&#8364; per day for breakfast.</p>

<p>Lunch: I work at a company where I end up paying 1/3 the normal price for lunch. This often leads to me eating like I&#8217;m never going to eat again because hey, it&#8217;s cheap. A normal lunch for me is 2&#8364;, but we&#8217;ll say it&#8217;s 4&#8364; for you&#8230;Maybe you learn to make a sandwich, or something and it get&#8217;s cheaper, but hey we&#8217;re estimating generously.</p>

<p>Dinner: Dinner is tougher because it depends a ton of what you eat. In general, I had a few baseline dishes which aren&#8217;t terribly elaborate but will give us a good priceline. Usually I can buy a 4&#8364; pack of meet and use it for two days. In addition. I can buy 3&#8364; worth of veggies and get that to go for 3 days. If I&#8217;m being elaborate, I make pasta or dishes which might have a few more ingredients, but generally, we can still make a nice dinner, after drinks and everything for around 5&#8364; (again generous). That gives us about 10&#8364; per day. If you want to eat out once or twice a week, it&#8217;ll end up around 12&#8364; per day.</p>

<p><strong>Love&#8230;kind of</strong></p>

<p>I think they told us this was one of the things you needed to live in elementary school. Unfortunately, prostitution is illegal here. You might invest in language courses, or just bank on your cute accent to find love.</p>

<p>Along the way on your quest to find love, you first need to develop affection. Chances are that in Germany, that affection will be for beer and clubs or something. This can vary widely, but since this will end up seeming like a dis-proportionately large part of your budget we&#8217;re going the cheap out. Assuming you go out twice a week to somewhere with no cover. You&#8217;re probably going to want to consume a bit before you go. Luckily, you thought ahead and picked up your drinks at a grocery store (Good Job!). Therefore, if you are a sturdy male, you can probably get by on 5&#8364; per outing. But no one actually does this. You&#8217;re going to get to the bar and try to buy yourself and a girl a drink (Only to later find out she speaks French&#8230;what a waste!). This will run you another 10&#8364;. Factoring this out over the days, we get about 4&#8364; per day for entertainment (You also went to see Iron Man 2 last week, remember?)</p>

<p><strong>Getting Around</strong></p>

<p>Well truth be told, you&#8217;ll probably not be happy just living in the same city (actually station) forever, and eventually you&#8217;ll want to travel. So we&#8217;re gonna set you up with a month long pass on the city&#8217;s transportation system. Depending on how far out you live, it will cost more. If you&#8217;re studying or working as a student, you also get a discount. In any case, I live basically on the border of where one could ever want to go, and that costs about 45&#8364; per month, which is 1.5&#8364; per day.</p>

<p>As for those weekend trips, there&#8217;s so many things outside your city to see. Unfortunately these run a little bit more. We&#8217;ll use the small/large alternating approach and assume that you don&#8217;t have a Eurail pass (Stupid-head, you knew you should have gotten one!).</p>

<p>Anyways let&#8217;s say that once a month you take a big trip and a small trip. Small trips mean that they are overnight, but in your region, and thus could be done on regional trains or a Bayern-Pass. We are planning to go to Prague this weekend for instance, for 5 people to go there and back is only 20&#8364;. Since it&#8217;s just the three of you going however, I&#8217;m giving you 40&#8364; travel costs. Of course the major problem is that you have to eat out and live somewhere. If you don&#8217;t couch surf (You should), it&#8217;s another 40&#8364; for accommodations and 40&#8364; for food.</p>

<p>Big trips will carry a little bit higher price since they are probably to another big, expensive city. To get there is going to be around 120&#8364;. 90&#8364; hostels (three day trip), 60&#8364; food.</p>

<p>Now we&#8217;ve just tacked on a cost of 120&#8364; + 270&#8364; for trips, adding 390&#8364; per month or a whopping 13&#8364; per day. Obviously, it&#8217;s expensive traveling. There are some ways to cut these costs down, I.E. Ride-Sharing, cooking at hostels, etc. But you didn&#8217;t come to Europe to make your own pasta in Italy. So quit being stingy.</p>

<p><strong>What am I forgetting&#8230;?</strong></p>

<p>There&#8217;s always random things that will need replacing as they wear out and I suppose some house supplies, but taking as a whole these are minimal costs. Clothes and shoes wear out in the U.S. too. But just because your around H&amp;M more here, I&#8217;m allowing an extra 2&#8364; per day in souvenir, shopping and flex money.</p>

<p><strong>Summary:</strong></p>
<table border="0" cellpadding="2" cellspacing="2" width="300px"><tr><td><p style="text-align:center;">&nbsp;</p></td><td><p style="text-align:center;">Euro(&euro;) Daily</p></td><td><table border="1" cellpadding="0" cellspacing="0"><tbody><tr style="text-align:center;"></tr><tr><td><p style="text-align:center;">Euro(&euro;) Monthly</p></td></tr></tbody></table></td><td style="text-align:center;" text-align:="">U.S.($) Daily</td><td><p style="text-align:center;">U.S.($) Monthly</p></td></tr><tr><td><p>Housing+Utilities</p></td><td><p style="text-align:center;">15</p></td><td style="text-align:center;">450</td><td style="text-align:center;">18.75</td><td><p style="text-align:center;">562.50</p></td></tr><tr><td><p>Food</p></td><td><p style="text-align:center;">12</p></td><td style="text-align:center;">360</td><td style="text-align:center;">15</td><td><p style="text-align:center;">450</p></td></tr><tr><td><p>Entertainment</p></td><td><p style="text-align:center;">4</p></td><td style="text-align:center;">120</td><td style="text-align:center;">5</td><td><p style="text-align:center;">150</p></td></tr><tr><td>City Transportation</td><td style="text-align:center;">1.5</td><td style="text-align:center;">45</td><td style="text-align:center;">1.875</td><td style="text-align:center;">56.25</td></tr><tr><td>Travel to Other Cities</td><td style="text-align:center;">13</td><td style="text-align:center;">390</td><td style="text-align:center;">16.25</td><td style="text-align:center;">487.5</td></tr><tr><td>Other</td><td style="text-align:center;">2</td><td style="text-align:center;">60</td><td style="text-align:center;">2.5</td><td style="text-align:center;">75</td></tr><tr><td colspan="5">-----------------------------------------------------------------------------------------------------------------</td></tr><tr><td>Total</td><td style="text-align:center;">47.5</td><td style="text-align:center;">1,425</td><td style="text-align:center;">59.375</td><td style="text-align:center;">1,781.25</td></tr></table><p></p>

<p>Clearly it costs a lot. I was pretty generous with my estimates, so I have no doubt that one could live quite comfortably in Europe for 40&#8364; a day. Plus if you cut down on expensive travel by purchasing a Eurail pass or something, I'm sure one could make it cheaper still.</p>

<p>Of course another way to make it cheaper is to get a job. As I mentioned, my lunches are much cheaper and I have a Eurail pass, so my actual monthly budget is probably closer to 1,000&#8364; per month, the fact that I also have a positive income (barely after taxes) also helps offset that cost.</p>

<p>Hopefully you found this little bit helpful or at least interesting. Keep in mind that Munich is more expensive than some other cities. A vast part of those costs are housing and food, so location can make a huge difference. If you live somewhere else, share your estimated costs for comparison!</p><div class="item_footer"><p><small>Powered by <a href="http://b2evolution.net/">b2evolution</a>.</small></p>
All work on this feed is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Al</div>]]></content:encoded>
								<comments>http://charliecroom.com/index.php/life/cost-of-living-in-munich#comments</comments>
		</item>
			</channel>
</rss>
