<?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>2cultures.net(.au)</title>
	<atom:link href="http://www.2cultures.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2cultures.net</link>
	<description>Humanities + Computing</description>
	<lastBuildDate>Sat, 19 May 2012 07:01:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Good use of pie charts</title>
		<link>http://flowingdata.com/2012/05/19/good-use-of-pie-charts/</link>
		<comments>http://flowingdata.com/2012/05/19/good-use-of-pie-charts/#comments</comments>
		<pubDate>Sat, 19 May 2012 07:01:25 +0000</pubDate>
		<dc:creator>Kim Rees</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[infographics]]></category>

		<guid isPermaLink="false">http://flowingdata.com/?p=24357</guid>
		<description><![CDATA[<p><a href="http://flowingdata.com/2012/05/19/good-use-of-pie-charts/"><img width="625" height="239" src="http://flowingdata.com/wp-content/uploads/2012/05/ScreenShot105-625x239.jpg" class="attachment-medium wp-post-image" alt="facebook sellouts" /></a></p>This Wall Street Journal graphic shows who's selling (or sold) a percentage of their Facebook stocks and who's holding steady. &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://flowingdata.com/2012/05/19/good-use-of-pie-charts/"><img width="625" height="239" src="http://flowingdata.com/wp-content/uploads/2012/05/ScreenShot105-625x239.jpg" class="attachment-medium wp-post-image" alt="facebook sellouts" title="facebook sellout" /></a></p><p>This <a href="http://online.wsj.com/article/SB10001424052702303448404577407774136362662.html#articleTabs=interactive" title="Facebook IPO: Insiders cashing out" >Wall Street Journal graphic</a> shows who's selling (or sold) a percentage of their Facebook stocks and who's holding steady.</p>
<p>This graphic is the perfect example of why I'm a proponent of the pie chart. First, they stuck to two values per pie chart. That makes it easy to read. Next, they used the size of the pie to denote the number of shares. Finally, they used small multiples to easily compare both the shares owned by each entity as well as change in percentage of shares being sold. </p>
<p>I'm sure bar charts would be fine too, but WSJ really used all aspects of the pie chart very effectively.</p>
<p>[via <a href="http://www.ritholtz.com/blog/" >Barry Ritholtz</a>]</p>
<img src="http://feeds.feedburner.com/~r/FlowingData/~4/BN790ug_J2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flowingdata.com/2012/05/19/good-use-of-pie-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vert.x ramblings: Asynchronous network, your time has come</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/2wQ7s0xazNw/vert-x-ramblings-asynchronous-network-your-time-has-come</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/2wQ7s0xazNw/vert-x-ramblings-asynchronous-network-your-time-has-come#comments</comments>
		<pubDate>Sat, 19 May 2012 02:00:24 +0000</pubDate>
		<dc:creator>jvaughan</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10775</guid>
		<description><![CDATA[With the debut of Vert.x, the asynchronous framework is reaching an inflection point, suggests Andrew Cholakian. With Vert.x, the software is packaged together in such a way as to be extremely practical, he states. For some JVM zealots, Vert.x may meet needs recently and apparently addressed by node.js. Vert.x is an asynchronous application server &#8211; <a href="http://ajaxian.com/archives/vert-x-ramblings-asynchronous-network-your-time-has-come">Read the rest...</a>]]></description>
			<content:encoded><![CDATA[<p>With the debut of <a href="http://vertx.io/">Vert.x</a>, the asynchronous framework is reaching an inflection point, suggests Andrew Cholakian. With Vert.x, the software is packaged together in such a way as to be extremely practical, he states. For some JVM zealots, Vert.x may meet needs recently and apparently addressed by node.js.</p>
<p>Vert.x is an asynchronous application server &#8211; which may prove useful as architects rethink the server&#8217;s role in a world of powerful clients. Does the JVM have a role going forward? Some might say &#8216;no&#8217; to the JVM. Many say &#8216;Yes&#8217;. Some of these might say: &#8220;Vert. x could be described as Node.js+ for the JVM.&#8221;</p>
<p>But let us view some from the Cholakian post:</p>
<blockquote><p><em>One might say that if all Vert.x consists of is Netty+Hazelcast, that it&#8217;s nothing revolutionary. The reality is that Vert.x gets the API right, which most of the existing JVM tools get very&#8230;. very&#8230; wrong. Even simple services in Netty takes large amounts of code, an inordinate of factories, providers, and threadpools must be created just to do simple things. Mixing all this up with languages like jruby is just prohibitively painful. APIs can be as hard to design as implementations are to write!</em></p>
<p><em>On top of the API, the other half of the secret sauce is in Vert.x&#8217;s leveraging of high performance implementations of Ruby, Javascript, and Groovy. By integrating them into a single Vert.x executable, they&#8217;ve given developers the ability to write high-performance code on the JVM without knowing much about the JVM or its ecosystem at all. Vert.x can run any of those languages directly. Furthermore, since Vert.x is just a library, any JVM language can leverage it. On top of that, the entire universe of JVM libraries, concurrency APIs, and tooling is available to developers.</em></p></blockquote>
<p>Like all things, your mileage may differ. The blogger notes : This model is great for large numbers of sockets and file descriptors, where it makes the best use of resources. However, it&#8217;s very confusing and complicated when it comes to day to day business logic, where simple, blocking, threaded code is a welcome comfort.  Read all about it as <a href="http://blog.andrewvc.com/vertx-node-on-ropes">Andrew VC goes through the Vert.X/Node.js ropes</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=2wQ7s0xazNw:rhUVSeTrkSA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=2wQ7s0xazNw:rhUVSeTrkSA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=2wQ7s0xazNw:rhUVSeTrkSA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=2wQ7s0xazNw:rhUVSeTrkSA:D7DqB2pKExk" border="0"/></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://ajaxian.com/archives/vert-x-ramblings-asynchronous-network-your-time-has-come/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Creating Digital Humanities Projects for the Mobile Environment” @ DHSI 2012</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/8fhuV258cTI/%E2%80%9Ccreating-digital-humanities-projects-mobile-environment%E2%80%9D-dhsi-2012</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/8fhuV258cTI/%E2%80%9Ccreating-digital-humanities-projects-mobile-environment%E2%80%9D-dhsi-2012#comments</comments>
		<pubDate>Fri, 18 May 2012 23:47:06 +0000</pubDate>
		<dc:creator>dgrigar</dc:creator>
				<category><![CDATA[21st century literacies]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[higher education]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=82405b088ab90acfecae69e22b50acd9</guid>
		<description><![CDATA[&#160;
read more]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="og_rss_groups"></div><p><a href="http://hastac.org/blogs/dgrigar/2012/05/18/%E2%80%9Ccreating-digital-humanities-projects-mobile-environment%E2%80%9D-dhsi-2012" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/8fhuV258cTI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/creating-digital-humanities-projects-for-the-mobile-environment-dhsi-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrestling Mania</title>
		<link>http://britishlibrary.typepad.co.uk/digitisedmanuscripts/2012/05/wrestling-mania.html</link>
		<comments>http://britishlibrary.typepad.co.uk/digitisedmanuscripts/2012/05/wrestling-mania.html#comments</comments>
		<pubDate>Fri, 18 May 2012 23:01:00 +0000</pubDate>
		<dc:creator>Julian Harrison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Illuminated manuscripts]]></category>
		<category><![CDATA[Medieval]]></category>

		<guid isPermaLink="false">http://britishlibrary.typepad.co.uk/digitisedmanuscripts/2012/05/wrestling-mania.html</guid>
		<description><![CDATA[Wrestling is pretty unusual among the sports at the Summer Olympics: it has two separate disciplines, Freestyle and Greco-Roman; while Greco-Roman Wrestling is the sole event in which only men compete (women will contest Boxing for the first time in 2012). There is a subtle distinction between the two styles. In Greco-Roman Wrestling, holds below the waist are forbidden, resulting in a greater emphasis on throws, since a wrestler cannot attempt to trip their opponent. Freestyle Wrestling, as the name implies, gives the competitors more leeway into how to bring their fellow-contestant to the ground. The ultimate goal of both...]]></description>
			<content:encoded><![CDATA[<p>Wrestling is pretty unusual among the sports at the Summer Olympics: it has two separate disciplines, Freestyle and Greco-Roman; while Greco-Roman Wrestling is the sole event in which only men compete (women will contest Boxing for the first time in 2012). There is a subtle distinction between the two styles. In Greco-Roman Wrestling, holds below the waist are forbidden, resulting in a greater emphasis on throws, since a wrestler cannot attempt to trip their opponent. Freestyle Wrestling, as the name implies, gives the competitors more leeway into how to bring their fellow-contestant to the ground. The ultimate goal of both versions is to pin your opponent to the mat.</p>
<p><a class="asset-img-link" href="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0167669030de970b-pi" style="display: inline;"><img alt="K058808[1]" class="asset  asset-image at-xid-6a00d8341c464853ef0167669030de970b" src="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0167669030de970b-320wi" title="K058808[1]" /></a><br /><span style="font-size: 8pt;">A decorated initial with two wrestling men (Oxford, 1st quarter of the 13th century): London, British Library, MS&#0160;<a href="http://www.bl.uk/catalogues/illuminatedmanuscripts/record.asp?MSID=8762&amp;CollID=20&amp;NStart=157" >Arundel 157</a>, f. 95v.</span></p>
<p>Although the name &quot;Greco-Roman&quot; suggests a connection with the Classical past, it&#39;s now believed that this form of wrestling was developed by a Napoleonic soldier, Jean Exbrayat (hence another name for the sport, &quot;French Wrestling&quot;). But this minor trifle needn&#39;t prevent us from including wrestling in another of our award-winning posts on medieval manuscripts and the Olympics (our own award, for the most tendentious connection with the Olympic Games).</p>
<p>Wrestling is an ages-old pursuit, and not surprisingly it&#39;s depicted in many ancient books. Here are some examples for your delectation -- the question is, can you guess whether these are freestyle or Greco-Roman wrestlers?</p>
<p><a class="asset-img-link" href="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0163059c69e8970d-pi" style="display: inline;"><img alt="K101907[1]" border="0" class="asset  asset-image at-xid-6a00d8341c464853ef0163059c69e8970d" src="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0163059c69e8970d-800wi" title="K101907[1]" /></a><br /><span style="font-size: 8pt;">The wrestling of Hercules and Achelous, in a French translation of Ovid&#39;s <em>Metamorphoses</em> (Netherlands, 4th quarter of the 15th century): London, British Library, <a href="http://www.bl.uk/catalogues/illuminatedmanuscripts/record.asp?MSID=5691&amp;CollID=16&amp;NStart=170504" >MS Royal 17 E. IV</a>, f. 136r.</span></p>
<p><a class="asset-img-link" href="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef016766903de0970b-pi" style="display: inline;"><img alt="K058810[1]" border="0" class="asset  asset-image at-xid-6a00d8341c464853ef016766903de0970b image-full" src="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef016766903de0970b-800wi" title="K058810[1]" /></a><br /><span style="font-size: 8pt;">Image of wrestlers in a&#0160;copy of Aristotle&#39;s <em>Libri naturales</em> (England, 3rd quarter of the 13th century): London, British Library, <a href="http://www.bl.uk/catalogues/illuminatedmanuscripts/record.asp?MSID=8705&amp;CollID=8&amp;NStart=3487" >MS Harley 3487</a>, f. 34r.</span>&#0160;</p>
<p>And here is perhaps the most famous wrestling match of them all, Jacob and the angel, depicted in two manuscripts from England and Catalonia (the famous Golden Haggadah). Wrestling fans out there -- can you spot any arm drags, bear hugs or headlocks?</p>
<p><a class="asset-img-link" href="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0168eb921413970c-pi" style="display: inline;"><img alt="K90030-57a[1]" class="asset  asset-image at-xid-6a00d8341c464853ef0168eb921413970c" src="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0168eb921413970c-320wi" title="K90030-57a[1]" /></a><br /><span style="font-size: 8pt;">Jacob wrestling with the angel (Oxford, 1st quarter of the 13th century): London, British Library, <a href="http://www.bl.uk/catalogues/illuminatedmanuscripts/record.asp?MSID=8755&amp;CollID=16&amp;NStart=10410" >MS Royal 1 D. X</a>, f. 74v.</span></p>
<p><a class="asset-img-link" href="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0167668ff93a970b-pi" style="display: inline;"><img alt="C04189-07c[1]" border="0" class="asset  asset-image at-xid-6a00d8341c464853ef0167668ff93a970b" src="http://britishlibrary.typepad.co.uk/.a/6a00d8341c464853ef0167668ff93a970b-800wi" title="C04189-07c[1]" /></a><br /><span style="font-size: 8pt;">Jacob wrestling with an angel, from the Golden Haggadah (Catalonia, 2nd quarter of the 14th century): London, British Library,&#0160;<a href="http://www.bl.uk/catalogues/illuminatedmanuscripts/record.asp?MSID=19108&amp;CollID=27&amp;NStart=27210" >MS Additional 27210</a>, f. 5r).</span></p>
<p>You may like to know that a day-conference, <a href="http://www.bl.uk/whatson/events/event128948.html" >Sourcing Sport: Current Research, British Library Resources</a>, is being held at the British Library on Monday, 21 May (10.00-17.30).</p>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/wrestling-mania/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for the Humanities: Developing a Digital History Course</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/zKHArukco30/wordpress-humanities-developing-digital-history-course</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/zKHArukco30/wordpress-humanities-developing-digital-history-course#comments</comments>
		<pubDate>Fri, 18 May 2012 14:52:14 +0000</pubDate>
		<dc:creator>Michael J Kramer</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[higher education]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=7c2d44647a66cc62ff1e1c270a74e354</guid>
		<description><![CDATA[X-post from Issues in Digital History blog:http://www.michaeljkramer.net/issuesindigitalhistory/blog/?p=735.&#160;
read more]]></description>
			<content:encoded><![CDATA[<p>X-post from Issues in Digital History blog:<a href="http://www.michaeljkramer.net/issuesindigitalhistory/blog/?p=735" rel="nofollow">http://www.michaeljkramer.net/issuesindigitalhistory/blog/?p=735</a>.&nbsp;</p>
<div class="og_rss_groups"></div><p><a href="http://hastac.org/blogs/michael-j-kramer/2012/05/18/wordpress-humanities-developing-digital-history-course" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/zKHArukco30" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/wordpress-for-the-humanities-developing-a-digital-history-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Lost the Crowd: A Tale of Sorrow and Hope</title>
		<link>http://electricarchaeologist.wordpress.com/2012/05/18/how-i-lost-the-crowd-a-tale-of-sorrow-and-hope/</link>
		<comments>http://electricarchaeologist.wordpress.com/2012/05/18/how-i-lost-the-crowd-a-tale-of-sorrow-and-hope/#comments</comments>
		<pubDate>Fri, 18 May 2012 14:33:49 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Humanities]]></category>
		<category><![CDATA[making]]></category>

		<guid isPermaLink="false">http://electricarchaeologist.wordpress.com/?p=1469</guid>
		<description><![CDATA[Yesterday, my HeritageCrowd project website was annihilated. Gone. Kaput. Destroyed. Joined the choir. It is a dead parrot. This is what I think happened, what I now know and need to learn, and what I think the wider digital humanities community needs to think about/teach each other. HeritageCrowd was (may be again, if I can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electricarchaeologist.wordpress.com&#38;blog=1263351&#38;post=1469&#38;subd=electricarchaeologist&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border:2px solid black;margin:3px;" src="http://blogs.e-rockford.com/applesauce/files/2011/12/IMPTYVMP029_500.jpg" alt="" width="88" height="50" />Yesterday, my <a href="http://heritagecrowd.org/">HeritageCrowd</a> project website was annihilated. Gone. Kaput. Destroyed. Joined the choir.</p>
<p><a href="http://www.youtube.com/watch?v=4vuW6tQ0218">It is a dead parrot</a>.</p>
<p>This is what I think happened, what I now know and need to learn, and what I think the wider digital humanities community needs to think about/teach each other.</p>
<p>HeritageCrowd was (may be again, if I can salvage from the wreckage) a project that tried to encourage the crowdsourcing of local cultural heritage knowledge for a community that does not have particularly good internet access or penetration. It was built on the Ushahidi platform, which allows folks to participate via cell phone text messages. We even had it set up so that a person could leave a voice message and software would automatically transcribe the message and submit it via email. It worked fairly well, and we wrote it up for <a href="http://writinghistory.trincoll.edu/public-history/graham-etal-2012-spring/">Writing History in the Digital Age</a>. I was looking forward to working more on it this summer.</p>
<p><strong>Problem #1: Poor record keeping of the process of getting things intalled, and the decisions taken.</strong></p>
<p>Now, originally, we were using the <a href="http://crowdmap.com">Crowdmap</a> hosted version of <a href="http://ushahidi.com/">Ushahidi</a>, so we wouldn&#8217;t have to worry about things like security, updates, servers, that sort of thing. But&#8230; I wanted to customize the look, move the blocks around, and make some other cosmetic changes so that Ushahidi&#8217;s genesis in crisis-mapping wouldn&#8217;t be quite as evident. When you repurpose software meant for one domain to another, it&#8217;s the sort of thing you do. So, I set up a new domain, got some server space, downloaded Ushahidi and installed it. The installation tested my server skills. Unlike setting up WordPress or Omeka (which I&#8217;ve done several times), Ushahidi requires the concommitant set up of &#8216;<a href="http://kohanaframework.org/">Kohana</a>&#8216;. This was not easy. There are many levels of tacit knowledge in computing and especially in web-based applications that I, as an outsider, have not yet learned. It takes a lot of trial and error, and sometimes, just dumb luck. I kept poor records of this period &#8211; I was working to a tight deadline, and I wanted to just get the damned thing working. Today, I have no idea what I actually did to get Kohana and Ushahidi playing nice with one another. I think it actually boiled down to file structure.</p>
<p>(It&#8217;s funny to think of myself as an outsider, when it comes to all this digital work. I am after all an official, card-carrying &#8216;digital humanist&#8217;. It&#8217;s worth remembering what that label actually means. At least one part of it is &#8216;humanist&#8217;. I spent well over a decade learning how to do that part. I&#8217;ve only been at the &#8216;digital&#8217; part since about 2005&#8230; and my experience of &#8216;digital&#8217;, at least initially, is in social networks and simulation &#8211; things that don&#8217;t actually require me to mount materials on the internet. We forget sometimes that there&#8217;s more to the digital humanities than building flashy internet-based digital tools. Archaeologists have been using digital methods in their research since the 1960s; Classicists at least that long &#8211; and of course Father Busa).</p>
<p><strong>Problem #2: Computers talk to other computers, and persuade them to do things.</strong></p>
<p><strong></strong>I forget where I read it now (it was probably Stephen Ramsay or Geoffrey Rockwell), but digital humanists need to consider artificial intelligence. We do a humanities not just of other humans, but of humans&#8217; creations that engage in their own goal-directed behaviours. As some one who has built a number of agent based models and simulations, I suppose I shouldn&#8217;t have forgotten this. But on the internet, there is a whole netherworld of computers corrupting and enslaving each other, for all sorts of purposes.</p>
<p>HeritageCrowd was destroyed so that one computer could persuade another computer to send spam to gullible humans with erectile dsyfunction.</p>
<p>It seems that Ushahidi was vulnerable to &#8216;<a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">Cross-site Request Forgery</a>&#8216; and &#8216;<a href="http://en.wikipedia.org/wiki/Cross-site_scripting">Cross-site Scripting</a>&#8216; attacks. I think what happened to HeritageCrowd was an instance of persistent XSS:</p>
<blockquote><p>The <em>persistent</em> (or <em>stored</em>) XSS vulnerability is a more devastating variant of a cross-site scripting flaw: it occurs when the data provided by the attacker is saved by the server, and then permanently displayed on &#8220;normal&#8221; pages returned to other users in the course of regular browsing, without proper HTML escaping.</p></blockquote>
<p>When I examine every php file on the site, there are all sorts of injected base64 code. So this is what killed my site. Once my site started flooding spam all over the place, the internet&#8217;s immune systems (my host&#8217;s own, and others), shut it all down. Now, I could just clean everything out, and reinstall, but the more devastating issue: it appears my sql database is gone. Destroyed. Erased. No longer present. I&#8217;ve asked my host to help confirm that, because at this point, I&#8217;m way out of my league. Hey all you lone digital humanists: how often does your computing services department help you out in this regard? Find someone at your institution who can handle this kind of thing. We can&#8217;t wear every hat. I&#8217;ve been a one-man band for so long, I&#8217;m a bit like the guy in Shawshank Redemption who asks his boss at the supermarket for permission to go to the bathroom. Old habits are hard to break.</p>
<p><strong>Problem #3: Security Warnings</strong></p>
<p>There are many Ushahidi installations all over the world, and they deal with some pretty sensitive stuff. Security is therefore something Ushahidi takes seriously. I should&#8217;ve too. I was not subscribed to the <a href="http://security.ushahidi.com/">Ushahidi Security Advisories</a>. The hardest pill to swallow is when you know it&#8217;s your own damned fault. The warning was there; heed the warnings! Schedule time into every week to keep on top of security. If you&#8217;ve got a team, task someone to look after this. I have lots of excuses &#8211; it was end of term, things were due, meetings to be held, grades to get in &#8211; but it was my responsibility. And I dropped the ball.</p>
<p><strong>Problem #4: Backups</strong></p>
<p>This is the most embarrasing to admit. I did not back things up regularly. I am not ever making that mistake again. Over on <a href="http://heritage.crowdmap.com">Looted Heritage</a>, I have an <a href="http://ifttt.com/">IFTTT </a>recipe set up that sends every new report to BufferApp, which then tweets it. I&#8217;ve also got one that sends every report to Evernote. There are probably more elegant ways to do this. But the worst would be to remind myself to manually download things. That didn&#8217;t work the first time. It ain&#8217;t gonna work the next.</p>
<p><strong>So what do I do now?</strong></p>
<p>If I can get my database back, I&#8217;ll clean everything out and reinstall, and then progress onwards wiser for the experience. If I can&#8217;t&#8230; well, perhaps that&#8217;s the end of HeritageCrowd. It was always an experiment, and as <a href="http://www.scottbot.net/HIAL/?p=12736">Scott Weingart reminds us</a>,</p>
<blockquote><p>The best we can do is not as much as we can, but as much as we need. There is a point of diminishing return for data collection; that point at which you can’t measure the coastline fast enough before the tides change it. We as humanists have to become comfortable with incompleteness and imperfection, and trust that in aggregate those data can still tell us <em>something</em>, even if they can’t reveal <em>everything</em>.</p></blockquote>
<p>The HeritageCrowd project taught me quite a lot about crowdsourcing cultural heritage, about building communities, about the problems, potentials, and perils of data management. Even in its (quite probable) death, I&#8217;ve learned some hard lessons. I share them here so that you don&#8217;t have to make the same mistakes. Make new ones! Share them! The next time I go to THATCamp, I know what I&#8217;ll be proposing. I want a session on the Black Hats, and the dark side of the force. I want to know what the resources are for learning how they work, what I can do to protect myself, and frankly, more about the social and cultural anthropology of their world. Perhaps there is space in the Digital Humanities for that.</p>
<p><strong>PS.</strong></p>
<p>When I discovered what had happened, I tweeted about it. Thank you everyone who responded with help and advice. That&#8217;s the final lesson I think, about this episode. Don&#8217;t be afraid to share your failures, and ask for help. <a href="http://nowviskie.org/2012/lunaticks/">As Bethany wrote some time ago</a>, we&#8217;re at that point where we&#8217;re building the new ways of knowing for the future, just like the Lunaticks in the 18th century. Embrace your inner Lunatick:</p>
<blockquote><p>Those 18th-century Lunaticks weren’t about the really big theories and breakthroughs – instead, their heroic work was to codify knowledge, found professional societies and journals, and build all the enabling infrastructure that benefited a succeeding generation of scholars and scientists.</p>
<p>[...]</p>
<p>if you agree with me that there’s something remarkable about a generation of trained scholars ready to subsume themselves in collaborative endeavors, to do the grunt work, and to step back from the podium into roles only they can play – that is, to become <em>systems-builders for the humanities</em> — then we might also just pause to appreciate and celebrate, and to use “#alt-ac” as a safe place for people to say, “I’m a Lunatick, too.”</p></blockquote>
<p>Perhaps my role is to fail gloriously &amp; often, so you don&#8217;t have to. I&#8217;m ok with that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electricarchaeologist.wordpress.com/1469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electricarchaeologist.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electricarchaeologist.wordpress.com/1469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electricarchaeologist.wordpress.com&#038;blog=1263351&%23038;post=1469&%23038;subd=electricarchaeologist&%23038;ref=&%23038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electricarchaeologist.wordpress.com/2012/05/18/how-i-lost-the-crowd-a-tale-of-sorrow-and-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://1.gravatar.com/avatar/3170d81a395e622909e07655f3966e1b?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://blogs.e-rockford.com/applesauce/files/2011/12/IMPTYVMP029_500.jpg" length="" type="" />
		</item>
		<item>
		<title>Is the filibuster unconstitutional?</title>
		<link>http://flowingdata.com/2012/05/18/is-the-filibuster-unconstitutional/</link>
		<comments>http://flowingdata.com/2012/05/18/is-the-filibuster-unconstitutional/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:01:38 +0000</pubDate>
		<dc:creator>Kim Rees</dc:creator>
				<category><![CDATA[infographics]]></category>

		<guid isPermaLink="false">http://flowingdata.com/?p=24328</guid>
		<description><![CDATA[<p><a href="http://flowingdata.com/2012/05/18/is-the-filibuster-unconstitutional/"><img width="600" height="552" src="http://flowingdata.com/wp-content/uploads/2012/05/fillibuster.jpg" class="attachment-medium wp-post-image" alt="US Filibuster" /></a></p>Washington Post's Ezra Klein busts on the filibuster. Gone are the days of Mr. Smith when invoking the filibuster was &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://flowingdata.com/2012/05/18/is-the-filibuster-unconstitutional/"><img width="600" height="552" src="http://flowingdata.com/wp-content/uploads/2012/05/fillibuster.jpg" class="attachment-medium wp-post-image" alt="US Filibuster" title="fillibuster" /></a></p><p>Washington Post's <a href="http://www.washingtonpost.com/blogs/ezra-klein" title="Ezra Klein" >Ezra Klein</a> <a href="http://www.washingtonpost.com/blogs/ezra-klein/post/is-the-filibuster-unconstitutional/2012/05/15/gIQAYLp7QU_blog.html" title="Is the filibuster unconstitutional?" >busts on the filibuster</a>. Gone are the days of <a href="http://en.wikipedia.org/wiki/Mr._Smith_Goes_to_Washington" title="Mr. Smith goes to Washington" >Mr. Smith</a> when invoking the filibuster was seen to serve a greater purpose. The filibuster has its roots in Ancient Rome, and apparently even then it <a href="http://en.wikipedia.org/wiki/Filibuster#Ancient_Rome" >had its critics</a>.</p>
<p>This chart is a great example of providing a lot of information in a concise area. All of these data points are relevant to the topic and helps us inform our opinion about the matter.</p>
<p>[via @<a href="https://twitter.com/#!/hfairfield" title="Hannah Fairfield" >hfairfield</a>]</p>
<img src="http://feeds.feedburner.com/~r/FlowingData/~4/yQuAK6N11Jo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flowingdata.com/2012/05/18/is-the-filibuster-unconstitutional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Facebook Offering: How It Compares</title>
		<link>http://flowingdata.com/2012/05/18/the-facebook-offering-how-it-compares/</link>
		<comments>http://flowingdata.com/2012/05/18/the-facebook-offering-how-it-compares/#comments</comments>
		<pubDate>Fri, 18 May 2012 07:01:26 +0000</pubDate>
		<dc:creator>Kim Rees</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://flowingdata.com/?p=24338</guid>
		<description><![CDATA[<p><a href="http://flowingdata.com/2012/05/18/the-facebook-offering-how-it-compares/"><img width="625" height="333" src="http://flowingdata.com/wp-content/uploads/2012/05/ScreenShot104-625x333.jpg" class="attachment-medium wp-post-image" alt="Facebook IPO" /></a></p>The New York Times does it again with this succinct look at tech IPOs. It begins with looking at everything &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://flowingdata.com/2012/05/18/the-facebook-offering-how-it-compares/"><img width="625" height="333" src="http://flowingdata.com/wp-content/uploads/2012/05/ScreenShot104-625x333.jpg" class="attachment-medium wp-post-image" alt="Facebook IPO" title="Facebook IPO" /></a></p><p>The <a href="http://www.nytimes.com" title="NYT" >New York Times</a> does it again with this <a href="http://www.nytimes.com/interactive/2012/05/17/business/dealbook/how-the-facebook-offering-compares.html" title="The Facebook Offering: How it Compares" >succinct look at tech IPOs</a>. It begins with looking at everything through the lens of when Google's IPO in 2004, which, at the time, was considered huge. The next screen adds Facebook to the mix which dwarfs everything prior. It continues on to show the first day of trading pop and where things landed long term (3 years post-IPO). </p>
<p>It's a very interesting view of IPOs and could actually be a good financial analysis tool with a few more features.</p>
<img src="http://feeds.feedburner.com/~r/FlowingData/~4/4xsuFPyhTic" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flowingdata.com/2012/05/18/the-facebook-offering-how-it-compares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computers &amp; Writing 2012 &#8211; Roundtable on &quot;Hacking the Classroom&quot; (Sunday, May 20)</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/DXNtR7jeNqU/computers-writing-2012-roundtable-hacking-classroom-sunday-may-20</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/DXNtR7jeNqU/computers-writing-2012-roundtable-hacking-classroom-sunday-may-20#comments</comments>
		<pubDate>Fri, 18 May 2012 04:20:49 +0000</pubDate>
		<dc:creator>Viola.Lasmana</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[higher education]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=0d8ef0e1e6e6c830ef5922e2a797f3b1</guid>
		<description><![CDATA[I'm really excited to participate in a roundtable of lightning talks on the topic of hacking the higher ed classroom at this year's Computers and Writing Conference held at North Carolina State University. Moderated by Jentery Sayers&#160;(a HASTAC Sch...]]></description>
			<content:encoded><![CDATA[<p>I'm really excited to participate in a roundtable of lightning talks on the topic of hacking the higher ed classroom at this year's <a href="http://chasslamp.chass.ncsu.edu/~cw2012/cfp"  rel="nofollow">Computers and Writing Conference </a>held at North Carolina State University. Moderated by <a href="http://www.jenterysayers.com/"  rel="nofollow">Jentery Sayers</a>&nbsp;(a HASTAC Scholar for many years, he's now professor at University of Victoria, and continues to be an active part of the HASTAC community),&nbsp;the roundtable includes scholars from different universities and levels.</p>
<div class="og_rss_groups"></div><p><a href="http://hastac.org/blogs/violalasmana/2012/05/18/computers-writing-2012-roundtable-hacking-classroom-sunday-may-20" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/DXNtR7jeNqU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/computers-writing-2012-roundtable-on-hacking-the-classroom-sunday-may-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levi Weintraub is a WebKit Reviewer</title>
		<link>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/</link>
		<comments>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/#comments</comments>
		<pubDate>Fri, 18 May 2012 04:06:23 +0000</pubDate>
		<dc:creator>Eric Seidel</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://www.webkit.org/blog/?p=2032</guid>
		<description><![CDATA[Levi Weintraub has been with webkit.org a long time. He&#8217;s known for various projects including his bidi work and most recently our subpixel layout support. Please join me in congratulating our latest reviewer!
]]></description>
			<content:encoded><![CDATA[<p>Levi Weintraub has been with webkit.org <a href="http://trac.webkit.org/search?q=leviw@">a long time</a>. He&#8217;s known for various projects including his <a href="http://trac.webkit.org/changeset/89864">bidi work</a> and most recently our <a href="http://trac.webkit.org/wiki/LayoutUnit">subpixel layout</a> support. Please join me in congratulating our latest reviewer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levi Weintraub is a WebKit Reviewer</title>
		<link>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/</link>
		<comments>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/#comments</comments>
		<pubDate>Fri, 18 May 2012 04:06:23 +0000</pubDate>
		<dc:creator>Eric Seidel</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://www.webkit.org/blog/?p=2032</guid>
		<description><![CDATA[Levi Weintraub has been with webkit.org a long time. He&#8217;s known for various projects including his bidi work and most recently our subpixel layout support. Please join me in congratulating our latest reviewer!
]]></description>
			<content:encoded><![CDATA[<p>Levi Weintraub has been with webkit.org <a href="http://trac.webkit.org/search?q=leviw@">a long time</a>. He&#8217;s known for various projects including his <a href="http://trac.webkit.org/changeset/89864">bidi work</a> and most recently our <a href="http://trac.webkit.org/wiki/LayoutUnit">subpixel layout</a> support. Please join me in congratulating our latest reviewer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webkit.org/blog/2032/levi-weintraub-is-a-webkit-reviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do Think Tanks Produce?</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/WfIoRz-Ejok/what-do-think-tanks-produce</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/WfIoRz-Ejok/what-do-think-tanks-produce#comments</comments>
		<pubDate>Fri, 18 May 2012 01:48:19 +0000</pubDate>
		<dc:creator>BenTremblay</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[discourse]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=8521ec284121e3f862d6e9fd3a6bb3b2</guid>
		<description><![CDATA[Watching Treasury Secretary Timothy Geithner being interviewed by David Wessel about the U.S. economy and financial challenges (C-Span; Peterson Institute 2012 Fiscal Summit) I pondered again how nuts&#38;bolts technical communications might contribute...]]></description>
			<content:encoded><![CDATA[<p>Watching Treasury Secretary Timothy Geithner being interviewed by David Wessel about the U.S. economy and financial challenges (<a href="http://www.c-spanvideo.org/program/WithTr" rel="nofollow">C-Span; Peterson Institute 2012 Fiscal Summit</a>) I pondered again how nuts&amp;bolts technical communications might contribute to the project of producing a well informed citizenry. And more: how this might become part of our education system.</p>
<div class="og_rss_groups"></div><p><a href="http://hastac.org/blogs/bentremblay/2012/05/17/what-do-think-tanks-produce" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/WfIoRz-Ejok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/what-do-think-tanks-produce-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do Think Tanks Produce?</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/WfIoRz-Ejok/what-do-think-tanks-produce</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/WfIoRz-Ejok/what-do-think-tanks-produce#comments</comments>
		<pubDate>Fri, 18 May 2012 01:48:19 +0000</pubDate>
		<dc:creator>BenTremblay</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[discourse]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=8521ec284121e3f862d6e9fd3a6bb3b2</guid>
		<description><![CDATA[Watching Treasury Secretary Timothy Geithner being interviewed by David Wessel about the U.S. economy and financial challenges (C-Span; Peterson Institute 2012 Fiscal Summit) I pondered again how nuts&#38;bolts technical communications might contribute...]]></description>
			<content:encoded><![CDATA[<p>Watching Treasury Secretary Timothy Geithner being interviewed by David Wessel about the U.S. economy and financial challenges (<a href="http://www.c-spanvideo.org/program/WithTr" rel="nofollow">C-Span; Peterson Institute 2012 Fiscal Summit</a>) I pondered again how nuts&amp;bolts technical communications might contribute to the project of producing a well informed citizenry. And more: how this might become part of our education system.</p>
<div class="og_rss_groups"></div><p><a href="http://hastac.org/blogs/bentremblay/2012/05/17/what-do-think-tanks-produce" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/WfIoRz-Ejok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/what-do-think-tanks-produce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The NYPL Renovation and the Future of Libraries</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/xeFvw_nKiuE/nypl-renovation-and-future-libraries</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/xeFvw_nKiuE/nypl-renovation-and-future-libraries#comments</comments>
		<pubDate>Thu, 17 May 2012 22:41:38 +0000</pubDate>
		<dc:creator>kylemcauley</dc:creator>
				<category><![CDATA[21st century literacies]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[digital humanities]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=e0491fd7a6f202994322383bbca828f2</guid>
		<description><![CDATA[&#160;
The New York Public Library has, for some time, been wanting to change the central branch at 42nd Street and 5th Avenue, known as the&#160;Stephen A. Schwarzman building, into a more public, open space. How could this be a bad thing? The news is...]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>The New York Public Library has, for some time, been wanting to change the central branch at 42nd Street and 5th Avenue, known as the&nbsp;Stephen A. Schwarzman building, into a more public, open space. How could this be a bad thing? The news is that virtually everyone in the scholarly, literary, and journalistic community thinks it is.</p>
<div class="og_rss_groups"><ul class="links"><li class="og_links first last"><a href="http://feedproxy.google.com/scholars">Scholars</a></li>
</ul></div><p><a href="http://hastac.org/blogs/kylemcauley/2012/05/17/nypl-renovation-and-future-libraries" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/xeFvw_nKiuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/the-nypl-renovation-and-the-future-of-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The NYPL Renovation and the Future of Libraries</title>
		<link>http://feedproxy.google.com/~r/hastac/blogs/~3/xeFvw_nKiuE/nypl-renovation-and-future-libraries</link>
		<comments>http://feedproxy.google.com/~r/hastac/blogs/~3/xeFvw_nKiuE/nypl-renovation-and-future-libraries#comments</comments>
		<pubDate>Thu, 17 May 2012 22:41:38 +0000</pubDate>
		<dc:creator>kylemcauley</dc:creator>
				<category><![CDATA[21st century literacies]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[digital humanities]]></category>

		<guid isPermaLink="false">http://www.2cultures.net/?guid=e0491fd7a6f202994322383bbca828f2</guid>
		<description><![CDATA[&#160;
The New York Public Library has, for some time, been wanting to change the central branch at 42nd Street and 5th Avenue, known as the&#160;Stephen A. Schwarzman building, into a more public, open space. How could this be a bad thing? The news is...]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>The New York Public Library has, for some time, been wanting to change the central branch at 42nd Street and 5th Avenue, known as the&nbsp;Stephen A. Schwarzman building, into a more public, open space. How could this be a bad thing? The news is that virtually everyone in the scholarly, literary, and journalistic community thinks it is.</p>
<div class="og_rss_groups"><ul class="links"><li class="og_links first last"><a href="http://feedproxy.google.com/scholars">Scholars</a></li>
</ul></div><p><a href="http://hastac.org/blogs/kylemcauley/2012/05/17/nypl-renovation-and-future-libraries" >read more</a></p><img src="http://feeds.feedburner.com/~r/hastac/blogs/~4/xeFvw_nKiuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.2cultures.net/2012/05/the-nypl-renovation-and-the-future-of-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 9.981 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 20:26:58 -->

