<?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>jocke &#187; morro</title>
	<atom:link href="http://jocke.no/tag/morro/feed/" rel="self" type="application/rss+xml" />
	<link>http://jocke.no</link>
	<description>kek lol wtf?</description>
	<lastBuildDate>Sun, 15 May 2011 01:11:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Et smil om dagen, er bra for magen</title>
		<link>http://jocke.no/2009/06/16/et-smil-om-dagen-er-bra-for-magen/</link>
		<comments>http://jocke.no/2009/06/16/et-smil-om-dagen-er-bra-for-magen/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:17:18 +0000</pubDate>
		<dc:creator>jocke</dc:creator>
				<category><![CDATA[Lek & Moro]]></category>
		<category><![CDATA[bidra]]></category>
		<category><![CDATA[forlenge]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[latter]]></category>
		<category><![CDATA[livet]]></category>
		<category><![CDATA[morro]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://www.jocke.no/?p=380</guid>
		<description><![CDATA[En god latter forlenger livet. &#8211; Sitat ukjent
Med denne posten vil jeg forhåpentligvis bidra til at du lever litt lengre &#8211; og det er jo en bra ting!
 ]]></description>
			<content:encoded><![CDATA[<blockquote><p>En god latter forlenger livet. &#8211; Sitat ukjent</p></blockquote>
<p>Med denne posten vil jeg forhåpentligvis bidra til at du lever litt lengre &#8211; og det er jo en bra ting!</p>

<div class="autoviewer" id="ngg_autoviewer3">
<div class="swfobject" id="fo3_1" style="width:550px; height:400px;">
<p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p>
</div>
</div>
<script type="text/javascript" defer="defer">
var fo3_1 = {
	params : {
		wmode : "opaque",
		allowfullscreen : "true",
		bgcolor : "#FFFFFF"},
	flashvars : {
		langOpenImage : "Åpne bilde i nytt vindu",
		langAbout : "Om",
		xmlURL : "http://jocke.no/wp-content/plugins/nextgen-flashviewer/xml/autoviewer.php?gid=3"},
	attr : {
		styleclass : "autoviewer"},
	start : function() {
		swfobject.embedSWF("http://jocke.no/wp-content/plugins/nggflash-swf/autoviewer.swf", "fo3_1", "550", "400", "7.0.0", false, this.flashvars, this.params , this.attr );
	}
}
fo3_1.start();
</script>
 <img src="http://jocke.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=380" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jocke.no/2009/06/16/et-smil-om-dagen-er-bra-for-magen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Morro med programmering</title>
		<link>http://jocke.no/2009/06/15/morro-med-programmering/</link>
		<comments>http://jocke.no/2009/06/15/morro-med-programmering/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:41:18 +0000</pubDate>
		<dc:creator>jocke</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Lek & Moro]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[morro]]></category>
		<category><![CDATA[programmering]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[variabler]]></category>

		<guid isPermaLink="false">http://www.jocke.no/?p=358</guid>
		<description><![CDATA[Man kan finne på mye morro med variabelnavn når man programmerer :)

 byte me;
 long john_silver;
 char broiled;
 string vest;
 float valve;
 double jeopardy;
 struct by_lightning &#123; ... &#125;;
 Object strongly;
 class warfare &#123; ... &#125;;
 String cheese;
 Exception taken;
 Graphics ex; // XXX
 long walk&#40;short pier&#41; &#123; &#125; // from the MrBunny Java book
 [...]]]></description>
			<content:encoded><![CDATA[<p>Man kan finne på mye morro med variabelnavn når man programmerer :)</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"> <span style="color: #000066; font-weight: bold;">byte</span> me<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">long</span> john_silver<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">char</span> broiled<span style="color: #339933;">;</span>
 string vest<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">float</span> valve<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">double</span> jeopardy<span style="color: #339933;">;</span>
 struct by_lightning <span style="color: #009900;">&#123;</span> ... <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
 <span style="color: #003399;">Object</span> strongly<span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">class</span> warfare <span style="color: #009900;">&#123;</span> ... <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
 <span style="color: #003399;">String</span> cheese<span style="color: #339933;">;</span>
 <span style="color: #003399;">Exception</span> taken<span style="color: #339933;">;</span>
 <span style="color: #003399;">Graphics</span> ex<span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// XXX</span>
 <span style="color: #000066; font-weight: bold;">long</span> walk<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">short</span> pier<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span> <span style="color: #666666; font-style: italic;">// from the MrBunny Java book</span>
 <span style="color: #000066; font-weight: bold;">int</span> elligence<span style="color: #339933;">;</span>
 bool me_over<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">short</span> circus<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">int</span> eger<span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// ...completing what the designers of the language left out</span>
 <span style="color: #000066; font-weight: bold;">char</span> acter<span style="color: #339933;">;</span>
 bool ean<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">void</span><span style="color: #339933;">*</span> bowels<span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Brick <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Throwable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Marathon <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Runnable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Novel <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Serializable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Human <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Cloneable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 Fun<span style="color: #009900;">&#40;</span>key<span style="color: #009900;">&#41;</span> <span style="color: #339933;">%%</span> funky<span style="color: #339933;">!</span>
 <span style="color: #000000; font-weight: bold;">public</span> MyTestCase<span style="color: #009900;">&#40;</span><span style="color: #003399;">String</span> man<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">super</span><span style="color: #009900;">&#40;</span>man<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">throw</span> <span style="color: #009900;">&#40;</span>fit <span style="color: #339933;">|</span> up <span style="color: #339933;">|</span> something<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #009900;">&#40;</span>e_coyote<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></pre></div></div>

<p>Og har du noensinne prøvd å skrive &#8216;make love&#8217; i terminalen på en *nix distro? Mange av dem har nemlig et artig tillegg i &#8216;makefile&#8217;.</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">love: /dev/null
       <span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">not</span> war?</pre></div></div>

 <img src="http://jocke.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=358" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jocke.no/2009/06/15/morro-med-programmering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gjennomtenkte produkter?</title>
		<link>http://jocke.no/2009/06/14/gjennomtenkte-produkter/</link>
		<comments>http://jocke.no/2009/06/14/gjennomtenkte-produkter/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:32:57 +0000</pubDate>
		<dc:creator>jocke</dc:creator>
				<category><![CDATA[Lek & Moro]]></category>
		<category><![CDATA[dårlig]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[gjennomtenkt]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[morro]]></category>
		<category><![CDATA[produkter]]></category>

		<guid isPermaLink="false">http://www.jocke.no/?p=378</guid>
		<description><![CDATA[En gang i blandt får folk ideer som ikke er helt gjennomtenkt. Produktene på bildene under er av den typen.
 ]]></description>
			<content:encoded><![CDATA[<p>En gang i blandt får folk ideer som ikke er helt gjennomtenkt. Produktene på bildene under er av den typen.</p>

<div class="autoviewer" id="ngg_autoviewer2">
<div class="swfobject" id="fo2_2" style="width:550px; height:400px;">
<p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p>
</div>
</div>
<script type="text/javascript" defer="defer">
var fo2_2 = {
	params : {
		wmode : "opaque",
		allowfullscreen : "true",
		bgcolor : "#FFFFFF"},
	flashvars : {
		langOpenImage : "Åpne bilde i nytt vindu",
		langAbout : "Om",
		xmlURL : "http://jocke.no/wp-content/plugins/nextgen-flashviewer/xml/autoviewer.php?gid=2"},
	attr : {
		styleclass : "autoviewer"},
	start : function() {
		swfobject.embedSWF("http://jocke.no/wp-content/plugins/nggflash-swf/autoviewer.swf", "fo2_2", "550", "400", "7.0.0", false, this.flashvars, this.params , this.attr );
	}
}
fo2_2.start();
</script>
 <img src="http://jocke.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=378" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jocke.no/2009/06/14/gjennomtenkte-produkter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple-feilmeldinger</title>
		<link>http://jocke.no/2009/06/12/apple-feilmeldinger/</link>
		<comments>http://jocke.no/2009/06/12/apple-feilmeldinger/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 06:07:23 +0000</pubDate>
		<dc:creator>jocke</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Lek & Moro]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[feilmelding]]></category>
		<category><![CDATA[kompilator]]></category>
		<category><![CDATA[morro]]></category>

		<guid isPermaLink="false">http://www.jocke.no/?p=347</guid>
		<description><![CDATA[Her er et utdrag av feilmeldinger fra Apple&#8217;s MPW kompilator:

&#8220;String literal too long (I let you have 512 characters, that&#8217;s 3 more than ANSI said I should)&#8221;
&#8220;&#8230;And the lord said, `lo, there shall only be case or default labels inside a switch statement&#8217;&#8221;
&#8220;a typedef name was a complete surprise to me at this point in [...]]]></description>
			<content:encoded><![CDATA[<p>Her er et utdrag av feilmeldinger fra Apple&#8217;s MPW kompilator:</p>
<ul>
<li>&#8220;String literal too long (I let you have 512 characters, that&#8217;s 3 more than ANSI said I should)&#8221;</li>
<li>&#8220;&#8230;And the lord said, `lo, there shall only be case or default labels inside a switch statement&#8217;&#8221;</li>
<li>&#8220;a typedef name was a complete surprise to me at this point in your program&#8221;</li>
<li>&#8220;`Volatile&#8217; and `Register&#8217; are not miscible&#8221;</li>
<li>&#8220;This struct already has a perfectly good definition&#8221;</li>
<li>&#8220;Only one parameter per register please &#8220;</li>
<li>&#8220;type in (cast) must be scalar; ANSI 3.3.4; page 39, lines 10-11 (I know you don&#8217;t care, I&#8217;m just trying to annoy you)&#8221;</li>
<li>&#8220;This array has no size, and that&#8217;s bad&#8221;</li>
<li>&#8220;Huh ?&#8221;</li>
<li>&#8220;can&#8217;t go mucking with a `void *&#8217;&#8221;</li>
<li>&#8220;we already did this function&#8221;</li>
<li>&#8220;The target of this goto is a label in a block that has an automatic variable with an initializer&#8221;</li>
<li>&#8220;This label is the target of a goto from outside of the block containing this label AND this block has an automatic variable with an initializer AND your window wasn&#8217;t wide enough to read this whole error message&#8221;</li>
<li>&#8220;Call me paranoid but finding `/*&#8217; inside this comment makes me suspicious&#8221;</li>
<li>&#8220;This function has an explicit return type and deserves a return value&#8221;</li>
<li>&#8220;You are comparing two structures that have holes in them&#8221;</li>
<li>&#8220;Too many errors on one line (make fewer)&#8221;</li>
<li>&#8220;Symbol table full &#8211; fatal heap error; please go buy a RAM upgrade from your local Apple dealer&#8221;</li>
<li>&#8220;Trailing comma not permitted in enum definition. (This time I&#8217;m letting you off with a warning)&#8221;</li>
</ul>
 <img src="http://jocke.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=347" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jocke.no/2009/06/12/apple-feilmeldinger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

