<?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>netdefences</title>
	<atom:link href="http://netdefences.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://netdefences.com</link>
	<description>internet security, research and politics</description>
	<lastBuildDate>Wed, 16 Jun 2010 13:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script for turning messy texts into well-structured, -outlined and -formatted Word documents</title>
		<link>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/</link>
		<comments>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:07:09 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=134</guid>
		<description><![CDATA[Some interesting pieces of software have been developed in recent years that aim at replacing the venerable Word as an authoring tool for large and complex writing projects. On the Mac side, two humbly named applications, Ulysses and Scrivener, have most notably emerged as popular writing tools. While everything is nice and fine as long [...]]]></description>
			<content:encoded><![CDATA[<p>Some interesting pieces of software have been developed in recent years that aim at replacing the venerable Word as an authoring tool for large and complex writing projects. On the Mac side, two humbly named applications, <a href="http://www.the-soulmen.com/ulysses/index.html">Ulysses</a> and <a href="http://www.literatureandlatte.com/scrivener.html">Scrivener</a>, have most notably emerged as popular writing tools. While everything is nice and fine as long as you write, sharing your output and delivering well-structured (in a technical sense) and formatted documents is a bit cumbersome and usually requires dreary manual intervention. As I had written a script for Word for Windows back in my, well, teens that did just some of that things I until now had to do manually on the Mac, it should be fairly easy to update and extend that thing and write some code.</p>
<p><img src="http://netdefences.com/wp-content/uploads/scrivener2word1.png" alt="scrivener2word.png" width="562" height="440" /></p>
<p><span id="more-134"></span></p>
<p>It turned out that scripting rich formatted documents on the Mac is a bit more tricky that I would have preferred it. Anyhow, its done now. The purpose of the script is to turn a text document with in-text footnotes, in-text comments, distinct rich-text formatting for headings at distinct outline levels into a nicely formatted document, which uses in-built footnotes, comments, styles and ToC features.</p>
<p>For now, the script does the following:</p>
<ul>
<li>Space/new line doublets are replaced by single space/new line.</li>
<li>Outline levels of all paragraphs are set to 0, which means: no more garbage in Word&#8217;s Document Map.</li>
<li>Text with certain formatting is assigned to paragraph styles &#8220;Heading 3&#8243;, &#8220;Heading 2&#8243; or &#8220;Heading 3&#8243;</li>
<li>In-text comments, i.e. text like &#8220;[AN: this is an in-text comment]&#8220;, are replaced by Word&#8217;s colourful comment bubble</li>
<li>In-text footnotes, i.e. text like &#8220;[FN: this is an in-text footnote]&#8220;, are replaced by a real footnotes</li>
<li>A table of content is created at a position marked by a certain string.</li>
</ul>
<p>Find the scripts for Word for Windows (<a href="http://en.wikipedia.org/wiki/Visual_Basic_for_Applications">VBA</a>) and Word for Mac (AppleScript) and a test document attached (<a title="format document files.zip" href="http://netdefences.com/wp-content/uploads/format-document-files.zip">format document files.zip</a>).</p>
<p>&#8212;</p>
<p>For those interested in too much technical background information: Scrivener&#8217;s RTF export is somewhat insufficient for academic writing (cf. <a href="http://www.literatureandlatte.com/forum/search.php">discussions in their forum</a>), <a href="http://fletcherpenney.net/multimarkdown/using_multimarkdown_with_scriv/">Scrivener&#8217;s support</a> for <a href="http://fletcherpenney.net/multimarkdown/">Multi</a> <a href="http://daringfireball.net/projects/markdown/">Markdown</a> is weak at exporting footnotes, comments and styles support. <a href="http://www.apple.com/iwork/pages/">Pages</a> (part of Apple iWork 09) has an insufficient API, which provides no access to footnotes and comments. <a href="http://www.adobe.com/products/indesign/scripting/">Adobe InDesign CS4</a> likewise doesn&#8217;t provide APIs for comments, neither does <a href="http://nisus.com/pro/">Nisus Writer Pro</a>. Microsoft killed VBA with Word 2008, but will be back later this year with Office for Mac 2011. So I considered reusing my 1990s VBA code by using Word 2003 on Windows, using <a href="http://www.parallels.com/">Parallels</a>. Turns out albeit that my aging, crash-happy Macbook doesn&#8217;t like running Parallels 5. So, back to the Mac and Word 2008 using Applescript. Turns out though <span style="font-size: 13px;">–</span> surprise, surprise <span style="font-size: 13px;">–</span> that APIs for Word for Mac slightly, but critically differ from Word for Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The security risk of bad security-provisioning design</title>
		<link>http://netdefences.com/2010/06/the-security-risk-of-bad-security-provisioning-design/</link>
		<comments>http://netdefences.com/2010/06/the-security-risk-of-bad-security-provisioning-design/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:28:44 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[openness]]></category>
		<category><![CDATA[secrecy]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/06/the-security-risk-of-bad-security-provisioning-design/</guid>
		<description><![CDATA[I&#8217;ve pointed out earlier some of the research questions for social scientific internet governance research. The main issues I described there are:

There is a lack of empirical analysis undertaken by social scientists, who are not affiliated with biased agencies engaged in turf-wars or the fear-mongering security industry, about the scale, quality and impact of internet [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pointed out <a href="http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/">earlier</a> some of the research questions for social scientific internet governance research. The main issues I described there are:</p>
<ol>
<li>There is a lack of empirical analysis undertaken by social scientists, who are not affiliated with biased agencies engaged in turf-wars or the fear-mongering security industry, about the scale, quality and impact of internet security issues. Furthermore, existing institutions have hardly been researched.</li>
<li>Ongoing debates in the political sphere often refer to an lack-of-enforceability argument. More often than not, these arguments fail to be backed by scientific findings.</li>
<li>The geopolitical dimension of internet security is under-researched.</li>
<li>The potentially disruptive impact of internet-based collaboration on traditional security provisioning processes is to be explored. We can observe these discourses about new forms of distributed collaboration everywhere, but not in the field internet security governance.</li>
</ol>
<p>The main issue for social sciences however to provide guidance for institutional and organisation design for internet security governance.</p>
<p><img src="http://netdefences.com/wp-content/uploads/IMG_0390.jpg" width="360" height="480" alt="IMG_0390.jpg" style="padding-right:8px;" /></p>
<p><i><font size="3"><span style="font-size: 13px;">Ad-hoc defense system protecting railway embankment against Danube flood</span></font></i></p>
<p><span id="more-131"></span>
<p>The goal is to overcome the “problem of discovering workable political institutions for a community … that was created by a formidable revolution in technology; … and many of its common problems are beyond the power of nation states to solve.” This is a quote from the 1958 book, <i>World Peace through World Law,</i> by Grenville Clark and Louis B. Sohn. The community they refer to is nothing less than humanity or the community of world citizens that had been turned from a diverse, distributed, unconnected set of ethnics, tribes and nations into one community facing the fate of extinction by the invention of nuclear and hydrogen bombs. One can very well argue whether assured mutual destruction was the wisest answer humanity could have found for this problem.</p>
<p>Luckily, internet security problems aren&#8217;t that grim as the security problem caused by military use of nuclear technology — despite all that cyberwar/cyber-terror/cyber-Pearl Harbour/cyber-9/11/cyber-Katrina rhetoric. Societal risks are not only caused by internet security problems. The political reactions to them, the emergent institutional design and patterns of internet security governance can pose as grave a problem. The underlying threat for, well, relatively and somewhat open societies is that the responsibility for the security of the communicational nerve system is transferred to political, administrative and bureaucratic bodies which are characterised by secrecy, clandestiness, non-transparency and national egoisms. Traditionally, security-provisioning was owned by agencies that have just these characteristics. If, however, societies do not want to pass control of the internet to such institutions, the options are the following:</p>
<ul>
<li>Security institutions are substantially changed by adding transparency, openness, attributability and direct more direct involvement of citizens.</li>
<li>Responsibility for internet security is distributed over complex, multiple layers with daunting attribution and legitimacy challenges. Responsibilities will be divided along criteria such as geography, jurisdictions, scale and scope of impact, ownership of resources and infrastructures, locus of expertise.</li>
</ul>
<div id="ectocontent">
  <br />
  <img src="http://netdefences.com/wp-content/uploads/IMG_03792.jpg" width="360" height="480" alt="Mumus Bar, Budapest" />
</div>
<p>The risk inherent in internet security governance is to end up with governance institutions that are neither transparent, legitimate, far from citizens&#8217; influence, non-inclusive or separatistic and do not allow for clear attribution. Which would equate to: insecurity through internet security institutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/06/the-security-risk-of-bad-security-provisioning-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The emergence of internet security governance as a research field in social sciences</title>
		<link>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/</link>
		<comments>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:10:09 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/</guid>
		<description><![CDATA[It&#8217;s finally happening. After an abysmally long time of politicians, military, and the security industry coming up with streams of innovative policy tangle in the name of internet security or cybersecurity, a critical mass of social scientists and research interested practitioners has teamed up to start deepening our knowledge of internet security and its governance. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally happening. After an abysmally long time of politicians, military, and the security industry coming up with streams of innovative policy tangle in the name of internet security or cybersecurity, a critical mass of social scientists and research interested practitioners has teamed up to start deepening our knowledge of internet security and its governance. While Hungary was having difficult times by <a href="http://news.bbc.co.uk/2/hi/europe/707398.stm">floods</a> and <a href="http://www.budapesttimes.hu/index.php?option=com_content&amp;task=view&amp;id=14665&amp;Itemid=220">economic turmoils</a>, Budapest couldn&#8217;t have been a more lovely and welcoming place in the last couple of days.</p>
<p>
<img src="http://netdefences.com/wp-content/uploads/IMG_03491.jpg" width="480" height="360" alt="IMG_0349.JPG" /></p>
<p><span id="more-127"></span>
<p>Two intense days of <a href="http://cmcs.ceu.hu/cybersecurity/main">workshopping</a> at the Central European University produced a stunningly long list of open questions and &#8211; as Rummy would have called &#8211; things that we now know we don&#8217;t know. Things decision makers however should know before jumping to conclusions in the delicate area of internet security, surveillance, filtering and what else. One of the well-connected participants with intimate knowledge about cybersecurity circles estimated that some 90 percent of knowledge about cybersecurity had been developed by brains sitting in the Pentagon or it&#8217;s contractors offices. For the sake of societal values such as openness and transparence, time is ripe to look at internet security from a decisively different angle.</p>
<p>It speaks volumes about the state of European internet research, that roughly half the number of the workshop participants were flown in over the Atlantic. Necessarily so, as the workshop organisers pointed out, given the lack of European social scientist studying internet security governance especially in Eastern European countries.</p>
<p>Anyhow, it&#8217;s going to be very interesting to see where this thing is heading to once, if at all, the <a href="http://www.esf.org/">European Science Foundation</a> will pour some drops out of its funding buckets onto this promising undertaking.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet and statehood &#8211; the battle over informational asymmetries</title>
		<link>http://netdefences.com/2010/04/internet-and-statehood-the-battle-over-informational-asymmetries/</link>
		<comments>http://netdefences.com/2010/04/internet-and-statehood-the-battle-over-informational-asymmetries/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 16:34:35 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[global politics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet politics]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/04/internet-and-statehood-the-battle-over-informational-asymmetries/</guid>
		<description><![CDATA[
&#8220;Everything that can be thought is thought at some time or another. Now or in the future.&#8221;
&#8220;Those things which were thought can never be unthought.&#8221;
Friedrich Dürrenmatt, The Physicists


Ralf Bendrath and I gave a presentation on &#8220;statehood and internet&#8221; at this year&#8217;s re:publica conference in Berlin. Re:publica is an annual conference for internet aficionados, bloggers, internet [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<div style="text-align: right;">&#8220;Everything that can be thought is thought at some time or another. Now or in the future.&#8221;</div>
<div style="text-align: right;">&#8220;Those things which were thought can never be unthought.&#8221;</div>
<div style="text-align: right;"><em><span style="font-style: normal;"><em>Friedrich Dürrenmatt,</em> <a href="http://en.wikipedia.org/wiki/The_Physicists"><em>The</em></a> <a href="http://www.amazon.com/Physicists-Friedrich-Durrenmatt/dp/0802150888/ref=cm_cr_pr_product_top"><em>Physicists</em></a></span><br />
</em></div>
</blockquote>
<p><a href="http://bendrath.blogspot.com/">Ralf Bendrath</a> and I gave a presentation on &#8220;statehood and internet&#8221; at this year&#8217;s <a href="http://re-publica.de/10/">re:publica</a> conference in Berlin. Re:publica is an annual conference for internet aficionados, bloggers, internet activists and, ever more so, politicians and public authority representatives involved in internet regulation. For the first time organised in 2007, it has by now risen to host some 2500 visitors and has been <a href="http://re-publica.de/10/2010/04/19/pressespiegel-zur-republica-2010/">extensively covered (DE)</a> by old-media outlets.</p>
<p>We used the opportunity of the China-Google/US conflict to discuss basic relationships between states and private actors, a <a href="http://mspr0.de/?p=996">question</a> <a href="http://carta.info/21775/google-bashing/">raised</a> (both links DE) in the blogosphere and <a href="http://www.nytimes.com/2010/03/28/weekinreview/28landler.html">media</a>, and some general perspectives of internet politics.</p>
<p><span id="more-117"></span></p>
<p>The rich body literature on global governance has identified and thoroughly analysed these basic variants:</p>
<ul>
<li>States and private actors jointly set rules on either global or national scale. An example for this would be if US government agrees with Google to treat <a href="http://www.businessweek.com/news/2010-03-02/google-wants-u-s-to-weigh-wto-challenge-to-china-censorship.html">internet censorship as a trade barrier</a>. Another example: Icelandic parliament supports <a href="http://wikileaks.org/">Wikileaks</a> with their <a href="http://immi.is/?l=en">Icelandic Modern Media Initiative</a> to create an informational safe haven.</li>
<li>Private actors ignore state-set rules. The persevere existence of file-sharing is one prime example for this with <a href="http://en.wikipedia.org/wiki/The_Pirate_Bay">PirateBay</a> as its, by now broken, incorporation.</li>
<li>Rules are primarily set by states, but with option to exit the market by private actors. Their is an abundance of examples for this. States set law, corporations follow suite. Google spokesman Brian Richardson in an <a href="http://www.wired.com/threatlevel/2009/12/google-talks-out-its-portal/">Wired article</a>: “Obviously, we follow the law like any other company.“ Or exit the legislative territory.</li>
</ul>
<p>While I don’t want to transcribe our presentation, I’d like to highlight a few topics we were discussing.</p>
<p>In an interview with NPR back in early 2009, Google CEO <a href="http://www.npr.org/templates/story/story.php?storyId=113450803">Eric Schmidt outlined Goole’s reasoning</a> for entering the Chinese market three years before.</p>
<blockquote><p>“The decision that we ultimately came to with China was that it was better to engage rather than be estranged. The Chinese citizens will eventually rebel over some of these — in our view — idiotic restrictions, because they are now aware of them. They now know that information is being withheld from them by law and that those laws will be overturned from public pressure over time.”</p></blockquote>
<p>The strategic concept is simple: Stirring rebellion by censoring and publishing censorship. Chinese internet readers would realise that they are deprived of information and thus of freedom, get angry, unite, fight the government and change internet regulation. Easy as that. A <a href="http://www.youtube.com/watch?v=dhpBAAtRlqc&amp;feature=player_embedded#">“perfected storm”</a> (Philippa Malmgreen) on the financial front sounds like a more plausible US foreign strategy to deal with China and contain and retard its rise to the top of international politics. But I wouldn’t blame Eric Schmidt here, US foreign policy pundits had talked about this strategic approach for years. (e.g. <a href="http://www.jstor.org/pss/3183588">Kalathil 2003, Dot Com for Dictators</a>; <a href="http://scholar.google.com/scholar?cluster=7567129255223528400&amp;hl=en&amp;as_sdt=2000">Metzl 2001, Network Diplomacy</a>, <a href="http://books.google.com/books?id=cl6bj2DIAg8C">Arquilla/Ronfeldt, Noopolitik</a>) From that perspective, Google was indeed kind of privately run <a href="http://en.wikipedia.org/wiki/Radio_Free_Europe/Radio_Liberty">Radio Free Europe</a>. And I would assume that many pundits in Washington involved in foreign politics shared this perspective. Eric Schmidt himself seems to very engaged in questions about perpetuating and stabilising America’s global stance and Western liberal democracies: “Set against this sober assessment of the future of liberal democracies, we have to come to grips with the new strength and success of those countries which don’t fit neatly into the traditional Davos model. China, of course, tops this list.” (Quoted in: <a href="http://www.huffingtonpost.com/eric-e-schmidt/davos-confidential_b_458588.html">Huffington Post</a>, 11.2.2010) Strategic thinking in Foreign Affairs, such as the latest piece of <a href="http://www.foreignaffairs.com/articles/63722/anne-marie-slaughter/americas-edge">Anne-Marie Slaughter</a> still considers the internet as a valuable resource for the US hegemonic status, yet it&#8217;s less about stirring rebellions and virtual diplomacy, but about exploiting competitive advantages by non-hierarchical, open communities and transnational networking.</p>
<p>Spreading information is one side of the coin, gathering information the other. (Maybe the coin-methapher is detrimental here, as dealing with information consists of more than two processes; computation, organisation etc. need to be added. Anyhow.) Utilising information, information technology and the internet has been discussed by US foreign policy thinkers ever since the rise of the internet. Joseph Nye’s and Owen’s article <a href="http://www.foreignaffairs.com/articles/51840/joseph-s-nye-jr-and-william-a-owens/americas-information-edge">&#8220;America&#8217;s Information Edge&#8221;</a> was seminal in its attempt to instrumentalise the internet and its technologies for US strategic goals. While concepts like &#8220;system of systems&#8221; and “information umbrella”, which ought to span the US and their allies (with different degrees regarding the latter), mainly referred to military information (think of battlefield information dominance), it also conveyed a touch of, well, political information awareness.</p>
<p><span style="font-size: small;"><span style="font-size: 12px;">(I haven’t found literature on this topic providing further details here. So either this branch of strategic thinking is discontinued, which I do not believe given the number of citations</span></span> <a href="http://scholar.google.com/scholar?q=americas+Information+Edge"><span style="font-size: small;"><span style="font-size: 12px;">according to Google Scholar</span></span></a><span style="font-size: small;"><span style="font-size: 12px;">. Or its so obvious that no further discussion has been necessary and all that has been of interest is how to operationalise such a strategy. And that for sure is something that wouldn’t happen in Foreign Affairs and some RAND studies.)</span></span></p>
<p>The instrumental use of the internet is hardly ever mentioned in internet governance discourses and debates, especially in economic approaches which tend to have a blind spot for more fundamental political questions, anyway. But on the empirical side, what we can observe there, is the battle over informational dominance in many societal dimensions, non just the military one. While a state monopoly of informational power for sure won’t emerge, some of the current policy approaches could be labelled as attempts to erect some informational asymmetries and hence change the rules of the game for certain actor constellations.</p>
<p>The government–terrorist/suspected citizen relations were fundamentally changed by the information aggregation policies in the 9/11 aftermath. Discussions about TIA, the <a href="http://en.wikipedia.org/wiki/Information_Awareness_Office">total/terrorism information awareness</a> program, followed. Back in 2003, <a href="http://www.markle.org/">Markle Foundation’s</a> <a href="http://www.markle.org/markle_programs/policy_for_a_networked_society/national_security/projects/taskforce_national_security.php">Task Force on National Security in the Information Age</a> provided still stunning work on which <a href="http://www.markle.org/downloadable_assets/nstf_report2_full_report.pdf">governmental/corporate/private data sources</a> would need to be combined. (Cf. screenshot) <a href="http://netdefences.com/wp-content/uploads/private-sector-information.png"><img class="alignleft size-full wp-image-121" title="private sector information" src="http://netdefences.com/wp-content/uploads/private-sector-information.png" alt="" width="432" height="277" /></a> And now, then ten years after, the <a href="http://www.statewatch.org/news/2010/apr/eu-com-stockholm-programme.pdf">European Commission is planning</a> for a 2012 “Green paper on commercial information relevant to law enforcement and information exchange models”. (p. 30; kudos to Ralf for <a href="http://twitter.com/bendrath/status/12516633340">that hint</a>) By using massive informational resources provided by state organisations and private corporations, security agencies have been able to overcome their ignorance over some malevolent perpetrators. But it comes with a hefty price tag attached.</p>
<p>Information aggregation policies certainly have an effect on relations between states/private corporations and individual citizens and customers. For sure, it’s under-researched. Google, to name just one, is feeling the heat of user criticism about their data aggregation practices. Their efforts of fostering freedom of expression might be laudable (<a href="http://www.eff.org/deeplinks/2010/04/everyone-who-s-made-hitler-parody-leave-room">well</a>), the amount of information voluntarily and possibly in part unnecessarily gathered by their systems and services contradicts some fundamental privacy recommendations. While Google itself might have no economic incentives to exploit their vast amount of information about individual users, this stance might vanish in the long run. Today, their data aggregations are already sought after by governments and we have <a href="http://re-publica.de/10/2010/04/21/jeff-jarvis-the-german-paradox-privacy-publicness-and-penises/">no idea to which extent</a> this is happening.</p>
<p><a href="http://www.theinvestigativefund.org/investigations/rightsliberties/1274/the_cloud_panopticon?page=entire">Google’s reaction</a> (and of other corporations in the data aggregation segment) to questions about their unavoidable cooperation with governments has been so far: “We don’t comment on any discussions we may or may not have had with any national intelligence agency.” (Chrisine Chen, Google, Policy Communications Manager)</p>
<p>This week, Google has launched a website to share some <a href="http://www.google.com/governmentrequests/overview.html">statistical data about government requests</a>. But still, their information does reveal hardly anything about quality and quantity of data shared with state authorities and private intelligence providers, as we don’t know what a request covers and the data stream it entails. (“Requests may ask for data about a number of different users or just one user. A single request may ask for several types of data…”) Google is walking an impossibly fine line, here, between kowtowing to government requests on the one side and not handing-in user (who are usually not their paying customers) interests. (<a href="http://www.nytimes.com/2008/11/30/magazine/30google-t.html?_r=1&amp;partner=permalink&amp;exprod=permalink&amp;pagewanted=print">Jeff Rosen described</a> earlier challenges of Google’s policy department in the NYT in 2008.)</p>
<p>From the individuals’ perspective, this is a change for the worse. Normatively, an individual would likely want to be in <a href="http://www.schneier.com/blog/archives/2009/12/my_reaction_to.html">control over every bit of data</a> relating to her personal life. Some business models (search, marketing, intelligence, etc.), however, rely on an detrimental approach to individuals’ privacy and data protection rights. The same holds true for government responsibilities such as domestic security, taxation, public health, or emergency operations. While it is worthwhile to discuss the <a href="http://www.buzzmachine.com/2010/02/11/the-german-privacy-paradox/">value of openness</a>, the political debate for the years to come will have to address rising informational asymmetries that discriminate individuals against governments and corporations.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/04/internet-and-statehood-the-battle-over-informational-asymmetries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nagging questions in cybersecurity research</title>
		<link>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/</link>
		<comments>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 10:53:27 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/</guid>
		<description><![CDATA[The Center for Media and Communication Studies at the Central European University (Budapest, Hungary), in partnership with the Centre for Global Communications Studies at the Annenberg School of Communications (Philadelphia, USA) will convene 30 selected experts next week at CEU in Budapest for a Strategic Workshop sponsored by the European Science Foundation (ESF). ...  The argument of non-enforceability is based on a) the lack of reach of national law enforcement agencies beyond their jurisdiction and territorial borders, b) the lack of cooperation of foreign national LEA, c) the agility of perpetrators to change their locus of action, technologies and tactics, d) slowness of legal international cooperation, e) unlawfulness of direct cooperation between national LEA and foreign non-states actors such as ISPs , f) non-cooperative stance of rogue countries. ]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t happen too often that you read about a conference or a workshop and think: Now, that was about time! Internet governance is about to undergo some fundamental changes, states are getting ever more involved, mostly for addressing internet security problems. A plethora of questions need to be resolved to deal with these problems with well designed institutions. And yet, as far as I can tell, there is no major research programme on internet security governance going on anywhere on this planet. Hence, the workshop &#8220;Europe And The Global Information Society Revisited: Developing A Network Of Scholars And Agenda For Social Science Research On ‘Cyber Security’&#8221; could not have been launched more timely.<br />
The <a href="http://www.cmcs.ceu.hu/">Center for Media and Communication Studies at the Central European University</a> (Budapest, Hungary), in partnership with the <a href="http://www.global.asc.upenn.edu/">Centre for Global Communications Studies at the Annenberg School of Communications</a> (Philadelphia, USA) will convene 30 selected experts next week at CEU in Budapest for a Strategic Workshop sponsored by the <a href="http://www.esf.org/">European Science Foundation</a> (ESF). As flattering as rather undeservedly, I will be on a panel discussing the relations between cybersecurity on the one hand and International Relations, governance and institutions on the other. Following, my take on some blind spots in internet security research from a social scientific perspective.</p>
<p><span id="more-114"></span>The disruptive nature of the internet has been acknowledged and can be experienced in a wide range of societal dimensions. It has changed and still is changing the ways we communicate, how businesses are organised, how people collaborate, how we produce, exchange and consume informational goods. The internet is making inroads in domestic and international communications. However, the impact of the internet on the core institutions of organising security and the institutional necessity for organising internet security is still nebulous.</p>
<p>Cybersecurity can be seen as the umbrella concept for technologically related problems that are institutionally and in terms of governance addressed in fundamentally different ways: disturbance of infrastructural performance, internet-based crime, warfare and terrorism. As to practical governance, any of these problems needs to be properly assessed, empirically evaluated and practically addressed with appropriate means and institutions.</p>
<p>This is where the problem starts: Empirical analysis seems to be insufficient in nearly all the aforementioned security dimensions. While everyone seems to agree on that cybercrime amounts to billions of  damages, the numbers vary widely. Analysis are often funded and executed by persons or organisations with vested interests, problems occasionally exaggerated, hyped and securitised, numbers overblown, not set in context. Hence, the scale of internet security problems and their respective risks need to clarified.</p>
<p>Regarding institutions, we are currently witnessing the emergence of a state-driven internet security architectures as an attempt to deal with cybercrime-type internet security problems. Internet security policy seems to be more and more driven by actors that have always played a crucial role in nation states’ security politics: governments, states, international organisations, police forces, military and intelligence agencies. In a sense, national security institutions are reclaiming the state&#8217;s sovereignty to regulate whatever is within their territories. It is arguable whether this institutional approach will solve internet security problems such as phishing or botnets.</p>
<p>Ongoing debates in most Western countries on, e.g., web-filtering are framed by those in favour as a necessity to overcome a lack of enforceability of national criminal laws (sexual criminal law, property law, treason, other types of content regulation). The argument of non-enforceability is based on a) the lack of reach of national law enforcement agencies beyond their jurisdiction and territorial borders, b) the lack of cooperation of foreign national LEA, c) the agility of perpetrators to change their locus of action, technologies and tactics, d) slowness of legal international cooperation, e) unlawfulness of direct cooperation between national LEA and foreign non-states actors such as ISPs , f) non-cooperative stance of rogue countries. The question here is whether those national approaches are caused by a lack of institutional adaptivity on the side of national legislation, by entrenched interests of national security authorities and other societal interests or justified by the nature of the problems. The idea of evidence-based governance suggests that we should know the empirics of the scale of the problem and effects of regulation before regulation is proposed.</p>
<p>Currently, internet governance is characterised by institutional diversity, and likewise, internet security problems are addressed by different organisational and institutional forms. These differences can be found in criteria like the degree of state involvement in policy formulation, policy implementation or security operations, the degree of hierarchical forms of steering, the degree of information sharing, the kind of threats to internet security or the kind of objects of internet security dealt with by the governance form. The diversity of current modes of internet security governance and provisioning seems to be underexamined. The same holds true for the relationship between concurrent modes of governance/provisioning.</p>
<p>New technologies in general allow for reorganising existing organisational, political and production processes. With the rise of the internet, not only new types of security problems have evolved, but also new ways of organising tasks and processes on any societal level have become possible. We need to explore and assess new possibilities in security provisioning and their normative consequences.</p>
<p>The geopolitics of internet security governance and provisioning is another topic lacking thorough research. The role of the internet has played a stunningly minor role for IR theorists for quite a long time. The trend of nationalising regulatory capacities highlights the necessity to analyse and assess the internet as a strategic resource for national politics and foreign policy strategies. Likewise, the idea of networked internet politics and the role of private actors therein, their consequences on shared democratic political values and institutions requires more thorough examination.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Information production support systems: DEVONthink</title>
		<link>http://netdefences.com/2010/02/information-production-and-devonthink/</link>
		<comments>http://netdefences.com/2010/02/information-production-and-devonthink/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:17:20 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/02/text-based-information-production-support-systems-devonthink/</guid>
		<description><![CDATA[<p>The vanguard of the more interesting category of individual thinking supporting software probably was asksam, created in the mid-late eighties, a DOS-based full-text database, with which you could easily create a digital version of Niklas Luhmann’s famous Zettelkasten – youtube has a nice video , in German though – or any other kind of text-based databases. ... For writers – whether novelists, business report creators, or academics – many tasks in text production are similar: collecting and gathering raw material (digital text, articles, pdfs, movies, links; photocopied artefacts, graphics etc.) related to general interests or to a specific project or task; annotating, categorizing and highlighting the raw material; taking notes, writing down ideas, mindmaps, sketches; write drafts, digest third party comments, create new versions, add bibliographic data (researchers only); and all jumping back and forth, chaotically, not sequentially.</p>]]></description>
			<content:encoded><![CDATA[<p>Writers love having written. Problem is the time, work and brain twisting necessary between an idea to produce something and actually having done it. Well, it’s not that bad, sometimes you love writing, but sometimes you hate it. Or it bores, is cumbersome, and annoyingly laborious. This is why the human species loves to create machines: to enjoy the fruits of life, ransomed from the need to plug, wash and process them. With the field of information production, it’s about the same. The invention of computerized information processing has led to the rise of numerous attempts to create machines supporting human efforts of thinking, understanding, and creating meanings. In a sense and high on the abstraction layers, this is what computing is about in general. More narrowly, the question is how and which kind of software can support individuals in their efforts to gather information, grasp it, recombine it, and create new insights, new meanings, new information, new knowledge. What would be the equivalent of <a href="http://www.ornl.gov/info/ornlreview/v37_1_04/article_11.shtml">exoskeletons</a> for the brains, which would enable the average brain to easily jump on the notorious shoulders of giants and beyond?</p>
<p><span id="more-101"></span></p>
<p>The difficulty for software producers is that in the end their code needs to represent the real world or create new worlds by using a rather rigid set of algorithms and functions. As any social scientist, psychologist and student of complex system knows, applying mathematical rigidity to the real world has its issues. The masters o<em>f ceteris paribus</em> are just learning the hard way that the ‘other’ doesn’t disappear by excluding it from sophisticated, yet under-complex models. Could one imagine a more challenging field than to computerize human thinking and innovation? It is highly individualized, it differs from person to person, individuals have different strengths and habits depending on their surroundings, the time of the day, their moods, their intensities, their socialisation, their education. Human beings think in and with images, texts, sounds, narrations, dictations, scribblings, sketches and all the other techniques for informational computation humanity has invented in its short history. Individuals get ideas while watching movies, reading books, dozing, dreaming, running, listening to presentations, chatting, brainstorming and so on. That’s why the venerable new economy provided their hard-thinking employees with sofas, table soccer, thai massages and luxurious brunches. And it’s not by chance that distributed collaboration and flattened hierarchies are so en vogue in knowledge intensive work and innovation creating endeavours: knowledge and ingenuity are everything, but impossible to measure and calculate. The complexity and abundance of varieties of thinking and creating pose a challenge for creating digital support systems for these activities.</p>
<p><img style="float: right;" src="http://netdefences.com/wp-content/uploads/clive-johnson-quote.png" alt="clive johnson quote" width="318" height="83" />In the last twenty-five years or so, there have been numerous attempts by software producers to address one or more of these problems. We have thus seen hundreds of attempts to create software for retrieval and creation of information, visualisation, for storing, categoring, linking, annotating, writing, or referencing of information. Note-taking software and text editors were among the first programs developed for computers and are probably as old as computers with attached monitors are. Word-processing was dealt with right from the start of the PC boom. Reference management software has proliferated in the nineties and early naughties. The 2000s have seen mind-mapping software (developed by Terry Buzan, with whom securitization thinker <a href="http://www.amazon.com/Security-Framework-Analysis-Barry-Buzan/dp/1555877842">Barry Buzan</a> has co-authored a book on mind-mapping) popping up everywhere. The vanguard of the more interesting category of individual thinking supporting software probably was <a href="http://www.asksam.com">asksam</a>, created in the mid-late eighties and in a slow decline since late nineties, a DOS- and then Windows-based full-text database, with which you could easily create a digital version of Niklas Luhmann’s famous <a href="http://takingnotenow.blogspot.com/2007/12/luhmanns-zettelkasten.html">Zettelkasten</a> (<a href="http://www.youtube.com/watch?v=uKI92GF45v8">youtube video</a>, in German though) or any other kind of text-based databases.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/uKI92GF45v8&amp;hl=de_DE&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube-nocookie.com/v/uKI92GF45v8&amp;hl=de_DE&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Asksam also spearheaded the concept of tagging, though implicitly, the wildly claimed feature of Web 2.0 with its still fashionable and ever more ubiquitous tag clouds. As of now, we have many isles created by software imitating certain aspects of human text-based knowledge production, some of them interconnected with different degrees of tightness. What is certainly missing, is the kind of round-trip interconnectivity between visualisation/modelling software and text production software that has been around <a href="http://ntt.cc/2009/11/29/60-uml-tools-help-you-design-workflow-easily.html">for code writing and software design</a> for years. Visualized idea generation in the form of diagrams can be transformed into respectively structured text (code), just as changes in code result in automatically changed visual diagrams. The category of <a href="http://www.atpm.com/Back/atpo.shtml">outliners</a> has tried to fill this gap (and more), easing the organisation, sequencing and hierarchisation of text. But this is only one aspect of the lack of integration and interconnectivity between the isles of idea generation and information production.</p>
<p>The emerging cloudification of computing and the rise of web-based collaboration has shifted a bulk of the collective software developer mindset to collaboration, social production, sharing and opening personal silos. And yet, a big share of knowledge production happens individually. The web is full of fora discussing how to apply which software for which use case, how to integrate which software with which feature of another software, whether to digitalize certain steps in your workflow, or whether a <a href="http://www.flickr.com/photos/rohdesign/152626650/">paper-based approaches</a> are superior for certain tasks. A lot of the innovation of software adaption is happening there, partly in hand with software producers.</p>
<p>For writers – whether novelists, business report creators, or academics – many tasks in text production are similar: collecting and gathering raw material (digital text, articles, pdfs, movies, links; photocopied artefacts, graphics etc.) related to general interests or to a specific project or task; annotating, categorizing and highlighting the raw material; taking notes, writing down ideas, mindmaps, sketches; write drafts, digest third party comments, create new versions, add bibliographic data (researchers only). All of this is happening jumping back and forth, chaotically, not sequentially. It’s the non-sequentiality that requires tight round-trip integration of as many aspects as possibly either within one software or a set of distinct applications. This integrated feature-set can, speaking in ideal types, be created by a network of distinct application or by a single, bloated piece of software.</p>
<p>There is one piece of software that is mentioned in every discussion about software for writers and researchers, albeit it’s Mac-only: the aptly named <a href="http://www.devon-technologies.com/products/devonthink/index.html">Devonthink</a> application. To judge the usefulness of software, it is helpful to recall use-cases in which feature of the software can result in productivity gains for the user. A long list of feature doesn’t help you to be productive with a piece of software if it doesn’t fit your behavior and working style. And simplicity, though widely claimed, can turn out to be adverse if it misses to encompass features necessary for a certain task. Imagine – not that imaginative in this context, but you feel free to imagine any other topic – you would want to write down a couple of remarks about the individuals’ thinking supporting software in general and devonthink in particular. It’s a topic you’ve been interested in for while, you’ve read a few things about it on the internet, copied a few snippets on your local computer and filed them with more or less discipline and consistency.</p>
<p>Devonthink’s features make it a strong, the leading contender in the category of “everything bucket” applications, a term used not only for <a href="http://arstechnica.com/tech-policy/news/2009/04/the-eff-digs-deep-into-the-fbis-everything-bucket.ars">FBI database systems</a>. (More on that in the next paragraph) The characterizing feature of “everything bucket” software is that it serves as the central repository of whatever information you would like to store on your computer. Whatever you get and see and consider to be worthy to remain on your computer: it goes straight into that bucket. As such, it serves as a sophisticated replacement for less feature-rich file-systems. File-systems historically lacked full-text search capabilities, a feature heftly missed by researchers until it finally became a commodity in the last couple years as Apple integrated Spotlight into it’s Mac OS X and Microsoft drew equal with Vista and Windows 7. Before that, user’s had to rely on third party systems like venerable dtsearch or the intrusive and talkative Google desktop search.</p>
<p>Twitter engineer Alex Payne argued against <a href="http://al3x.net/2009/01/31/against-everything-buckets.html">everything bucket applications</a>, as they would deprive users to use external application which expect files to stay in the normal file system hierarchy and not within buckets. While he has a point to some extent, and Doug’s concept of the <a href="http://dougist.com/?p=427">“File System Infobase Manager”</a> is geekily charming (Doug draws on <a href="http://www.literatureandlatte.com/forum/viewtopic.php?f=19&amp;t=5867&amp;p=48002&amp;hilit=dedicated+research+manager#p48002">stunningly sophisticated debates</a> in <a href="http://www.literatureandlatte.com/">Scrivener’s</a> user forums), and it might hold true for some of these bucket applications that: “By using Everything Bucket applications you give up functionality for compactness and eventually that equation works against your creative process. By working in the file system you use best in class apps for each specific purpose.” (ibd.) However, devonthink’s indexing feature does allow files to remain in the file system hierarchy; and even if a file resides inside Devonthink’s own databases, you can still use, say, Word to edit your documents. As far as I know, devonthink is the only consumer-level software that can both act as a file-system indexer and as a bucket at the same time.</p>
<p>One of the core arguments against “everything bucket” applications is the threat of lock-in, of non-exportability, of the potentially high costs of moving out and abandoning a software system in favour of another. Devonthink supports those who want to walk out, and thus lures those who want to sneak in: Mark the top level groups in your database, press alt-command-E and wait an hour or so until DT has shuffled the gigabytes of your database into a file system hierarchy that copies the group structure of your DT database. In addition, devonthink creates one file per group that contains meta-data related to the documents within that group. And out you are.</p>
<p>So, feeding the “everything bucket”. Sucking the more important sediments (thus ‘devon’ in devonthink) of your hard disk into devonthink, is one of the first things you will do after starting using the software. The procedures are described in dozens of other places on the web. More tricky is the question of data organization and structure. If you have multiple personaes, you might want to create several database, one for each, e.g. one related to research, one for administration of your business, one for your writings. Others prefer project oriented approach, but a one-database-for-all approach is also possible. Devonthink databases can contain gigabytes and still be functional and responsive. Devonthink imports virtually any file format on your hard disk. If you prefer your files to stay in their filesystem hierarchy, DT can alternatively just index them instead of importing.</p>
<p>The second way of feeding devonthink – a popular one among all the internet consuming researchers out there – is to store snippets cut out of web pages. <img style="float: right;" src="http://netdefences.com/wp-content/uploads/indexed-pdfs-from-bibliography-software.png" alt="indexed pdfs from bibliography software.png" width="480" height="320" />PDFs from journals , news articles from media sites, blog entries from RSS readers, emails &#8211; press a keyboard shortcut to copy the respective document to DT or select the text that’s relevant to avoid the clutter of ad-loaded news articles. After you’ve pressed the shortcut, a semitransparent window will pop up where you can tag the information-piece and file it in a group. All in all, it works remarkably well and efficient and devonthink can probably rightfully be labelled as the hegemon amongst all “everything buckets” applications. It robust, stable, at times lightning, at times liveably fast. In certain cases, however, e.g. when you’re using fifteen application at the same time, among them memory junkies like a browser with fifteen tabs and an Adobe application and your database is a couple of gigabytes in size, Devonthink has to claim back a few hundreds of megabytes RAM. In such cases, waiting time for your search to be completed can easily amount to a dozen of seconds.</p>
<p>Devonthink truly shines, when you start harvesting the repository and digging in the sediments of what you’ve neatly filed or hectically thrown into it. It kind of resembles sneaking around in an old dusty library, looking for the magic gem, the eye-opening book written in the allegedly dark ages by an unknown monk. <a href="http://www.amazon.de/wissenschaftliche-Abschlu%C3%9Farbeit-schreibt-Magisterarbeit-Sozialwissenschaften/dp/3825215121">Umberto Eco described</a> this approach so lucidly in his book on academic researching. Transferring this method to the new ages: As mentioned earlier, imagine you would want to write down a few ideas about individuals’ supporting text-based information production software. What I do in DT is this: <img src="http://netdefences.com/wp-content/uploads/project-setup1.png" alt="project setup.png" width="650" height="326" /></p>
<ul>
<li>I create a new group in in the “current activites” group of “general interest” database. Create a document that will contain your final article or first drafts. Just start writing or crawl through the database first.</li>
<li>The second step is to create a subfolders for the, well, ‘raw material’ that I replicate (replicating in DT is creating a link to another database item instead of a physical copy) into the subfolder.</li>
<li>Search database for documents and groups to link to the ‘material’ group.</li>
<li>Start or continue writing.</li>
</ul>
<p>After a while, you have written down a couple of ideas. Devonthink’s most unique feature surely is the “See also &amp; group” button, iconized as an upside-down semi-filled stovepipe hat. This is the magic, devonthink does with my first draft of this review document.</p>
<p><img style="float: right;" src="http://netdefences.com/wp-content/uploads/see-also-dt-review1.png" alt="see also -dt review.png" width="300" height="651" />Even if I hadn’t set up a project folder with its replicants, devonthink would have supplied me with a few dozens of worthwhile links in my database. Interestingly, most of the files I created links to in earlier paragraphs above are listed in the lower part of the window, whereas the upper half suggests a couple of relations that are somewhat oddish at first sight. And at second sight. And third sight. Or is that “machine memory creates ideas we’ve never considered” (<a href="http://www.personal.psu.edu/mcb179/blogs/mark_boccia_-_adted_531_thoughts/FastCompany_A%20Head%20for%20Detail.pdf">Clive Thompson, A head for detail</a>; see image above)</p>
<p>But what is the idea behind setting Karl Marx’s Kapital on number two on the list? Devonthink plays Google and keeps the algorithms close to its chest. What could it be? Identical words? This article’s language is, well, English (possibly plus denglish and anglish), Marxen’s &#8220;Kapital&#8221; is a German edition. The words devonthink rates as the most significant ones of both articles differ substantially: Grossejean, rearchitected, patinized, oligopolist vs. Grundeigentumsverhältnisse, Arbeitsprodukt, Fetischcharakter, Entwicklungsgrad.</p>
<p>This machine&#8217;s firewall software hasn’t yet logged any traffic from my machine to the internationale.org or fifthcolumn.net, making a political conspiracy unlikely. What then? I opened the &#8220;Kapital&#8221; in a second tab in this “devonthink review” window, it takes a minute or so for the document to open – the memory consuming “see also &amp; group” drawer is open, which is used by DT to list and visualise statistical similarities between the current document and those in the database. The Kapital comes with some 376.000 words, giving devonthink a few words to crunch. But, still, I really don’t get the link between this review and the Kapital. Because of the “Oligopol”? Das Kapital, however, doesn’t contain the string ‘Oligopol’. Should DT know that a monopoly is the big sister of an oligopoly? Anyway, I’ll take it as joyful news that artificial intelligence isn’t inhumanely clever, yet.</p>
<p><img src="http://netdefences.com/wp-content/uploads/word-list.png" alt="word list.jpg" width="261" height="198" /></p>
<p>As said, the lower area of the “see also” window lists many helpful and relevant articles: Stephen Berlin Johnson’s article on devonthink <a href="http://www.nytimes.com/2005/01/30/books/review/30JOHNSON.html">in the New York Times</a>; <a href="http://parezcoydigo.wordpress.com/2008/11/29/devonthink-for-historical-research-iii/">“Devonthink and other Mac Apps for History and Humanities Research”</a>; <a href="http://www.macdevcenter.com/pub/a/mac/2005/08/26/devonthink.html">“Delve into Devonthink”</a>; <a href="http://www.douglasjohnston.net/weblog/archives/2005/05/22/devonthink-attic/">“An attic called Devonthink”</a>; <a href="http://homepage.mac.com/kvmagruder/hsci/resources/workflow.html">“A digital academic workflow”</a>, and couple of other documents, some of which were already mentioned above. &#8220;See also&#8221; obviously works very well. So I can continues with the odd findings…</p>
<p>What about the second in the list, “Billmon on war”. Billmon (“War is to important to be left to the think tank nitwits”) was a blogger who portrayed and analyzed the preparation and later the implementation of the US engagement in Iraq. He was renowned for his stunning sources, and obviously had a terrific citation database with hundreds of sharp quotes that he managed to deliver on the spot. Again, devonthink doesn’t reveal the reason why “Billmon on war” (a document containing his articles on war) is on rank #2. You have to find the connection between war and devonthink. Do you see it? It’s speed and maneuverability. Military history and military strategy highlight the superiority of the aforementioned two qualities in many modern warfare scenarios. Both require sophisticated logistics and advanced, durable technology. If you’re at war with your brain because e.g. it&#8217;s too late after midnight, devonthink might give you a rescuing hand. Your Devonthink databases amass tons of pdfs, texts and writings from which it sends you off deep into unknown territory or over unknown bridges. This is exactly where you would want to go. If that doesn’t work out, take rank 4: Innovation studies tell you that it takes a bunch of failed efforts to for one major innovative leap to strive.</p>
<p>Next to its capabilities in gathering, searching and drafting information, Devonthink&#8217;s fourth major feature is its position within the network of information-support systems on individuals&#8217; computers: it has managed to acquire the status of production the master hub, the fat node where all the remaining applications link to or are linked to. Devontechnologies has laid ground for this by redesigning the underlying architecture and increasing speed and scalability of devonthink. It remains to be seen, whether they will be able to capitalize on their hub status or whether devonthink&#8217;s hegemonial position in its software segment will be contested by new contenders in the long run. The biggest challenge for all these small-size Mac software shops will be lie in the contestation of the <a href="http://files.madebysofa.com/public/Indie%20Fever.pdf">indie-devoper model</a> by a more capital-intensive development approaches – which will only be a natural development caused by the increased size of the Mac market. The business models of <a href="http://www.evernote.com/about/corp/">Evernote</a> or particlarly <a href="http://www.mendeley.com/about-us/">Mendeley</a> shed a light on how the post-indie Mac world will look like and it might force the code-smiths behind devonthink to substantially change their approach to the market.</p>
<p>The territorialisation of the land of information-production support systems is for the most part still happening in distinct, distributed isles of application. With their maturation, the focus for desktop software in this area will in the years to come be to integrate functionalities and features across the borders of single applications. The second stream of innovation will continue to be in the area of collaboration and finding new ways and possibly new granularity in the degree of publicness or peer-level sharing of knowledge work and its pre-products. Looking back in the history of this area of computing is a akin to development in science in general: it&#8217;s sobering how little progress has been made and thrilling to see what has been achieved at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/02/information-production-and-devonthink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26C3: internet politics 2010, defence of the digital habitat, internet utopia, decentralized technologies and implementing Cryptonomicon</title>
		<link>http://netdefences.com/2010/01/26c3-internet-politics-2010-defence-of-the-digital-habitat-internet-utopia-decentralized-technologies-and-implementing-cryptonomicon/</link>
		<comments>http://netdefences.com/2010/01/26c3-internet-politics-2010-defence-of-the-digital-habitat-internet-utopia-decentralized-technologies-and-implementing-cryptonomicon/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:02:12 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[filesharing]]></category>
		<category><![CDATA[internet politics]]></category>
		<category><![CDATA[peer production]]></category>
		<category><![CDATA[Wikileaks]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/01/26c3-internet-politics-2010-defence-of-the-digital-habitat-internet-utopia-decentralized-technologies-and-implementing-cryptonomicon/</guid>
		<description><![CDATA[
&#8220;It seems like the Crypt is their worst nightmare.&#8221;
(Neil Stephenson, Cryptonomicon)

China spearheads the anything-goes movement of technology-based societal control, authoritarian countries worldwide follow suit, and we yet don&#8217;t know whether western democracies will manage to at least remain in their currently mediocre shape if one of the many ongoing global developments and crisis should ever [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<div style="text-align: right;">&#8220;It seems like the Crypt is their worst nightmare.&#8221;</div>
<div style="text-align: right;">(Neil Stephenson, <a href="http://browseinside.harpercollins.com/index.aspx?isbn13=9780060512804">Cryptonomicon</a>)</div>
</blockquote>
<p>China spearheads the anything-goes movement of technology-based societal control, authoritarian countries worldwide follow suit, and we yet don&#8217;t know whether western democracies will manage to at least remain in their currently mediocre shape if one of the many ongoing global developments and crisis should ever have a major and disruptive societal impact. From the perspective of the freedom and unhindered flow of information, the internet makes a bad expression these days and things haven&#8217;t changed for the better in the last year and the naughties.<br />
<a href="http://w2.eff.org/Censorship/Internet_censorship_bills/barlow_0296.declaration">John Perry Barlow&#8217;s &#8220;fuck them&#8221;</a> <span id="more-94"></span> against the dark priests of internet regulation has died away, the rejected kings have given a dam, the doers of power moved on – internet governance has covered a long distance in the last decade. Yet, the fundamental conflict is still ongoing and presumably will, as long as the Internet remains the world&#8217;s leading communication infrastructure and the constant flux of innovation raises again and again new opportunities that actors consider to take advantage of pursue their agenda.</p>
<p>Just as every year, the <a href="http://www.ccc.de/en/">Chaos Computer Club</a> has held its annual <a href="http://events.ccc.de/congress/2009/">Chaos Communication Congress</a>. Being the 26th instance of this post-Christmas meeting, it was aptly named 26C3. The motto of the congress &#8220;Here be dragons&#8221; was, as <strong>Frank Rieger</strong> explained in his <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3700.en.html">keynote</a> (<a href="http://events.ccc.de/2009/12/27/if-you-dont-like-politics-at-least-work-on-the-software/">summed up in a CCC blog</a>, <a href="http://ftp.ccc.de/congress/26C3/">video streams</a> of all presentations), a <a href="http://www.maphist.nl/extra/herebedragons.html">text-label used on old sea maps</a> to mark uncharted territory where dangers, dragons, sea monsters or treasures were assumed. According to this analogy, the CCC community aims at playing a more avant-garde of a role, an exploratory force with &#8220;small ships ahead of the masses&#8221; looking into potential traeasuries and dangers lying the yet not fully charted territory of societal and cultural usage of information technology.<br />
Whereas other actors contemplate launching military invasions to fight the unknown unknowns, 26C3 prefers a more playful search for truths of and possibilities for the use of information technologies. Playful indeed was the scenery on the floors and in the basement of the Berlin Congress Center with all these flying quadrocopters, Lego-based machines and robots and all these blinking hackerspaces. And Berlin couldn&#8217;t have welcomed the geeky crowd better than with the mystique of a freezing, snowy, quiet post-cristmas days setting.</p>
<p>Rieger outlined his ideas of a political agenda for the CCC and the hackers&#8217; community for the months and years to come. He called for nothing short of a roll-back of data breaches and mass data collection, individual liabilities of business and public administration executives for &#8220;data crimes&#8221;, data protection quality ratings by publicly funded research institutes. He explicitly excluded the German Federal Office for Information Security (<a href="https://www.bsi.bund.de/cln_183/EN/Home/home_node.html">BSI</a>) from the list of possible organisations to excert such ratings. While formally responsible for enhancing user security on the internet, the BSI had, accroding to Rieger, recently been granted the right to intercept inter-administrative traffic in Germany — a development one should have in mind when discussing the <a href="http://netdefences.com/index.php?s=botnet+center">cooperation between German internet providers and the BSI</a>.</p>
<p>The community should, Rieger asked, start activities to upgrade and invent systems needed for the &#8220;technical defense of our communicative habitat&#8221; — just in case. My impression that no one really doubts that the judicial, business and political sphere will put more pressure on the that &#8220;digital habitat&#8221;. Thus, the conceptualization of internet security from the perspective of the CCC congress is very different from what is usually discussed on conferences where the majority of attendees has an LE, policy or business background. (I wonder whether my Giganet paper, in which I have tried to conceptualize internet security, will ever go online :-/)<br />
Rieger, who has a strong technical background in cryptography for mobile communication, asked the crowd to technically improve tools and software, e.g. to correct OpenSSL, to speed up and increase the scalability of Tor, and to find ways to technically circumvent the presumably upcoming mass usage of deep packet inspection. Decentralized technologies would be the route to go.</p>
<p>Austrian journalist <a href="http://de.wikipedia.org/wiki/Erich_Moechel"><strong>Erich Möchel</strong></a> has covered IT politics and European data surveillance policies for more than a decade. In the late 1990s, he was the <a href="http://www.heise.de/tp/r4/artikel/6/6328/1.html">first to cover Enfopol</a>, the then emerging transatlantic Europol-FBI surveillance system. On 26C3, he gave a follow up <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3721.en.html">on US-EU data retention activities</a>.<br />
In the last couple of years internet security politics would have changed in a way, that Möchel describes as an ongoing &#8220;militarization of cyberspace&#8221;. The working group of the European Technical Standards Institute (<a href="http://www.etsi.org/WebSite/homepage.aspx">ETSI</a>) that is responsible for defining technical standards for exchange of data retention data has been <a href="http://cryptome.org/spook-wishlist.htm">staffed with personnel with significant military intelligence background</a>. Möchel concludes that the British <a href="http://www.gchq.gov.uk/">GCHQ</a> is in a key position to control activities within these working groups and influences technical standards.<br />
The technical standards for exchanging data gathered via data retention comprises data fields that are forbidden to collect according to current legislation in most EU states. The ETSI standards go way beyond what is defined as mandatory by data retention laws, comprising optional data fields such as lists of all the devices with which a user uses a service, ring duration of failed attempted calls, billing details such as customer numbers at the billing provider or the list of billing numbers used to pay the providers services. The resulting list of BIC and IBAN numbers can then be used to link retention data with SWIFT data.</p>
<p>Möchel&#8217;s investigations on the realities of internet surveillance could indeed have enticed the audience to daydream about how it all could be if only…. <a href="http://www.uni-stuttgart.de/philo/index.php?id=641"><strong>Sandro Gaycken</strong></a>, technology thinker, philosopher and regular speaker at CCC events, <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3540.en.html">used the opportunity</a> to link Hackers&#8217; visionary thinking with Utopian theory in an inspring, thoughtful and relaxedly academic presentation. (Christian Scholz has the details and a <a href="http://mrtopf.posterous.com/26c3-a-hackers-utopia">transcription of the presentation</a>.)<br />
Unfortunately, utopia and dystopia are related, and the features of today&#8217;s information technologies could too easily be combined with authoritarian forms of governance and result in a real 1984. The recent trends in internet politics make a dystopian outcome more and more feasible. Historically, the emergence of authoritarian or totalitarian regimes would happen every once in a while, Gaycken said.<br />
On the other end of the spectrum is, what Sandro Gaycken calls the &#8220;Hacker&#8217;s utopia&#8221; of the &#8220;Free Information society&#8221;. Its genuine agenda is derived from the idea that major societal problems could be overcome by establishing a free flow of knowledge and information. This leitbild of a free information society serves as a powerful idea that structures activities against an IT-powered decay of our societies into more authoritarian (I prefer this term over the term &#8220;totalitarian&#8221; used by Sandro) systems — activities such as the anti-surveillance, anti-censorship or open source movements.<br />
Sandro contrasts the idea of a &#8220;&#8216;Free Information&#8217; society&#8221; with the idea of a &#8220;free &#8216;Informatized Society&#8217;&#8221;, in which hackers ought to address any societal problems as soon as ICT is involved. The latter idea leads to an overstretch of hackers responsibilities. Sandro obviously advises hackers to be careful about extending their activities into too many societal territories and political conflicts. &#8220;Hackers&#8217; utopian ideas were never meant to constitute a full-fledged social utopia&#8221;. As a consequence, an extension of the agenda of hackers&#8217; ethics into more political arenas would &#8220;blur the agenda&#8221; and create entanglement in left-right infopolitics conflicts.</p>
<p>The politicization of illegal downloads would serve as an example of an overstretch of the hackers&#8217; agenda. While striving for a property rights reform would be a legitimate goal, Gaycken is doubtful whether Christina Aguilera&#8217;s albums should be considered as important societal knowledge and thus be part of the public domain. He pointed at how an extended hackers&#8217; agenda aiming at free-beer-not-free-speech filesharing would lead to conclusions about the role of the state and of law that are detrimental to the free information interests that are at the core of the Hacker&#8217;s ethic. In short: &#8220;Filesharing politicization promotes the surveillance of the internet.&#8221;<br />
Instead, Sandro proposes the Hackers&#8217; agenda to be clarified. Concentration on hackers&#8217; core idea of a &#8220;free information society&#8221; and on neutral and clear infopolitics would be favourable and necessary in order to not get hampered by right-wing/left-wing-types of conflicts.</p>
<p>I have an idea what Sandro might be up to: ensuring the coherence of the hackers&#8217; coalition by selecting &#8220;things we can change&#8221; — that&#8217;s what utopias are about, as he said in his introduction. And never get engaged in fight you can&#8217;t win or that would bust the coherence of your troops, one could add. While there might be a difference between the &#8220;hackers&#8217; core agenda&#8221; and hackers&#8217; extended agenda, I would love to see a more elaborated and precise elaboration about these two concepts beyond the filesharing discussion.<br />
Apropos filesharing. In the advent of 26C3, there has been a bit of a quarrel between Sandro and official CCC representatives around Frank Rieger about filesharing in the German weekly Zeit. An inattentive reader probably has the impression, that <a href="http://www.zeit.de/digital/internet/2009-12/filesharing-demokratie-gaycken">Sandro Gaycken</a> considered filesharing not worthy to be politicized whereas <a href="http://www.zeit.de/digital/internet/2009-12/ccc-filesharing-gaycken">Rieger&amp;Co</a> had argued that filesharing is a politically important technology.<br />
In his 26C3 presentation, Sandro Gaycken stated that &#8220;filesharing politicization promotes the surveillance of the internet.&#8221; Of course, the &#8220;politicization of filesharing of copyrighted material&#8221; would be politically stupid or hyper-bold, but has it ever been proposed anywhere but in teenagers&#8217; forums? But my impression is, that the alleged &#8216;politicization of filesharing of copyrighted material&#8217; would more likely be a defensive reaction to copyright holders&#8217; strategy of equating filesharing of copyrighted material with robbery and their attempts to criminalize filesharing in general. Filesharing, i.e. the distribution of files based on peer-to-peer technologies, is indeed a technology that is highly valuable. Peer-to-peer technologies are indispensable for the &#8220;hackers&#8217; core agenda&#8221; (Sandro Gaycken) and the goal to ensure &#8220;free communication with any protocol&#8221; (Frank Rieger). Sandro&#8217;s argumentation slightly suffers from his definitional looseness and the at least implicit equation of the &#8220;politicization of filesharing&#8221; to the &#8216;politicization of filesharing of copyrighted material&#8217;. These two things are quite a different thing, just as &#8220;filesharing&#8221; and &#8220;filesharing of copyrighted material&#8221; are fundamentally different, politically and economically and judicially.<br />
Having followed Frank Rieger&#8217;s presentation, my impression is that the hackers&#8217; community feels being forced into the defensive. Why else should Rieger announce that CCC will come up with a financial concept for artists in the next couple of months. While I&#8217;m curious to see the plan, my hunch is that it is going to be a piece of cake for the content industry to get a dozen of talking heads and fora to squash the plan. I couldn&#8217;t imagine anything more remote from the hackers&#8217; agenda than the development of a business plan for a whole industry, and anything fitting less to the forthcoming general political agenda than rhetorics like &#8220;the state has to guarantee the income of artists&#8221; (Rieger at 26C3). Content managers must be cheering for joyful anticipation.</p>
<p><strong><br />
</strong></p>
<p><strong>Christian Bahls</strong> was a major pillar of the German anti-filtering movement last year, which urged the newly elected coalition of conservatives and free-market partisans to distance itself from its predecessors web-fiiltering legislation to allegedly promote child-security. <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3594.en.html">Christian gave a short summary</a> of last years activities and identified the centralized ownership of critical internet infrastructures such as DNS servers as a major security threat for internet freedom. As providers like Vodafone block port 53, alternative DNS server would not always an option to circumvent illegitimate filtering attempts. Thus, Bahls proposed and briefly showcased stumbling code that implements three technical approaches to counter the vulnerabilities that are intrinsic to DNS as a scarce internet ressources: 1) DNS-via-HTTP(s)-Tunnel, 2) DNS-with-Cache-in-DHT (distributed hash tables), 3) HTTP-Prody-with-Cache-in-DHT.<br />
The latter two approaches reminded me of <a href="http://www.benkler.org/">Yochai Benkler</a>&#8217;s 2004 paper on &#8220;<a href="http://web.si.umich.edu/tprc/papers/2004/340/Benkler%20Critical%20Infrastrcutures.pdf">Peer Production of Survivable Critical Infrastructures</a>&#8220;, in which he proposed the use of peer-to-peer systems for three critical internet components, namely networks, storage and computing ressources. While network connectivity should be ensured by using ad hoc mesh wireless networks, resilient distributed data storage is to be implemented by peer-to-peer file services and the availability of computing ressources by distributed computing. In a sense, Bahls extends this peer production approach of technical internet security to secure &#8220;information freedom&#8221;, which is threatened activities of national governments ironically pursued in the name of enhancing internet security.</p>
<p><strong>Daniel Schmitt</strong> and <strong>Julian Assange</strong> of <a href="http://wikileaks.org/">Wikileaks</a> <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3567.en.html">rocked the floor</a> at 26C3 last week in Berlin by revealing a plan to use to cooperate with Icelandic politician to turn the island into a &#8220;Switzerland of Bits&#8221;. Icelandic population, threatened by IMF&#8217;s widely feared euphemistically called structural adjustment programmes, is highly supportive of Wikileaks&#8217; recent activities to keep documents in the public sphere that were gagged by Icelandic jurisdiction.</p>
<p>Wikileaks describes itself as a &#8220;disclosure portal for classified, restricted or legally threatened publications&#8221; and an &#8220;anonymous safe harbour for the submission and uncensorable provisioning of documents&#8221;. <a href="http://www.thenational.ae/apps/pbcs.dll/article?AID=/20091119/BUSINESS/711199966/1058&amp;template=columnists">According to &#8220;The National&#8221;</a>, an Emirates based e-magazine, &#8220;Wikileaks has probably produced more scoops in its short life than The Washington Post has in the past 30 years&#8221;.</p>
<p>Their track record for 2009 is indeed impressive: Trafigura, Toll Collect contracts, the Kunduz Feldjaeger report, the 911 pager messages, the EUISS report proposing a built up of European military and police forces to protect alleged European interests abroad and seal off Europe for migrants, US special forces manual on unconventional warfare for special forces units and intelligence staff.</p>
<p>And now this: a plan for an &#8220;offshore publication centre&#8221; that &#8220;provides a specialized set of laws&#8221;, which would &#8220;fit the freedom of information needs of the information society&#8221;. In short: &#8220;a safe haven for data and communication&#8221;. While Avi and Randy in Stephenson&#8217;s legendary novel were in for a &#8220;thick river of gold&#8221;, Daniel and Julian want to provide the public with streams of information and make sure that publicly relevant information cannot be hidden from the public by inept court activities or economic or political pressure against media publishers.</p>
<p>As again displayed by the presidential decision to <a href="http://www.reuters.com/article/idUSTRE60113Y20100102">block payments</a> to Dutch and British savers, Iceland is playing a tough political game these days, anyway. According to Roubini.com, the economic analysis website of <a href="http://en.wikipedia.org/wiki/Nouriel_Roubini">Noriel &#8220;Dr. Doom&#8221; Roubini</a>, Iceland is flirting with doom: &#8220;Not passing the bill could even lead to Iceland defaulting on its debt.&#8221; (Roubini.com Daily Newsletter, 6 Jan 2010) Has Iceland started a campaign of vengeance or would they use the leaking data center as capital that could be traded in in negotiations with EU countries?</p>
<p>Neil Stephenson&#8217;s <em>Cryptonomicon</em> figures faced a similar dilemma with their plan of a &#8220;data haven&#8221;, a &#8220;secure, anonymous, unregulated data storage&#8221;.</p>
<blockquote><p>&#8220;What if … the good Sultan changes his mind, decides to nationalize your computers, read all the disks? What is needed is not ONE data haven but a NETWORK of data havens&#8211;more robust, just like Internet is more robust than single machine.&#8221; Neil Stephenson, <a href="http://browseinside.harpercollins.com/index.aspx?isbn13=9780060512804">Cryptonomicon</a></p></blockquote>
<p>Decentralisation technologies might indeed be the way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/01/26c3-internet-politics-2010-defence-of-the-digital-habitat-internet-utopia-decentralized-technologies-and-implementing-cryptonomicon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A follow-up on the German botnet-center</title>
		<link>http://netdefences.com/2009/12/a-follow-up-on-the-german-botnet-center/</link>
		<comments>http://netdefences.com/2009/12/a-follow-up-on-the-german-botnet-center/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:11:07 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[internet security governance]]></category>

		<guid isPermaLink="false">http://netdefences.com/2009/12/a-follow-up-on-the-german-botnet-center/</guid>
		<description><![CDATA[I&#8217;ve written a quick analysis of the recent anti-botnet politics in Germany. Kind crew behind netzpolitik.org has published it on this blockbuster blog. It&#8217;s written in German, though, but you could alternatively give Google Translator a moment of embarrassment.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a quick analysis of the recent anti-botnet politics in Germany. Kind crew behind <a href="http://www.netzpolitik.org/about-this-blog/">netzpolitik.org</a> has <a href="http://www.netzpolitik.org/2009/botnets-internetanbieter-und-politik-auf-sanften-sohlen-zu-neuen-nationalen-strukturen-der-internet-regulierung/#comment-362434">published it</a> on this blockbuster blog. It&#8217;s written in German, though, but you could alternatively give <a href="http://translate.google.com/translate?hl=de&amp;sl=auto&amp;tl=en&amp;u=http%3A%2F%2Fwww.netzpolitik.org%2F2009%2Fbotnets-internetanbieter-und-politik-auf-sanften-sohlen-zu-neuen-nationalen-strukturen-der-internet-regulierung%2F">Google Translator</a> a moment of embarrassment.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/12/a-follow-up-on-the-german-botnet-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shadowserver Foundation publishes Conficker botnet stats</title>
		<link>http://netdefences.com/2009/12/shadowserver-foundation-publishes-conficker-botnet-stats/</link>
		<comments>http://netdefences.com/2009/12/shadowserver-foundation-publishes-conficker-botnet-stats/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:55:13 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[internet security governance]]></category>

		<guid isPermaLink="false">http://netdefences.com/2009/12/shadowserver-foundation-publishes-conficker-botnet-stats/</guid>
		<description><![CDATA[This is going to be an interesting experiment in internet security governance. Scientists have argued for years that internet security problems are as much caused by a misalignment of incentives as they are by technological flaws in software and hardware. One obvious recipe to call ISPs for action against botnets is one that has helped [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shadowserver.org/wiki/pmwiki.php/Stats/Conficker">This</a> is going to be an interesting experiment in internet security governance. Scientists have argued for years that internet security problems are as much caused by a misalignment of incentives as they are by technological flaws in software and hardware. One obvious recipe to call ISPs for action against botnets is one that has helped to increase software vendors&#8217; activities in increasing software robustness.</p>
<p>Gathered under the umbrella of the <a href="http://www.shadowserver.org/wiki/">Shadowserver Foundation</a>, a group of engineers and scientists have scrupulously gathered evidence and background information about the activities of the Conficker botnet. They have known for months that millions of machines worldwide had been infected with Conficker malware. Yet, no one reacted, only shoulders were shrugged. At <a href="http://www.govcert.nl/render.html?it=41">govcert.nl</a> in October, many were contemplating how to proceed with Conficker.</p>
<p>Starting today, <a href="http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20091216">Shadowserver let&#8217;s everyone know</a> where these Conficker-infected machines are. The move is a valuable contribution to increase global transparency about the somewhat obscure botnet problem.</p>
<p>An <a href="http://www.shadowserver.org/wiki/pmwiki.php/Infections/Conficker-DE">interesting example from Germany</a> immediately sticks out. 1&amp;1, a big hosting and medium-sized accessed provider, had initiated an internal initiative against botnet-infected customer systems earlier this year. Today, only ten IP addresses and 0% of their routed space are assigned to infected machines. For customers of Deutsche Telekom, which hasn&#8217;t announced a similar program, things look worse: 0.1% of all IP addresses or more than 32,000 IP addresses belong to a Conficker-infected machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/12/shadowserver-foundation-publishes-conficker-botnet-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Germany will get a private-public botnet center</title>
		<link>http://netdefences.com/2009/12/the-announcement-of-a-german-botnet-center/</link>
		<comments>http://netdefences.com/2009/12/the-announcement-of-a-german-botnet-center/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:31:26 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[organisational forms]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[internet security governance]]></category>

		<guid isPermaLink="false">http://netdefences.com/2009/12/the-announcement-of-a-german-botnet-center/</guid>
		<description><![CDATA[Yersterday, press reports about an alleged joint venture of national ISPs and the national IT security agency to build a national botnet center stirred some scepticism and perplexety in Germany. After heise online brougth the news, the hacker association CCC informed that this rather is a hoax.
However, the German national ICT security agency (Bundesamt für [...]]]></description>
			<content:encoded><![CDATA[<p>Yersterday, press reports about an alleged joint venture of national ISPs and the national IT security agency to build a national botnet center stirred some scepticism and <a href="http://www.netzpolitik.org/2009/grosses-it-gipfel-projekt-war-wohl-eine-ente/">perplexety</a> in Germany. After heise online brougth the <a href="http://www.heise.de/newsticker/meldung/Deutschland-Zentrale-gegen-Botnetze-geplant-879580.html">news</a>, the hacker association CCC <a href="http://blog.fefe.de/?ts=b5e0747e">informed</a> that this rather is a hoax.</p>
<p>However, the German national ICT security agency (Bundesamt für Sicherheit in der Informationstechnik, BSI) and the association of the German internet business, eco (Verband der deutschen Internetwirtschaft), have cooperated on botnet issues at least since October 2008.</p>
<p>A <a href="http://www.eco.de/veranstaltungen/2807_5784.htm">workshop on botnets in early February 2009</a> addressed topics such as data-exchange between ISP regarding information from systems such as honeypots, abuse systems, spam traps (email analysis), DNS analysis, IDS/IAS (anomalie detection) or harmful websites. This information provided by ISPs could then be complemented with external data sources. Given the lack of published data, it is not clear which techniques ISPs actually use to exchange data today.</p>
<p>Another <a href="http://www.eco.de/veranstaltungen/1164_5733.htm">workshop</a> on botnets, obviously organized by eco, took place in early February 2009. One of the speakers was Frank Ackermann, senior legal counsel to eco, who <a href="http://www.eco.de/dokumente/090204_Ackermann_eco.pdf">talked</a> about judicial aspects of botnet fighting. According to Ackermann, &#8220;ISPs are interested in moderate filtering&#8221; of spam. Thus, politics should be discouraged from strict anti-spam regulation.</p>
<p>The programme of <a href="http://www.eco.de/veranstaltungen/1161_6216.htm">another joint eco-BSI workshop</a>, the 7th German Anti Spam Summit mid-September 2009 on conficker, has sessions like &#8220;Status Quo central botnet disinfection call center DE&#8221; and &#8220;Legal Guide on Technical Approaches against Botnets&#8221; listed. According to the programme, Dr. Lothar Eßer, Head of Division Internet Security of BSI, also attended this session.</p>
<p>In late November 2009, eco mentioned in a summary of their IGF09 activities that it is going to build a &#8220;Botnet Disinfection Center&#8221; in a joint effort with BIS and several providers.</p>
<p>So, Germany will get it&#8217;s public-private anti-botnet center. According to <a href="http://www.eco.de/verband/202_7263.htm">eco&#8217;s press release</a>, eco and BSI will establish a user-support center. ISPs will forward customers with infected machines to a website which provides tools and descriptions for removing malicious software from their machines. In addition, users with infected computers can call a special hotline with experts assisting users in removing harmful software.</p>
<p>&#8212;-</p>
<p>Upd. 9.12.; 16.12: changed headline, added the paragraph with eco&#8217;s press release; corrected typos</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/12/the-announcement-of-a-german-botnet-center/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Justice by Slavery? The meanings of crowdsourcing</title>
		<link>http://netdefences.com/2009/12/justice-by-slavery-the-meanings-of-crowdsourcing/</link>
		<comments>http://netdefences.com/2009/12/justice-by-slavery-the-meanings-of-crowdsourcing/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 20:45:26 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[concepts]]></category>
		<category><![CDATA[crowdsourcing]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=67</guid>
		<description><![CDATA[There are several concepts, partly overlapping, partly different, that are used to describe phenomena that seem to be somewhat similar if not the same: social production, peer production, crowdsourcing, or collaboration. As so often with buzzwords, theses concepts are, if at all, vaguely defined. Take crowdsourcing. Columnists and researchers use it it such different ways, [...]]]></description>
			<content:encoded><![CDATA[<p>There are several concepts, partly overlapping, partly different, that are used to describe phenomena that seem to be somewhat similar if not the same: social production, peer production, crowdsourcing, or collaboration. As so often with buzzwords, theses concepts are, if at all, vaguely defined. Take crowdsourcing. Columnists and researchers use it it such different ways, that the definitions in certain aspects are diametric.</p>
<p><strong>Dan Woods</strong> had an intersting column on the <strong><a href="http://www.forbes.com/2009/09/28/crowdsourcing-enterprise-innovation-technology-cio-network-jargonspy.html">&#8220;Myth of Crowdsourcing&#8221;</a></strong> on Forbes online the other day. Best quotes:<br />
<span id="more-67"></span></p>
<blockquote><p>&#8220;There is no crowd in crowdsourcing. There are only virtuosos, usually uniquely talented, highly trained people who have worked for decades in a field. … The crowd solves nothing, creates nothing.&#8221;</p>
<p>&#8220;There is no crowd of open-source developers ready to attack every problem. &#8221;</p>
<p>&#8220;without the virtuoso contribution at the outset, they would achieve nothing.&#8221;</p>
<p>&#8220;Does crowdsourcing exist as it is popularly conceived? Yes, it does, but it doesn&#8217;t have anything to do with innovation. …The other businesses mentioned in the crowdsourcing category… are really versions of Wikipedia, that is, aggregations of the inventions of individual virtuosos&#8221;</p>
<p>&#8220;[crowdsourcing should be conceptualized as] broadcast search.&#8221;</p></blockquote>
<p>In short: Only virtuosos innovate, not crowds; crowds can&#8217;t solve anything; virtuosos steer the crowd. Dan Woods concludes that crowdsourcing is not about creating collective intelligence and labour force that would unite in creating new things. Crowdsourcing would not create collective intelligence and not result in mass co-creation. Following Wood&#8217;s ideas, crowdsourcing is a <strong>mode of production</strong>, and as such it combines elements of Taylorism (splitting up working packages into small chunks like in <a href="https://www.mturk.com/">Mechanical Turk</a>) with a tender technique often used by creative buyers: let the service provider first show what their solution would look like and then decide whether it&#8217;s fine for you and worth some of your money. Jeff Howe uses the name &#8216;open call&#8217; for this. It&#8217;s open neither the caller, nor the called are obligated to anything. The called is free to answer, the caller is free to accept the answer. Reading Jeff Howe&#8217;s <a href="http://crowdsourcing.typepad.com/">crowdsourcing blog</a>, you can easily get the impression that he touts crowdsourcing as a way to get out of the recession. But at what price? Brabham has the answer: &#8221;Proportionately, the amount of money paid to the crowd for high quality labor relative to the amount that labor is worth in the market resembles a slave economy.&#8221; {Brabham 2008@83}</p>
<p>Surprisingly, Brabham is very optimistic about the <strong>civilizing potentials</strong> of crowdsourcing. &#8220;I am eager to see us learn from the successes and mistakes of crowdsourcing so that we can apply the best principles to the non-proﬁt world and in the ﬁght for social and environmental justice. &#8221; {Brabham 2008@87} Never underestimate scientists&#8217; ingenuity. They can turn nuclear energy into an ecological blessing, advanced interrogation techniques into a humanitarian act and and war into a means for creating peace. But, please, using a &#8220;slave economy&#8221; technique as an instrument to &#8220;fight for social…justice&#8221;? Well, Brabham defines crowdsourcing as a two-pronged concept: &#8220;Crowdsourcing is an online, distributed problem solving and production model already in use by for–profit organizations such as Threadless, iStockphoto, and InnoCentive.&#8221; {Brabham 2008a} The key word here is: &#8220;problem solving&#8221;.</p>
<p>Brabham draws on theory (idea? modes?) of the &#8220;Wisdom of Crowds&#8221;, which basically states that ‘under the right circumstances, <strong>groups are remarkably intelligent</strong>, and are often smarter than the smartest people in them’ (Surowiecki, quoted by Brabham 2008). The new web-based knowledge communities and their knowledge culture would alter the operational modes of commodity culture. &#8220;Thus, there may be an immense amount of good that can come from the existing for-proﬁt crowdsourcing applications in that we may be able to harness the intelligence-aggregating engine of the crowdsourcing model to blend commodity culture with social justice goals.&#8221; {Brabham 2008@80} There is a point.</p>
<p>But anyway. It&#8217;s not so much the social aspects that raised my interest in Brabham&#8217;s article and crowdsourcing. It&#8217;s rather the mix of centrality and decentrality, voluntary engagement and exploitation, individuals and masses, openness and propertization.</p>
<p>Brabham considers the crowdsourcing model as way to overcome limits and restrictions of the <strong>open source production model</strong>, for better or worse. The latter is characterized by &#8220;transparency and access in the design stage&#8221;, freedom from intellectual property law constraints, openness brings in new creative ideas, contributors donate labour for self-interested motivations (feel-good rewards, increasing social-capital, fun in problem-solving), ownership of production factors by contributors, non-proprietability of production results. {Brabham 2008@82} The hacker ethic, or better: hacker&#8217;s hypothesis is that the output in such collaborative open environments is superior to others and socially favourable.</p>
<p>The applicability of the open source model is however <strong>limited</strong> when it comes to the production of goods other than software, goods which require material pre-products with a price and physical production facilities. In the end, even the creativity of contributing social producers depends on pre-production goods with a price tag, at least those necessary for his or her personal subsistence.</p>
<p>Kazman/Chen use the term crowdsourcing in just this two-pronged way. A rather useless way of conceptualizing crowdsourcing is to define it as a <strong>synonym to commons-based peer production</strong>. Kazman/Chen use this definition in an article on the rather interesting &#8220;Metropolis Model&#8221;, which they conceive as a sucessor of for software-development models such as agile development, Rational Unified Process or waterfall model. &#8220;Crowdsourcing—the popular term for commons-based peer production—is used to create value in information technology, the arts, basic research, and retail business.&#8221; {Kazman 2009} I will discuss commons-based peer production in another blog entry. But for now: It is rather sloppy to define &#8220;crowdsourcing&#8221; as a production technique for proprietary services with the words &#8220;commons-based&#8221;. For Kazman/Chen, co-creation, crowdsourcing, commons-based peer production, community-based service seem to be synonyms. That certainly is a conceptual mess: &#8220;Examples of co-creation have emerged, from OSS to Wikipedia, Facebook, Amazon’s Mechanical Turk, and many other community-based service systems (CBSSs). Each is a complex software-intensive or software-enabled system co-created by its participants—the crowds.&#8221; {Kazman 2009@77}</p>
<p>Summing up, there are at least <strong>three different definitions of crowdsourcing</strong> used by scientists and journalists: In the first, narrow sense, crowdsourcing refers to a mode of production (or problem solving) in which — following Howe — a central firm harnesses selected contributions from individuals who respond to an open call for proposals. In a second, slightly wider sense, crowdsourcing doesn&#8217;t only call for individual proposals, but also includes self-organized collaboration amongst individuals of the crowd. Both definitions assume the propertization of the contributions of the called by the central organisational firm or actor, while the latter also assumes that collaborating individuals can produce more innovative results than the ingenious virtuoso. A third definition, the widest one, equals crowdsourcing to commons-based peer production. This definition however would almost level the conceptual differences between crowdsourcing and open source-like production modes. (More on that in subsequent posting.) The crucial differentiator to open source models is that the crowd&#8217;s product can be appropriated. Commons-based peer production-like crowdsouring would resemble something like software produced with an GPL libraries in an open-source way, but licensed with a Microsoft EULA.</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>Here&#8217;s <strong>a preliminary scheme of production modes</strong> (I&#8217;ve left out crowdsourcing III, i.e. commons-based peer production-like crowdsourcing, as it doesn&#8217;t make sense at all.)</p>
<table border="0">
<tbody>
<tr>
<th style="width: 80px;"></th>
<th>open source</th>
<th>crowdsourcing I</th>
<th>crowdsourcing II</th>
</tr>
<tr>
<td>ownership of preproduct</td>
<td>free or owned by contributor</td>
<td>free or owned by contributor</td>
<td>free or owned by contributor</td>
</tr>
<tr>
<td>contributors</td>
<td>individuals aggregating and integrating their works; collaborating virtual teams</td>
<td>atomized individuals, <em>virtuosos</em>; individuals selected out of large groups</td>
<td>collaborating individuals or groups, <em>collective intelligence</em></td>
</tr>
<tr>
<td>motivation of contributors</td>
<td>feel-good rewards, increasing social-capital, fun in problem-solving</td>
<td>money, social reputation, learning, feel-good</td>
<td>social reputation, learning, feel-good, money (in non-social projects)</td>
</tr>
<tr>
<td>ownership of contribution</td>
<td>complex</td>
<td>coordinating firm</td>
<td>coordinating firm (?)</td>
</tr>
<tr>
<td>right of utilization</td>
<td>everyone (GPL)</td>
<td>crowdsourcing central unit (transferred from contributor)</td>
<td>crowdsourcing central unit; type III: <em>GPL, open source</em> (?)</td>
</tr>
<tr>
<td>network-model</td>
<td>network</td>
<td>star-shaped (economically), with links (socially)</td>
<td>star-shaped, with links</td>
</tr>
<tr>
<td>mode of governance</td>
<td>self-governance by project members; influence by large private stakeholders</td>
<td>firm; market; aspects of social networks</td>
<td>firm; market (?); aspects of social networks</td>
</tr>
<tr>
<td>examples</td>
<td>Linux, Apache, etc.</td>
<td>Mechanical Turk</td>
<td>political campaigning</td>
</tr>
<tr>
<td>payment for contributors</td>
<td>none</td>
<td>from central to contributor (sub-average)</td>
<td>from central to contributor (sub-average); not in social projects</td>
</tr>
</tbody>
</table>
<p>&#8212;&#8212;&#8212;-</p>
<p><strong>References</strong></p>
<p>Brabham, D C. &#8220;Crowdsourcing As a Model for Problem Solving: An Introduction and Cases.&#8221; Convergence 14, no. 1 (2008): doi:10.1177/1354856507084420. <a href="http://con.sagepub.com/cgi/content/abstract/14/1/75">http://con.sagepub.com/cgi/content/abstract/14/1/75</a>.</p>
<p>Brabham, D C. &#8220;Moving the Crowd at Istockphoto: The Composition of the Crowd and Motivations for Participation in a Crowdsourcing Application.&#8221; First Monday 13, no. 6 (2008): 1-22. <a href="http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/2159/1969">http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/2159/1969</a>.</p>
<p>Howe, J. &#8220;The Rise of Crowdsourcing.&#8221; Wired Magazine 14, no. 6 (2006): 1-4. <a href="http://www.wired.com/wired/archive/14.06/crowds_pr.html">http://www.wired.com/wired/archive/14.06/crowds_pr.html</a></p>
<p>Kazman, R, and H M Chen. &#8220;The Metropolis Model a New Logic for Development of Crowdsourced Systems.&#8221; Communications of the ACM 52, no. 7 (2009): 76-84. <a href="http://portal.acm.org/citation.cfm?id=1538788.1538808">http://portal.acm.org/citation.cfm?id=1538788.1538808</a></p>
<p>more magazine articles on Crowdsourcing: <a href="http://crowdsourcingexamples.pbworks.com/Acknowledgements-and-Sources">http://crowdsourcingexamples.pbworks.com/Acknowledgements-and-Sources</a></p>
<p>Wired&#8217;s series on Crowds: <a href="http://www.wired.com/techbiz/media/news/2007/07/assignment_zero_all">http://www.wired.com/techbiz/media/news/2007/07/assignment_zero_all</a></p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/12/justice-by-slavery-the-meanings-of-crowdsourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crowdsourcing of political investigation? The problem of web-based ad-hoc collaboration</title>
		<link>http://netdefences.com/2009/12/crowdsourcing-of-political-investigation/</link>
		<comments>http://netdefences.com/2009/12/crowdsourcing-of-political-investigation/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:38:39 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[organisational forms]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[peer production]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=52</guid>
		<description><![CDATA[A couple of days ago, I mentioned Wikileaks&#8216; scoop of leaking the apparently horrid contracts between the Federal Republic of Germany and Toll Collect, a joint-venture of Daimler-Chrysler, Deutsche Telekom and Cofiroute.
When Germany&#8217;s leading webpolitics site netzpolitik.org brought the message (&#8220;Toll Collect wird offen&#8221;), its leading brain Markus Beckedahl asked his broad and usually helpful audience [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago, I <a href="http://netdefences.com/2009/11/internet-and-the-future-of-polity/">mentioned</a> <strong>Wikileaks</strong>&#8216; scoop of <a href="http://wikileaks.org/wiki/Toll_Collect_Vertraege%2C_2002">leaking</a> the apparently horrid contracts between the Federal Republic of Germany and <strong>Toll Collect</strong>, a joint-venture of Daimler-Chrysler, Deutsche Telekom and Cofiroute.</p>
<p>When Germany&#8217;s leading webpolitics site <strong><a href="http://www.netzpolitk.org">netzpolitik.org</a></strong> brought the message (<a href="http://www.netzpolitik.org/2009/toll-tollect-wird-offen/">&#8220;Toll Collect wird offen&#8221;</a>), its leading brain Markus Beckedahl asked his broad and usually helpful audience how, with which tools and techniques some 10,000 pages of contract papers could collaboratively be analyzed to quickly find the rascalities that everyone was expecting to find there. I was split on whether this could work out or not, whether such a task is suited for social ad-hoc collaboration or not.</p>
<p>Back in 2004, I was working with a</p>
<p><span id="more-52"></span></p>
<p>small team of consultants for an ICT provider that was about to louse up an e-government project and thus wanted external expertise to learn what was going wrong. After days interviewing key persons, on-site inspections and analysis of key-documents it was obvious that the ICT provider had developed a prototype that simply didn&#8217;t meet the specifications of its clients. Worse, no one actually knew exactly which features should have been implemented in the first place.</p>
<p>It turned out that the contractual basis for the project consisted of a dozen of substantially different <strong>contracts</strong> between the ICT provider on the one hand and distinct German bundesländer (federal states) or groups of them on the other. As no one had thoroughly read the contracts before, the ICT provider had developed for two years and implemented functions they assumed they had to develop. Just to know how deeply they were in trouble, some several thousands of pages of contract paper had to be reviewed very rapidly. On the one hand, you have to dive deep into the text to understand it, but you also have to get an overview to get into the complexities of such set of contracts—a task you simply can&#8217;t split up and delegate to several persons. On the other hand, some tasks were handed over to trainees. They were gathered in a small lab, got copies of text analysis software installed on their desktops and created series of reports and text extracts. Those more senior cared about the overall strategy and the big picture.</p>
<p>In a sense, <strong>crowdsourcing</strong> is similar has similar characteristics. It is a mode of production that invokes a <strong>coordinating center and supportive helpers</strong>. The poster-child of web-based collaborative production, Wikipedia, is steered by the Wikimedia Foundation, a small organisation with 34 employees and $5.6 million turnover (or expenses) per year. Analogue foundations are set up for regional Wikipedias in more countries all over the world. Tens of thousands of contributors are coordinated by this central organisation and its national siblings. Notwithstanding this centre, Wikipedia&#8217;s contents are more the result of more egalitarian modes of production than created in a crowdsourced mode. But what is crowdsourcing then actually?</p>
<p>Jeff Howe, who allegedly came up first came up with the term &#8220;crowdsourcing&#8221; with his <a href="http://www.wired.com/wired/archive/14.06/crowds_pr.html">2006 Wired article</a> and acts as its evangelist ever since, has two <strong>definitions</strong> of crowdsourcing: a &#8220;White Paper Version: Crowdsourcing is the act of taking a job traditionally performed by a designated agent (usually an employee) and outsourcing it to an undefined, generally large group of people in the form of an open call.&#8221; And then a &#8220;Soundbyte Version: The application of Open Source principles to fields outside of software.&#8221; (<a href="http://crowdsourcing.typepad.com./about.html">Jeff Howe&#8217;s Blog</a>) I would prefer a more generic definition that doesn&#8217;t see crowdsourcing just as the activity of outsourcing to the crowds, but as a distinct mode of production that is characterised by a designing and controlling center and the production at the edge by &#8220;an undefined, generally large group of people in the form of an open call&#8221; (ibd).</p>
<p>A prominent example of political <strong>ad-hoc crowdsourcing</strong> was launched earlier this year by the Guardian. The British daily had within a few days set up an web-based system, which enabled interested users to participate in a distributed analysis of MPs&#8217; filed expenses. Users could contribute to the overall effort of reviewing 457,000 pages in total, and select and review a few of them. The designers of the crowdsourced solution admitted later on that &#8220;keeping up the interest is hard&#8221; (<a href="http://www.slideshare.net/simon/crowdsourcing-with-django">http://www.slideshare.net/simon/crowdsourcing-with-django</a>). Too hard, obviously. Hardly 50% of all the documents online have been reviewed by the reading electorate. (<a href="http://mps-expenses.guardian.co.uk/">Guardian</a>) <img src="http://netdefences.com/wp-content/uploads/2009/11/Bild-5.png" border="0" alt="Bild 5.png" width="545" height="156" /></p>
<p>It is helpful to know the limits and potentials of crowdsourcing. The recent debates about Wikipedia (<a title="WSJ on Wikipedia " href="http://online.wsj.com/article_email/SB125893981183759969-lMyQjAxMDI5NTI4OTkyMzk5Wj.html#printMode">Wall Street Journal</a>) point at generic problems of social production: <strong>accuracy, breadth and reliability.</strong> In a sense, any organisational form has to struggle with these targets, yet crowdsourced production models are especially prone to run into difficulties with these organisational targets. For products to be reliable, modern production techniques comprehend quality management, training and certified qualifications—nothing a person working for free and for fun is too keen on. At commercial organisations, breadth of service offering is guaranteed by economic interests of service providers—more services, higher revenues, higher profits. For crowdsourced endeavours however, breadth of service offering implies more unpaid, yet somewhat differently compensated work. Wikipedia has to go on road-shows to sell work to others. This is not an option for smaller projects. Guardian&#8217;s crowdsourced expenses intelligence system seems to have stalled as the respective discourse vanished from news headlines.</p>
<p>Another approach to crowdsourcing involves <strong>payments</strong> for the work of the amateurs, as can be seen on websites such as iStockphoto. Crowdsourcing here creates &#8220;distributed labor networks [that] are using the Internet to exploit the spare processing power of millions of human brains&#8221; {Howe 2006}. Mechanical Turks so to speak, according to Amazon. This is the name for a &#8220;Human intelligence tasks&#8221; (HIT) brokerage website owned by Amazon. (<a href="https://www.mturk.com:443/mturk/welcome">Mechanical Turk</a>) The seekers for these Mechanical Turks have &#8220;access to a global, on-demand, 24 x 7 workforce&#8221; that only gets paid &#8220;when you&#8217;re satisfied with the results&#8221;. A capitalist&#8217;s dream come true. According to Jeff Howe a &#8220;network of passionate, geeky volunteers could write code just as well as the highly paid developers at Microsoft or Sun Microsystems&#8221;.<br />
<a href="http://netdefences.com/wp-content/uploads/mechanical_turk1.jpg"><img src="http://netdefences.com/wp-content/uploads/mechanical_turk1.jpg" alt="mechanical_turk.jpg" width="600" /></a></p>
<p>The the underlying principle of crowdsourcing is &#8220;to connect with brainpower outside the company&#8221;. By R&amp;D crowdsourcing, businesses can find people who could assist them in developing products and decrease time-to-market. {Howe 2006} On <a href="http://www.innocentive.com/">Innocentive</a>, so called solution seekers &#8220;pay solvers anywhere from $10,000 to $100,000 per solution&#8221;. Many of these solvers allegedly are hobbyists or undergraduate student. One of Howe&#8217;s interviewees stated, &#8220;We have 9,000 people on our R&amp;D staff and up to 1.5 million researchers working through our external networks&#8221;. An R&amp;D managers dream come true.</p>
<p>Now, as the mode of crowdsourced production has been around for a few years, it is used in a range of markets. Anjali Ramachandran of London-based consultancy Many By Many has set up a <a href="http://crowdsourcingexamples.pbworks.com/">wiki</a> that enlists the types of <strong>businesses</strong> that currently make use of this mode of production. She categorizes them into four groups: &#8220;1. Individual businesses or sites that channel the power of online crowds 2. Brand-sponsored initiatives or forums that depend on crowdsourcing. I&#8217;ve included those that are no longer active as well, for reference. 3. Brand initiatives that allow users to customise their products, 4. Brand-sponsored competitions/challenges focussed on crowdsourcing&#8221;.</p>
<p>But what about <strong>crowdsourcing in politics</strong>? The ideal of a democracy is quite the opposite of a <a href="http://www.thesheepmarket.com/">sheep market</a>—a felicitous word for crowdsourcing coined by artist Aaron Koblin, who used Amazon&#8217;s Mechanical Turk in one of his art projects. (<a href="http://www.wired.com/techbiz/media/news/2007/07/crowd_captain">Interview with Koblin in Wired</a>) <img src="http://netdefences.com/wp-content/uploads/sheep_market.jpg" alt="sheep_market.jpg" width="300" height="242" /></p>
<p>Mary Joyce has summed up the problems of applying crowdsourcing in politics or political activism. The definitional key of crowdsourcing is, &#8220;the task is defined at the center, produced at the edge&#8221;. (<a href="http://www.digiactive.org/2009/11/16/against-crowdsourced-politics/">digiactive</a>)</p>
<p>To come back to Wikileaks, Toll Collect and the call for collaborative contract analysis by netzpolitik.org: Such a thing wouldn&#8217;t turn out to be a <strong>crowdsourced net activism</strong>. While some nodes in bottom-up political networks will be more influential as others, none of them will be so influential to become the node that controls all the process and chops up the project into small chunks for the masses, into HITs. Or, to use the analogy of Aaron Koblin, to turn net freedom activists into sheep. A differentiator between crowdsourcing and peer production is the frequency and intensity of relations among the smaller nodes. Wikipedia&#8217;s problem might be that they have morphed from a peer-to-peer production model to crowdsourcing. And, by the way, it&#8217;s peer production, not crowdsourcing that is going to have an impact on existing political institutions.</p>
<p>Readers of netzpolitik.org came up with only a few suggestions how this massive contractual framework could be collectively analyzed. The aforementioned Guardian solution (<a href="http://www.slideshare.net/simon/crowdsourcing-with-django">presentation of the developer on technical details</a>) was mentioned. Another approach is <a href="http://Bundestagger.de">Bundestagger.de</a>, a web platform that provides an API, the ability to comment and tag certain text passages of plenary session protocols of the German Bundestag.</p>
<p><img src="http://netdefences.com/wp-content/uploads/bundestagger.jpg" alt="bundestagger.de" width="480" height="100" /></p>
<p>A third user recommended to just use &#8220;grep&#8221;, the Unix command line tool to search text files. But nothing was ready to go. A day or two later, <a href="http://heise.de">heise.de</a> journalist Detlef Borchers, a notorious critic of German eGovernment projects gone wrong, had already published <a href="http://www.heise.de/newsticker/meldung/LKW-Maut-Erste-Einblicke-in-die-Vertraege-869343.html">an article</a> with key statements of the contracts. At such complex tasks, nothing beats a dedicated professional with attitude. As someone who makes a living with selling his computational brain cycles, I&#8217;m relieved. But where does it leave social ad-hoc investigation? Is there still some collaborative analysis going on in this matter? Maybe peer-produced net politics just needs more time to develop more effective tools and techniques.</p>
<p><strong>Update 4.12.2009</strong></p>
<p>&#8220;Given enough eyeballs, corruption and waste are similarly shallow problems.&#8221; (Brito, J. 2008. Hack, mash &amp; peer: Crowdsourcing government transparency. Colum. Sci. &amp; Tech. L. Rev. 9:119-122. http://www.stlr.org/html/volume9/brito.txt.)</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/12/crowdsourcing-of-political-investigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links on states&#8217; recent activities in internet security</title>
		<link>http://netdefences.com/2009/11/links-on-states-recent-activities-in-internet-security/</link>
		<comments>http://netdefences.com/2009/11/links-on-states-recent-activities-in-internet-security/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:35:29 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[internet security]]></category>
		<category><![CDATA[cyberwar]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://netdefences.com/2009/11/links-on-states-recent-activities-in-internet-security/</guid>
		<description><![CDATA[UK
UK cybersecurity centre starting operations in March &#8211; ZDNet.co.uk
Administered by Cabinet Office; staff partly to be recruited from GCHQ, should have hacker mentality; &#8220;primarily … a defensive role &#8220;, cyberattack as &#8220;last resort&#8221;.UK also has an Office of Cyber Security (OCS), set up last summer. UK launches dedicated cybersecurity agency &#8211; ZDNet.co.uk Gordon Brown: &#8220;we [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UK</strong><br />
<a href="http://news.zdnet.co.uk/security/0,1000000189,39877965,00.htm">UK cybersecurity centre starting operations in March &#8211; ZDNet.co.uk</a><br />
Administered by Cabinet Office; staff partly to be recruited from GCHQ, should have hacker mentality; &#8220;primarily … a defensive role &#8220;, cyberattack as &#8220;last resort&#8221;.UK also has an Office of Cyber Security (OCS), set up last summer. <a href="http://news.zdnet.co.uk/security/0,1000000189,39667231,00.htm">UK launches dedicated cybersecurity agency &#8211; ZDNet.co.uk</a> Gordon Brown: &#8220;we … have to secure our position in cyberspace in order to give people and businesses the confidence they need to operate safely there&#8221;<br />
As UK is at it: Digital Economy Bill passed:</p>
<p><a href="http://www.boingboing.net/2009/11/20/britains-new-interne.html">Britain&#8217;s new Internet law &#8212; as bad as everyone&#8217;s been saying, and worse. Much, much worse. &#8211; Boing Boing</a> Including 3-strikes, stricter video-game ratings, ISPs forced to deliver data with content industry, business secretary gets carte blanche to come up with stricter regulations.<br />
&#8220;It&#8217;s a declaration of war by the entertainment industry and their captured regulators against the principles of free speech, privacy, freedom of assembly, the presumption of innocence, and competition.&#8221; (<a href="http://www.boingboing.net/2009/11/19/breaking-leaked-uk-g.html#previouspost">BoingBoing</a>)</p>
<p><strong>US</strong><br />
<a href="http://www.nextgov.com/nextgov/ng_20091113_1728.php">The cyberwar plan, not just a defensive game &#8211; Nextgov<br />
</a>Stupid headline – who would think that cyber-warfare is about defense only.<br />
„Computerized tools to penetrate an enemy’s phone system“, „computer viruses and malicious software programs that can disable electrical power systems, corrupt financial data, or hijack air traffic control systems“, „cyber-intruders have probed our electrical grid“ (no, not the <a href="http://notionscapital.wordpress.com/2009/10/24/terrorists-strike-u-s-infrastructure/">squirrel terrorists</a>), &#8220;we&#8217;d have cadres of people who&#8217;d know how to do that&#8221;, &#8220;Military forces fight for the ownership of that domain [cyber-battlefield]&#8220;, &#8220;Defense Department graduates only about 80 students per year from schools devoted to teaching cyber-warfare&#8221;, &#8221; proposed building a military &#8220;botnet,&#8221; an army of centrally controlled computers to launch coordinated attacks on other machines&#8221;. &#8220;The risk of losing control of a weapon provides a powerful incentive not to use it&#8221;</p>
<p>See also: <a href="http://www.nationaljournal.com/njmagazine/cs_20091114_3145.php">National Journal Magazine &#8211; The Cyberwar Plan</a></p>
<p><a href="http://www.nybooks.com/articles/23231">Who&#8217;s in Big Brother&#8217;s Database? &#8211; The New York Review of Books</a><br />
Degree of surveillance measured in electricity bills: 70 millions per year http://bit.ly/3DwW49</p>
<p><a href="http://seclists.org/isn/2009/Nov/92">Information Security News: NIST Drafts Cybersecurity Guidance</a><br />
&#8220;tackling criticism that federal cybersecurity regulations have placed too much weight on periodic compliance audits&#8221;; &#8220;more onus on applying risk management throughout the lifecycle of IT systems&#8221;. Yawn.</p>
<p><a href="http://www.infosecnews.org/pipermail/isn/2009-November/018503.html">[ISN] Inside the Ring &#8211; Chinese, Russian cyberwarfare</a><br />
Like nuke-counting in the eighties.<br />
Noteworthy: a new Cyber Security Alliance <a href="http://gcn.com/articles/2009/11/12/tech-firms-form-cybersecurity-alliance.aspx#">14 tech firms form cybersecurity alliance for government &#8212; Government Computer News</a></p>
<p><strong>Australia</strong><br />
<a href="http://www.goldsteinreport.com/article.php?article=9695">Australian government overhauls national cyber security arrangements &#8211; Government &amp; Policy</a> &#8220;against increasing online espionage and attacks on critical infrastructure&#8221;, new CERT Australia, Cyber Security Operations Centre (CSOC), details undisclosed</p>
<p><strong>EU</strong><br />
<a href="http://blog.security4all.be/2009/10/automated-social-networking.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Security4all+%28Security4all%29">Automated Social Networking Surveillance Systems</a> <a href="http://www.statebook.co.uk/">Statebook</a> is going to be developed!?</p>
<p>====<br />
<a href="http://2010.newsweek.com/essay/a-decade-of-destruction.html">How the Internet Ruined Newspapers, TV, Music, Movies, Microsoft &#8211; Newsweek 2010</a>, <a href="http://www.goldsteinreport.com/article.php?article=9614">The Internet: A Decade of Destruction &#8211; Internet Use/New Technologies</a> „wherever companies were profiting by a lack of transparency or a lack of competition, wherever friction could be polished out of the system, those industries suffered“ – What about national political institutions (in the wider sense) then?</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/11/links-on-states-recent-activities-in-internet-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public knowledge brokering services vs. plutocratic demoracy</title>
		<link>http://netdefences.com/2009/11/internet-and-the-future-of-polity/</link>
		<comments>http://netdefences.com/2009/11/internet-and-the-future-of-polity/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 11:00:19 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[internet politics]]></category>
		<category><![CDATA[Toll Collect]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[Wikileaks]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=32</guid>
		<description><![CDATA[An interesting  development is currently happening in German politics. It’s still in its infancy, but it could well become an important social experiment. Hopes have been high that the Internet and social media will not only revolutionize business models and business processes but also boost individual influence on decisions that are more or less out [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting  development is currently happening in German politics. It’s still in its infancy, but it could well become an important social experiment. Hopes have been high that the Internet and social media will not only revolutionize business models and business processes but also boost individual influence on decisions that are more or less out of control of voters.</p>
<p>The legitimacy of the parliamentary democracy stems partly from the problem of aggregating individual interests into societally binding decisions. Technology might act as a game changer here. Moreover, the potentials of social technologies appear to be so enormous and presumably inline with majorities interest, that it is hard to envisage how the the currently predominant political system in western societies, representative liberal democracies, will remain unchanged. That is unless no massive backfiring by plutocratic interests—in opposite to <em>demo</em>cratic interests—will set in. Which will, dead certain, happen or better: does happening right now. Even mainstream media is starting to get it: Germany’s conservative daily FAZ (Frankfurter Allgemeine Zeitung) had an article today titled: <a href="http://www.faz.net/s/Rub475F682E3FC24868A8A5276D4FB916D7/Doc~EC6C7B517F0534B79BE245AF44CD2E24F~ATpl~Ecommon~Scontent.html">„The state is reclaiming the net“</a> (in German, though). Baseline: There is a global trend driven by states to get the internet into their hands. Indeed. But that’s only one part of the story.</p>
<p>Wikileak has just published 10,000 pages of one of the best hidden secrets in German politics in the last couple of years: the <a href="http://wikileaks.org/wiki/Toll_Collect_Vertraege%2C_2002">contracts</a> between the Federal Republic of Germany and <a href="http://www.toll-collect.de/unternehmen/tcrdifr007_unternehmen.jsp;jsessionid=FF02AAD4C1429EF9845CFCBFF1EBEAA6">Toll Collect,</a> a joint-venture of Daimler-Chrysler, Deutsche Telekom and Cofiroute. Toll Collect had developed a fully automatized system to collect tolls payable for utility vehicles on the German autobahnen. The system consists of integral boxes with GPS receivers and obligatory for any utility vehicle driving on highways, a system of physical bridges receiving information from the boxes as well as holding cameras with OCR technology to identify potential free riders.</p>
<p>(In the Netherlands, there is currently a debate about a comparable toll-collect system for any vehicle. The early promises that the foto&amp;OCR system would only and exclusively be used for toll-collection purposes have long been forgotten. By now, it also serves as a public surveillance technology.)</p>
<p>While the system by itself is a solid piece of engineering, it has been criticized for its non-pragmatical, overly ambitious and expensive approach. The biggest burden for federal finances however was caused by a delayed roll-out of Toll Collect’s solution, as billions of toll revenues didn’t made their way to federal accounts. While one would assume that a decently brokered contract would provide indemnifications by the service provide for the purchaser, this hasn’t allegedly been the case with Toll Collect. While politicians ranted about Toll Collect’s failure, the federal government acted as if it didn’t really want to get compensations from Daimler-Chrysler and Deutsche Telekom. In addition, the secrecy of the contracts for the operation of the toll collect system has aroused suspicion from the onset.</p>
<p>Wikileaks has become a major obstacle for those who are in favour of a plutocratic interpretation of democracy and it’s proneness to behind-the-curtain deals. Some private-public partnership and cross-border leasing deals would have had more difficulties in passing legislation if municipal, state or federal parliaments had known the contracts beforehand and been able to understand them. Regulatory capture precludes secrecy and intransparency of bureaucratic and managerial activities. Stern.de, a Bertelsmann subsidiary product, has called Wikileaks the <a href="http://www.stern.de/politik/ausland/geheimdokumente-netzwerk-wikileaks-die-robin-hoods-des-internets-1524235.html">„Robin Hood of the Internet“</a> (German). His popularity and his fate are legend.</p>
<p>While a lot has changed since those times, post-noble dukes still don’t like being ridiculed by mere peasants. These days, business interests feel plagued by flash-mobs and are weakened by the ability to organize labour interests by social technologies, maneuverability of national governments is reduced by the abililty to instant vet governmental activities (if public knowledge brokering services like Wikileak continue to grow), and mass media has suffered some dents in their credibility by their reduced use of investigational methods and easy alignment with business and government interests. These actors are those who a are set on a slippery slope, who are in descent. For them, the biggest problem is three-fold: technically enhanced trooping and rallying by like-minded interests, social motivation, the ease of achieving transparency by, say, Wikileak, and the ability of social investigation. But then, state institutions dominate the spheres of law and law enforcement. Laws and law enforcement are the tools for vested interests to make their wills publicly binding. We might very well see legislation upcoming that would go beyond some kind of <a href="http://www.shirky.com/writings/riaa_encryption.html">Prohibition</a> on the internet. Some vested interests would rather prefer thick digital walls and high barbicans.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/11/internet-and-the-future-of-polity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>blog, research, interests</title>
		<link>http://netdefences.com/2009/11/blog-research-interests/</link>
		<comments>http://netdefences.com/2009/11/blog-research-interests/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:28:27 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=13</guid>
		<description><![CDATA[Security of the internet isn’t provided by a hierarchical, secretive and central organisation. There is no global internet police, and there is no internet defence corps. Internet security is the result of the collaboration of diverse types of actors such as internet service providers, technical experts, police and law enforcement, governments and academics. These actors [...]]]></description>
			<content:encoded><![CDATA[<p>Security of the internet isn’t provided by a hierarchical, secretive and central organisation. There is no global internet police, and there is no internet defence corps. Internet security is the result of the collaboration of diverse types of actors such as internet service providers, technical experts, police and law enforcement, governments and academics. These actors make a dense, highly complex internet security governance network in which each type of actor is characterized by its own organisational idiosyncrasies while at the same time being part of the overall governance structure.</p>
<p>My focus currently is on bottom-up processes to provide internet security, like task-forces and working groups that are set up in an ad-hoc manner to tackle with the lates security phenomenon. Academics, engineers, experts and geeks from all over the world collaborate to provide. The way in which they are addressing security problems resembles what could be called peer production of internet security. My interest is to learn to what extent this mode of security provisioning is used, the settings in which we can observe it and whether this mode is sustainable or not. And how this all relates to internet security and the overall structure of internet security in general.</p>
<p>The internet is a tool that already has fundamentally changed business processes and business models. It is too early to tell what its long-term impact on societies and politics will be. Debates about ‘freedom’ on the internet have been going on for a while, such as if and how the internet fosters freedom of expression, or how authoritarian internet governance approaches could suppress individuals’ rights. The practices of internet security provisioning will have decisive consequences for the shape of ‘freedom’ on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/11/blog-research-interests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
