<?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>Are You Open Source? &#187; Kult</title>
	<atom:link href="http://cassmodiah.de/tag/kult/feed/" rel="self" type="application/rss+xml" />
	<link>http://cassmodiah.de</link>
	<description>SENSE - This is my personal pastebin and makes none!</description>
	<lastBuildDate>Mon, 28 Mar 2011 06:10:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>BeBeBeBeBörnd</title>
		<link>http://cassmodiah.de/2010-06-23/bebebebebornd/</link>
		<comments>http://cassmodiah.de/2010-06-23/bebebebebornd/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:43:45 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=702</guid>
		<description><![CDATA[שָׁלוֹם /usr/local/bin/berndget #!/usr/bin/env python import urllib2 import urllib import BeautifulSoup import sys import re import os def stripfilename(url): base = urllib.unquote(os.path.basename(url)) return base def contains(theString, theQueryValue): return theString.find(theQueryValue) &#62; -1 def _reporthook(numblocks, blocksize, filesize): sys.stdout.write(&#34;.&#34;) sys.stdout.flush() request = urllib2.Request(sys.argv[1]) response = urllib2.urlopen(request) soup = BeautifulSoup.BeautifulSoup(response) for a in soup.findAll(&#039;a&#039;): link=a.get(&#039;href&#039;) if (link): if (contains(link, &#34;/download/&#34;)): [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>/usr/local/bin/berndget</p>
<pre class="brush: python">
#!/usr/bin/env python

import urllib2
import urllib
import BeautifulSoup
import sys
import re
import os

def stripfilename(url):
	base = urllib.unquote(os.path.basename(url))
	return base

def contains(theString, theQueryValue):
	return theString.find(theQueryValue) &gt; -1

def _reporthook(numblocks, blocksize, filesize):
	sys.stdout.write(&quot;.&quot;)
	sys.stdout.flush()	

request = urllib2.Request(sys.argv[1])
response = urllib2.urlopen(request)
soup = BeautifulSoup.BeautifulSoup(response)
for a in soup.findAll(&#039;a&#039;):
	link=a.get(&#039;href&#039;)
	if (link):
		if (contains(link, &quot;/download/&quot;)):
			base=stripfilename(link)
			url=&quot;http://krautchan.net&quot;+link
			print url+&quot; --&gt; &quot;+base
			urllib.urlretrieve(url, base, _reporthook)
			print
</pre>
<p>By Bernd (sometimes under public domain) </p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-06-23/bebebebebornd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fedora-logo lasercutted on a stainless steel plate</title>
		<link>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/</link>
		<comments>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:50:46 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=591</guid>
		<description><![CDATA[שָׁלוֹם Fedora has one of the easiest logos, because it is a design with very simple figures of geometry. You need 5 min or less. Don&#8217;t believe? 1.) create 3 circles radius= 25mm 30mm 35mm 2.) Create some helplines. Use for lenght the radius of the inner and outer circle 3.) Create 2 new helplines [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Fedora has one of the easiest logos, because it is a design with very simple figures of geometry.<br />
You need 5 min or less. Don&#8217;t believe?</p>
<p>1.)<br />
create 3 circles radius= 25mm 30mm 35mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-1.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-1.png" alt="Fedora CAD 1" title="Fedora CAD 1" width="289" height="287" class="alignnone size-full wp-image-592" /></a></p>
<p>2.)<br />
Create some helplines. Use for lenght the radius of the inner and outer circle<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-2.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-2.png" alt="Fedora CAD 2" title="Fedora CAD 2" width="285" height="288" class="alignnone size-full wp-image-593" /></a></p>
<p>3.)<br />
Create 2 new helplines with 30° and 45° based from vertical helpline<br />
The point of intersection is the middle of new circles with radius 5mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-3.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-3.png" alt="Fedora CAD 3" title="Fedora CAD 3" width="294" height="291" class="alignnone size-full wp-image-594" /></a></p>
<p>4.)<br />
Create a new vertical line down to the middle circle and another 7,83 mm to the left. [1]<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-4.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-4.png" alt="Fedora CAD 4" title="Fedora CAD 4" width="291" height="287" class="alignnone size-full wp-image-595" /></a></p>
<p>5.)<br />
Remove all helplines<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-5.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-5.png" alt="Fedora CAD 5" title="Fedora CAD 5" width="296" height="286" class="alignnone size-full wp-image-596" /></a></p>
<p>6.)<br />
Clip all lines, which are unnecessary<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-6.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-6.png" alt="Fedora CAD 6" title="Fedora CAD 6" width="292" height="282" class="alignnone size-full wp-image-597" /></a></p>
<p>7.)<br />
Copy the whole and make a 180° turn for the second<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-7.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-7.png" alt="Fedora CAD 7" title="Fedora CAD 7" width="591" height="300" class="alignnone size-full wp-image-598" /></a></p>
<p>8.)<br />
Merge both, center the overlaps with helplines,<br />
make a new circle with radius 90mm<br />
and create the corner at bottom left<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-8.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-8-299x300.png" alt="Fedora CAD 8" title="Fedora CAD 8" width="299" height="300" class="alignnone size-medium wp-image-599" /></a></p>
<p>9.)<br />
Remove the helpline and clip and the corner to the circle.<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-9.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-9-299x300.png" alt="Fedora CAD 9" title="Fedora CAD 9" width="299" height="300" class="alignnone size-medium wp-image-600" /></a></p>
<p>10.)<br />
Round the corners in the f with radius 5mm<br />
and the corner of the &#8220;voice&#8221; with 15mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-10.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-10-300x299.png" alt="Fedora CAD 10" title="Fedora CAD 10" width="300" height="299" class="alignnone size-medium wp-image-601" /></a></p>
<p>Some dimensions:<br />
<a href="http://media.cassmodiah.de/2009/07/fedora_abmessungen.png"><img src="http://media.cassmodiah.de/2009/07/fedora_abmessungen-300x291.png" alt="Dimensions of the Fedora CAD Logo" title="Dimensions of the Fedora CAD Logo" width="300" height="291" class="alignnone size-medium wp-image-607" /></a></p>
<p>
<strong>___ T H E ___  R E S U L T ___</strong><br />
<a href="http://media.cassmodiah.de/2009/07/fedora-logo-stainless-steel.jpg"><img src="http://media.cassmodiah.de/2009/07/fedora-logo-stainless-steel-300x225.jpg" alt="Fedora Logo lasercutted on a stainless steel plate" title="Fedora Logo lasercutted on a stainless steel plate" width="300" height="225" class="alignnone size-medium wp-image-606" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
<p>[1] Why 7,83?<br />
It is the cord of the 2 centerpoints of the circle in an angle of 15°<br />
chord=2 x radius x sinus (alpha/2)<br />
chord=2x30xsin(15/2)=7,83</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>a little indirection for a feast</title>
		<link>http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/</link>
		<comments>http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/#comments</comments>
		<pubDate>Wed, 27 May 2009 22:51:21 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[LUG]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=522</guid>
		<description><![CDATA[שָׁלוֹם Before Salim and I visited the LUG in Hanau we decided to visit the TSV Pfungstadt (a little indirection about 180km) to eat what we saw in the television (Galileo on Pro7 with Jumbo Schreiner) last week. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Before Salim and I visited the <a href="http://www.hulug.de">LUG in Hanau</a> we decided to visit the <a href="http://www.sportheim-pfungstadt.de/">TSV Pfungstadt</a> (a little indirection about 180km) to eat what we saw in the television (Galileo on Pro7 with Jumbo Schreiner) last week.</p>

<a href='http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/hamburger/' title='Salim&#039;s Hamburger'><img width="150" height="150" src="http://media.cassmodiah.de/2009/05/hamburger-150x150.jpg" class="attachment-thumbnail" alt="Salim&#039;s Hamburger" title="Salim&#039;s Hamburger" /></a>
<a href='http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/salim_hamburger/' title='Salim and the Burger'><img width="150" height="150" src="http://media.cassmodiah.de/2009/05/salim_hamburger-150x150.jpg" class="attachment-thumbnail" alt="Salim and the Burger" title="Salim and the Burger" /></a>
<a href='http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/hamburger_ende/' title='fin?'><img width="150" height="150" src="http://media.cassmodiah.de/2009/05/hamburger_ende-150x150.jpg" class="attachment-thumbnail" alt="fin?" title="fin?" /></a>
<a href='http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/hawaiischnitzel/' title='cassmodiah&#039;s Schnitzel Hawaii'><img width="150" height="150" src="http://media.cassmodiah.de/2009/05/hawaiischnitzel-150x150.jpg" class="attachment-thumbnail" alt="cassmodiah&#039;s Schnitzel Hawaii" title="cassmodiah&#039;s Schnitzel Hawaii" /></a>
<a href='http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/schlenkerspiess/' title='Schlenkerspiess (portion for seniors)'><img width="150" height="150" src="http://media.cassmodiah.de/2009/05/schlenkerspiess-150x150.jpg" class="attachment-thumbnail" alt="Schlenkerspiess (portion for seniors)" title="Schlenkerspiess (portion for seniors)" /></a>

<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-05-28/a-little-indirection-for-a-feast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on the fast lane</title>
		<link>http://cassmodiah.de/2009-04-14/linux-on-the-fast-lane/</link>
		<comments>http://cassmodiah.de/2009-04-14/linux-on-the-fast-lane/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:54:06 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=497</guid>
		<description><![CDATA[שָׁלוֹם Vroooooooom :-) found on mailinglist of hulug So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><a href="http://media.cassmodiah.de/2009/04/img_1160.jpg"><img class="size-medium wp-image-498" title="Linux on the fast lane" src="http://media.cassmodiah.de/2009/04/img_1160_1.jpg" alt="Linux on the fast lane" /></a></p>
<p>Vroooooooom :-)<br />
found on mailinglist of <a href="http://hulug.de">hulug</a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-04-14/linux-on-the-fast-lane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baphomets Fluch &#8211; die Rückkehr der Tempelritter</title>
		<link>http://cassmodiah.de/2008-09-29/baphomets-fluch-die-ruckkehr-der-tempelritter/</link>
		<comments>http://cassmodiah.de/2008-09-29/baphomets-fluch-die-ruckkehr-der-tempelritter/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 13:30:21 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[proprietär]]></category>
		<category><![CDATA[Spiele]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=170</guid>
		<description><![CDATA[שָׁלוֹם Die Fan- und Hobbyentwicklergemeinde mindFactory bastelt seit 2001 mit dem &#8220;Segen&#8221; von Revolution Software an einem (inoffiziellem) Nachfolger von &#8220;Baphomets Fluch 2&#8243;. Die ersten beiden Teile des Point&#38;Click-Adventure gehören mittlerweile zu den &#8220;Muss man gespielt haben&#8221;-Klassikern. Broken Sword 2.5 &#8211; The Return Of The Templars große Pluspunkte: - Originalstimmen und professionelle Synchronsprecher - schöne [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Die Fan- und Hobbyentwicklergemeinde mindFactory bastelt seit 2001 mit dem &#8220;Segen&#8221; von Revolution Software an einem (inoffiziellem) Nachfolger von &#8220;Baphomets Fluch 2&#8243;. Die ersten beiden Teile des Point&amp;Click-Adventure gehören mittlerweile zu den &#8220;Muss man gespielt haben&#8221;-Klassikern.</p>
<p><a href="http://www.brokensword25.com">Broken Sword 2.5 &#8211; The Return Of The Templars</a><br />
große Pluspunkte:<br />
- Originalstimmen und professionelle Synchronsprecher<br />
- schöne Grafik<br />
- satter Sound<br />
- knifflige und fordernde Rätsel<br />
- lange Spielzeit</p>
<p><a href="http://media.cassmodiah.de/2008/09/shot002.jpg"><img class="alignnone size-thumbnail wp-image-188" title="Broken Sword 2.5 - Screenshot 01" src="http://media.cassmodiah.de/2008/09/shot002-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://media.cassmodiah.de/2008/09/shot022.jpg"><img class="alignnone size-thumbnail wp-image-189" title="Broken Sword 2.5 - Screenshot 02" src="http://media.cassmodiah.de/2008/09/shot022-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://media.cassmodiah.de/2008/09/shot025.jpg"><img class="alignnone size-thumbnail wp-image-190" title="Broken Sword 2.5 - Screenshot 03" src="http://media.cassmodiah.de/2008/09/shot025-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://media.cassmodiah.de/2008/09/shot033.jpg"><img class="alignnone size-thumbnail wp-image-191" title="Broken Sword 2.5 - Screenshot 04" src="http://media.cassmodiah.de/2008/09/shot033-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://media.cassmodiah.de/2008/09/shot017.jpg"><img class="alignnone size-thumbnail wp-image-194" title="Broken Sword 2.5 - Screenshot 05" src="http://media.cassmodiah.de/2008/09/shot017-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://media.cassmodiah.de/2008/09/shot028.jpg"><img class="alignnone size-thumbnail wp-image-195" title="Broken Sword 2.5 - Screenshot 06" src="http://media.cassmodiah.de/2008/09/shot028-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Gut gemacht mindFactory. Mit wine auch unter Linux spielbar<br />
Kann nicht schreiben, muss (weiter) spielen&#8230;..</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
<p>(Die Screenshots von der Projekt-Homepage)</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-29/baphomets-fluch-die-ruckkehr-der-tempelritter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

