<?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>yonatan reinberg &#187; blog</title>
	<atom:link href="http://yreinberg.org/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://yreinberg.org</link>
	<description>yonatan reinberg anthropologist developer web programmer</description>
	<lastBuildDate>Mon, 12 Dec 2011 23:48:44 +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>My review of Perrone&#8217;s Brazil, Lyric, and the Americas</title>
		<link>http://yreinberg.org/blog/my-review-of-perrones-brazil-lyric-and-the-americas?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-review-of-perrones-brazil-lyric-and-the-americas</link>
		<comments>http://yreinberg.org/blog/my-review-of-perrones-brazil-lyric-and-the-americas#comments</comments>
		<pubDate>Sun, 11 Dec 2011 18:01:25 +0000</pubDate>
		<dc:creator>yonatanr</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[anthropologist]]></category>
		<category><![CDATA[brazil]]></category>
		<category><![CDATA[hemispheric]]></category>
		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://yreinberg.org/?p=89</guid>
		<description><![CDATA[I wrote this little review of Perrone's book, Brazil, Lyric, and the Americas for the Journal of Latin American and Caribbean Studies. Click through to read it.]]></description>
			<content:encoded><![CDATA[<p>Writing from New York City, evocative playground of much of the Brazilian poetry Charles Perrone outlines in Brazil, Lyric and the Americas, it is difficult to avoid reveling in the “shared interests in hemispheric awareness, the means of expression of Others nearby, [and] the views of neighbors” (187) at the book’s core.  With an emphasis on lyric, which he defines as poetic contribution in a multi-media dimension, Perrone sets out to demonstrate that contra the stereotypes of a languid Brazil, so distant from its neighbors in South and North America, the country has long been involved in connecting, sharing and recycling their works.  He begins with a chapter on literature and then muses about film, popular music, and the epic poet before concluding with a chapter on Tropicália, Brazil’s internationalist musical movement of the 1960s.  Perrone compares the latter to a recent movement of similar thrust, the mangue beat, or “swamp pop-rock” (166), of Chico Science.  His writing is lyrical and romantic and influenced by poetic images, both textual and pictorial (of which there are quite a few in the book)&#8230;.</p>
<p><a href='http://yreinberg.org/wp-content/uploads/Perrone.LyricBrazilAmericasReview-Final-PublishedEdits.pdf'>Download PDF here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yreinberg.org/blog/my-review-of-perrones-brazil-lyric-and-the-americas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zotero stuff</title>
		<link>http://yreinberg.org/blog/zotero-stuff?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zotero-stuff</link>
		<comments>http://yreinberg.org/blog/zotero-stuff#comments</comments>
		<pubDate>Sat, 13 Mar 2010 21:35:36 +0000</pubDate>
		<dc:creator>yonatanr</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[citations]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://yreinberg.org/proto/?p=18</guid>
		<description><![CDATA[zotero is a wonderful, life saving bibliographic and note-taking tool. i can emphasize that as much as possible, or you can check it out for yourself, install it in everyone&#8217;s favorite open source browser, and see how much it changes your citation life. with the VUE addon, you can also become a newfangled levi strauss. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zotero.org/">zotero</a> is a wonderful, life saving bibliographic and note-taking tool.</p>
<p>i can emphasize that as much as possible, or you can check it out for yourself, install it in everyone&#8217;s favorite open source browser, and see how much it changes your citation life.  with the <a href="https://vue-forums.uit.tufts.edu/posts/list/521.page">VUE addon</a>, you can also become a <a href="http://yreinberg.org/wp-content/uploads/reinberg-topics.pdf">newfangled levi strauss</a>.</p>
<p>there are limits, however, to what zotero is able to currently do with its tagging features, which is where i got interested while preparing my bibliographies recently.  with a tool like the <a href="http://jasonpriem.com/projects/report_cleaner.php">zotero report customizer</a> as my inspiration, i tried my hand at generating a list of tags that i could then build into a tag cloud.</p>
<p>first, you have to export your tags into something useful. zotero runs on <a href="http://www.sqlite.org/download.html">sqllite</a>, a sql-based, but local running, database engine.  download a client (either at the sqlite page or <a href="http://sites.google.com/site/sqlitetool/">google&#8217;s tool</a> (though i found the command line version to be better) and get a list of your tags exported with something like:</p>
<p><code>SELECT name, COUNT(*) AS count FROM itemTags NATURAL JOIN tags WHERE libraryID IS NULL GROUP BY name</code></p>
<p>you&#8217;ll get something that looks like this (but less jargony?):</p>
<p><code>"""world music""",5<br />
3rd-world-ism,4<br />
abandonment,3<br />
abolition,2<br />
abstraction,1</code></p>
<p>to be continued shortly i promise as i set this blog up</p>
]]></content:encoded>
			<wfw:commentRss>http://yreinberg.org/blog/zotero-stuff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>welcome to my new site</title>
		<link>http://yreinberg.org/blog/welcome?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcome</link>
		<comments>http://yreinberg.org/blog/welcome#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:36:11 +0000</pubDate>
		<dc:creator>yonatanr</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://yreinberg.org/proto/?p=20</guid>
		<description><![CDATA[welcome to my new site, visitors. this site has evolved through the years as many things, first as just a way to stake out my name &#8211; and keep it from becoming some spam site for other users. of course this domain hangs over you like a dark cloud, just begging you to do something [...]]]></description>
			<content:encoded><![CDATA[<p>welcome to my new site, visitors.</p>
<p>this site has evolved through the years as many things, first as just a way to stake out my name &#8211; and keep it from becoming some spam site for other users. of course this domain hangs over you like a dark cloud, just begging you to <em>do something with it</em>, so after much hemming and hawing it&#8217;s going to stay like this for a while.</p>
<p>i&#8217;m an anthropologist, to be sure, interested in intellectual property and digital worlds.  I&#8217;ve just finished the coursework process (ABD, yo!) at the City University of New York&#8217;s Graduate Center and thanks to some helpful grant monies from the powers that be, am starting coursework in Brazil to investigate anthropological questions of IP and the so-called &#8220;Black Atlantic,&#8221; as well as how Brazil is working with other emerging powers to redefine (or sadly, remain defined by) traditional copyright law.</p>
<p>stay tuned to the blog, because I do intend to make it a &#8220;collaborative&#8221; one insofar as &#8211; bucking the trendiness of it all &#8211; I can actually post words, video and music from informants in the hopes that their ideas gain traction on the interwebs directly as their own, rather than filtered through the anthropologist&#8217;s words.</p>
<p>incidentally, i stumbled across some old letters i sent when i had digitale magazine up and running in 199-freaking-5(!11!). it was a state of the art online web magazine. if i had kept it up and actually bought domains at the time, i would be a rich man. sigh. here are some of the letters for your enjoyment:</p>
<p><em>Hello! I am Jon Reinberg, owner and editor of the World Wide Web<br />
computer games magazine, Digitale.  We review the latest breakthroughs<br />
in the world of computers and computer games. Some of the products we<br />
have reviewed are:</p>
<p>* Phylon Playlink 2000: The first ever gaming DSVD modem<br />
* Virtual I/O and VFX/1: Excellent Virtual Reality goggles for the PC<br />
* Mortal Kombat 3 &#8211; Regarded as the best PC fighter _ever_</p>
<p>I am requesting an evaluation unit of the Diamond Edge for Digitale.<br />
We will review it, and place a link to Diamond Multimedia&#8217;s web site<br />
at the bottom.  Also, we usually keep our units permanently in our<br />
computers to test them with new games that come out.  If this message<br />
 has reached the wrong person, please forward it to the correct person.</p>
<p>Digitale is available at:  http://www.happypuppy.com/digitale/digitale.html [<em>ed note: does not work, sadly!</em>]</p>
<p>Digitale Magazine<br />
<strong>REDACTED</strong></p>
<p>Please feel free to contact me with questions and comments.</p>
<p>Sincerely,</p>
<p>Jon Reinberg<br />
Digitale Owner and Editor</em></p>
]]></content:encoded>
			<wfw:commentRss>http://yreinberg.org/blog/welcome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

