<?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>Die Welt ist gar nicht so.</title>
	<atom:link href="http://blog.dieweltistgarnichtso.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dieweltistgarnichtso.net</link>
	<description>Sie ist ganz anders.</description>
	<lastBuildDate>Mon, 23 Sep 2013 15:41:20 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.35</generator>
	<item>
		<title>Coming-Out</title>
		<link>http://blog.dieweltistgarnichtso.net/coming-out</link>
		<comments>http://blog.dieweltistgarnichtso.net/coming-out#comments</comments>
		<pubDate>Wed, 11 Sep 2013 20:55:05 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[In eigener Sache]]></category>
		<category><![CDATA[transfat]]></category>
		<category><![CDATA[transitioning]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8364</guid>
		<description><![CDATA[Stehe ich unter Stress, esse ich weniger und manchmal tagelang überhaupt nichts. Dadurch nehme ich ab: Während der Arbeit am Internetmem-Buch verlor ich im Zeitraum eines Jahres etwa zehn Kilogramm Körpergewicht, in den letzten zweieinhalb Monaten weitere fünf. Offensichtlich habe &#8230; <a href="http://blog.dieweltistgarnichtso.net/coming-out">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Stehe ich unter Stress, esse ich weniger und manchmal tagelang überhaupt nichts. Dadurch nehme ich ab: Während der Arbeit am <a href="http://internetmeme.de">Internetmem-Buch</a> verlor ich im Zeitraum eines Jahres etwa zehn Kilogramm Körpergewicht, in den letzten zweieinhalb Monaten weitere fünf. Offensichtlich habe ich eine Essstörung.
<p>Gesundheitliche Sorgen muss man sich allerdings (noch) nicht machen: Bei einer Körpergröße von 172cm wiege ich etwa 70kg, mein Body-Mass-Index befindet sich im Normbereich. Habe ich keinen Stress, esse ich gerne und genug &ndash; tendenziell esse ich eher zu viel, denn mir fehlen Hunger- und Sättigungs-Gefühl.
<p>Trotzdem fühle ich mich in meinem Körper unwohl: Meine Arme kommen mir dürr und kränklich vor; beim Laufen habe ich das Gefühl, dass mein Hintern zu klein ist. Bei Kuscheln und Sex vermisse ich immer wieder meine früheren Fettpolster. Beim Gedanken an eine übergewichtige Exfreundin fühle ich Neid.
<p>Um mich in meinem Körper wohler zu fühlen, möchte ich das verlorene Gewicht wieder zunehmen. Die gewichtsangleichende Operation besteht darin, mehr zu essen. <strong>Ich bin <a href="http://aboutthinprivilege.tumblr.com/post/58155014332/this-is-what-thin-privilege-looks-like">transfett</a>.</strong>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/coming-out/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>minime – a minimalist Unix text editor</title>
		<link>http://blog.dieweltistgarnichtso.net/minime-a-minimalist-unix-text-editor</link>
		<comments>http://blog.dieweltistgarnichtso.net/minime-a-minimalist-unix-text-editor#comments</comments>
		<pubDate>Tue, 10 Sep 2013 02:01:42 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8276</guid>
		<description><![CDATA[Unix philosophy encourages developers to focus on minimal programs that communicate using text streams. However, most text editors for unixoid operating systems do not follow these guidelines, relying on internal functionality instead of standard text manipulation applications like the GNU &#8230; <a href="http://blog.dieweltistgarnichtso.net/minime-a-minimalist-unix-text-editor">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Unix_philosophy"><i>Unix</i> philosophy</a> encourages developers to focus on minimal programs that communicate using text streams. However, most text editors for <a href="http://en.wikipedia.org/wiki/Unix-like">unixoid</a> operating systems do <em>not</em> follow these guidelines, relying on internal functionality instead of standard text manipulation applications like the <a href="http://www.gnu.org/software/coreutils/"><abbr title="GNU is not Unix">GNU</abbr> core utilities</a>.</p>
<p>This architectural choice implies complexity and hinders re-use: <a href="http://en.wikipedia.org/wiki/Emacs"><i>Emacs</i></a> contains a complete environment for <a href="http://en.wikipedia.org/wiki/Emacs_Lisp">a dialect of the <i>LISP</i> programming language</a>; applications such as <abbr title="Internet Relay Chat">IRC</abbr> clients written in <i>Emacs</i> <i>LISP</i> cannot easily be used outside <i>Emacs</i>.</p>
<p>The minimalist editor <i>minime</i> (<a href="http://daten.dieweltistgarnichtso.net/src/minime/minime">source code</a>) conforms to <i>Unix</i> philosophy in the most simple way: Inspired by the <a href="http://plan9.bell-labs.com/sys/doc/sam/sam.html">text editor <i>sam</i></a>, all programmatic text transformations are done by piping text to external programs; see the <a href="http://daten.dieweltistgarnichtso.net/src/minime/README"><i>minime</i> README</a> for details.</p>
<img src="http://daten.dieweltistgarnichtso.net/pics/screenshots/minime.png" alt="the minime interface consists of two text buffers, the main buffer at the top
and the mini buffer at the bottom. the main buffer is for editable text, the
minibuffer is for commands that act upon the text in the main buffer. minime
takes a single optional argument, which is interpreted as a file from which to
populate the main buffer.

you can switch focus between buffers by pressing the tab key. if the minibuffer
is empty, upon switching to the minibuffer the current word in the main buffer
is copied to the mini buffer. upon pressing the return key while the minibuffer
has focus, the text in the minibuffer is evaluated as a command. focus is then
returned to the main buffer.

if a command starts with a ”&lt;” character, the following characters specify the
name of a file. text is read into the main buffer from that file. if a command
starts with a “&gt;” character, the following characters specify the name of a
file. text is written into the file from the main buffer. successful loading or
saving removes the first character from the minibuffer, leaving the filename.

if a command starts with a “|” character, the following characters specify a
shell command. the content of the main buffer is given to the shell command on
standard input and the output of the shell command is written into the main
buffer. if a command starts with another character, the command is evaluated as
a shell command with the empty string given on standard input.
">
<ins datetime=2013-09-23">
<p>Keys are bound to shell commands in a <a href="http://en.wikipedia.org/wiki/Comma-separated_values"><abbr title="Comma-Separated Values">CSV</abbr></a> configuration file called <i>minimerc</i> (<a href="http://daten.dieweltistgarnichtso.net/video/screencasts/minime-keybindings.ogv">screencast</a>).</p>
<img src="http://daten.dieweltistgarnichtso.net/pics/screenshots/minime-keybindings.png" alt="ctrl n,|true
meta w,&gt;xsel -i
ctrl w,|xsel -i
ctrl y,&lt;xsel -o
meta q,|fmt -w80 -g72
meta l,|ls
ctrl o,|xargs cat
meta o,&gt;xargs xdg-open
">
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/minime-a-minimalist-unix-text-editor/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://daten.dieweltistgarnichtso.net/video/screencasts/minime-keybindings.ogv" length="1644073" type="video/ogg" />
		</item>
		<item>
		<title>Linkschleuder (31)</title>
		<link>http://blog.dieweltistgarnichtso.net/linkschleuder-31</link>
		<comments>http://blog.dieweltistgarnichtso.net/linkschleuder-31#comments</comments>
		<pubDate>Fri, 30 Aug 2013 21:18:42 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Linkschleuder]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8260</guid>
		<description><![CDATA[Bilder Tiere in verlassenem Haus (via) Schwedischer Retro-Futurismus (via) Comics All About The Spotting Deer — ein seltsames Tier (via) A Light That Never Goes Out — Lucy Knisley vermisst jahrelang ihren Exfreund, schließlich heiraten sie (via) PAOLA-4 — Zeitreise &#8230; <a href="http://blog.dieweltistgarnichtso.net/linkschleuder-31">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3 id=bilder>Bilder</h3>
<ul>
 <li><a href="http://www.kafa.fi/pages/the-house-in-the-woods.php">Tiere in verlassenem Haus</a> (<a href="http://www.metafilter.com/131219/Abandoned-Buildings-AND-Cute-Animals">via</a>)
 <li><a href="http://www.simonstalenhag.se/index.html">Schwedischer Retro-Futurismus</a> (<a href="http://www.metafilter.com/131079/Ripple-Dot-Zero">via</a>)

</ul>
<h3 id=comics>Comics</h3>
<ul>
 <li><a href="http://whatthingsdo.com/comic/spotting-deer/#3864"><cite>All About The Spotting Deer</cite></a> — ein seltsames Tier (<a href="http://www.metafilter.com/104642/DRHNTR">via</a>)
 <li><a href="http://comics.lucyknisley.com/2013/08/a-light-that-never-goes-out-2/"><cite>A Light That Never Goes Out</cite></a> — <a href="http://lucylou.livejournal.com/">Lucy Knisley</a> vermisst jahrelang ihren Exfreund, schließlich heiraten sie (<a href="http://www.metafilter.com/131280/There-is-a-light-that-never-goes-out">via</a>)
 <li><a href="http://english.bouletcorp.com/2013/02/04/paola-4/"><cite>PAOLA-4</cite></a> — Zeitreise in die eigene Kindheit (<a href="http://www.metafilter.com/124705/Paola4">via</a>)
 <li><a href="http://kingtrash.com/ants/index.html"><cite>Ant Comic</cite></a> — surreales Insektenleben (<a href="http://www.metafilter.com/125414/Ant-Comics">via</a>)

</ul>
<h3 id=musik>Musik</h3>
<ul>
 <li><a href="http://www.youtube.com/watch?v=AhFvqhAdeFo"><cite>Not the End of the World</cite></a> — Weltuntergangs-Gesang mit <a href="http://de.wikipedia.org/wiki/Stylophone">Stylophone</a> (<a href="http://naomifearn.bandcamp.com/"><i>Bandcamp</i></a>; danke, <i>foxitalic</i>)
 <li><a href="http://www.ganggarrison.com/Scoot%20-%20Gang%20Garrison%20Rocket%20Jump%20Waltz.mp3"><i>Gang Garrison Rocket Jump Waltz</i></a> — <i lang=en>Chiptunes</i>-Hintergrund des Spiels <a href="http://en.wikipedia.org/wiki/Gang_Garrison_2"><i>Gang Garrison 2</i></a> (<a href="http://www.ganggarrison.com/#otherDownloads">via</a>)
 <li><a href="http://de.scene.org/pub/parties/2013/evoke13/ogg_mp3/jam-s_-_this_party_place_needs_more_bass.ogg"><cite>This Party Place Needs More Bass</cite></a> — <a href="http://de.wikipedia.org/wiki/Hardstyle">Hardstyle</a>-Partymusik der <a href="http://www.evoke.eu/2013/"><i>Evoke</i> 2013</a> (<a href="http://de.scene.org/pub/parties/2013/evoke13/ogg_mp3/">mehr <i>Evoke</i>-Musik</a>; danke, <i>zakx</i>)
 <li><a href="http://ubumexico.centro.org.mx/sound/komar_melamid/KomarMelamid_The-Most-UnwantedSong.mp3"><cite>The Most Unwanted Song</cite></a> — maximal unangenehme Musik (<a href="http://www.ubu.com/sound/komar.html">Erklärung</a>; <a href="http://en.wikipedia.org/wiki/The_Most_Unwanted_Song"><i>Wikipedia</i>-Artikel</a>; danke, <i>plomlompom</i>)

</ul>
<h3 id=spiele>Spiele</h3>
<ul>
 <li><a href="http://physica.sourceforge.net/"><cite>Physica</cite></a> — abstraktes Rätsel-<i lang=en>Jump ’n’ Run</i> (<a href="https://github.com/buch415/Physica"><i>GitHub</i></a>; <a href="http://freegamer.blogspot.de/2013/02/winter-shorts-2-physica-skyriot-openmw.html">via</a>)
 <li><a href="http://3sillyhats.com/lovehotel/"><cite>Love Hotel</cite></a> — Wirtschaftssimulation mit <a href="http://de.wikipedia.org/wiki/Stundenhotel">Stundenhotel</a> (<a href="http://www.rockpapershotgun.com/2013/08/04/live-free-play-hard-piss-based-economy/">via</a>)
 <li><a href="http://amydentata.com/yourswimsuit/"><cite>Your Swimsuit Jumped Over Its Own Weathercock, You Liar!</cite></a> — <a href="http://de.wikipedia.org/wiki/Erog%C4%93"><i lang=ja>Erogē</i></a> mit durch <a href="http://de.wikipedia.org/wiki/Markow-Kette">Markow-Ketten</a> generiertem Dialog (<a href="http://www.metafilter.com/128659/Your-Swimsuit-Jumped-Over-Its-Own-Weathercock-You-Liar">via</a>)
 <li><a href="https://github.com/a-nikolaev/curseofwar/wiki"><cite>Curse of War</cite></a> — <abbr title="Zweidimensional">2D</abbr>-Echtzeitstrategiespiel im Terminal (<a href="http://www.lgdb.org/game/curse_war">via</a>)
 <li><a href="http://www.freeorion.org/index.php/Main_Page"><cite>FreeOrion</cite></a> — rundenbasiertes <a href="http://de.wikipedia.org/wiki/Globalstrategiespiel">Globalstrategiespiel</a> (<a href="http://www.lgdb.org/game/freeorion">via</a>)

</ul>
<h3 id=fragmente>Fragmente</h3>
<ul>
 <li><a href="https://news.ycombinator.com/item?id=5953447"><q cite="https://news.ycombinator.com/item?id=5953447">Time has a different meaning at the South Pole if you are working with offsite people, as is typical of the science winter overs. &#8220;Day&#8221; is when the internet connection is working. &#8220;Night&#8221; is when it is not. There is only satellite coverage for half the day.</q></a>
 <li><a href="http://chadfowler.com/passionate-programmer/eggs.html"><q>I once asked one of my employees, “What do you want to do with your career? What do you want to be?” I was terribly disappointed by his answer: “I want to be a J2EE architect.” I asked why not a “Microsoft Word designer” or a “RealPlayer installer?” </q></a> (<a href="https://news.ycombinator.com/item?id=6204314">via</a>)
 <li><a href="http://hardware.slashdot.org/story/13/08/27/1641236/new-keyboard-accessory-shocks-users-when-they-try-to-go-on-facebook"><q cite="http://www.reddit.com/r/worldnews/comments/1g6f3o/in_unanimous_vote_russia_passes_bill_making_it/cah9z3g">An Indian leader came to the British officer in charge of a region and complained that the British wouldn&#8217;t let them burn their widows on their husband&#8217;s funeral pyre as was tradition. The officer said that if they wanted to practice their tradition it was fine but then he would be forced to practice the British tradition of hanging men who burned women alive.</q></a>
</ul>
<h3 id=popkultur>Popkultur</h3>

<ul>
 <li><a href="http://www.marksimpson.com/blog/2009/11/01/fight-club-how-gay-is-mma/"><cite>Fight Club: How Gay is MMA?</cite></a>
 <li><a href="http://kangeiko.livejournal.com/341592.html">Vergewaltigung in <cite>Battlestar Galactica</cite></a> (<a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/RapePortrayedAsRedemption">via</a>)
 <li><a href="http://stilleatingoranges.tumblr.com/post/25153960313/the-significance-of-plot-without-conflict"><cite>The significance of plot without conflict</cite></a> (danke, <i>foxitalic</i>)
 <li><a href="http://wingolog.org/archives/2008/07/10/how-to-choose-between-equivalent-options"><cite>how to choose between equivalent options</cite></a> (<a href="http://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations">via</a>)
 <li><a href="http://www.wired.com/opinion/2012/11/feudal-security/"><cite>When It Comes to Security, We’re Back to Feudalism</cite></a> (<a href="https://news.ycombinator.com/item?id=4831842">via</a>)

</ul>
<h3 id=politik>Politik</h3>
<ul>
 <li><a href="https://medium.com/geek-empire-1/a1ebd2b4a0e5"><cite>The Ecuadorian Library</cite></a> — <a href="http://en.wikipedia.org/wiki/Bruce_sterling">Bruce Sterling</a> über die Dissidenten <a href="http://en.wikipedia.org/wiki/Chelsea_Manning">Manning</a>, <a href="http://en.wikipedia.org/wiki/Julian_Assange">Assange</a>, <a href="http://en.wikipedia.org/wiki/Edward_Snowden">Snowden</a> (<a href="http://dev.null.org/blog/archive/2013/08/04#201308041540_ecuadorian_librar">via</a>)
 <li><a href="http://cryptome.org/0002/ja-conspiracies.pdf">Regierungen als Verschwörungen</a> (<a href="http://blogs.cornell.edu/info2040/2012/11/01/julian-assange-on-governments-as-networks/">via</a>)
 <li><a href="http://queue.acm.org/detail.cfm?id=2508864"><cite>More Encryption Is Not the Solution</cite></a>

</ul>
<h3 id=ergonomie>Ergonomie</h3>
<ul>
 <li><a href="http://seriouspony.com/blog/2013/7/24/your-app-makes-me-fat"><cite>Your app makes me fat</cite></a> (<a href="https://news.ycombinator.com/item?id=6124462">via</a>)
 <li><a href="http://www.bogost.com/blog/gamification_is_bullshit.shtml"><cite>Gamification is Bullshit</cite></a> (<a href="http://www.bogost.com/blog/preview_why_gamification_is_bu.shtml">via</a>)
 <li><a href="http://contemporary-home-computing.org/turing-complete-user/"><cite>Turing Complete User</cite></a> (<a href="http://art.teleportacia.org/olia.html">via</a>)
 <li><a href="http://timkadlec.com/2013/07/crippling-the-web/"><cite>Crippling the Web</cite></a> — Barrierefreiheit als definierender Unterschied von Webseiten und nativen Anwendungen (<a href="http://dailynerd.nl/2013/08/19/2381/">via</a>)
 <li><a href="http://www.nngroup.com/articles/anti-mac-interface/"><cite>The Anti-Mac Interface</cite></a> — Nutzerschnittstellen des <abbr lang=en title="World Wide Web">WWW</abbr> als Antithese zu den <i lang=en>Apple</i> <a href="http://en.wikipedia.org/wiki/Human_interface_guidelines"><i lang=en>Human Interface Guidelines</i></a>

</ul>
<h3 id=technik>Technik</h3>
<ul>
 <li><a href="http://www.ctrl-verlust.net/23andme-wie-ich-fur-todkrank-erklart-wurde-und-mich-wieder-gesund-debuggte/"><cite>Wie ich für todkrank erklärt wurde und mich wieder gesund debuggte</cite></a> — Genomanalysefehler analysiert (danke, <i>mntmn</i>)
 <li><a href="http://www.xiph.org/video/vid2.shtml"><cite>Digital Show &amp; Tell</cite></a> — <a href="http://en.wikipedia.org/wiki/Christopher_Montgomery">Christopher Montgomery</a> erklärt Grundlagen digitaler Signalverarbeitung (<a href="http://wiki.xiph.org/Videos/Digital_Show_and_Tell">Transkript</a>)
 <li><a href="https://www.varnish-cache.org/docs/trunk/phk/http20.html"><cite>Why HTTP/2.0 does not seem interesting</cite></a> (<a href="https://news.ycombinator.com/item?id=4855118">via</a>)

</ul>
<h3 id=programmierung>Programmierung</h3>
<ul>
 <li><a href="https://mobile.twitter.com/ID_AA_Carmack/status/329210881898606593"><q cite="https://mobile.twitter.com/ID_AA_Carmack/status/329210881898606593">Considering that 8 bit BASICs of the 70s had range checked and garbage collected strings, it is amazing how much damage C has done.</q></a> (danke, <i>dridde</i>)
 <li><a href="http://cymonsgames.com/command-line-interfaces-suck/#comment-8733"><q cite="http://cymonsgames.com/command-line-interfaces-suck/#comment-8733">command-line interfaces are inherently lazier than GUIs. I say this because I’ve made both. The work that goes into a good command-line interface is less than the work that goes into a good GUI interface.</q></a>
 <li><a href="https://news.ycombinator.com/item?id=6130732"><q cite="https://news.ycombinator.com/item?id=6130732">APIs are currently the core fabric by which communication occurs within a computing system. As long as we use them, we end up with specialization of communication between computing systems.</q></a>
</ul>
<h3 id=anwendungen>Anwendungen</h3>

<ul>
 <li><a href="http://www.w3.org/2003/12/semantic-extractor.html"><i>Semantic Data Extractor</i></a> — zeigt Bedeutung von <abbr title="HyperText Markup Language">HTML</abbr>
 <li><a href="https://code.google.com/p/kitchentimer/"><i>Kitchen Timer</i></a> — Wecker für <i>Android</i>, geeignet zur Erinnerung an Medikamenten-Einnahme (<a href="https://f-droid.org/repository/browse/?fdfilter=kitchen%20timer&amp;fdid=com.leinardi.kitchentimer">via</a>)
 <li><a href="https://pypi.python.org/pypi/hachoir-urwid/1.1"><i>hachoir-urwid</i></a> — Dateiexplorer für Binärdateien (<a href="https://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid"><i>Bitbucket</i></a>)
 <li><a href="http://debiananwenderhandbuch.de/apt-listbugs.html"><i>apt-listbugs</i></a> — weist vor Installation oder Aktualisierung auf kritische Fehler von <a href="http://de.wikipedia.org/wiki/Debian-Paket">Debian-Paketen</a> hin (danke, <i>dridde</i>)
 <li><a href="http://libav.org/avconv.html"><i>avconv</i></a> — Konvertierung von Audio- und Video-Dateien

</ul>
<h3 id=sicherheit>Sicherheit</h3>
<ul>
 <li><a href="http://www.nds.rub.de/media/emma/veroeffentlichungen/2012/08/16/scriptlessAttacks-ccs2012.pdf">Web-Sicherheitslücken ohne <i>JavaScript</i></a> (danke, <i>linuzifer</i>)
 <li><a href="http://people.csail.mit.edu/rivest/Chaffing.txt"><cite>Chaffing and Winnowing: Confidentiality without Encryption</cite></a> (<a href="http://de.wikipedia.org/wiki/Spreu-und-Weizen-Algorithmus"><i>Wikipedia</i>-Artikel: Spreu-und-Weizen-Algorithmus</a>; <a href="https://news.ycombinator.com/item?id=6046931">via</a>)
 <li><a href="http://www.robertkotcher.com/pdf/TimingAttacks.pdf"><cite>Stealing cross-origin pixels: Timing attacks on CSS filters and shaders</cite></a>
 <li><a href="http://www.cs.unm.edu/~crandall/nspw2012.pdf"><cite>Holographic Vulnerability Studies: Vulnerabilities as Fractures in Interpretation as Information Flows Across Abstraction Boundaries</cite></a> (<a href="https://mail.langsec.org/pipermail/langsec-discuss/20130806/000141.html">via</a>)
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/linkschleuder-31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.ganggarrison.com/Scoot%20-%20Gang%20Garrison%20Rocket%20Jump%20Waltz.mp3" length="1535024" type="audio/mpeg" />
<enclosure url="http://de.scene.org/pub/parties/2013/evoke13/ogg_mp3/jam-s_-_this_party_place_needs_more_bass.ogg" length="7273936" type="audio/ogg" />
<enclosure url="http://ubumexico.centro.org.mx/sound/komar_melamid/KomarMelamid_The-Most-UnwantedSong.mp3" length="31656640" type="audio/mpeg" />
		</item>
		<item>
		<title>Making music with a C compiler</title>
		<link>http://blog.dieweltistgarnichtso.net/making-music-with-a-c-compiler</link>
		<comments>http://blog.dieweltistgarnichtso.net/making-music-with-a-c-compiler#comments</comments>
		<pubDate>Fri, 26 Jul 2013 14:11:20 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8200</guid>
		<description><![CDATA[At SIGINT 2013 I gave a talk about the creation of synthesizer music by piping the output of short C programs into /dev/dsp. I ended the presentation live coding music with libglitch. Watch: video (low quality) video (high quality) I &#8230; <a href="http://blog.dieweltistgarnichtso.net/making-music-with-a-c-compiler">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
<a href="http://sigint.ccc.de/schedule/events/5067.html">At <i>SIGINT 2013</i> I gave a talk about the creation of synthesizer music</a> by piping the output of short C programs into <a href="http://en.wikipedia.org/wiki/Open_Sound_System#API"><code>/dev/dsp</code></a>. I ended the presentation live coding music with <a href="https://github.com/erlehmann/libglitch"><i>libglitch</i></a>. Watch:
</p>
<video controls preload=none poster="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler.jpg">
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-lq.webm" type="video/webm">
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-lq.mp4" type="video/mp4">
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-hq.webm" type="video/webm" media="all and (view-mode:fullscreen)">
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-hq.mp4" type="video/mp4" media="all and (view-mode:fullscreen)">
  <a href="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-lq.webm">video (low quality)</a>
  <a href="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-hq.webm">video (high quality)</a>
</video>
<p>
I have also uploaded the <a href="http://daten.dieweltistgarnichtso.net/docs/presentations/sigint-2013-cfp.html">submission</a>, the <a href="http://daten.dieweltistgarnichtso.net/docs/presentations/music-c-compiler/music-c-compiler.pdf">slides (<abbr title="Portable Document Format">PDF</abbr>)</a> and the <a href="http://daten.dieweltistgarnichtso.net/docs/presentations/music-c-compiler.tar.xz">source code for the presentation</a> (needs <a href="https://wiki.gnome.org/Pinpoint"><i>pinpoint</i></a> and <a href="http://sox.sourceforge.net/"><i><abbr title="Sound Exchange">SoX</abbr></i></a>).
</p>
<ins datetime="2013-07-26T14:15:23+00:00"><p>
<a href="http://www.youtube.com/watch?v=vCEUyx-SxPw">My talk can also be seen on <i>YouTube</i></a>, but the description includes wrong licensing information. I hereby declare the license of my performance to be <a href="http://creativecommons.org/licenses/by/3.0/"><i><abbr title="Creative Commons">CC</abbr> <abbr title="Attribution">BY</abbr> 3.0</i></a>.
</p></ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/making-music-with-a-c-compiler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-lq.webm" length="89453489" type="application/wordperfect" />
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-lq.mp4" length="92793440" type="video/mp4" />
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-hq.webm" length="510658045" type="application/wordperfect" />
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/making-music-with-a-c-compiler-hq.mp4" length="516537810" type="video/mp4" />
		</item>
		<item>
		<title>Sinnlose Verschlüsselung bei MyVideo.de</title>
		<link>http://blog.dieweltistgarnichtso.net/sinnlose-verschlusselung-bei-myvideo-de</link>
		<comments>http://blog.dieweltistgarnichtso.net/sinnlose-verschlusselung-bei-myvideo-de#comments</comments>
		<pubDate>Sat, 22 Jun 2013 00:54:03 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[myvideo]]></category>
		<category><![CDATA[rc4]]></category>
		<category><![CDATA[rtmpe]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8089</guid>
		<description><![CDATA[Das LG Hamburg verbot die Software JDownloader2, weil diese von der Webseite MyVideo.de Videos herunterladen konnte (Beschluss als PDF). Angeblich waren diese Videos mit einem Verschlüsselungsverfahren geschützt, das das Gericht als wirksame technische Schutzmaßnahme beschreibt. Wie aber funktioniert diese Verschlüsselung? &#8230; <a href="http://blog.dieweltistgarnichtso.net/sinnlose-verschlusselung-bei-myvideo-de">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
<a href="http://www.golem.de/news/jdownloader2-downloadsoftware-fuer-streaming-in-deutschland-verboten-1306-99891.html">Das <abbr title="Landgericht">LG</abbr> Hamburg verbot die Software <i>JDownloader2</i></a>, weil diese von der Webseite <i>MyVideo.de</i> Videos herunterladen konnte (<a href="http://raschlegal.de/uploads/media/LG_HH__B.v._25.04.13__Az._310_O_144-13.pdf">Beschluss als <abbr title="Portable Document Format">PDF</abbr></a>). Angeblich waren diese Videos mit einem <q cite="http://raschlegal.de/uploads/media/LG_HH__B.v._25.04.13__Az._310_O_144-13.pdf">Verschlüsselungsverfahren</q> geschützt, das das Gericht als <q cite="http://raschlegal.de/uploads/media/LG_HH__B.v._25.04.13__Az._310_O_144-13.pdf">wirksame technische Schutzmaßnahme</q> beschreibt. Wie aber funktioniert diese Verschlüsselung? Um das herauszufinden, schaute ich mir den Quellcode von <i>MyVideo.de</i> an; als Beispiel wählte ich <a href="http://www.myvideo.de/watch/8336292/Folge_1_Wer_ist_Naruto_Naruto">eine Folge der <i>Anime</i>-Serie <cite>Naruto</cite></a>.
</p>
<ins datetime="2013-06-22T08:11:00+00:00">
<p>
<a href="http://jdownloader.org/de/news/blog/x20130619-161329rtmpe">Die Herstellerfirma von <i>JDownloader2</i> erläutert</a>: <q cite="http://jdownloader.org/de/news/blog/x20130619-161329rtmpe">Die Funktion war lediglich vorübergehend in einer Beta-Version der Software, also den Nightly-Builds des JDownloader2, enthalten.</q> <q cite="http://jdownloader.org/de/news/blog/x20130619-161329rtmpe">Auf entsprechenden Hinweis ist diese Änderung selbstverständlich rückgängig gemacht worden. Sowohl der JDownloader als auch die aktuellen Nightly-Builds (JDownloader2) sind also weiterhin legal.</q>
</p>
</ins>
<p>
Die Webseite enthält zwei Variablen, die an den eingebetteten <i>Flash</i>-Player übergeben werden: <var>_encxml</var> mit dem Wert <samp>http%3A%2F%2Fwww.myvideo.de%2Fdynamic%2Fget_player_video_xml.php</samp> und <var>ID</var> mit dem Wert <samp>8336292</samp>. Die erste Variable ist <a href="http://de.wikipedia.org/wiki/URL-Encoding"><abbr title="Uniform Resource Locator">URL</abbr>-kodiert</a>; dekodiert lautet sie <samp>http://www.myvideo.de/dynamic/get_player_video_xml.php</samp>. Übergibt man die zweite Variable als Parameter im <a href="http://de.wikipedia.org/wiki/Query_String"><i lang=en>Query String</i></a>, erhält man <samp>http://www.myvideo.de/dynamic/get_player_video_xml.php?ID=8336292</samp> – dort befindet sich ein <a href="http://daten.dieweltistgarnichtso.net/src/myvideo-8336292.encxml">unleserliches – vermutlich verschlüsseltes – Dokument</a>.
</p>
<p>
Den notwendigen Schlüssel berechnet der <a href="http://is2.myvideo.de/de/player/mingR13f/ming.swf"><i>Flash</i>-Player von <i>MyVideo.de</i></a> aus einem Generalschlüssel und der Variable <var>ID</var> – die Formel lautet md5(<var>Generalschlüssel</var>+md5(<var>ID</var>)). Der Generalschlüssel ist mit der Kommandozeile ermittelbar: Die Eingabe von <kbd>tail -c+9 ming.swf | openssl zlib -d | strings | grep KEY</kbd> ergibt unter Anderem <samp>MASTER_KEY@c8407a08b3c71ea418ec9dc662f2a56e40cbd6d5a114aa50fb1e1079e17f2b83</samp>. Mit <kbd>echo -n c8407a08b3c71ea418ec9dc662f2a56e40cbd6d5a114aa50fb1e1079e17f2b83`echo -n 8336292 | md5sum | cut -d' ' -f1` | md5sum</kbd> erhält man schließlich den Schlüssel <samp>36210cd70cc7f123dfd358bf8653eb4a</samp>.
</p>
<p>
Die Entschlüsselung erfolgt mit dem <a href="http://de.wikipedia.org/wiki/RC4"><abbr title="Ron's Code 4">RC4</abbr>-Algorithmus</a> (<a href="http://daten.dieweltistgarnichtso.net/src/myvideo-8336292.py">Beispiel-Code in <i>Python</i></a>); das Ergebnis ist <a href="http://daten.dieweltistgarnichtso.net/src/myvideo-8336292.xml">eine <abbr title="eXtensible Markup Language">XML</abbr>-Datei</a> – im vorliegenden Beispiel gehört diese allerdings nicht zu <i>Naruto</i> sondern zu <a href="http://www.myvideo.de/watch/8085086/MyVideoTV_30s_TV_Spot_mit_David_Hasselhoff_The_Hoff">einem Werbe-Video mit David Hasselhoff</a>. Der Grund dafür sind fehlende <abbr title="Uniform Resource Locator">URL</abbr>-Parameter: Entschlüsselt man den Inhalt von <samp>http://www.myvideo.de/dynamic/get_player_video_xml.php?domain=www.myvideo.de&#038;flash_playertype=SER&#038;ds=1&#038;autorun=yes&#038;ID=8336292&#038;_countlimit=4</samp>, erhält man Informationen zum gewünschten Video, das sich dann mit dem Programm <a href="http://en.wikipedia.org/wiki/Rtmpdump"><i>rtmpdump</i></a> lokal speichern lässt.
</p>
<p>
Weswegen <i>Myvideo.de</i> die zum Abspielen eines Videos notwendigen <abbr title="eXtensible Markup Language">XML</abbr>-Dateien verschlüsselt, dann aber sämtliche Schlüssel öffentlich zur Verfügung stellen, ist mir unklar: Ich selbst habe zwar kein Interesse an dort angebotenen Videos (und auch nicht genug Bandbreite), kann mir jedoch kaum vorstellen, dass eine derartige Maßnahme Leute am Herunterladen der Videos hindert.
</p>
<p>
Vermutlich haben die Entwickler nicht verstanden, dass der Einsatz von Verschlüsselung Inhalte nicht schützen <em>kann</em>, wenn man alle Schlüssel veröffentlicht. Für diese Vermutung spricht auch der Einsatz von <a href="http://lkcl.net/rtmp/RTMPE.txt"><abbr title="Real-Time Messaging Protocol Encrypted">RTMPE</abbr>, das für die Verschlüsselung ebenfalls nur öffentlich zugängliche Daten verwendet</a>.
</p>
<p>
Meiner Ansicht nach handelt es sich bei der Verwendung des <i>Flash</i>-Players um eine wirksamere technische Maßnahme, bestimmte Leute vom Ansehen der Videos auszuschließen. Zum Einbetten von Videos empfehle ich die Verwendung des <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element"><code>&lt;video&gt;</code>-Elements</a>.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/sinnlose-verschlusselung-bei-myvideo-de/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian GNU/Linux on Thinkpad R60</title>
		<link>http://blog.dieweltistgarnichtso.net/debian-gnulinux-on-thinkpad-r60</link>
		<comments>http://blog.dieweltistgarnichtso.net/debian-gnulinux-on-thinkpad-r60#comments</comments>
		<pubDate>Mon, 17 Jun 2013 18:37:31 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[kms]]></category>
		<category><![CDATA[thinkpad]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8063</guid>
		<description><![CDATA[After installing Debian GNU/Linux on a Thinkpad R60 with an ATI Radeon Mobility X1400 graphics card, the screen turned blank during the boot process. This bug can be worked around by disabling Kernel Mode Setting (KMS): When booting, in the &#8230; <a href="http://blog.dieweltistgarnichtso.net/debian-gnulinux-on-thinkpad-r60">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
After installing <i>Debian <abbr title="GNU is not Linux">GNU</abbr>/Linux</i> on a <i>Thinkpad R60</i> with an <i>ATI Radeon Mobility X1400</i> graphics card, the screen turned blank during the boot process. This bug can be worked around by disabling <a href="http://wiki.debian.org/KernelModesetting">Kernel Mode Setting (<abbr>KMS</abbr>)</a>:
</p>
<p>
When booting, in the <abbr title="GRand Unified Bootloader">GRUB</abbr> menu, press <kbd>e</kbd>; this brings up an editor for <abbr title="Operating System">OS</abbr> boot parameters. Extend the line loading the <i>Linux</i> kernel (it starts with <samp>linux</samp> and usually ends with <samp>quiet</samp>) with <kbd>radeon.modeset=0</kbd>. Press <kbd>F10</kbd> to boot with <abbr title="Kernel Mode Setting">KMS</abbr> disabled.
</p>
<p>
To disable <abbr title="Kernel Mode Setting">KMS</abbr> permanently, edit the file <i>/etc/modprobe.d/radeon-kms.conf</i> and replace the line <samp>options radeon modeset=1</samp> with <kbd>options radeon modeset=0</kbd>.
</p>
<ins datetime="2013-06-17T18:39:48+00:00">
<p>
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712594">I reported the issue as <i>Debian</i> bug #712594.</a>
</p>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/debian-gnulinux-on-thinkpad-r60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die inoffiziellen Mitarbeiter der Stasi 2.0</title>
		<link>http://blog.dieweltistgarnichtso.net/die-inoffiziellen-mitarbeiter-der-stasi-2-0</link>
		<comments>http://blog.dieweltistgarnichtso.net/die-inoffiziellen-mitarbeiter-der-stasi-2-0#comments</comments>
		<pubDate>Fri, 14 Jun 2013 12:35:03 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Politik]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[nsa]]></category>
		<category><![CDATA[prism]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[überwachung]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=8013</guid>
		<description><![CDATA[Die NSA überwacht das Internet und amerikanische Internet-Firmen helfen dabei. Viele finden das angeblich schlimm: Johnny Haeusler nennt es internen Terror; Katharina Nocun sieht Bürgerrechte in Gefahr; Karsten Gerloff erkennt nicht nur den Überwachungsstaat, sondern übernimmt auch Bruce Schneiers Metapher &#8230; <a href="http://blog.dieweltistgarnichtso.net/die-inoffiziellen-mitarbeiter-der-stasi-2-0">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
<a href="http://www.guardian.co.uk/world/2013/jun/09/edward-snowden-nsa-whistleblower-surveillance">Die NSA überwacht das Internet</a> und <a href="http://netzpolitik.org/2013/google-erklart-wie-sie-daten-an-die-nsa-weitergeben/">amerikanische Internet-Firmen helfen dabei</a>. Viele finden das angeblich schlimm: <a href="http://www.spreeblick.com/2013/06/09/der-interne-terror/">Johnny Haeusler nennt es internen <q cite="http://www.spreeblick.com/2013/06/09/der-interne-terror/">Terror</q></a>; <a href="http://kattascha.de/?p=1145">Katharina Nocun sieht Bürgerrechte in Gefahr</a>; <a href="http://netzpolitik.org/2013/prism-uberwachung-freiheit-und-die-grenzen-des-versteckens/">Karsten Gerloff erkennt nicht nur den <q cite="https://netzpolitik.org/2013/prism-uberwachung-freiheit-und-die-grenzen-des-versteckens/">Überwachungsstaat</q></a>, sondern übernimmt auch <a href="http://www.wired.com/opinion/2012/11/feudal-security/">Bruce Schneiers Metapher vom <q cite="https://netzpolitik.org/2013/prism-uberwachung-freiheit-und-die-grenzen-des-versteckens/">quasi-feudalen System</q></a>.
</p>
<p>
Der Schönheitsfehler: Die Genannten helfen selber, Nutzer ihrer Webseiten zu überwachen. Mit jedem Zugriff auf ihre Webseiten übertragen Browser <a href="http://de.wikipedia.org/wiki/HTTP-Cookie#Tracking">Tracking-Informationen</a> an Firmen wie <i>Amazon</i>, <i>Google</i> oder <i>Twitter</i>. <a href="http://blog.dieweltistgarnichtso.net/werbung-und-tracking-im-web">Das Ausmaß der Überwachung visualisierte ich bereits.</a>
</p>
<p>
Webseiten-Betreiber wissen, was sie damit tun: Sie helfen Firmen und Staaten, Internet-Nutzer zu bespitzeln und Persönlichkeitsprofile zu erstellen – ganz ohne formales Arbeitsverhältnis, als <a href="http://de.wikipedia.org/wiki/Inoffizieller_Mitarbeiter">inoffizielle Mitarbeiter</a> der <a href="http://de.wikipedia.org/wiki/Stasi_2.0"><i>Stasi 2.0</i></a>.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/die-inoffiziellen-mitarbeiter-der-stasi-2-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linkschleuder (30)</title>
		<link>http://blog.dieweltistgarnichtso.net/linkschleuder-30</link>
		<comments>http://blog.dieweltistgarnichtso.net/linkschleuder-30#comments</comments>
		<pubDate>Wed, 05 Jun 2013 21:20:43 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Linkschleuder]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7825</guid>
		<description><![CDATA[Spiele BUGHACK — roguelike mit Ameisen 2x0ng — prozedurales Echtzeit-Puzzle (Screencast, via) Last Will of the Emtar — Mehrspieler-Turmverteidigung (via) Cataclysm: Dark Days Ahead — Zombie-roguelike mit offener, komplexer Welt (Bildschirmfotos, Wiki, GitHub) VCMI — Neuimplementation von Heroes of Might &#8230; <a href="http://blog.dieweltistgarnichtso.net/linkschleuder-30">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3 id=spiele>Spiele</h3>
<ul>
	<li><a href="http://7drl.org/2013/03/17/7day-roguelike-bughack-complete/"><i>BUGHACK</i></a> — <i>roguelike</i> mit Ameisen
	<li><a href="http://blocky.io/2x0ng.html"><i>2x0ng</i></a> — prozedurales Echtzeit-Puzzle (<a href="http://blocky.io/influences3.ogv">Screencast</a>, <a href="http://www.metafilter.com/126871/Permadeath-Puzzles-Portals-Pong">via</a>)
	<li><a href="http://pyweek.org/e/unifac16/"><i>Last Will of the Emtar</i></a> — Mehrspieler-Turmverteidigung (<a href="http://pyweek.org/16/entries/">via</a>)
	<li><a href="http://en.cataclysmdda.com/"><i>Cataclysm: Dark Days Ahead</i></a> — Zombie-<i>roguelike</i> mit offener, komplexer Welt (<a href="http://daten.dieweltistgarnichtso.net/pics/screenshots/games/cataclysm-dda/">Bildschirmfotos</a>, <a href="http://www.wiki.cataclysmdda.com/index.php?title=Main_Page">Wiki</a>, <a href="https://github.com/TheDarklingWolf/Cataclysm-DDA"><i>GitHub</i></a>)
	<li><a href="http://forum.vcmi.eu/portal.php"><i>VCMI</i></a> — Neuimplementation von <a href="http://de.wikipedia.org/wiki/Heroes_of_Might_and_Magic#Heroes_of_Might_and_Magic_III"><i>Heroes of Might and Magic Ⅲ</i></a>, benötigt Spieldaten des Originals (<a href="http://daten.dieweltistgarnichtso.net/video/screencasts/vcmi.ogv">Screencast</a>)
</ul>
<h3 id=video>Video</h3>
<ul>
	<li><a href="http://www.youtube.com/watch?v=Lyl4UwXxTWc"><i>Introduction to Panzerfahren</i></a> (danke, <i>docretro</i>)
	<li><a href="http://www.youtube.com/watch?v=i5gQvwEfLh8"><i>Programming Again</i></a> — Hipster-Satire mit <i>C#</i> (<a href="http://fettemama.org/p/587">via</a>)
	<li><a href="http://www.youtube.com/watch?v=tKQ-lcNRsrE"><i>Aperture R&#038;D &#8211; Episode 1</i></a> — <a href="http://de.wikipedia.org/wiki/Portal_(Computerspiel)"><i>Portal</i></a>-Bürohumor (<a href="http://www.metafilter.com/126111/Doing-What-We-Could-Because-We-Can">via</a>)
	<li><a href="http://www.youtube.com/watch?v=2dvv-Yib1Xg"><i>Luke&#8217;s Change: an Inside Job</i></a> — <a href="http://www.jedipedia.de/wiki/Erster_Todesstern#Zerst.C3.B6rung">Zerstörung des Todessterns</a> als Verschwörung der <a href="https://en.wikipedia.org/wiki/Skywalker_family"><i>Skywalker</i>-Familie</a> (<a href="http://www.slate.com/blogs/quora/2013/03/18/star_wars_conspiracy_theory_did_the_empire_want_to_blow_up_the_death_star.html">siehe auch</a>, <a href="http://www.metafilter.com/126104/Was-the-destruction-of-the-Death-Star-an-inside-job">via</a>)
</ul>
<h3 id=musik>Musik</h3>
<ul>
	<li><a href="http://www.youtube.com/watch?v=KaOC9danxNo"><i>Space Oddity</i></a> — Musikvideo auf der <a href="http://de.wikipedia.org/wiki/Internationale_Raumstation"><abbr title="International Space Station">ISS</abbr></a> (danke, <i>zakx</i>)
	<li><a href="http://scrubclubrecords.com/free-music-albums/2-mello-chrono-jigga/"><i>Chrono Jigga</i></a> — 16Bit-Rap-Mix mit <a href="http://de.wikipedia.org/wiki/Jay-Z"><i>Jay-Z</i></a> und <a href="http://de.wikipedia.org/wiki/Chrono_Trigger"><i>Chrono Trigger</i></a> (<a href="http://2mellomakes.bandcamp.com/album/chrono-jigga"><i>bandcamp</i></a>, <a href="http://www.metafilter.com/125938/99-Problems-But-16bit-Aint-One">via</a>)
	<li><a href="http://soundcloud.com/bootsektor/bootsektors-vertanzte-wintertage"><i>bootsektors vertanzte wintertage</i></a> (danke, <i>zeitrafferin</i>)
	<li><a href="http://roguebard.eptalys.net/"><i>Rogue Bard</i></a> — Musik für <i>roguelikes</i> (<a href="http://brogue.createforumhosting.com/post9772.html#p9772">via</a>)
</ul>
<h3 id=comics>Comics</h3>
<ul>
	<li><a href="http://imgur.com/a/WW46z/noscript"><i>Batman 1972</i></a> (<a href="http://www.metafilter.com/128627/">via</a>)
	<li><a href="http://www.smbc-comics.com/index.php?db=comics&#038;id=2967#comic"><q cite="http://www.smbc-comics.com/index.php?db=comics&#038;id=2967#comic">A ship appeared by Quaoar. Astronomers, amazed.</q></a>
	<li><a href="http://imgur.com/a/Trdmy/noscript"><i>Harold and the Dark, Dark Forest</i></a> (<a href="http://www.metafilter.com/126118/Today-would-be-an-important-day">via</a>)
	<li><a href="http://derelictcomic.com/?strip_id=0"><i>Derelict</i></a> — Endzeit, Seefahrt, Einsamkeit. (<a href="http://www.cataclysmdda.com/smf/index.php?topic=580.0#msg6476">via</a>)
	<li><a href="http://www.ohjoysextoy.com/introduction/"><i>Oh Joy, Sex Toy!</i></a> — Sexspielzeug-Rezensionen (<a href="http://chneukirchen.org/trivium/2013-05-06">via</a>)
</ul>
<h3 id=horror>Horror</h3>
<ul>
	<li><a href="http://www.newyorker.com/online/blogs/shouts/2013/04/the-day-coffee-stopped-working.html"><i>The Day Coffee Stopped Working</i></a> (<a href="http://www.metafilter.com/126888/By-this-time-next-year-coffee-will-no-longer-work">via</a>)
	<li><a href="http://futurismic.com/2010/03/01/new-fiction-tupac-shakur-and-the-end-of-the-world-by/"><i>Tupac Shakur and the End of the World</i></a> (<a href="https://news.ycombinator.com/item?id=5762029">via</a>)
	<li><a href="http://www.rifters.com/crawl/?p=435"><i>Missionary Position</i></a> (<abbr title="Not Safe For Work">NSFW</abbr>, <a href="http://clarkesworldmagazine.com/watts_01_10/">Kontext</a>, <a href="http://www.rifters.com/crawl/?p=4145">siehe auch</a>)
	<li><a href="http://web.archive.org/web/20130528181840/http://twitter.bug.quietbabylon.com"><i>Twitter API returning results that do not respect arrow of time.</i></a> — Social-Media-<abbr title="Application Programmer Interface">API</abbr>-Grauen
	<li><a href="http://www.rifters.com/crawl/?p=4053"><i>An Enemy Within: The Bicameral Threat to Institutional Religion in the Twenty-First Century</i></a> (<a href="http://www.rifters.com/crawl/?p=2564">siehe auch</a>, <a href="http://www.rifters.com/crawl/?cat=27">via</a>)
</ul>
<h3 id=gedanken>Gedanken</h3>
<ul>
	<li><a href="http://news.ycombinator.com/item?id=5330633"><q cite="http://news.ycombinator.com/item?id=5330633">If your pitch doesn&#8217;t end with &#8216;and the cops can&#8217;t do shit&#8217; then your startup idea sucks</q></a>
	<li><a href="http://tech.slashdot.org/comments.pl?sid=3768401&#038;cid=43778473"><q cite="http://tech.slashdot.org/comments.pl?sid=3768401&#038;cid=43778473">The fundamental tradeoff of social networking sites is that you willingly give up some of your privacy &#8211; on the information you choose to make public &#8211; in exchange for making the information you consume from others less obtrusive.</q></a>
	<li><a href="https://news.ycombinator.com/item?id=5716088"><q cite="https://news.ycombinator.com/item?id=5716088">You can reverse engineer binary applications but you cannot reverse engineer the cloud. When Google deprecates a web service, Facebook eliminates an API, or Twitter imposes tougher API restrictions, all dependant services fall like dominoes.</q></a>
	<li><a href="http://www.drmaciver.com/2013/06/problem-solving-when-you-cant-handle-the-truth/"><q cite="http://www.drmaciver.com/2013/06/problem-solving-when-you-cant-handle-the-truth/">In general, when considering what hypotheses to test and what possibilities to worry about, you should consider not just “How likely is this to be true?” but also “How likely is finding out this is true to be helpful?”<q></a> (danke, <i>plomlompom</i>)
	<li><a href="http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven#comment-724"><q cite="http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven#comment-724">I think most people just make the mistake that it should be simple to design simple things. In reality, the effort required to design something is inversely proportional to the simplicity of the result.</q></a>
</ul>
<h3 id=webentwicklung>Webentwicklung</h3>
<ul>
	<li><a href="http://sixrevisions.com/web_design/are-current-web-design-trends-pushing-us-back-to-1999/">Webdesign der Jahre 1999 und 2011 im Vergleich</a> (<a href="https://news.ycombinator.com/item?id=5749714">via</a>)
	<li><a href="http://alistapart.com/article/the-web-aesthetic"><i>The Web Aesthetic</i></a> — Webdesign-Richtlinien inspiriert von zugänglichem <abbr title="Television">TV</abbr>-Bildschirmdesign (<a href="http://www.besquare.me/session/the-edge-of-the-web/"><i>Präsentation</i></a>, <a href="http://responsivenews.co.uk/post/50092458307/images">via</a>)
	<li><a href="http://alistapart.com/article/material-honesty-on-the-web"><i>Material Honesty on the Web</i></a> — unsaubere Architektur als Ästhetik-Problem (siehe auch: <a href="http://www.architekturtheorie.tu-berlin.de/fileadmin/fg274/1_-_Adolf_Loos__Ornament_und_Verbrechen__1908_-_Auszug.pdf"><i>Ornament und Verbrechen</i></a>)
	<li><a href="https://news.ycombinator.com/item?id=5702868"><q cite="https://news.ycombinator.com/item?id=5702868">My standard response to this is always “show me a JSON fragment that is shorter or prettier looking than an equivalent XML fragment.”</q></a>
	<li><a href="http://martinfowler.com/articles/richardsonMaturityModel.html"><i>Richardson Maturity Model</i></a> — <a href="http://de.wikipedia.org/wiki/Representational_State_Transfer"><abbr title="Representational State Transfer">REST</abbr></a> modular erklärt (<a href="https://news.ycombinator.com/item?id=4437832">via</a>)
</ul>
<h3 id=anwendungen>Anwendungen</h3>
<ul>
	<li><a href="http://feh.finalrewind.org/"><i>feh</i></a> — schneller Bildbetrachter (danke, <i>benthor</i>)
	<li><a href="http://www.xabber.com/"><i>Xabber</i></a> — <abbr>XMPP</abbr>-Client für <i>Android</i> (<a href="https://github.com/redsolution/xabber-android"><i>GitHub</i></a>, <a href="http://f-droid.org/repository/browse/?fdfilter=xabber&#038;fdid=com.xabber.androiddev">via</a>)
	<li><a href="http://wilmer.gaa.st/main.php/giggity.html"><i>Giggity</i></a> — Konferenz-Fahrplan für <i>Android</i>, verarbeitet das <abbr title="Extensible Markup Language">XML</abbr>-Exportformat von <a href="http://pentabarf.org/Main_Page"><i>Pentabarf</i></a> und <a href="http://frab.github.io/frab/"><i>frab</i></a> (<a href="http://f-droid.org/repository/browse/?fdid=net.gaast.giggity">via</a>)
</ul>
<h3 id=werkzeuge>Werkzeuge</h3>
<ul>
	<li><a href="http://sheep.art.pl/Your%20Python%20Application%20as%20a%20Single%20File"><i>Your Python Application as a Single File</i></a> (<a href="http://sheep.art.pl/Games">via</a>)
	<li><a href="http://code.google.com/p/script-cover/"><i>script-cover</i></a> — <abbr title="JavaScript">JS</abbr>-Abdeckungsanalyse in <i>Chrome</i> (<a href="http://googletesting.blogspot.de/2011/10/scriptcover-makes-javascript-coverage.html">Blogpost</a>)
	<li><a href="http://orgmode.org/"><i>Org mode</i></a> — Zettelkasten, Terminkalender und Projektplaner in <i><abbr title="GNU is Not Unix">GNU</abbr> Emacs</i> (<a href="http://de.wikipedia.org/wiki/Org-mode">Wikipedia-Artikel</a>)
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/linkschleuder-30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blocky.io/influences3.ogv" length="25209444" type="video/ogg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/video/screencasts/vcmi.ogv" length="18257302" type="video/ogg" />
		</item>
		<item>
		<title>Nebelsprech bei den Piraten im AGH</title>
		<link>http://blog.dieweltistgarnichtso.net/nebelsprech-bei-den-piraten-im-agh</link>
		<comments>http://blog.dieweltistgarnichtso.net/nebelsprech-bei-den-piraten-im-agh#comments</comments>
		<pubDate>Wed, 22 May 2013 01:01:56 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Politik]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[piraten]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7759</guid>
		<description><![CDATA[Im Blog der Piratenfraktion im Abgeordnetenhaus Berlin steht ein Artikel vom Fraktionsvorsitzenden Andreas Baum (rka). Der versucht offenbar gerade, sich mittels Nebelsprech für den Karl-Theodor-zu-Guttenberg-Gedächtnispreis zu qualifizieren: Die Piratenfraktion im Berliner Abgeordnetenhaus hat heute in einem geschlossenen Teil ihrer Fraktionssitzung &#8230; <a href="http://blog.dieweltistgarnichtso.net/nebelsprech-bei-den-piraten-im-agh">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Im Blog der Piratenfraktion im Abgeordnetenhaus Berlin steht <a href="https://www.piratenfraktion-berlin.de/2013/05/22/ergebnis-des-geschlossenen-teils-der-fraktionssitzung-am-21-5-2013/">ein Artikel</a> vom Fraktionsvorsitzenden <a href="http://de.wikipedia.org/wiki/Andreas_Baum">Andreas Baum</a> (<a href="https://mobile.twitter.com/rka"><i>rka</i></a>). Der versucht offenbar gerade, sich mittels <a href="http://www.maha-online.de/blog/wp-content/Nebel.pdf">Nebelsprech</a> für den Karl-Theodor-zu-Guttenberg-Gedächtnispreis zu qualifizieren:
<blockquote cite="https://www.piratenfraktion-berlin.de/2013/05/22/ergebnis-des-geschlossenen-teils-der-fraktionssitzung-am-21-5-2013/#comment-28518">
<p>Die Piratenfraktion im Berliner Abgeordnetenhaus hat heute in einem geschlossenen Teil ihrer Fraktionssitzung konstruktiv über die Vorgänge der Vergangenen Woche gesprochen.
</blockquote>
<p>Moment mal! Hätte die Fraktion <em>destruktiv</em> über die Vorgänge sprechen können? Um welche Vorgänge geht es überhaupt? Und warum war der relevante Teil der Sitzung geschlossen?
<blockquote cite="https://www.piratenfraktion-berlin.de/2013/05/22/ergebnis-des-geschlossenen-teils-der-fraktionssitzung-am-21-5-2013/">
<p>Dabei konnten einige Missverständnisse ausgeräumt werden.
</blockquote>
<p>Wer hat wen missverstanden? Wer räumte was auf welche Weise aus? Ich zumindest weiß immer noch nicht, worum es geht.
<blockquote>
<p>Der Ausschluss eines Fraktionsmitgliedes oder die Auflösung der Fraktion wird von der Fraktion nicht in Betracht gezogen.
</blockquote>
<p><a href="http://de.wikipedia.org/wiki/Gerwald_Claus-Brunner"><i>Faxe</i></a> darf bleiben? Da bin ich aber beruhigt.
<blockquote>
<p>Die Fraktion wird darauf hinarbeiten, dass eine Situation wie am Freitag den 17.5.2013 nicht wieder eintritt.
</blockquote>
<p>Was war das für eine Situation? Wie trat sie ein? <a href="http://www.parlament-berlin.de:8080/starweb/adis/citat/VT/17/KlAnfr/ka17-11591.pdf">Ist die Fraktion für den Fall einer Zombie-Katastrophe gerüstet?</a>
<blockquote cite="https://www.piratenfraktion-berlin.de/2013/05/22/ergebnis-des-geschlossenen-teils-der-fraktionssitzung-am-21-5-2013/">
<p>Wir sind eine Fraktion und wir haben den festen Willen, eine Fraktion zu
bleiben.
</blockquote>
<p>Übersetzt: <strong><a href="http://www.youtube.com/watch?v=CPeeiq22eG0"><q cite="http://www.youtube.com/watch?v=CPeeiq22eG0">Wir sind eine Partei, weil wir eine Partei sind!</q></a></strong>
</p>
<ins datetime="2013-05-22T01:03:03+00:00">
<p>
Kurze Durchsage von Andreas Baum: <a href="https://mobile.twitter.com/rka/status/336981264269725696?p=v">Die Inhaltsleere liegt natürlich am Datenschutzrecht.</a>
</p>
</ins>
<ins datetime="2013-05-22T01:20:00+00:00">
<p>
Pavel Mayer hingegen meint, dass der Artikel <a href="https://mobile.twitter.com/pavel23/status/336981483602468864?p=v"><q cite="https://mobile.twitter.com/pavel23/status/336981483602468864?p=v">den Tenor der Sitzung gut wiedergibt</q></a>.
</p>
</ins>
<ins datetime="2013-05-22T01:26:53+00:00">
<p>
<a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/TheReveal">Auflösung</a>: Andreas Baum will lieber <a href="https://mobile.twitter.com/rka/status/336973192260354049?p=v">eigenes Popcorn produzieren</a>, statt sich auf <a href="http://popcornpiraten.de/erwartungen-an-die-geschlossene-fraktionssitzung-der-piraten-berlin-steigen/">externe Dienstleister</a> zu verlassen.
</p>
</ins>
<ins datetime="2013-05-22T01:38:45+00:00">
<p>
Der Abgeordnete <a href="http://de.wikipedia.org/wiki/Fabio_Reinhardt">Fabio Reinhardt</a> hat selber <a href="http://pirat.fabioreinhardt.de/kommentar/meine-fragen-an-den-fraktionsvorstand/">viele Fragen an den Fraktionsvorstand</a>.
</p>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/nebelsprech-bei-den-piraten-im-agh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Uncomplicated Web</title>
		<link>http://blog.dieweltistgarnichtso.net/the-uncomplicated-web</link>
		<comments>http://blog.dieweltistgarnichtso.net/the-uncomplicated-web#comments</comments>
		<pubDate>Mon, 20 May 2013 17:24:16 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7755</guid>
		<description><![CDATA[Many believe the use of standard data formats prevents innovation. Web developers commonly use this to justify reinventing the square wheel: Compared to standards-based web pages, almost all ad-hoc contraptions exhibit worse accessibility, usability and performance characteristics. This prevents interoperability &#8230; <a href="http://blog.dieweltistgarnichtso.net/the-uncomplicated-web">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Many believe the use of standard data formats prevents innovation. Web developers commonly use this to justify <a href="http://en.wikipedia.org/wiki/Reinventing_the_wheel#Related_phrases">reinventing the square wheel</a>: Compared to standards-based web pages, almost all ad-hoc contraptions exhibit worse accessibility, usability and performance characteristics. This prevents interoperability without providing new functionality.
<p>The following guidelines serve to avoid needless complexity.
<h3 id=fast>A web page must load fast.</h3>
<ul>
  <li>Maximum <a href="http://mobile.httparchive.org/about.php#bytesTotal">transfer size</a> 20<abbr>kb</abbr> without embedded media.
  <li>Maximum <a href="http://stackoverflow.com/questions/5751515/official-references-for-default-values-of-concurrent-http-1-1-connections-per-se">6 resources</a>, not counting embedded media.
  <li>No <a href="https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS">cross-origin</a> resources, except for embedded media.
  <li>Use <a href="http://en.wikipedia.org/wiki/HTTP_compression">compression</a>, except for already compressed data.
  <li>No <a href="https://news.ycombinator.com/item?id=4958214">unnecessary content</a>.
  <ul>

    <li>No validation badges.
    <li>No share buttons.
    <li>No advertising.
    <li><a href="https://developers.google.com/speed/docs/best-practices/request">No cookies.</a>
  </ul>
  <li>For caching, use <a href="http://en.wikipedia.org/wiki/HTTP_ETag">entity tags</a>.
</ul>
<h3 id=annoying>A web page must not be annoying.</h3>
<ul>
  <li>No pagination, except for collections of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">self-contained compositions</a> or very long lists.
  <li>No account registration for read access.
  <li>Provide human-readable <abbr>URLs</abbr>.
  <li>Default font size <code>1em</code>.
  <li>High contrast.
  <li>No autoplay.

</ul>
<h3 id=same><a href="http://www.w3.org/DesignIssues/Axioms.html#same">A <abbr>URL</abbr> must always refer to the same resource.</a></h3>
<ul>
  <li>If user is not authenticated, return <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2"><abbr>HTTP</abbr> error 401</a>.
  <li>If user is not authorized, return <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4"><abbr>HTTP</abbr> error 403</a>.
  <li><a href="http://www.w3.org/Provider/Style/URI.html"><abbr>URI</abbr>s must never change.</a>

  <li>No user agent sniffing.
  <li>No device sniffing.
  <li>No <a href="http://www.tbray.org/ongoing/When/201x/2011/02/09/Hash-Blecch">hashbangs</a>.
  <li>No <a href="http://en.wikipedia.org/wiki/Session_(computer_science)">sessions</a>.
  <li>No frames.
</ul>
<h1>A web page must use standard semantics.</h1>
<ul>
  <li>Provide hypertext content in <abbr>HTML</abbr>.
  <ul>

    <li>No plugins.
    <li>No <abbr>AJAX</abbr>.
    <li>No <abbr>PDF</abbr>.
    <li>No <abbr>LaTeX</abbr>.
  </ul>
  <li>Embed media in standard formats.
  <ul>
    <li><code>&lt;img&gt;</code>: <abbr>GIF</abbr>, <abbr>PNG</abbr>, <abbr>JPEG</abbr> or <abbr>SVG</abbr>.
    <li><code>&lt;audio&gt;</code>: (<abbr>MP3</abbr> or <abbr>AAC</abbr>) <em>and</em> <i>Ogg Vorbis</i>.
    <li><code>&lt;video&gt;</code>: <abbr>H.264</abbr>+<abbr>AAC</abbr> <em>and</em> (<i>WebM</i> or <i>Ogg Theora+Vorbis</i>).
  </ul>

  <li>Provide hypertext content and media in <a href="http://tools.ietf.org/html/rfc4287"><i>Atom</i></a> feeds.
  <ul>
    <li>Provide <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#rel-alternate">feed autodiscovery</a>.
    <li>No partial feeds.
    <li>No newsletters.
    <li><a href="http://web.archive.org/web/20101215125621/http://diveintomark.org/archives/2004/02/04/incompatible-rss">No <abbr>RSS</abbr>.</a>
    <li>For multiple media files, use <a href="http://www.ibm.com/developerworks/library/x-atom10/index.html#code5">multiple enclosures</a>.
  </ul>

  <li>Layout with <abbr>CSS</abbr>.
  <ul>
    <li>No vendor-specific CSS, use <a href="http://leaverou.github.io/prefixfree/"><i>-prefix-free</i></a>.
    <li>No <i>JavaScript</i> layout or typography.
    <li>No <abbr>SVG</abbr> layout.
  </ul>

  <li>Do not invent meaning.
  <ul>
    <li><a href="https://news.ycombinator.com/item?id=4918822">No custom <abbr>API</abbr>s</a>.
    <li>No <a href="http://ejohn.org/blog/html-5-data-attributes/"><i>data</i> attributes</a>.
    <li>No cookies.
    <li>No <abbr>JSON</abbr>.
    <li>No <abbr>DRM</abbr>.
  </ul>

  <li>Authenticate with <a href="http://en.wikipedia.org/wiki/Basic_access_authentication"><abbr>HTTP</abbr> basic auth</a> over <abbr>HTTPS</abbr>.
  <ul>
    <li>No query-string-based authentication.
    <li>No cookie-based authentication.
    <li><a href="https://tools.ietf.org/html/rfc2617#section-4.13">No <abbr>HTTP</abbr> Digest authentication.</a>

    <li><a href="http://homakov.blogspot.de/2013/03/oauth1-oauth2-oauth.html">No <i>OAuth</i>.</a>
  </ul>
</ul>
<h3>A web page must be media independent.</h3>
<ul>
  <li>Do not assume hardware, browser or <abbr>OS</abbr>.
  <li><a href="http://www.cs.dartmouth.edu/~sergey/langsec/occupy/">Do not assume turing completeness.</a>

  <li>Do not assume JavaScript.
  <li>Do not assume bandwith.
  <li>Do not assume plugins.
  <li>Do not assume fonts.
  <li>Do not assume CSS.
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/the-uncomplicated-web/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Trollforschung am Beispiel re:fefe</title>
		<link>http://blog.dieweltistgarnichtso.net/trollforschung-am-beispiel-refefe</link>
		<comments>http://blog.dieweltistgarnichtso.net/trollforschung-am-beispiel-refefe#comments</comments>
		<pubDate>Sat, 11 May 2013 17:39:40 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Netzkultur]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[fefe]]></category>
		<category><![CDATA[refefe]]></category>
		<category><![CDATA[republica]]></category>
		<category><![CDATA[rp13]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7688</guid>
		<description><![CDATA[Auf der diesjährigen re:publica hielten Linus Neumann, Michael Kreil und ich einen Vortrag über empirische Trollforschung: Wir untersuchten dazu die Kommentare bei re:fefe, einer externen Kommentarfunktion für Fefes Blog. Linus hat das bereits bei sich verbloggt und auf YouTube veröffentlicht. &#8230; <a href="http://blog.dieweltistgarnichtso.net/trollforschung-am-beispiel-refefe">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
Auf der diesjährigen <a href="http://de.wikipedia.org/wiki/Re:publica"><i>re:publica</i></a> hielten <a href="http://www.linus-neumann.de/">Linus Neumann</a>, <a href="http://www.michael-kreil.de/">Michael Kreil</a> und ich einen <a href="http://www.re-publica.de/sessions/refefe-erkenntnisse-empirischen-trollforschung">Vortrag über empirische Trollforschung</a>: Wir untersuchten dazu die Kommentare bei <a href="http://blog.refefe.de/"><i>re:fefe</i></a>, einer externen Kommentarfunktion für <a href="http://blog.fefe.de">Fefes Blog</a>.
</p>
<p>
<a href="http://www.linus-neumann.de/2013/05/08/die-trolldrossel-erkenntnisse-der-empirischen-trollforschung/">Linus hat das bereits bei sich verbloggt</a> und <a href="http://www.youtube.com/watch?v=ZG4FawUtYPA">auf <i>YouTube</i> veröffentlicht</a>. Da <a href="http://daten.dieweltistgarnichtso.net/pics/screenshots/fail/youtube-rp13-censorship.png"><i>YouTube</i> <i>re:publica</i>-Videos zensiert</a>, gibt es den Mitschnitt und die <a href="http://daten.dieweltistgarnichtso.net/docs/presentations/refefe-preview.pdf">Folien zum Vortrag</a> auch nochmal hier:
</p>
<video controls preload=none>
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/trolldrossel-refefe-trollforschung.webm" type="video/webm">
  <source src="http://daten.dieweltistgarnichtso.net/video/talks/trolldrossel-refefe-trollforschung.mp4" type="video/mp4">
</video>
<p>
Für Interessierte habe ich <a href="http://daten.dieweltistgarnichtso.net/pics/graphs/refefe/">weitere Grafiken zu <i>re:fefe</i></a> (nicht alle im Vortrag enthalten) und <a href="https://github.com/erlehmann/trollscoring">meinen Teil des verwendeten Codes</a> veröffentlicht.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/trollforschung-am-beispiel-refefe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/trolldrossel-refefe-trollforschung.webm" length="36205567" type="application/wordperfect" />
<enclosure url="http://daten.dieweltistgarnichtso.net/video/talks/trolldrossel-refefe-trollforschung.mp4" length="44648833" type="video/mp4" />
		</item>
		<item>
		<title>Werbung und Tracking im Web</title>
		<link>http://blog.dieweltistgarnichtso.net/werbung-und-tracking-im-web</link>
		<comments>http://blog.dieweltistgarnichtso.net/werbung-und-tracking-im-web#comments</comments>
		<pubDate>Mon, 29 Apr 2013 18:56:49 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Netzpolitik]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[googleplus]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[werbung]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=5049</guid>
		<description><![CDATA[Ich surfe oft per Mobilfunkverbindung und merke dann, wie viele überflüssige Daten Webseiten nachladen. UMTS hat im Vergleich zum Festnetz eine hohe Latenz: Es dauert über zehn Mal so lange, bis angeforderte Datenpakete ankommen – im Regelfall etwa 300 bis &#8230; <a href="http://blog.dieweltistgarnichtso.net/werbung-und-tracking-im-web">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
Ich <a href="https://www.youtube.com/watch?v=ycyjzFfsz5M">surfe</a> oft per Mobilfunkverbindung und merke dann, wie viele überflüssige Daten Webseiten nachladen. <a href="http://de.wikipedia.org/wiki/Universal_Mobile_Telecommunications_System"><abbr title="Universal Mobile Telecommunications System">UMTS</abbr></a> hat im Vergleich zum Festnetz eine hohe <a href="http://de.wikipedia.org/wiki/Paketumlaufzeit">Latenz</a>: Es dauert über zehn Mal so lange, bis angeforderte Datenpakete ankommen – im Regelfall etwa 300 bis 700 Millisekunden statt 20 bis 50.
</p>
<p>
Um Zehntelsekunden längere Ladezeiten sollten eigentlich kein Problem darstellen. Webseiten voller Werbung und <i>Social Media Widgets</i> (<a href="https://developers.facebook.com/docs/reference/plugins/like/"><i>Like</i></a>, <a href="http://www.google.com/+1/button/"><i>+1</i></a>, <a href="https://twitter.com/about/resources/buttons#tweet"><i>Tweet</i></a>) laden allerdings <em>hunderte</em> von Dateien, die für Leser* weitgehend überflüssig sind. <a href="http://www.spreeblick.com/"><i>Spreeblick</i></a> etwa lädt 116 Dateien mit einer Gesamtgröße von 2,8<abbr title="Megabyte">MB</abbr>. Selbst mit <a href="http://de.wikipedia.org/wiki/Digital_Subscriber_Line"><abbr title="Digital Subscriber Line">DSL</abbr></a> bedeutet das eine <em>Ladezeit zwischen 5 und 25 Sekunden</em> – für eine Seite mit 7 Bildern und 3 Videos.
</p>
<p>
Übermäßige Werbung ist leicht erkennbar: Lade ich <i>Heise Online</i> ohne Werbeblocker, besteht 38% der Seitenfläche aus unerwünschten Informationen (<a href="http://daten.dieweltistgarnichtso.net/pics/screenshots/web/heise-online-advertising.png">Bildschirmfoto</a>). <i>Social Media Widgets</i> hingegen funktionieren unsichtbar: <a href="http://www.taz.de/!56608/">Durch sie wissen soziale Netzwerke, wer welche Seiten aufruft.</a> Die Übertragung dieser Daten erfolgt ohne Kenntnis oder Einwilligung der Nutzer* – es handelt sich also um <a href="http://de.wikipedia.org/wiki/Spyware">Spyware</a>.
</p>
<p>
Ende Januar baute ich ein <a href="http://daten.dieweltistgarnichtso.net/src/list-web-bugs.py">Skript, das zeigt, welche externen Inhalte eine Webseite einbindet</a>. Hier einige Ergebnisse:
</p>
<span id="more-5049"></span>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/heise.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/heise.de-web-bugs.png" alt="Externe Inhalte auf http://heise.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/spiegel.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/spiegel.de-web-bugs.png" alt="Externe Inhalte auf http://spiegel.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/taz.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/taz.de-web-bugs.png" alt="Externe Inhalte auf http://taz.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/faz.net-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/faz.net-web-bugs.png" alt="Externe Inhalte auf http://faz.net"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/netzpolitik.org-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/netzpolitik.org-web-bugs.png" alt="Externe Inhalte auf http://netzpolitik.org"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/mspr0.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/mspr0.de-web-bugs.png" alt="Externe Inhalte auf http://mspr0.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/zeit.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/zeit.de-web-bugs.png" alt="Externe Inhalte auf http://zeit.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/bild.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/bild.de-web-bugs.png" alt="Externe Inhalte auf http://bild.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/spreeblick.com-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/spreeblick.com-web-bugs.png" alt="Externe Inhalte auf http://spreeblick.com"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/crackajack.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/crackajack.de-web-bugs.png" alt="Externe Inhalte auf http://crackajack.de"></a>
<ins datetime="2013-04-30T01:28:52+00:00">
<p>
Privatsphärenfreundliche Webseiten ohne Bannerwerbung existieren!
</p>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/blog.fefe.de-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/blog.fefe.de-web-bugs.png" alt="Externe Inhalte auf http://blog.fefe.de"></a>
<a href="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/krautchan.net-web-bugs.png"><img src="http://daten.dieweltistgarnichtso.net/pics/graphs/web-bugs/krautchan.net-web-bugs.png" alt="Externe Inhalte auf http://krautchan.net"></a>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/werbung-und-tracking-im-web/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Linkschleuder (29)</title>
		<link>http://blog.dieweltistgarnichtso.net/linkschleuder-29</link>
		<comments>http://blog.dieweltistgarnichtso.net/linkschleuder-29#comments</comments>
		<pubDate>Fri, 22 Feb 2013 11:50:44 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Linkschleuder]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7217</guid>
		<description><![CDATA[Spiele Star Wars Miniature — roguelike im Browser (GitHub, via) Minimalist — hektisches Weltraumschießspiel (via) Pentobi — Software-Version des Brettspiels Blokus cute8 — 8×8-Pixel-Texturen für Minetest Musik Complete History Of The Soviet Union, Arranged To The Melody Of Tetris (danke, &#8230; <a href="http://blog.dieweltistgarnichtso.net/linkschleuder-29">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3 id=spiele>Spiele</h3>
<ul>
  <li><a href="http://ondras.github.com/star-wars/"><i>Star Wars Miniature</i></a> — <i lang=en>roguelike</i> im Browser (<a href="https://github.com/ondras/star-wars"><i>GitHub</i></a>, <a href="http://news.ycombinator.com/item?id=4853291">via</a>)
  <li><a href="http://pyedpypers.org/index.php?page=project&#038;projectid=58"><i>Minimalist</i></a> — hektisches Weltraumschießspiel (<a href="http://pyedpypers.org/index.php?page=projects">via</a>)
  <li><a href="http://pentobi.sourceforge.net/"><i>Pentobi</i></a> — Software-Version des Brettspiels <a href="http://de.wikipedia.org/wiki/Blokus"><i>Blokus</i></a>
  <li><a href="http://forum.minetest.net/viewtopic.php?id=3670"><i>cute8</i></a> — 8×8-Pixel-Texturen für <a href="http://minetest.net/"><i>Minetest</i></a>
</ul>
<h3 id=musik>Musik</h3>
<ul>
  <li><a href="https://www.youtube.com/watch?v=hWTFG3J1CP8"><i>Complete History Of The Soviet Union, Arranged To The Melody Of Tetris</i></a> (danke, <i>moeffju</i>)
  <li><a href="http://www.madmaks.de/index.php?seite=5">Die gesammelten Werke des Rappers <i>Mad Maks</i>
  <li><a href="http://liambrocklehurst.com/uploader/files/3/1024mb%20-%20Gigabyte.zip"><i>Gigabyte</i></a> — Electro-House-Album (<a href="http://www.youtube.com/watch?v=KmD3yuGxeR4">via</a>)</a>
</ul>
<h3 id=comics-kurz>Comics (kurz)</h3>
<ul>
  <li><a href="http://blog.goethe.de/osmose/archives/105-Kindergeburtstag.html"><i>Kindergeburtstag</i></a> (danke, <i>fotografiona</i>)
  <li><a href="http://howfuckedismydatabase.com/nosql/"><i>Fault-tolerance</i></a> (danke, <i>docretro</i>)
  <li><a href="http://cssquirrel.com/comic/?comic=102"><i>the savage beatings antipattern</i></a>
</ul>
<h3 id=comics-lang>Comics (lang)</h3>
<ul>
  <li><a href="http://theoatmeal.com/comics/house"><i>When your house is burning down, you should brush your teeth.</i></a> (danke, <i>fotografiona</i>)
  <li><a href="http://novaimmaterium.yuku.com/topic/1260"><i>WE3</i></a> — Haustier-<i>Cyborg</i>-Soldaten auf der Flucht
  <li><a href="http://romanticallyapocalyptic.com/"><i>Romantically Apocalyptic</i></a> — epischer postapokalyptischer Wahnsinn mit Gasmasken, Aliens und Zeitreisenden (<a href="http://ask.slashdot.org/comments.pl?sid=3341785&#038;cid=42400711">via</a>)
</ul>
<h3 id=kurzfilme>Kurzfilme</h3>
<ul>
  <li><a href="http://vimeo.com/58429056"><i>C (299,792 km/s)</i></a> — bunte <i>Science Fiction</i>, teilweise angelehnt an <a href="http://de.wikipedia.org/wiki/Unser_Kosmos">Carl Sagans <i>Unser Kosmos</i></a>  (<a href="http://www.metafilter.com/124428/To-build-the-future-we-looked-to-the-past">via</a>, <a href="http://c-themovie.bandcamp.com/album/c-soundtrack">Soundtrack</a>)
  <li><a href="https://www.youtube.com/watch?v=9jLSsAuibuQ"><i>Paths of Hate</i></a> — animierter Luftkrieg (<abbr title="Computer-Generated Imagery">CGI</abbr>) (<a href="http://www.metafilter.com/125212/Paths-of-Hate">via</a>)
  <li><a href="http://www.youtube.com/watch?v=XL2ekEeMk0Q"><i>Manic Pixie Prostitute</i></a> — Dekonstruktion des <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/ManicPixieDreamGirl"><abbr title="Manic Pixie Dream Girl">MPDG</abbr></a> (<a href="http://www.slate.com/blogs/browbeat/2012/12/05/manic_pixie_prostitute_video_is_the_latest_critique_of_the_manic_pixie_dream.html">via</a>)
  <li><a href="http://foxitalic.de/2013/01/plomtoffeln/">Kartoffelzubereitung mit <i>foxitalic</i> und <i>plomlompom</i></a>
</ul>
<h3 id=kurzgeschichten>Kurzgeschichten</h3>
<ul>
  <li><a href="http://www.somethingawful.com/d/news/gibson-neuromancer-twitter.php">William Gibson&#8217;s <i>Twittermancer</i></a> (<a href="http://fettemama.org/p/395">via</a>)
  <li><a href="http://www.strangehorizons.com/2006/20060731/women-f.shtml"><i>The Women of Our Occupation</i></a>
  <li><a href="http://www.strangehorizons.com/2000/20001120/secret_number.shtml"><i>The Secret Number</i></a> (<a href="http://news.ycombinator.com/item?id=5087126">via</a>)
  <li><a href="http://yudkowsky.net/other/fiction/the-sword-of-good"><i>The Sword of Good</i></a> (<a href="http://lesswrong.com/lw/fok/causal_universes/">via</a>)
  <li><a href="http://www.angelfire.com/md/Topperites/swan.html"><i>The Swan</i></a> (<a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/ChainedToARailway">via</a>)
</ul>
<h3 id=technik-philosophie>Technik-Philosophie</h3>
<ul>
  <li><a href="http://www.sophiehoulden.com/can-art-be-games/"><i>Can Art be Games?</i></a> (<a href="http://news.ycombinator.com/item?id=4859188">via</a>)
  <li><a href="http://blog.regehr.org/archives/861"><i>Operant Conditioning by Software Bugs</i></a>
  <li><a href="http://quetzalcoatal.blogspot.de/2013/02/why-software-monocultures-are-bad.html"><i>Why Software Monocultures Are Bad</i></a> (<a href="http://news.ycombinator.com/item?id=5232818">via</a>)
  <li><a href="http://www.cs.dartmouth.edu/~ashubina/acc-public.pdf">Zugänglichkeit als <abbr title="Language-theoretic Security">LANGSEC</abbr>-Problem</a> (<a href="http://events.ccc.de/congress/2012/Fahrplan/events/5208.en.html">via</a>)
  <li><a href="http://www.loper-os.org/?p=1108"><i>A Review of MPEx, the Bitcoin Stock Exchange.</i></a>
  <li><a href="http://words.steveklabnik.com/deleuze-for-developers-deterritorialization"><i>Deleuze for Developers: Deterritorialization</i></a> (danke, <i>plomlompom</i>)
</ul>
<h3 id=technik-fatalismus>Technik-Fatalismus</h3>
<ul>
  <li><a href="http://programmingisterrible.com/post/39438834308/distributed-social-network"><i>Why your distributed social network will not work</i></a> (<a href="https://mobile.twitter.com/b_erb/status/286488449895235585">via</a>)
  <li><a href="http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html"><q cite="http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html">1972 &#8211; Dennis Ritchie invents a powerful gun that shoots both forward and backward simultaneously. Not satisfied with the number of deaths and permanent maimings from that invention he invents C and Unix.</q></a> (danke, <i>vrs</i>)
  <li><a href="http://news.ycombinator.com/item?id=5181190"><q cite="http://news.ycombinator.com/item?id=5181190">It&#8217;s all about monetization. If you look at the source of a typical media website you&#8217;ll see that most of what gets downloaded and most of the JavaScript executed on page load is adverts, social crap and analytics stuff.</q></a>
  <li><a href="http://slashdot.org/comments.pl?sid=3401347&#038;threshold=1&#038;commentsort=0&#038;mode=thread&#038;cid=42670095"><q cite="http://slashdot.org/comments.pl?sid=3401347&#038;threshold=1&#038;commentsort=0&#038;mode=thread&#038;cid=42670095">The real reason the desktop pc is on the decline is that it can be upgraded and made to last a very long time. Contrast that with a laptop, ultrabook, tablet or phone which are all disposable devices.</q></a>
  <li><a href=" http://news.ycombinator.com/item?id=4918822"><q cite=" http://news.ycombinator.com/item?id=4918822">Everything has an API. A different API. Not only this destroys composability, it also hinders experimentation, increases the technical debt, makes the cost of transition higher, and bounds the writer into using a limited set of tools.</q></a>
</ul>
<h3 id=politik-deutschland>Politik (Deutschland)</h3>
<ul>
  <li><a href="http://blog.fabioreinhardt.de/piraten/das-dilemma-des-politischen-geschaftsfuhrers/"><i>Das Dilemma des Politischen Geschäftsführers</i></a> — <a href="http://de.wikipedia.org/wiki/Fabio_Reinhardt">Fabio Reinhardt</a> erklärt das Drama um <a href="http://de.wikipedia.org/wiki/Johannes_Ponader">Johannes Ponader</a> (danke, <i>leitmedium</i>)
  <li><a href="http://seeliger.cc/2012/junimond/"><q cite="http://seeliger.cc/2012/junimond/">Mit Katrin Göring-Eckardt haben die Grünen eine Frau zur Spitzenkandidatin gemacht, die zu Hartz-IV-Zeiten massiv Stimmung machte gegen Arbeitslose.</q></a> (danke, <i>johl</i>)
  <li><a href="http://www.donacarmen.de/wp-content/uploads/2012/06/Vortrag-LINKE-II-Juni-2012.pdf">Warum wird Prostitution diskriminiert? 23 Thesen von Dona Carmen e.V.</a> (danke, <i>zeitrafferin</i>)
  <li><a href="http://www.presseschauer.de/?p=1878"><i>Warum nicht beschneiden?</i></a> (danke, <i>plomlompom</i>)
</ul>
<h3 id=politik-international>Politik (International)</h3>
<ul>
  <li><a href="http://slashdot.org/comments.pl?sid=3302291&#038;threshold=1&#038;commentsort=0&#038;mode=thread&#038;cid=42221085"><q cite="http://slashdot.org/comments.pl?sid=3302291&#038;threshold=1&#038;commentsort=0&#038;mode=thread&#038;cid=42221085">I like to observe the ineptitude of governments around the world in driving IPv6 adoption and compare it with their similarly inept response to Global Warming.</q></a>
  <li><a href="http://www.antipope.org/charlie/blog-static/2013/02/political-failure-modes-and-th.html"><i>Political failure modes and the beige dictatorship</i></a> (<a href="http://news.ycombinator.com/item?id=5187236">via</a>)
  <li><a href="http://jacobinmag.com/2012/10/the-disposition-matrix/"><q cite="http://jacobinmag.com/2012/10/the-disposition-matrix/">Drone assassination is now the first resort of the state.</q></a> (<a href="http://www.metafilter.com/124459/Seven-Short-Stories-About-Drones">via</a>)
  <li><a href="http://www.bbc.co.uk/blogs/adamcurtis/2012/11/save_your_kisses_for_me.html"><i>How the Muslim Brotherhood, Hamas and the Israeli Right became Co-Dependents in an abusive Relationship</i></a> (danke, <i>moeffju</i>)
</ul>
<h3 id=typografie>Typografie</h3>
<ul>
  <li><a href="http://www.martinmajoor.com/6_my_philosophy.html"><i>My type design philosophy</i></a> (<a href="http://chneukirchen.org/trivium/2012-12-24">via</a>)
  <li><a href="http://webtypobuch.de/lesen">Webtypografiebuch von Gerrit van Aaken</a>
  <li><a href="http://www.antigrain.com/research/font_rasterization/index.html">Vergleich des Schriftrenderings unter Windows, OSX, X11</a>
</ul>
<h3 id=schriftarten>Schriftarten</h3>
<ul>
  <li><a href="http://www.fontsquirrel.com/fonts/bebas-neue"><i>Bebas Neue</i></a> — Schriftart auf den <a href="http://pp-design.org/allgemein/wahlkampf-plakate/">Plakaten der Piratenpartei Berlin zur Abgeordnetenhauswahl 2011</a> (<a href="http://wiki.piratenpartei.de/NDS:AG_Design/Landtagswahl_2013/Entwurf_Berliner_Design">via</a>)
  <li><a href="http://quoteunquoteapps.com/courierprime/"><i>Courier Prime</i></a> — nichtproportionale Serifen (<a href="http://johnaugust.com/2013/introducing-courier-prime">Blogpost</a>, <a href="http://www.metafilter.com/124415/Typography-Nerds-Take-Note">via</a>)
  <li><a href="http://www.kreativekorp.com/software/fonts/c64.shtml"><i>Pet Me</i></a> — Pixelschriftart, inspiriert vom Textmodus des <a href="http://de.wikipedia.org/wiki/Commodore_64"><i>Commodore 64</i></a> (<a href="http://www.ludumdare.com/compo/2012/04/16/ludum-dare-free-software-collection/">via</a>)
</ul>
<h3 id=werkzeuge>Werkzeuge</h3>
<ul>
  <li><a href="http://www.openshot.org/"><i>OpenShot</i></a> — nichtlinearer Videoeditor für <abbr title="GNU is Not Unix">GNU</abbr>/Linux mit <a href="http://manpages.ubuntu.com/manpages/lucid/man1/openshot-render.1.html">Kommandozeilen-Renderer</a>, stabile Alternative zu <a href="http://www.pitivi.org/"><i>Pitivi</i></a>
  <li><a href="https://github.com/plomlompom/plomoplop"><i>plomoplop</i></a> — Passwort-Generator (danke, <i>plomlompom</i>)
  <li><a href="http://liw.fi/obnam/"><i>obnam</i></a> — minimalistisches Datensicherungsprogramm (<a href="http://joey.hess.usesthis.com/">via</a>)
  <li><a href="https://pypi.python.org/pypi/pudb"><i>pudb</i></a> — grafischer <i>Python</i>-Debugger für die Konsole (<a href="https://lobste.rs/s/ttcd3q/pudb_a_full-screen_console-based_python_debugger">via</a>)
  <li><a href="http://www.w3.org/2000/10/swap/doc/cwm.html"><i>cwm</i></a> — <q cite="http://www.w3.org/2000/10/swap/doc/cwm.html">general-purpose data processor for the semantic web, somewhat like sed, awk, etc. for text files</q> (<a href="http://en.wikipedia.org/wiki/Cwm_(software)">via</a>)
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/linkschleuder-29/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STI-Testergebnisse</title>
		<link>http://blog.dieweltistgarnichtso.net/sti-testergebnisse</link>
		<comments>http://blog.dieweltistgarnichtso.net/sti-testergebnisse#comments</comments>
		<pubDate>Thu, 31 Jan 2013 03:52:55 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[In eigener Sache]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[sti]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7151</guid>
		<description><![CDATA[An Silvester hatte ich mit zwei Personen Sex, beide Male ist das Kondom gerissen. Alle Beteiligten haben sich mittlerweile auf HIV, Syphilis und Hepatitis (A, B, C) testen lassen; sämtliche Tests fielen negativ aus (Rohdaten). Ich möchte an dieser Stelle &#8230; <a href="http://blog.dieweltistgarnichtso.net/sti-testergebnisse">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
An Silvester hatte ich mit zwei Personen Sex, beide Male ist das Kondom gerissen. Alle Beteiligten haben sich mittlerweile auf <a href="http://de.wikipedia.org/wiki/Humanes_Immundefizienz-Virus"><abbr title="Humanes Immundefizienz-Virus">HIV</abbr></a>, <a href="http://de.wikipedia.org/wiki/Syphilis">Syphilis</a> und <a href="http://de.wikipedia.org/wiki/Hepatitis">Hepatitis (A, B, C)</a> testen lassen; sämtliche Tests fielen negativ aus (<a href="http://daten.dieweltistgarnichtso.net/docs/health/laborblatt-08-01-2013.html">Rohdaten</a>).
</p>
<p>
Ich möchte an dieser Stelle meine promiskuösen Leser* dazu auffordern, sich regelmäßig auf sexuell übertragbare Infektionen testen zu lassen. Spontan fallen mir da noch <a href="http://de.wikipedia.org/wiki/Chlamydiose#Urogenitalinfektionen">Chlamydiose</a>, <a href="http://de.wikipedia.org/wiki/Gonorrhoe">Tripper</a> und <a href="http://de.wikipedia.org/wiki/Trichomoniasis">Trichomoniasis</a> ein.
</p>
<ins datetime="2013-02-12T15:11:24+00:00">
<p>
Heute Abstrich wegen Test auf Chlamydien und Gonokokken. Man bekommt da einen Tupfer einige Zentimeter in die Harnröhre geschoben; fühlt unangenehm.
</p>
</ins>
<ins datetime="2013-02-18T12:32:19+00:00">
<p>
Alles sauber. So werde ich nie zum <a href="http://daten.dieweltistgarnichtso.net/pics/photos/people/erlehmann/pozzilla.jpg"><i>Pozzilla</i></a>.
</p>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/sti-testergebnisse/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Stammbaum der Mandarinenähnlichen</title>
		<link>http://blog.dieweltistgarnichtso.net/stammbaum-der-mandarinenahnlichen</link>
		<comments>http://blog.dieweltistgarnichtso.net/stammbaum-der-mandarinenahnlichen#comments</comments>
		<pubDate>Fri, 25 Jan 2013 01:38:36 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Bilder]]></category>
		<category><![CDATA[mandarinenähnliche]]></category>
		<category><![CDATA[zalgo]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=7078</guid>
		<description><![CDATA[An einem ganz normalen Novembertag unterhielt ich mich mit foxitalic über Zitrusfrüchte. Ich vermutete, es gäbe nur wenige Arten von Zitruspflanzen mit regional unterschiedlichen Namen – wie etwa bei Apfelsine und Orange. Tatsächlich existieren jedoch sehr viele Z͂̏ͧ̈́ͪ̃ítrͨ̚us̎͂̅fŕ͌̂̐͝ü̓̿ͥͧ̏c̅h̽ͭ͂ͪ̄̏̄te͂ͦ͘ (Beweisbild) – &#8230; <a href="http://blog.dieweltistgarnichtso.net/stammbaum-der-mandarinenahnlichen">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
An einem ganz normalen Novembertag unterhielt ich mich mit <a href="http://foxitalic.de/"><i>foxitalic</i></a> über Zitrusfrüchte. Ich vermutete, es gäbe nur wenige Arten von Zitruspflanzen mit regional unterschiedlichen Namen – wie etwa bei <i>Apfelsine</i> und <i>Orange</i>. Tatsächlich existieren jedoch sehr viele Z͂̏ͧ̈́ͪ̃ítrͨ̚us̎͂̅fŕ͌̂̐͝ü̓̿ͥͧ̏c̅h̽ͭ͂ͪ̄̏̄te͂ͦ͘ (<a href="http://de.wikipedia.org/wiki/Datei:Anschn-citrus.jpg">Beweisbild</a>) – <a href="http://de.wikipedia.org/wiki/Zitruspflanzen#Interne_Systematik">Zͥ̒̚ïͥtͧ̍ͩ͂̃͂ṙ͋̓̇u͂s̃͋pͨ̿̒́ͣ̚f͌͛́́̑laͥͦ͆͛̑̏͊ǹͯ̃̓̽́̓z̈́ȇͯ̎̐͆̊ṅ̓ͨ̍ können beinahe beliebig gekreuzt werden</a>, viele stammen von <a href="http://de.wikipedia.org/wiki/Pampelmuse">P̪̤̹ͮ͒̏ä̼́͌̓m͙̣͛ͤ̆̃̊̃p̟̔͂͋̒͗̔ͤe͌l̤̻̥ͫ̐ͅmͫͪͩ͑̍ͮũ͚̦͈̮͉̽ͪṣ̞͇̹͜ͅe̱̻̦̽ͯͯ̚</a>, <a href="http://de.wikipedia.org/wiki/Mandarine">M̶ͩ̓͛̇͛̑aͩͪͨndͪͤ͜aͦͩ͆̈́͆͂̚r̽ͫ͑̏ͦ͛i̛̍̌͆n̎̇ͫ̊ȩ̊̔ͦ̿͊͒͑</a> und <a href="http://de.wikipedia.org/wiki/Zitronatzitrone">Z͈̭̲͉ͤ͜ĭ͇t̳ͫ̋ͫ͆ͧ̌ṙ͙̘͎̩ͥ̊oͬͨn̗̭̜̙ͫ̑a̐ṭ̛̠̺̼͗̐̈z̨͎̰͙̩̹͈͕͒͛ͦ͋̉i̛̥̪̺͇̳ť̛̏̆̂r̷͕͈̮̹̙ͫo̟̬͎͌͌n̞̼̠̯͕̯͢e̵̮͓ͩͮ</a> ab.
</p>
<p>
Den Rest des Tages verbrachte ich damit, sämtliche <i>Wikipedia</i>-Artikel über <a href="http://de.wikipedia.org/wiki/Mandarine#Mandarinen.C3.A4hnliche">M̐ͮͩ̄̒͑́ͥ͋͘a̸̔̒̍ͧ̐̍̽̐ͩ͘͟nͨ͑͛̀ͦ͟d͋̌̌̚͜͡aͨ̆̔ͥ̎ͩ̒̚r̸̵̔͊i̢ͥ̄ͩ̃̽͗n͂ͤͣ̔̾ͥ̍ę̶̐̈́̄ͥ̃͛̈́͠nͭͥͮ̔ͦ͆ͫͣä̑̌h̨ͪ̽͌ͩͦ̊̅̓͝n̢̎ͩ̈͊͢͝l͒̑ͤ͋͏̷͜i̾̎̃͗ͫ̈́ͯ͆͒c͒̊͛ͪ̓̇͘h͊̂ͮͣe</a> zu lesen. Mit der <a href="http://gramps-project.org/">Genealogiesoftware <i>Gramps</i></a> erstellte ich einen Stammbaum (<a href="http://daten.dieweltistgarnichtso.net/docs/mandarinen%c3%a4hnliche.gramps">Daten als <i>Gramps</i>-<abbr title="Extensible Markup Language">XML</abbr></a>); mit diesem lässt sich herausfinden, welche Kreuzungen bestimmten Z̸͙̪̫̬̻̗̥̤̯͇͎͚̤̜͘i͏̸̧̠͎̝̩̘͖͚͕̮̤ț̷̢̺̝̤͈̻̹̭͈̖̘̳̫̱̖̗͍͎̭͝r̶̵̛̫̘̳͖̭͕͎̼͓͖̜̱̜͠ṷ̩̯̰͙̱̩̬̕͜s̷̤̹̭̫͙̯͓̪̗̭̹̣̪͍͍̪̫̘̫̀̕͟p̛͎͕̦͙̩͕͖̩̲̬̙̭͔̘̤̟̫͢͝ͅf̴̴͙̗͈̰͕̱͜͝ļ̶̛̱̙̥̗͔̹̥̞͙͘͟a͏̝̩̬̬̘̹n̴̯̤̫͠z̸̶̛̼̮͚͍̲̞̼̗̙̼̘̕en̢ zugrundeliegen.
</p>
<figure>
<img src="//daten.dieweltistgarnichtso.net/pics/screenshots/gramps-fairchild-tangerine.png" alt="Vorfahren der Fairchild-Tangerine als Fächergrafik">
<figcaption>Vorfahren der <a href="http://en.wikipedia.org/wiki/Fairchild_tangerine">F̞͎̣̪̕͡a̵̗͔͙̪i̢̙̤͚̠͔̯ͅr̵̼̦̻̹̝͎̦͟c̣͕͔ͅh̩́͜i̵̛̭̞̫̙̝͢l̯͖̻̞͈͚̀͠d̜̥̠̻͚̺͉͟͢ͅ-̵͚̣̩͓̕͜T̨̥̪̞̹̻͉a̛̞͙̰̝̮͕n̝̳͕͟g̸̦̞e͇͕̦͙̪͉͓̺͜r̶̟̹̲̜̺̩̦̺̀i̻̝͚ń̙͍̦̭̙̟e</a> als <a href="http://www.gramps-project.org/wiki/index.php?title=De:Gramps_3.4_Wiki_Handbuch_-_Gramplets#F.C3.A4chergrafik_Gramplet">Fächergrafik</a></figcaption>
</figure>
<p>
<small>
Der <i>Metronaut</i> hat auch was zur <a href="http://www.metronaut.de/2012/11/die-pampelmuse-ist-keine-grapefruit-eine-kleine-zitrusfruchtkunde/">Verwandschaft von Z̷̢̛̆̂̉ͧ̅̓̓̈́̂͑̂͆ͥ͊̚i̛͒̍̾̊ͯͥ̊̈́̋͑͊͢t̡̛̃ͭ̒̒̎ͯͩ́̌͢͜r̂ͤͬ͐͋̕͢͜͜͞ų̨̈́ͧͮͤ͛ͣͫ̇ͣ͛̍̇ͩ́́͢s̸͂̓ͧ̓̔͂ͥ̈́͌̅̑̃͑́͗ͦ̎́ͨ͘͜f̶ͤ̆̀̔ͪ̊̀̀r̶̷̨̅ͦ͗ͥ̿̏ͧͩͨͪͨ͂̿̽ͬͨ̒̔ü̴̶̵̅ͬ̈ͪ̉̽̉̉́ͬ̆͂͜͝c̸ͤͧ̽̓ͣͥ̈́ͣ̂ͭͪ̌͊̎̅̇͢͝h̛ͣ͋́̍͋͛ͬ̀̽̀ͬͬ͡t̵͋͑̅ͦ̆͆͆͆̂ͫ̋ͩ̀͆̿͐͟͜ȩ̸̔̃ͮͤͤͯͤͥͤ͊͂̓͜͏̡n̴̷̎̉ͧ̿̀͜͠</a>.
</small>
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/stammbaum-der-mandarinenahnlichen/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Eindrücke vom 29C3</title>
		<link>http://blog.dieweltistgarnichtso.net/eindrucke-vom-29c3</link>
		<comments>http://blog.dieweltistgarnichtso.net/eindrucke-vom-29c3#comments</comments>
		<pubDate>Wed, 02 Jan 2013 19:38:13 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Netzkultur]]></category>
		<category><![CDATA[Netzpolitik]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[29c3]]></category>
		<category><![CDATA[creepercards]]></category>
		<category><![CDATA[flauscheria]]></category>
		<category><![CDATA[klotür]]></category>
		<category><![CDATA[sexismus]]></category>
		<category><![CDATA[sofakissen]]></category>
		<category><![CDATA[viirus42]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=6778</guid>
		<description><![CDATA[Ort Erster Eindruck: Das CCH ist riesig – sogar fefe fragte sich, ob er den großen Saal füllen könnte. Leerstellen gab es dennoch nicht; erdgeist verglich die Verteilung der Besucher mit einem idealen Gas, das alle Teile des Gebäudes erreichte. &#8230; <a href="http://blog.dieweltistgarnichtso.net/eindrucke-vom-29c3">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3>Ort</h3>
<p>
Erster Eindruck: Das <a href="http://de.wikipedia.org/wiki/Congress_Center_Hamburg"><abbr title="Congress Center Hamburg">CCH</abbr></a> ist riesig – sogar <a href="http://blog.fefe.de/?ts=ae258aa5"><i>fefe</i> fragte sich, ob er den großen Saal füllen könnte</a>. Leerstellen gab es dennoch nicht; <i>erdgeist</i> verglich die Verteilung der Besucher mit einem idealen Gas, das alle Teile des Gebäudes erreichte.
</p>
<p>
Die Ausschilderung empfand ich als wenig hilfreich: Design-<em>Spezialexperten</em> hatten <a href="https://events.ccc.de/congress/2012/wiki/Propaganda">willkürlich Zeichen eingefügt</a>, um jeden Text in ein <a href="http://de.wikipedia.org/wiki/CAPTCHA"><abbr title="Completely Automated Public Turing test to tell Computers and Humans Apart">CAPTCHA</abbr></a> zu verwandeln; Beschriftungen lauteten <q cite="https://events.ccc.de/congress/2012/wiki/Propaganda">{A}SSE.MB-L/Y:</q> oder <q cite="https://events.ccc.de/congress/2012/wiki/Propaganda">W:AR/DR_O{BE}</q>. Die ersten beiden Tage irrte ich mehrmals über eine halbe Stunde durch das Gebäude, um Orte oder Leute zu finden.
</p>
<p>
Beim angebotenen Essen handelte es sich um <i>fast food</i> (etwa Currywurst mit <i>Chili con Carne</i> und Pulverkäse); dies sorgte dafür, dass ich noch Tage später <a href="http://de.wikipedia.org/w/index.php?title=Datei:Bristol_Stuhlformen_Skala.png">Kot vom Typ 3</a> produzierte.
</p>
<h3 id=tag1>Tag 1</h3>
<p>
Die <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5385.en.html">Keynote von Jacob Appelbaum</a> (<a href="http://www.youtube.com/watch?v=QNsePZj_Yks">Video</a>) war großartig. Mit <a href="http://www.flickr.com/photos/tinowa/8314294704/">matrixmäßigem Outfit</a> hielt er eine Klassensprecher-Rede, die Stallman oder Lessig auch nicht besser hätten machen können. <abbr title="Zu Lang; Nicht Gesehen">ZL; NG</abbr>: Baut weniger Überwachungssysteme, schreibt mehr Freie Software, betreibt <a href="http://de.wikipedia.org/wiki/Tor_(Netzwerk)"><abbr title="The Onion Router">Tor</abbr>-Knoten</a>. <em>Für Freiheit und Lolis!</em>
</p>
<p>
Direkt danach redeten <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5181.en.html"><i>maha</i> und Kai Biermann über Neusprech im Zeitungskontext</a> (<a href="http://www.youtube.com/watch?v=4ONHziWZ52U">Video</a>). Die Audiospur der Aufzeichnung wechselt leider mittendrin auf die Simultanübersetzung, hoffentlich repariert das noch jemand.
</p>
<p>
Den Leuten neben der <a href="http://events.ccc.de/wp-content/uploads/2012/12/blinkenwall.jpg"><abbr title="All Colors Are Beautiful">ACAB</abbr>-Mauer</a> zeigte ich meinen Synthesizer <a href="https://github.com/erlehmann/libglitch"><i>libglitch</i></a> (<a href="http://daten.dieweltistgarnichtso.net/video/screencasts/glitched-tripster.ogv">Demo-Video</a>). Ich wollte die <i>glitched</i>-Visualisierung über die <a href="https://github.com/muccc/acab-streetlife"><abbr title="All Colors Are Beautiful">ACAB</abbr>-Python-Schnittstelle</a> auf der Wand darstellen und sprach jemanden mit einem <i>Macbook</i> an. Als der via Paketverwaltung <a href="http://sox.sourceforge.net/"><i>SoX</i></a> installierte, holte das System nicht nur <i>lame</i> und <i>vorbis-tools</i>, sondern auch <i>libpng</i>, <i>Python</i>, <abbr title="GIMP Toolkit">GTK+</abbr> <em>und</em> <i>Qt</i> … und kompilierte das alles, was dauerte. Ich ging daraufhin – und empfehle hiermit <i>OS X</i>-Nutzern, lieber gleich <a href="http://i1.kym-cdn.com/photos/images/original/000/298/779/cde.jpg"><i>Gentoo</i> zu installieren</a>.
</p>
<p>
Ich und meine Freunde bekamen bunte Karten zugesteckt, deren Gebrauch uns unklar war. Also <a href="https://events.ccc.de/congress/2012/wiki/index.php?title=Creepercards&#038;oldid=6556">erfanden wir eigene Spielregeln</a>; <i>foxitalic</i> schlug etwa vor, dass grüne Karten einen Anspruch auf sexuelle Gefälligkeiten kodifizieren. <a href="http://mirromaru.tumblr.com/post/39382307717/oh-teh-drama-or-why-i-stickered-a-naked-headless">Andere bastelten mit den Karten Bilder</a> (<a href="http://i.imagebanana.com/img/eu2mnkew/DSC00099.JPG">Beispiel</a>). Kartenspiele waren dieses Jahr ernstes Geschäft, <a href="#flauscheria">mehr dazu weiter unten</a>.
</p>
<h3 id=tag2>Tag 2</h3>
<p>
Bei <a href="https://events.ccc.de/congress/2012/wiki/Sexuelle_Beziehungen_in_Phantasie_und_Praxis_-_Vergewaltigung,_eine_%C3%9Cbung"><i>zeitrafferin</i>s Workshop <i>Sexuelle Beziehungen in Phantasie und Praxis &#8211; Vergewaltigung, eine Übung</i></a> ging es unter Anderem um den inflationären Gebrauch des Begriffs <i>rape culture</i> und den <a href="http://theological.de/index.php/bengoshis-blog/16-frisch-aufgeschnappt/59-just-my-2-cents-und-die-tuer-bleibt-wo-sie-ist">Klotürskandal</a> (<a href="https://twitter.com/klotuer/status/284733345814941696/photo/1">Bild</a>). Leider hatte sie weder Raum noch Mikrofon zur Verfügung; für die kleine <i>speaker&#8217;s corner</i> war der Andrang definitiv zu groß.
</p>
<p>
Später ging ich zum <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5024.en.html">Vortrag von Violet Blue</a> (<a href="http://www.youtube.com/watch?v=zq-bloM4Cmo">Video</a>). Sie redete von <a href="http://de.wikipedia.org/wiki/Schadensminimierung_(Abh%C3%A4ngigkeitssyndrom)"><i>harm reduction</i></a> – einer Strategie, gefährliches Verhalten (etwa von Suchtkranken) nicht zu verurteilen, sondern die damit behafteten Risiken zu minimieren. Beispiele sind kostenlose Kondome für Jugendliche, Abgabe von Spritzen an Heroinsüchtige und <a href="http://de.wikipedia.org/wiki/Jailbreak_(iOS)"><i>jailbreaking</i> von <i>iOS</i>-Geräten</a>.
</p>
<p>
Das <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5309.en.html"><i>Hacker Jeopardy</i></a> (<a href="http://www.youtube.com/watch?v=wx4THCBPNtE">Video</a>) war wie immer: Leute gehen auf die Bühne und blamieren sich mit der Chance auf einen Preis. <a href="http://daten.dieweltistgarnichtso.net/docs/polit/popcccorn.html#28">Moderator <i>ray</i> machte wiederholt sexistische Kommentare</a>, woraufhin eine kleine Gruppe die Veranstaltung störte; <a href="https://mobile.twitter.com/lirontocker/status/284811625108750336?p=v">Liron ging einfach</a>. Verwundert hat mich die (fehlende?) Strategie der Teilnehmer; außer Andreas Bokg wählte niemand Felder mit hoher Punktzahl. Keiner der Teilnehmer kannte <a href="http://de.wikipedia.org/wiki/Vi"><i>vi</i></a>.
</p>
<h3 id=tag3>Tag 3</h3>
<p>
<i>plomlompom</i> und ich trafen Volker Bombien vom <i>O&#8217;Reilly</i>-Verlag, um <a href="http://www.oreilly.de/catalog/internetmemekgger/">unser Buchprojekt</a> zu besprechen. Danach schaute ich mir den <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5198.en.html"><i>Fnord Jahresrückblick</i> mit Frank Rieger und <i>fefe</i></a> an und <a href="https://mobile.twitter.com/frank_rieger/status/285167725326790657?p=v">hörten 3000 Leuten beim Poppen zu</a>.
</p>
<p>
Abends in der Bar bemerkte <i>foxitalic</i>, dass ich bei lauter Musik entweder schreie oder lalle (weil ich mich selbst nicht hören kann). Ich spielte dann noch <a href="http://www.mane6.com/">ein Spiel, bei dem Kleinpferde einander verkloppen</a> (<a href="http://d.asset.soup.io/asset/3988/2765_2d52.jpeg">Foto</a>, <a href="http://www.youtube.com/watch?v=GiwZvPKhsDo">Video</a>) und fragte vergeblich nach dessen Quellcode.
</p>
<h3 id=tag4>Tag 4</h3>
<p>
Nach dem Aufstehen ging ich erstmal zu den <a href="http://events.ccc.de/congress/2012/wiki/Lightning_Talks"><i>Lightning Talks</i></a>. Ich wollte da eigentlich einen Kurzvortrag zum <a href="https://github.com/erlehmann/open-access-media-importer"><i>Open Access Media Importer</i></a> halten (<a href="http://daten.dieweltistgarnichtso.net/docs/presentations/open-access-media-importer/oami-29c3-lightning-talk.pdf">Folien</a>) — die waren aber nicht angekommen, weil Nick Farrs Mailserver <em>scheduled downtime</em> hatte. m(
</p>
<p>
Der nachfolgende <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5195.en.html">Vortrag von <i>bx</i></a> (<a href="http://www.youtube.com/watch?v=dnLYoMIBhpo">Video</a>) zeigte, wie man die <em>Metadaten</em> von <a href="http://de.wikipedia.org/wiki/Executable_and_Linking_Format"><abbr title="Executable and Linkable Format">ELF</abbr>-Dateien</a> als Programmiersprache nutzen kann. Ich halte das ja für ein soziales Problem, wenn dumme (bzw. faule) Programmierer alles turingvollständig machen und fragte, wie man das unterbinden könne; <i>bx</i> empfahl, schlechte Beispiele zu sammeln.
</p>
<p>
Billige Lacher gab es (wie immer) bei den <a href="http://events.ccc.de/congress/2012/Fahrplan/events/5244.en.html"><i>Security Nightmares</i></a> (<a href="http://www.youtube.com/watch?v=QRLeHPRnu3Q">Video</a>); das sollten sich alle zu Gemüte führen, die sich gerne <a href="https://mobile.twitter.com/moeffju/status/285426496263294976">über WhatsApp-Lüfterjungen lustig machen</a>.
</p>
<h3 id=flauscheria>Belästigungen</h3>
<p>
Für Belästigungen waren dieses Jahr Mitglieder der sog. <a href="http://flauscheria.org/"><i>Flauscheria</i></a> zuständig; die sich maßgeblich durch Pöbelei, Gewaltandrohungen und Sex-Feindlichkeit profilierten und mit diesem Verhalten – so die Selbstbeschreibung – <q cite="http://flauscheria.org/">eine breite Diskussion über die Umsetzung der <a href="http://events.ccc.de/congress/2012/wiki/29C3_Anti-Harassment_Policy">Anti Harassment Policy</a> auf dem Congress lostraten</q>.
</p>
<p>
Um anderen Besuchern ohne großes Aufsehen zweisprachig Schläge androhen zu können, hatte die <i>Flauscheria</i> kleine Pappkarten, sog. <i>Creeper Cards</i>, mitgebracht; <a href="http://neuberlinerin.wordpress.com/2012/12/29/creeper-cards/"><i>martl</i> erklärt das in ihrem Blog</a>. Auf Nachfrage erfuhr ich, es gäbe nur ein rhetorisches Problem – <a href="https://mobile.twitter.com/sofakissen/status/285158989191323648?p=v">die Gewaltandrohung will <i>sofakissen</i> zum nächsten Jahr subtiler formulieren</a>.
</p>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/pics/zeichnungen/creepercard-gewaltdrohung.png" alt="Rote Karte mit der Beschriftung: „Du solltest froh sein, dass du nur diese Karte und keinen Schlag ins Gesicht bekommen hast […] beim nächsten Mal könntest du weniger Glück haben.“">
<figcaption>
Rote Karte, verteilt von der <i>Flauscheria</i> (Ausschnitt)
</figcaption>
</figure>
<p>
Die <i>Flauscheria</i> vermittelte eine generelle Spaßfeindlichkeit: <a href="https://events.ccc.de/congress/2012/wiki/index.php?title=Creepercards&#038;action=history"><i>sofakissen</i> löschte die alternativen Kartenspiel-Regeln und erwirkte die Sperrung der Wiki-Seite</a>; selbst <a href="https://mobile.twitter.com/Farthen/status/284738995982848002?p=v">Knutschen war bei der <i>Flauscheria</i> verboten</a>. Das machte schlechte Laune: Am Morgen des dritten Tages erzählte <i>foxitalic</i> mir von einem Alptraum, in dem sie auf dem Kongress Leute (etwa <i>mspro</i>) belästigte.
</p>
<p>
<a href="https://mobile.twitter.com/viirus42"><i>viirus42</i></a> verwies <del datetime="2013-01-02T20:00:03+00:00">erst</del> mich <del datetime="2013-01-02T20:00:03+00:00">und später Alexander Morlang</del> <ins datetime="2013-01-02T20:00:03+00:00">(Irrtum meinerseits: <a href="https://mobile.twitter.com/viirus42/status/286562059670392833?p=v"><i>viirus42</i> hat nur mich verjagt.</a>)</ins> aus dem <i>Flauscheria</i>-Bereich, störte das <i>Hacker Jeopardy</i> <a href="https://mobile.twitter.com/viirus42/status/284853626202116096?p=v">ohne konkrete Begründung</a> und deklarierte als Reaktion auf <a href="https://mobile.twitter.com/tinuqin/status/285068592293240832?p=v">einen Tweet</a> das Bastelwerkzeug zum Tötkolben: <a href="http://mobile.twitter.com/viirus42/status/285069041457057792"><q cite="http://mobile.twitter.com/viirus42/status/285069041457057792">son lötkolben kann schnell ausrutschen</q></a>.
</p>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/docs/polit/viirus42/t%c3%b6tkolben.thumb.jpg" alt="Tweet von viirus42: Son Lötkolben kann auchmal ausrutschen.">
<figcaption>
Sicherheitshinweis von <i>viirus42</i> (<a href="https://picasaweb.google.com/lh/photo/p-suu6lZhHZz-oFYXyHgGkluKfUlcysv5-Sgo8VOiKI?feat=directlink">Danke, <i>fengor</i></a>)
</figcaption>
</figure>
<p>
<a href="https://mobile.twitter.com/levampyre/status/285361575664181248?p=v">Letztendlich war das Verhalten der <i>Flauscheria</i> eine Denial-of-Service-Attacke gegen das Antikonflikt-Team</a> (das übrigens hervorragende Arbeit leistete); <a href="https://mobile.twitter.com/andreasdotorg/status/286477788540702722?p=v">Andreas Bogk bewertete es als <q cite="https://mobile.twitter.com/andreasdotorg/status/286477788540702722?p=v">unkonstruktiv und dialogverweigernd</q></a>; <i>skytee</i> witzelte sogar über <a href="https://mobile.twitter.com/skytee/status/284714371681243136?p=v"><q cite="https://mobile.twitter.com/skytee/status/284714371681243136?p=v">von Diensten bestellte Störer</q></a>.
</p>
<p>
Mir selbst war der von der <i>Flauscheria</i> ausgehende Stress <em>wesentlich</em> unangenehmer als das Verhalten der betrunkenen jungen Frau, die mir aus einer Laune heraus die Brille aus dem Gesicht schlug – sie hatte mir eine grüne Karte gegeben, die ich nicht aufbewahrt hatte.
</p>
<p>
<small>
<a href="http://daten.dieweltistgarnichtso.net/pics/photos/fun/29c3-humantoilet.jpg">Auf dem <abbr title="29th Chaos Communication Congress">29C3</abbr> gab es übrigens eine Klotür</a> mit eindeutiger Konsensnachricht – <a href="https://mobile.twitter.com/philipsteffan/status/284389977301868544?p=v"><i>philipsteffan</i> entfernte die Beschilderung</a>. Bisschen fetischfeindlich, nicht?
</small>
</p>
<ins datetime="2013-01-02T20:56:18+00:00">
<p>
<a href="https://blog.fefe.de/?ts=ae1a50a0"><i>fefe</i> hat noch etwas dazu geschrieben.</a>
</p>
</ins>
<ins datetime="2013-01-08T20:04:35+00:00">
<p>
<a href="http://wiki.piratenpartei.de/AG_Flausch#Zum_nachlesen">Die <i><abbr>AG</abbr> Flausch</i> hat eine Linkliste zum Thema.</a>
</p>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/eindrucke-vom-29c3/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://daten.dieweltistgarnichtso.net/video/screencasts/glitched-tripster.ogv" length="3956258" type="video/ogg" />
		</item>
		<item>
		<title>Zur Zuckerberg-Doktrin</title>
		<link>http://blog.dieweltistgarnichtso.net/zur-zuckerberg-doktrin</link>
		<comments>http://blog.dieweltistgarnichtso.net/zur-zuckerberg-doktrin#comments</comments>
		<pubDate>Sat, 01 Dec 2012 03:33:05 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Netzpolitik]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[sonntaz]]></category>
		<category><![CDATA[taz]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=6718</guid>
		<description><![CDATA[Beim Streit der Woche der taz geht es dieses Mal um Facebook. Vermittelt durch zeitrafferin habe ich dazu etwas geschrieben: Viele Menschen haben eine autoritäre Sehnsucht nach Identität. Sie brauchen die Schablone des Facebook-Profils: Nur mit Name, Ausbildung, Arbeitsplatz, Wohnort, &#8230; <a href="http://blog.dieweltistgarnichtso.net/zur-zuckerberg-doktrin">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
<a href="http://www.taz.de/1/archiv/digitaz/artikel/?ressort=me&#038;dig=2012%2F12%2F01%2Fa0021&#038;cHash=81d55e21ec6ff676d198d02a138dd6dc">Beim <i>Streit der Woche</i> der <i>taz</i> geht es dieses Mal um <i>Facebook</i>.</a> Vermittelt durch <i>zeitrafferin</i> habe ich dazu etwas geschrieben:
</p>
<hr />
<p>
Viele Menschen haben eine autoritäre Sehnsucht nach Identität. Sie
brauchen die Schablone des <a href="http://www.facebook.com/about/profile/"><i>Facebook</i>-Profils</a>: Nur mit Name, Ausbildung,
Arbeitsplatz, Wohnort, Beziehungsstatus finden sie Freunde.
</p>
<p>
Gemäß der <a href="http://dev.null.org/blog/item/201210281730_to_doctor_with_lov">Zuckerberg-Doktrin</a> hat jeder Mensch eine Identität innerhalb
normierter Parameter. Abweichung sind nicht vorgesehen: Kein Profil
enthält <a href="http://de.wikipedia.org/wiki/Vorstrafe">Vorstrafen</a>, <a href="http://de.wikipedia.org/wiki/Transsexualit%C3%A4t">Transsexualität</a> oder <a href="http://de.wikipedia.org/wiki/Polyamory">mehrere Liebesbeziehungen</a>.
</p>
<p>
<i>Facebook</i> ist ein <a href="http://de.wikipedia.org/wiki/Totalitarismus">totales System</a>, ein <a href="http://www.spiegel.de/spiegel/print/d-75261513.html">Netz im Netz</a>. Beiträge sind
unzugänglich von außen und nicht durchsuchbar. <a href="http://www.spiegel.de/netzwelt/netzpolitik/pseudonyme-facebook-nutzer-sollen-freunde-verpetzen-a-843326.html">Nutzer denunzieren sich
gegenseitig</a>, <a href="http://www.zeit.de/2012/32/Zensur-Facebook-Nackter-Mann">Zensoren beseitigen Nacktheit und
Pornografie</a>. Verweigerer trifft Gruppenzwang: Wer nicht dabei ist,
wird nicht auf Parties eingeladen.
</p>
<p>
Zur Motivation erhalten Nutzer portionierte Aufmerksamkeit für das
normierte Leben. <a href="http://developers.facebook.com/docs/reference/plugins/like/">„Like“</a>-Leckerlis sind vorgetäuschte Orgasmen für eine
Milliarde Narzissten.
</p>
<p>
Werbern, Polizei und Nachrichtendiensten gefällt das. Doch die
Schablone verhindert Kreativität und Kultur: <i>Facebook</i> ist ein
asoziales Netzwerk.
</p>
<hr />
<p>
<a href="http://seeliger.cc/2012/facebook-ein-sehnsuchtsort/">Auch <i>zeitrafferin</i> äußert sich zum Thema.</a>
</p>
<ins datetime="2012-12-01T03:32:10+00:00">
<p>
Die <i>taz</i> hat meinen Text ohne Rücksprache gekürzt. <a href="http://daten.dieweltistgarnichtso.net/docs/polit/facebook-sonntaz.diff">Hier seht ihr die Unterschiede.</a>
</p>
</ins>
<ins datetime="2012-12-16T20:22:49+00:00">
<p>
<a href="http://daten.dieweltistgarnichtso.net/docs/polit/facebook-sonntaz-belegexemplar.pdf">Ich erhielt ein Belegexemplar (<abbr title="Portable Document Format">PDF</abbr>).</a>
</p>
</ins>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/zur-zuckerberg-doktrin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linkschleuder (28)</title>
		<link>http://blog.dieweltistgarnichtso.net/linkschleuder-28</link>
		<comments>http://blog.dieweltistgarnichtso.net/linkschleuder-28#comments</comments>
		<pubDate>Mon, 26 Nov 2012 04:09:12 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Linkschleuder]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=6391</guid>
		<description><![CDATA[Spiele (kurz) Air Strike — Fluglotsen-Simulation im Browser (via) Node Reviver — hektisches Pfadfinde-Puzzle (GitHub, via) Last Tuesday — minimalistische visual novel (GitHub, via) ChessRogue — Schach-roguelike (siehe auch, via) Spiele (lang) RE: Alistair++ — visual novel mit Teenie-Gamer-Romanze (deutsche &#8230; <a href="http://blog.dieweltistgarnichtso.net/linkschleuder-28">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3>Spiele (kurz)</h3>
<ul>
    <li><a href="http://10k.aneventapart.com/2/Uploads/541/"><i>Air Strike</i></a> — Fluglotsen-Simulation im Browser (<a href="http://10k.aneventapart.com/Entry/Details/541">via</a>)
    <li><a href="http://vincentpetry.net/blog/?p=151"><i>Node Reviver</i></a> — hektisches Pfadfinde-Puzzle (<a href="https://github.com/PVince81/nodereviver"><i>GitHub</i></a>, <a href="http://freegamer.blogspot.de/2012/05/node-reviver-open-source-ludum-dare.html">via</a>)
    <li><a href="http://www.ludumdare.com/compo/minild-27/?action=preview&#038;uid=2017"><i>Last Tuesday</i></a> — minimalistische <i lang=en>visual novel</i> (<a href="https://github.com/jakevsrobots/Last-Tuesday"><i>GitHub</i></a>, <a href="http://www.ludumdare.com/compo/minild-27/?action=preview&#038;q=linux">via</a>)
    <li><a href="http://chessrogue.sourceforge.net/"><i>ChessRogue</i></a> — Schach-<i lang=en>roguelike</i> (<a href="http://roguebasin.roguelikedevelopment.org/index.php?title=ChessRogue">siehe auch</a>, <a href="http://roguebasin.roguelikedevelopment.org/index.php?title=2005_Out_of_Challenge_7DRLs">via</a>)
</ul>

<h3>Spiele (lang)</h3>
<ul>
    <li><a href="http://www.sakevisual.com/realistair/"><i>RE: Alistair++</i></a> — <i lang=en>visual novel</i> mit Teenie-Gamer-Romanze (<a href="http://en.marcel-weyers.de/realistair-german-translation/">deutsche Übersetzung</a>, <a href="http://de.wikipedia.org/wiki/RE:_Alistair">Wikipedia-Artikel</a>, <a href="http://sakevisual.blogspot.com/2010/06/eight-reasons-why-you-should-plug-re.html">via</a>)
    <li><a href="http://openxcom.org/"><i>OpenXcom</i></a> — Neu-Implementation von <a href="http://en.wikipedia.org/wiki/UFO:_Enemy_Unknown"><i>UFO: Enemy Unknown</i></a>, benötigt Original-Spieldaten (<a href="http://www.ufopaedia.org/index.php?title=X-COM">Wiki</a>)
    <li><a href="https://sites.google.com/site/broguegame/"><i>Brogue</i></a> — buntes, komplexes <i lang=en>roguelike</i> (<a href="http://brogue.wikia.com/wiki/Brogue_Wiki">Wiki</a>, <a href="http://aliendovecote.com/?p=570">via</a>)
</ul>

<h3>Musikvideo</h3>
<ul>
    <li><a href="http://www.youtube.com/watch?v=KRAMNWzfjcg"><i>One day / Reckoning Song (Wankelmut Remix)</i></a> — sommerliche Hipster-Dudelei (danke, <i>zeitrafferin</i>)
    <li><a href="http://www.youtube.com/watch?v=cKo4FMzt_hM"><i>Bohemian Rhapsody</i></a> von <a href="http://de.wikipedia.org/wiki/William_Shatner">William Shatner</a> (danke, <i>foxitalic</i>)
    <li><a href="http://www.youtube.com/watch?v=KmD3yuGxeR4"><i>Glitch</i></a> — Pixelpop
    <li><a href="http://www.youtube.com/watch?v=BZvF1_XyIKU"><i>D.R.A.G.</i></a> — Queer-Rap von <a href="http://www.sookee.de/"><i>Sokee</i></a> (<a href="http://mobile.twitter.com/nlantzsch/status/263292189340217344?p=v">via</a>)
    <li><a href="http://www.youtube.com/watch?v=qFEyN4HCCaw"><cite>Der Grashüpfer</cite></a> — fabelhafter Rap von <a href="http://www.tapeteberlin.de/"><i>Tapete</i></a> (<a href="http://www.sueddeutsche.de/wirtschaft/rapper-tapete-lebt-von-hartz-iv-voll-fett-vater-staat-1.1275366">siehe auch</a>)
</ul>

<h3>Comics</h3>
<ul>
    <li><a href="http://www.deannamolinaro.com/Stuff_That_I_Made/Books/SeaMon/sm_title.html"><i>Lonely Sea Monster</i></a> (<a href="http://www.deannamolinaro.com/Stuff_That_I_Made/Books/BookTitles.html">siehe auch</a>)
    <li><a href="http://www.harkavagrant.com/index.php?id=341"><i>Straw Feminists in the closet</i></a> (<a href="http://de.wikipedia.org/wiki/Benutzerin:Fiona_Baine">via</a>)
    <li><a href="http://www.teamfortress.com/loosecanon/"><i>Team Fortress 2 – Loose Canon</i></a> (<a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/LooseCanon?from=Main.OptionalCanon">via</a>)
    <li><a href="http://www.guardian.co.uk/world/interactive/2012/nov/06/america-elect-graphic-novel?CMP=twt_gu"><i>America: Elect!</i></a> — <abbr title="United States of America">USA</abbr>-Wahlkampf 2012 (danke, Markus)
    <li><a href="http://www.kiwisbybeat.com/great.html"><i>Great</i></a> — Lebensgeschichte eines Nudelkochs (<a href="http://chneukirchen.org/trivium/2012-09-02">via</a>)
</ul>

<h3>Kultur</h3>
<ul>
    <li><a href="http://gawker.com/5950981/unmasking-reddits-violentacrez-the-biggest-troll-on-the-web"><i>Unmasking Reddit’s Violentacrez, The Biggest Troll on the Web</i></a> — <a href="http://en.wikipedia.org/wiki/Adrian_Chen">Adrian Chen</a> hasst Freiheit und Lolis (<a href="http://www.plomlompom.de/PlomWiki/plomwiki.php?title=2012-10-14">via</a>)
    <li><a href="http://brontecapital.blogspot.co.nz/2012/06/macroeconomics-of-chinese-kleptocracy.html"><i>The Macroeconomics of Chinese kleptocracy</i></a> (danke, <i>vrs</i>)
    <li><a href="http://www.paulgraham.com/identity.html"><i>Keep Your Identity Small</i></a> (danke, <i>Krillye</i>)
    <li><a href="http://raganwald.posterous.com/programming-is-a-pop-culture"><i>Programming is a Pop Culture</i></a> (<a href="http://news.ycombinator.org/item?id=4727721">via</a>)
</ul>

<h3>Spieledesign</h3>
<ul>
    <li><a href="http://games.greggman.com/game/the-zelda-test-or-why-no-zelda-clones/"><i>The Zelda Test (or Why no Zelda Clones?)</i></a>
    <li><a href="http://www.raphkoster.com/gaming/gdco12/Koster_Raph_Theory_Fun_10.pdf"><i>Theory of Fun: 10 Years Later</i></a> (<a href="http://www.theoryoffun.com/theoryoffun.pdf">siehe auch</a>, <a href="http://www.raphkoster.com/2012/10/10/gdconline-a-theory-of-fun-10-years-later/">via</a>)
    <li><a href="http://www.gaslampgames.com/2010/07/16/game-design-dialectic-dwarf-fortress-and-goblin-camp/"><i>Game Design Dialectic: Dwarf Fortress and Goblin Camp</i></a>
    <li><a href="http://www.destructoid.com/nothing-is-sacred-killing-god-atop-the-tower-of-heaven-152483.phtml"><i>Nothing is sacred: killing God atop the Tower of Heaven</i></a> (<a href="http://www.pixelpoppers.com/2010/04/when-oldies-are-not-goodies.html">via</a>)
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/linkschleuder-28/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lautheit angleichen mit dem loudfucker</title>
		<link>http://blog.dieweltistgarnichtso.net/lautheit-angleichen-mit-dem-loudfucker</link>
		<comments>http://blog.dieweltistgarnichtso.net/lautheit-angleichen-mit-dem-loudfucker#comments</comments>
		<pubDate>Mon, 19 Nov 2012 19:00:28 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Bastelei]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[auphonic]]></category>
		<category><![CDATA[levelator]]></category>
		<category><![CDATA[loudfucker]]></category>
		<category><![CDATA[redokast]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=6393</guid>
		<description><![CDATA[Amateur-Podcasts und Interviews haben oft deutliche Variationen in der Lautheit, etwa durch unterschiedlich laute oder sich bewegende Sprecher. Sind weder Mischpult noch Headsets vorhanden, lassen sich diese Unterschiede nur in der Postproduktion verringern. Auf dem zweiten Podlove Developer Meeting traf &#8230; <a href="http://blog.dieweltistgarnichtso.net/lautheit-angleichen-mit-dem-loudfucker">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
Amateur-Podcasts und Interviews haben oft deutliche Variationen in der <a href="http://de.wikipedia.org/wiki/Lautheit">Lautheit</a><ins datetime="2012-11-19T19:08:37+00:00">, etwa durch unterschiedlich laute oder sich bewegende Sprecher</ins>. Sind weder Mischpult noch Headsets vorhanden, lassen sich diese Unterschiede nur in der <a href="http://de.wikipedia.org/wiki/Postproduktion">Postproduktion</a> verringern.
</p>
<p>
Auf dem <a href="http://metaebene.me/blog/2012/09/27/podlove-developer-meeting-2/">zweiten <i>Podlove Developer Meeting</i></a> traf ich <a href="http://grh.mur.at/">Georg Holzmann</a> von <a href="https://auphonic.com/"><i>Auphonic</i></a>, der mir erklärte, wie man Lautheit innerhalb einer Datei angleichen kann (<a href="https://auphonic.com/blog/2012/08/02/loudness-measurement-and-normalization-ebu-r128-calm-act/">Blogpost dazu</a>). So entstand der <a href="https://github.com/erlehmann/loudfucker"><i>loudfucker</i></a>, eine Anwendung, die Lautheit einer Datei auf ein einheitliches Niveau nach <a href="http://tech.ebu.ch/loudness"><abbr title="European Broadcasting Union">EBU</abbr> R128</a> bringt.
</p>
<p>
Der <i>loudfucker</i> benötigt eine <a href="https://github.com/erlehmann/loudfucker/blob/master/ebur128.cc.patch">gepatchte</a> Version des <a href="http://kokkinizita.linuxaudio.org/linuxaudio/ebumeter-doc/quickguide.html"><i>ebumeter</i>s</a>, ist in Python geschrieben und lizensiert unter der <a href="http://www.gnu.org/licenses/agpl-3.0.html"><abbr title="GNU is Not Unix">GNU</abbr> <abbr title="Affero General Public License">AGPL</abbr><abbr title="Version 3">v3</abbr></a>. <strong><a href="https://github.com/erlehmann/loudfucker">Hier ist der Code.</a></strong>
</p>
<ins datetime="2013-05-12T14:54:55+00:00">
<p>
<a href="http://daten.dieweltistgarnichtso.net/pics/screenshots/fail/github-loudfucker-fail.png"><i>GitHub</i> geht nicht</a>; <a href="http://daten.dieweltistgarnichtso.net/src/loudfucker.tar.gz">den Code gibt es auch bei mir.</a>
</p>
</ins>
<p>
Das folgende Beispiel demonstriert den Effekt. Eine Methode, um Hintergrundgeräusche <em>nicht</em> lauter zu machen, habe ich nicht gefunden.
</p>
<figure>
<audio controls id="audio-original">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.oga" type="audio/ogg; codecs=vorbis">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.mp3" type="audio/mpeg">
</audio>
<figcaption>Aufnahme ohne Bearbeitung</figcaption>
</figure>
<figure>
<audio controls id="audio-loudfucked">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.loudfucked.oga" type="audio/ogg; codecs=vorbis">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.loudfucked.mp3" type="audio/mpeg">
</audio>
<figcaption>Aufnahme nach Bearbeitung durch den <i>loudfucker</i> (<kbd>./loudfucker.py metrolaut-erlehmann-spacken.wav</kbd>)</figcaption>
</figure>
<span id="more-6393"></span>
<h3>Alternativen</h3>
<p>
Es gibt bereits zwei Programme für einfache Postproduktion, die <a href="https://auphonic.com/"><i>Auphonic</i></a>-Software und den <a href="http://www.conversationsnetwork.org/levelator"><i>levelator</i></a>. Beide sind jedoch proprietäre Software und zu unflexibel, um mit dem Podcast-Seitengenerator <a href="https://github.com/erlehmann/redokast"><i>redokast</i></a> verwendet zu werden.
</p>
<p>
Georg Holzmann empfahl mir dennoch, die <a href="https://auphonic.com/api-docs/"><i>Auphonic</i>-<abbr title="Application Programming Interface">API</abbr></a> auszuprobieren. Das schien zunächst einfach – funktionierte aber erst, nachdem ich die Kombination <i>username</i>/<i>password</i> <a href="https://auphonic.com/accounts/register/">bei <i>Auphonic</i> registrierte</a>.
</p>
<blockquote>
<kbd>
curl -X POST https://auphonic.com/api/simple/productions.json \
     -u username:password \
     -F "input_file=@/home/user/dein_audio_file.mp3" \
     -F "action=start"
</kbd>
</blockquote>
<p>
 Der Server antwortete mit einer <abbr title="JavaScript Object Notation">JSON</abbr>-Datei mit <abbr title="Uniform Resource Locator">URL</abbr> zu einer <a href="https://auphonic.com/engine/status/rkbJSvb4w2CDHGjKGxfYyT">Status-Webseite</a>. Diese zeigte nach dem Login zunächst nichts an. Als ich <i>JavaScript</i> aktivierte, wurde ich aufgefordert, den Flashplayer zu installieren und erhielt einen Download-Link. Nebenbei wurde mir zu <em>jeder</em> <abbr title="Application Programming Interface">API</abbr>-Anfrage eine Email gesendet – eine würdige Konkurrenz für das <a href="https://mobile.twitter.com/frank_rieger/status/269772769129005056"><q cite="https://mobile.twitter.com/frank_rieger/status/269772769129005056">Custom-Qualitaetssystem aus dem Von Leitnerschen Institut fuer verteiltes Echtzeit-Java</q></a>!
</p>
<p>
Im Gegensatz zum <i>loudfucker</i> kann <i>Auphonic</i> Sprache von anderen Geräuschen unterscheiden. Atmen, Rauschen und sonstige Hintergrundgeräusche werden nicht verstärkt:
</p>
<figure>
<audio controls id="audio-auphonic">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.auphonic.oga" type="audio/ogg; codecs=vorbis">
  <source src="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.auphonic.mp3" type="audio/mpeg">
</audio>
<figcaption>Aufnahme nach Bearbeitung durch <i>Auphonic</i></figcaption>
</figure>
<h3>Vergleich</h3>
<p>
Ein Plot der Lautheit gegen die Zeit zeigt, dass der <i>loudfucker</i> die Lautheit wesentlich stärker angleicht als <i>Auphonic</i>. Ich vermute als Ursache die fehlende Filterung unerwünschter Geräusche.
</p>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/pics/graphs/loudfucker/metrolaut-erlehmann-spacken.png">
<figcaption>Lautheit der <a href="#audio-original"> Aufnahme ohne Bearbeitung</a></figcaption>
</figure>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/pics/graphs/loudfucker/metrolaut-erlehmann-spacken.loudfucked.png">
<figcaption>Lautheit der <a href="#audio-loudfucked">Aufnahme nach Bearbeitung durch den <i>loudfucker</i></a></figcaption>
</figure>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/pics/graphs/loudfucker/metrolaut-erlehmann-spacken.auphonic.png">
<figcaption>Lautheit der <a href="#audio-auphonic">Aufnahme nach Bearbeitung durch <i>Auphonic</i></a></figcaption>
</figure>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/lautheit-angleichen-mit-dem-loudfucker/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.oga" length="497596" type="audio/ogg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.mp3" length="806660" type="audio/mpeg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.loudfucked.oga" length="542678" type="audio/ogg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.loudfucked.mp3" length="806660" type="audio/mpeg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.auphonic.oga" length="502133" type="audio/ogg" />
<enclosure url="http://daten.dieweltistgarnichtso.net/audio/metrolaut-erlehmann-spacken.auphonic.mp3" length="807892" type="audio/mpeg" />
		</item>
		<item>
		<title>Fotografiona in den Bundestag!</title>
		<link>http://blog.dieweltistgarnichtso.net/fotografiona-in-den-bundestag</link>
		<comments>http://blog.dieweltistgarnichtso.net/fotografiona-in-den-bundestag#comments</comments>
		<pubDate>Fri, 16 Nov 2012 12:53:50 +0000</pubDate>
		<dc:creator><![CDATA[erlehmann]]></dc:creator>
				<category><![CDATA[Kunst]]></category>
		<category><![CDATA[Originärer Inhalt]]></category>
		<category><![CDATA[Politik]]></category>
		<category><![CDATA[bundestag]]></category>
		<category><![CDATA[debaer]]></category>
		<category><![CDATA[fotografiona]]></category>
		<category><![CDATA[piratenpartei]]></category>
		<category><![CDATA[wahlkampf]]></category>

		<guid isPermaLink="false">http://blog.dieweltistgarnichtso.net/?p=6305</guid>
		<description><![CDATA[Bei der Piratenpartei Berlin gibt es eine Selbstverpflichtung zur Bundestagswahl 2013: Dort erklären die Unterzeichner* auf die ersten 4 Plätze der Berliner Liste Frauen zu wählen. Eine Kandidatin ist Fotografiona, die ihren Mitgliedsbeitrag zwischenzeitlich eher als Popcornfinanzierung betrachtete. Wie es &#8230; <a href="http://blog.dieweltistgarnichtso.net/fotografiona-in-den-bundestag">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
Bei der Piratenpartei Berlin gibt es eine <a href="http://wiki.piratenpartei.de/BE:Selbstverpflichtung_AVB">Selbstverpflichtung</a> zur <a href="http://de.wikipedia.org/wiki/Bundestagswahl_2013">Bundestagswahl 2013</a>: Dort erklären die Unterzeichner* <q cite="http://wiki.piratenpartei.de/BE:Selbstverpflichtung_AVB">auf die ersten 4 Plätze der <a href="http://wiki.piratenpartei.de/BE:Parteitag/2013.1/Bewerber">Berliner Liste</a> Frauen zu wählen</q>. Eine Kandidatin ist <i>Fotografiona</i>, die ihren Mitgliedsbeitrag zwischenzeitlich eher als <a href="http://popcornpiraten.de/">Popcornfinanzierung</a> betrachtete.
</p>
<p>
Wie es sich bei den Piraten gehört, <a href="https://mobile.twitter.com/laprintemps/status/268681337043550208">hatte sie eigentlich vor, auszutreten</a> – doch dann <a href="https://mobile.twitter.com/Fotografiona/status/269229128102866944?p=v">entschied sie sich anders</a>. <strong>Ihr Programm: <a href="https://mobile.twitter.com/Fotografiona/status/269237074564112384?p=v">Programmieren.</a></strong>
</p>
<p>
<small>
Die Kandidatur wird <a href="https://mobile.twitter.com/deBaer/status/269230789802205185?p=v">unterstützt vom Abgeordneten Simon Kowalewski</a>. <ins>Auch Spiegel-Online-Redakteur <a href="https://mobile.twitter.com/oler/status/269425358938468354?p=v">Ole Reißmann <del datetime="2012-11-18T17:35:01+00:00">würde Fotografiona wählen</del></a> <a href="https://mobile.twitter.com/oler/status/269429911444389888?p=v"><ins datetime="2012-11-18T17:35:01+00:00">findet politisches Engagement gut</ins></a>.</ins>
</small>
</p>
<ins datetime="2013-01-13T16:27:06+00:00">
<p>
<a href="https://mobile.twitter.com/fotografiona/status/290493391828029440"><i>Fotografiona</i> zieht ihre Kandidatur zurück.</a>
</p>
</ins>
<figure>
<img src="http://daten.dieweltistgarnichtso.net/pics/macros/fotografiona-programmieren-statt-politik.png" alt="Programmieren statt Politik! Fotografiona">
<figcaption>Foto von <a href="http://fiona-krakenbuerger.de/">Fiona Krakenbürger</a>, Lizenz <a href="http://sam.zoy.org/wtfpl/"><abbr title="What The Fuck Public License">WTFPL</abbr></a> (<a href="http://daten.dieweltistgarnichtso.net/pics/macros/fotografiona-programmieren-statt-politik.svg"><abbr title="Scalable Vector Graphics">SVG</abbr>-Version</a>, benötigt <a href="http://www.fontsquirrel.com/fonts/bebas-neue"><i>Bebas Neue</i></a>)</figcaption>
</figure>]]></content:encoded>
			<wfw:commentRss>http://blog.dieweltistgarnichtso.net/fotografiona-in-den-bundestag/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
