<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>soledad penadés &#187; coding</title>
	<atom:link href="http://soledadpenades.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Wed, 25 Apr 2012 21:10:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Coding nightmares</title>
		<link>http://soledadpenades.com/2009/06/15/coding-nightmares/</link>
		<comments>http://soledadpenades.com/2009/06/15/coding-nightmares/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:09:54 +0000</pubDate>
		<dc:creator>sole</dc:creator>
				<category><![CDATA[Common life]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[nightmares]]></category>

		<guid isPermaLink="false">http://soledadpenades.com/?p=1040</guid>
		<description><![CDATA[Upon reading the title, I think I&#8217;m right in assuming you probably thought I was going to write about a set of bad practices, or a series of horrible things one could find when refactoring code written by someone else. None of that, this time I&#8217;m referring to real, literally speaking, nightmares. I think it [...]]]></description>
			<content:encoded><![CDATA[<p>Upon reading the title, I think I&#8217;m right in assuming you probably thought I was going to write about a set of <q>bad practices</q>, or a series of horrible things one could find when refactoring code written by someone else. None of that, this time I&#8217;m referring to real, literally speaking, nightmares.</p>
<p>I think it happened for the first time almost 10 years ago. I had to implement a little shell in C for a university assignment and brave me hadn&#8217;t a better idea than printing parts of the code from <a href="http://www.gnu.org/software/bash/bash.html">bash</a> and examining it to get an idea of how the real stuff worked. It was all fine and dandy when reading the code at a train (apart from the odd looks that I got from people sitting near me, of course), but it proved to be a very bad idea to keep reading right before going to sleep. That night was the prelude of a long series of bad nights. I spent the whole night dreaming about pointers, structures, functions, loops, assignments, switch statements, case&#8217;s, mallocs&#8230; you get the point. When I woke up, my brain was totally wasted. It was just like if I hadn&#8217;t slept at all.</p>
<p>I thought that had only been a single event and wouldn&#8217;t happen again, but boy, wasn&#8217;t I wrong! It didn&#8217;t happen again, though, until I began to work in web development, and the main cause this time was the Horror. Of course, I&#8217;m referring to Internet <del datetime="2009-06-15T19:38:28+00:00">Explorer</del> Exploder. I have lost count of the number of nights I spent suffering horrible nightmares where things work properly in Firefox and Opera and blah but aren&#8217;t properly aligned in IE, or do not show where they should&#8230; Anyone who has had to develop for IE will for sure know what I mean.</p>
<p>The easiest way of avoiding these nightmares (for me) is to consciously focus on something completely unrelated before going to sleep. For example, to read something non-technical, like a fiction book where the action preferably happens in a time and place where the most advanced piece of technology is a ball pen.</p>
<p>But over time, there are days where I can&#8217;t but get super excited about something code wise, and continue coding right until my eyelids feel so heavy I can hardly keep my eyes open. Those are the nights I go to sleep scared in advance, because I know my brain is totally obsessed with the piece of code I&#8217;m working with, and as Bette Davis <a href="http://www.imdb.com/title/tt0042192/quotes#qt0481833">would say</a>, <q>&#8230; it&#8217;s going to be a bumpy night!</q> :D</p>
<p>And you? Do you have <em>real</em> coding nightmares? And if you have, how do you avoid them?</p>
 <p><a href="http://soledadpenades.com/?flattrss_redirect&amp;id=1040&amp;md5=e69eb1169cc507383fce09b7dc01186d" title="Flattr" target="_blank"><img src="http://soledadpenades.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://soledadpenades.com/2009/06/15/coding-nightmares/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=8399&amp;amp;url=http%3A%2F%2Fsoledadpenades.com%2F2009%2F06%2F15%2Fcoding-nightmares%2F&amp;amp;language=en_GB&amp;amp;category=text&amp;amp;title=Coding+nightmares&amp;amp;description=Upon+reading+the+title%2C+I+think+I%27m+right+in+assuming+you+probably+thought+I+was+going+to+write+about+a+set+of+bad+practices%2C+or+a+series+of+horrible+things+one+could+find+when+refactoring+code+written+by+someone+else.+None+of+that%2C+this+time+I%27m+referring+to+real%2C+literally+speaking%2C+nightmares.%0D%0A%0D%0AI+think+it+happened+for+the+first+time+almost+10+years+ago.+I+had+to+implement+a+little+shell+in+C+for+a+university+assignment+and+brave+me+hadn%27t+a+better+idea+than+printing+parts+of+the+code+from+bash+and+examining+it+to+get+an+idea+of+how+the+real+stuff+worked.+It+was+all+fine+and+dandy+when+reading+the+code+at+a+train+%28apart+from+the+odd+looks+that+I+got+from+people+sitting+near+me%2C+of+course%29%2C+but+it+proved+to+be+a+very+bad+idea+to+keep+reading+right+before+going+to+sleep.+That+night+was+the+prelude+of+a+long+series+of+bad+nights.+I+spent+the+whole+night+dreaming+about+pointers%2C+structures%2C+functions%2C+loops%2C+assignments%2C+switch+statements%2C+case%27s%2C+mallocs...+you+get+the+point.+When+I+woke+up%2C+my+brain+was+totally+wasted.+It+was+just+like+if+I+hadn%27t+slept+at+all.%0D%0A%0D%0AI+thought+that+had+only+been+a+single+event+and+wouldn%27t+happen+again%2C+but+boy%2C+wasn%27t+I+wrong%21+It+didn%27t+happen+again%2C+though%2C+until+I+began+to+work+in+web+development%2C+and+the+main+cause+this+time+was+the+Horror.+Of+course%2C+I%27m+referring+to+Internet+Explorer+Exploder.+I+have+lost+count+of+the+number+of+nights+I+spent+suffering+horrible+nightmares+where+things+work+properly+in+Firefox+and+Opera+and+blah+but+aren%27t+properly+aligned+in+IE%2C+or+do+not+show+where+they+should...+Anyone+who+has+had+to+develop+for+IE+will+for+sure+know+what+I+mean.%0D%0A%0D%0AThe+easiest+way+of+avoiding+these+nightmares+%28for+me%29+is+to+consciously+focus+on+something+completely+unrelated+before+going+to+sleep.+For+example%2C+to+read+something+non-technical%2C+like+a+fiction+book+where+the+action+preferably+happens+in+a+time+and+place+where+the+most+advanced+piece+of+technology+is+a+ball+pen.%0D%0A%0D%0ABut+over+time%2C+there+are+days+where+I+can%27t+but+get+super+excited+about+something+code+wise%2C+and+continue+coding+right+until+my+eyelids+feel+so+heavy+I+can+hardly+keep+my+eyes+open.+Those+are+the+nights+I+go+to+sleep+scared+in+advance%2C+because+I+know+my+brain+is+totally+obsessed+with+the+piece+of+code+I%27m+working+with%2C+and+as+Bette+Davis+would+say%2C+...+it%27s+going+to+be+a+bumpy+night%21+%3AD%0D%0A%0D%0AAnd+you%3F+Do+you+have+real+coding+nightmares%3F+And+if+you+have%2C+how+do+you+avoid+them%3F&amp;amp;tags=bash%2Ccoding%2Cinternet+explorer%2Cnightmares%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

