<?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>Jonathan Stray &#187; transparency</title>
	<atom:link href="http://jonathanstray.com/tag/transparency/feed" rel="self" type="application/rss+xml" />
	<link>http://jonathanstray.com</link>
	<description>Information, Culture, and Belief</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Why We Need Open Search, and How to Make Money Doing It</title>
		<link>http://jonathanstray.com/why-we-need-open-search</link>
		<comments>http://jonathanstray.com/why-we-need-open-search#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:51:01 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[distributed computing]]></category>
		<category><![CDATA[information visualization]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=1023</guid>
		<description><![CDATA[Anything that&#8217;s hard to put into words is hard to put into Google. What are the right keywords if I want to learn about 18th century British aristocratic slang? What if I have a picture of someone and I want to know who it is?  How to I tell Google to count the number of [...]]]></description>
			<content:encoded><![CDATA[<p>Anything that&#8217;s hard to put into words is hard to put into Google. What are the right keywords if I want to learn about 18th century British aristocratic slang? What if I have a picture of someone and I want to know who it is?  How to I tell Google to count the number of web pages that are written in Chinese?</p>
<p>We&#8217;ve all lived with Google for so long that most of us can&#8217;t even conceive of other methods of information retrieval. But as computer scientists and librarians will tell you, boolean keyword search is not the end-all. There are other classic search techniques, such as <a href="http://en.wikipedia.org/wiki/Latent_semantic_indexing">latent semantic analysis</a> which tries to return results which are &#8220;conceptually similar&#8221; to the user&#8217;s query, even if the relevant documents don&#8217;t contain any of the search terms. I also believe that full-scale <a href="/we-have-no-maps-of-the-web">maps</a> of the online world are important, I would like to know which web sites act as <a href="/how-many-webs">bridges between languages</a>, and I want tools to track the <a href="/escaping-the-news-hall-of-mirrors">source of statements</a> made online. These sorts of applications might be a huge advance over keyword search, but large-scale search experiments are, at the moment, prohibitively expensive.</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2009/09/datacenter.jpg"><img class="size-medium wp-image-1030 aligncenter" title="datacenter" src="http://jonathanstray.com/wp-content/uploads/2009/09/datacenter-300x225.jpg" alt="datacenter" width="300" height="225" /></a></p>
<p>The problem is that the web is really big, and only a few companies have invested in the hardware and software required to index all of it. A full crawl of the web is expensive and valuable, and all of the companies who have one (Google, Yahoo, Bing, Ask, SEOmoz) have so far chosen to keep their databases private. Essentially, there is a <a title="Barriers to entry mean that only one, or a few, players can afford to have their own web indices." href="http://en.wikipedia.org/wiki/Natural_monopoly">natural monopoly</a> here. We would like a thousand garage-scale search ventures to bloom in the best Silicon Valley tradition, but it&#8217;s just too expensive to get into the business.</p>
<p><a href="http://www.dotnetdotcom.org/">DotBot</a> is the only open web index project I am aware of. They are crawling the entire web and making the results available for download via BitTorrent, because</p>
<blockquote><p>We believe the internet should be open to everyone. Currently, only a select few corporations have access to an index of the world wide web. Our intention is to change that.</p></blockquote>
<p>Bravo! However, a web crawl is a truly enormous file. The first part of the DotBot index, with just 600,000 pages, clocks in at 3.2 gigabytes. Extrapolating to the more than 44 billion pages so far crawled, I estimate that they currently have 234 terabytes of data. At today&#8217;s storage technology prices of about <a href="http://havemacwillblog.com/2009/02/02/disk-now-at-100-per-terabyte/">$100 per terabyte</a>, it would cost $24,000 just to store the file. Real-world use also requires backups, redundancy, and maintenance, all of which push data center costs to something closer to <a href="http://www.reuters.com/article/pressRelease/idUS139170+25-Aug-2009+BW20090825">$1000 per terabyte</a>. And this says nothing of trying to download a web crawl over the network &#8212; it turns out that <a href="http://arstechnica.com/telecom/news/2009/05/for-huge-datasets-usps-still-a-faster-means-of-transmission.ars">sending hard drives in the mail</a> is still the fastest and cheapest way to move big data.</p>
<p>Full web indices are just too big to play with casually; there will always be a very small number of them.</p>
<p>I think the solution to this is to turn web indices and other large quasi-public datasets into infrastructure: a few large companies collect the data and run the servers, other companies buy fine-grained access at market rates. We&#8217;ve had this model for years in the telecommunications industry, where big companies own the lines and lease access to anyone who is willing to pay.</p>
<p>The key to the whole proposition is a precise definition of access. Google&#8217;s keyword &#8220;access&#8221; is very narrow. Something like <a href="http://en.wikipedia.org/wiki/SQL">SQL</a> queries would expand the space of expressible questions, but you still couldn&#8217;t run image comparison algorithms or do the computational linguistics processing necessary for true semantic search. The right way to extract the full potential of a database is to run arbitrary programs on it, and that means the data has to be local.</p>
<p>The only model for open search that works both technologically and financially is to store the web index on a cloud, let your users run their own software against it, and sell the compute cycles.</p>
<p>It is my hope that this is what DotBot is up to. The pieces are all in place already: Amazon and others <a href="http://aws.amazon.com/ec2/">sell</a> cheap cloud-computing services, and the basic computer science of large-scale parallel data processing is now well understood. To be precise, I want an open search company that sells <a href="http://michaelnielsen.org/blog/write-your-first-mapreduce-program-in-20-minutes/">map-reduce</a> access to their index. Map-reduce is a standard framework for breaking down large computational tasks into small pieces that can be distributed across hundreds or thousands of processors, and Google already uses it internally for all their own applications &#8212; but they don’t currently let anyone else run it on their data.</p>
<p>I really think there&#8217;s money to be made in providing open search infrastructure, because I really think there&#8217;s money to be made in better search. In fact I see an entire category of applications that hasn&#8217;t yet been explored outside of a few very well-funded labs (Google, Bellcore, the NSA): &#8220;information engineering,&#8221; the question of what you can do with all of the world&#8217;s data available for processing at high speed. Got an idea for better search? Want to ask new questions of the entire internet? Working on an investigative journalism story that requires specialized data-mining? Code the algorithm in map-reduce, and buy the compute time in tenth-of-a-second chunks on the web index cloud. Suddenly, experimentation is cheap &#8212; and anyone who can figure out something valuable to do with a web index can build a business out of it without massive prior investment.</p>
<p>The business landscape will change if web indices do become infrastructure. Most significantly, Google will lose its search monopoly. Competition will probably force them to open up access their web indices, and this is good. As Google knows, the world&#8217;s data is exceedingly valuable &#8212; too valuable to leave in the hands of a few large companies. There is an issue of public interest here. Fortunately, there is money to be made in selling open access. Just as energy drives change in physical systems, money drives changes in economic systems. I don&#8217;t know who is going to do it or when, but open search infrastructure is probably inevitable. If Google has any sense, they&#8217;ll enter the search infrastructure market long before they&#8217;re forced (say,  before Yahoo and Bing do it first.)</p>
<p>Let me know when it happens. There are some things I want to do with the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/why-we-need-open-search/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The New York Times Doesn&#8217;t Understand Twitter and Iran</title>
		<link>http://jonathanstray.com/the-new-york-times-doesnt-understand-twitter-and-iran</link>
		<comments>http://jonathanstray.com/the-new-york-times-doesnt-understand-twitter-and-iran#comments</comments>
		<pubDate>Sat, 19 Sep 2009 09:49:03 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iran]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=942</guid>
		<description><![CDATA[In the editorial &#8220;New Tweets, Old Needs&#8221; experienced journalist Roger Cohen says that Twitter isn&#8217;t journalism, and that Iran &#8220;has gone opaque&#8221; without its mainstream media correspondents. He may be right about the recent paucity of good journalism out of Iran, but he misses some really crucial points about how information flows in the absence [...]]]></description>
			<content:encoded><![CDATA[<p>In the editorial &#8220;<a href="www.nytimes.com/2009/09/10/opinion/10iht-edcohen.html">New Tweets, Old Needs</a>&#8221; experienced journalist Roger Cohen says that Twitter isn&#8217;t journalism, and that Iran &#8220;has gone opaque&#8221; without its mainstream media correspondents. He may be right about the recent paucity of good journalism out of Iran, but he misses some really crucial points about how information flows in the absence of a distribution monopoly (like a printing press.) In particular, he seems to assume that only professional journalists can be capable of producing professional journalism.</p>
<p>It is absolutely true that journalism is much more than random tweeting or blogging. I have been particularly inspired by the notion that &#8220;<a href="http://www.journalism.org/resources/principles">journalism is a discipline of verification</a>,&#8221; and a tweet or a blog post neither requires nor endures the fact-checking and truthfulness standards that we expect of our more traditional news media. I also agree that search engines are simply not a substitute for being there. Someone must be a witness. Someone has to feed their experience into the maw of the internet at some point.</p>
<p>However, when Cohen says &#8220;the mainstream media — expelled, imprisoned, vilified — is missed&#8221; he is implicitly arguing that only the mainstream media can produce good journalism.  Traditionally, &#8220;journalist&#8221; was  a distinct, easily defined class: a journalist was someone who worked for a news organization. There weren&#8217;t many such organizations, because a distribution monopoly is an expensive thing. All this has changed with the advent of nearly free and truly democratic information distribution, and we are seeing a rapid erosion of the the distinction between professional and amateur or &#8220;citizen&#8221; journalists. The result is confusion, uncertainty and fear &#8212; especially on the part of those who have staked their careers or their fortunes on the clarity of this distinction.</p>
<p>But I see a big difference between journalists and journalism, and this is where Cohen and I part ways.</p>
<p>In my view the failure of journalism in Iran was not the failure of the mainstream media to hold their ground (or their funding, or their audiences) but rather the failure of the journalism profession to educate the public about what exactly it does, and how to do it. When Cohen asks questions such as</p>
<blockquote><p>But who is there to investigate these deaths — or allegations of wholesale rape of hundreds of arrested men and women — and so shed light?</p></blockquote>
<p>my answer is, the Iranians, of course!</p>
<p>Naturally, a young activist-turned-reporter does not have the experience or connections of an old-school foreign correspondent. But such a person is <em>there</em>, and they care enormously. What they lack is guidance. What is and is not journalism, exactly? What are the expected standards and daily, on-the-ground procedures of verification? Where can someone turn to for advice on covering the struggles they are immersed in? And what, actually, differentiates the New York Times from a blogger? We need clear answers, because the newspapers are no longer the only ones declaiming the news.</p>
<p>Perhaps the mainstream media couldn&#8217;t be in Iran, but they could have been mentoring and collaborating from afar, and yes, publishing the journalism of non-career journalists. And such a project needs to begin long before times of crisis, in every region, so that those who are there are ready.</p>
<p>If &#8220;citizen journalism&#8221; has so far been somewhat underwhelming, it is because we have not taught our citizens to be journalists.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/the-new-york-times-doesnt-understand-twitter-and-iran/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Can&#8217;t Learn About Economics</title>
		<link>http://jonathanstray.com/we-cant-learn-about-economics</link>
		<comments>http://jonathanstray.com/we-cant-learn-about-economics#comments</comments>
		<pubDate>Thu, 26 Mar 2009 00:23:19 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[financial crisis]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=512</guid>
		<description><![CDATA[Despite spending the last several days reading up on Treasury Secretary Geithner&#8217;s plan to buy bad bank assests, I now feel only marginally better prepared to judge whether this is a good idea or not. Of course, no one is asking me, but I still think it&#8217;s a big problem that I can&#8217;t evaluate this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-medium wp-image-531" title="fundamentals_economics" src="http://jonathanstray.com/wp-content/uploads/2009/03/fundamentals_economics-214x300.jpg" alt="fundamentals_economics" width="214" height="300" /></p>
<p>Despite spending the last several days reading up on Treasury Secretary Geithner&#8217;s <a title="hear it from the man himself" href="http://online.wsj.com/article/SB123776536222709061.html">plan to buy bad bank assests</a>, I now feel only marginally better prepared to judge whether this is a good idea or not. Of course, no one is asking me, but I still think it&#8217;s a big problem that I can&#8217;t evaluate this plan, because the fact that we live in a democracy means that citizens need to be able to understand what their government is doing. </p>
<p>Now, I am no economist and I have no idea how to run a bank &#8212; much less <em>all </em>the banks. However, I am smart, interested, and I&#8217;ve done my homework, including previously reading a first year economics <a title="I've read most of this book" href="http://www.amazon.com/Economics-12th-Addison-Wesley-Richard-Lipsey/dp/0201347393/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1238010575&amp;sr=8-1">textbook</a> (covering both micro- and macro-economics) and several other interesting books (<a title="The Market System: What It Is, How It Works, and What to Make of It by Charles E. Lindblom " href="http://www.amazon.com/Market-System-What-Works-Make/dp/0300093349/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1238010751&amp;sr=1-1">1</a>,<a title="Making Globalization Work by Joseph Stiglitz" href="http://www.equivocality.net/making-globalization-work-joseph-stiglitz">2</a>,<a title="Culture and Prosperity: The Truth About Markets - Why Some Nations Are Rich but Most Remain Poor by John Kay" href="http://www.amazon.com/Culture-Prosperity-Markets-Nations-Remain/dp/0060587059/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1238010878&amp;sr=1-2">3</a>) on how markets work or don&#8217;t. In short I have been the model of a concerned citizen, and I still have no idea what is going on. This is partially because the situation is very complex, but it is also because there is no way a private citizen can get access to the data that would clarify matters &#8212; large banks will barely share their balance sheets with the government, much less me.</p>
<p>This is a problem. It means that the government, financial, and academic communities have not paid nearly enough attention both to basic economics education, and to transparency in real-world business. It is therefore impossible for anyone else to check their assumptions and restrain their huge power. Lest this sounds like unhelpful complaining, I promise to make a concrete suggestion for improvement by the end of this post.</p>
<p><span id="more-512"></span></p>
<p>I find it useful to compare the question of bank bailouts to climate change. Like the worldwide recession, climate change presents a policy problem of global scope that needs to be handled right the first time. And like the global economy, climate change is a ridiculously complex problem, depending on the long-term interplay of hundreds of variables interacting through physical laws that most people have never head of. Because I was once a physicist, I can appreciate the basic science involved, and I can even make credible sense of specialist papers in the field. However, I don&#8217;t have to: the most cursory investigation of the topic quickly leads to the <a title="Yup, climate change" href="http://en.wikipedia.org/wiki/IPCC_Fourth_Assessment_Report">IPCC reports</a>, a series of massively collaborative international summaries of current knowledge. There is no such authoritative primer for the economic crisis.</p>
<p>The best I have been able to find is Baseline Scenario&#8217;s <a title="Financial Crisis for Beginners" href="http://baselinescenario.com/financial-crisis-for-beginners/">Financial Crisis for Beginners</a>, a collection of articles and interviews on various aspects of the problem. On the Geithner plan in particular, I have also found Brad DeLong&#8217;s <a title="The Geithner Plan FAQ" href="http://delong.typepad.com/sdj/2009/03/the-geithner-plan-faq.html">FAQ</a> to be quite helpful. Unfortunately, his (good) opinion of the plan is not universal: noted (and Nobel-winning) economist Paul Krugman <a href="http://krugman.blogs.nytimes.com/2009/03/22/brad-delongs-defense-of-geithner/">disagrees</a>. There&#8217;s a lively <a href="http://roomfordebate.blogs.nytimes.com/2009/03/24/will-the-geithner-plan-work/">debate</a> in the New York Times editorial pages today, and so it goes&#8230;</p>
<p>The core of the plan is this: the US Treasury will provide loans to allow investors to buy up bad bank assets &#8212; mortgages that might not be repaid, that sort of thing &#8212; as a long term speculative investment. This will, in theory, make the troubled banks more solvent, which should encourage them to start lending again. The potential problem is this: the loans will be &#8220;<a title="you get the assets when they're worth nothing" href="http://en.wikipedia.org/wiki/Nonrecourse_debt">non-recourse</a>&#8220;, which means that investors don&#8217;t have to repay the loans if these assets really are worth little or nothing. It amounts to the government insuring financiers to take more risk &#8212; for free.</p>
<p>This galls me, but it actually makes sense if you believe that the root of the current problem is that everyone is scared to take risk, and thus businesses can&#8217;t get loans, etc., which is the <a title="it's about fear of risk, says Christopher D. Carroll" href="http://blogs.ft.com/economistsforum/2009/03/treasury-rewards-waiting/">well-reasoned position</a> of yet another prominent economist. It doesn&#8217;t make sense if you believe that some of these bad assets are just that: worthless debt that will never be repaid, such as mortgages to people who couldn&#8217;t afford them in the first place. In this view, the pre-crash boom was just a pyramid scheme that finally collapsed.</p>
<p>Which view is right? I have no idea. Neither, it seems, does anyone else. The major papers seem more interested in covering the politics of who said what (see, e.g. <a href="http://www.nytimes.com/2009/03/22/us/politics/22cnd-talkshow.html?_r=1&amp;hp">this</a> from the NYT) than getting deep into the complexities of what is actually going on. This isn&#8217;t helpful; it&#8217;s little more than celebrity gossip, yapping about what the stars are doing. It&#8217;s akin to talk-show pundits arguing about climate change &#8212; which, sadly, also happens frequently.</p>
<p>So where is the IPCC report for the financial crisis?  Where is the graph that shows that lending has collapsed? Where is the excruciatingly careful analysis of the relationship between credit and unemployment? What percentage of which assets at which banks are now considered to be bad? I know these things must exist &#8212; I surely hope they do &#8212; but I do not have the time, expertise, or connections to track everything down. Thus I want a careful overview, but I also want the citations, because requiring that claims be documented is a really good way of keeping people intellectually honest. Lacking this, what reason do I  have to believe anything that anyone is saying?</p>
<p>One of the clearer, more careful resources I&#8217;ve found is the <a href="http://en.wikipedia.org/wiki/Congressional_Research_Service">Congressional Research Service</a> report &#8220;<a title="It's thorough!" href="http://opencrs.com/document/R40173">Causes of the Financial Crisis</a>.&#8221; Ironically, this document, like all CRS reports, was not meant for members of the general public, and it had to be leaked to the fabulous <a href="http://opencrs.com">OpenCRS.com</a> for us to get at it. And in this summary I find the most refreshingly honest sentence:</p>
<blockquote><p>While some may insist that there is a single cause, and thus a simple remedy, the sheer number of causal factors that have been identified tends to suggest that the current financial situation is not yet understood in its full complexity. </p></blockquote>
<p>If we are at all serious about democracy, then public education about complex topics must be a specific goal. This is a goal that goes hand-in-hand with greater transparency, because it is not possible to make convincing arguments about data that is secret. We need to be treated like adults, not children: the level of economic discourse in the current press is scarcely high-school level, complete with whispered secrets and gossip about who is popular. At best, the major players in this game &#8212; the US government and financial institutions &#8212; have been negligent in educating the public on the functioning and dys-functioning of the economy; at worst they are playing politics to protect their power and money. Nor have academia or well-informed bloggers stepped in to fill the vacuum.</p>
<p>Again, what is needed is a meticulously documented argument as to 1) what happened and 2) what can be expected to fix it. The truth may be that we simply don&#8217;t know what happened or what will happen next &#8212; but even if this is so, I want to know why those in charge believe what they believe. Lacking such a detailed, evidence-based narrative, it is simply not possible to be an informed citizen. The worst part is, I&#8217;m not sure that our professional legislators currently understand any more than I do. Transparency and good education benefit us all.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/we-cant-learn-about-economics/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What Foxmarks Knows about Everyone</title>
		<link>http://jonathanstray.com/what-foxmarks-knows-about-everyone</link>
		<comments>http://jonathanstray.com/what-foxmarks-knows-about-everyone#comments</comments>
		<pubDate>Tue, 02 Sep 2008 01:07:20 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[information]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=63</guid>
		<description><![CDATA[I recently installed Foxmarks, a Firefox extension that automatically synchronizes your web bookmarks across all the computers you might use. Refreshingly, the developers got it right: the plug-in is idiot-simple and works flawlessly. This is accomplished through a central server, which means a lot of bandwidth, hardware, reliability costs, etc. In short, it&#8217;s not a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed <a title="pretty darn useful" href="http://foxmarks.com/">Foxmarks</a>, a Firefox extension that automatically synchronizes your web bookmarks across all the computers you might use. Refreshingly, the developers got it right: the plug-in is idiot-simple and works flawlessly.</p>
<p>This is accomplished through a central server, which means a lot of bandwidth, hardware, reliability costs, etc. In short, it&#8217;s not a completely cheap service to provide. As there is no advertising either in the plug-in or on the site (yet?) I began to wonder how they planned to pay for all this. I found my answer on their <a href="http://www.foxmarks.com/about_us">About Us</a> page:</p>
<blockquote><p>We are hard at work analyzing over 300 million bookmarks managed by our systems to help users discover sites that are useful to them. By combining algorithmic search with community knowledge-sharing and the wisdom of crowds, our goal is to connect users with relevant content.</p></blockquote>
<p>Of course.</p>
<p>There is a lesson here: knowledge of something about about someone is fundamentally different than knowledge of something about everyone. As with Google, Amazon, or really any very large database of information over millions of users,  there are extremely valuable patterns that only occur <em>between</em> people. The idea is as old as filing, but the web takes this to a whole new level, especially if you can convince huge numbers of people to voluntarily give up their information.</p>
<p>So far, I haven&#8217;t said anything new. What I am suggesting is a shift in thinking.  Rather than being concerned primarily about our individual privacy rights when we fill out a form full of personal details, perhaps we should be pondering what powers we are handing over by letting a private entity see these large-scale intra-individual patterns &#8212; patterns that they can choose to hide from everyone else&#8217;s view, naturally.</p>
<p>I am beginning to wonder very seriously about the growing disparity between public and private data-mining capability. Is this an acceptable concentration of power? What effects does this have on a society?</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/what-foxmarks-knows-about-everyone/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

