<?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"
	>

<channel>
	<title>human after all.</title>
	<atom:link href="http://www.sganga.info/itp/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sganga.info/itp/blog</link>
	<description>filippo vanucci at ITP</description>
	<pubDate>Wed, 31 Mar 2010 16:42:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Nature of Code - final proposal</title>
		<link>http://www.sganga.info/itp/blog/?p=951</link>
		<comments>http://www.sganga.info/itp/blog/?p=951#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[NATURE OF CODE]]></category>

		<category><![CDATA[THESIS]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=951</guid>
		<description><![CDATA[<img src="http://www.sganga.info/itp/noc/final/proposal/scrollable_pong.png" width="380">]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sganga.info/itp/noc/final/proposal/scrollables2.jpg" width="420"></p>
<p><img src="http://www.sganga.info/itp/noc/final/proposal/scrollable_pong.png"></p>
<p><img src="http://www.sganga.info/itp/noc/final/proposal/scrollable_prototype.jpg"></p>
<p><object width="400" height="449"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10370784&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10370784&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="449"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/adD4WvKabfU&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/adD4WvKabfU&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=951</wfw:commentRss>
		</item>
		<item>
		<title>Asking Zizek</title>
		<link>http://www.sganga.info/itp/blog/?p=938</link>
		<comments>http://www.sganga.info/itp/blog/?p=938#comments</comments>
		<pubDate>Thu, 25 Mar 2010 04:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[LEARNING BIT BY BIT]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=938</guid>
		<description><![CDATA[<object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/AwTJXHNP0bg&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AwTJXHNP0bg&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object>]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/AwTJXHNP0bg&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AwTJXHNP0bg&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Igal, Sindy and I worked on a Python application that allows you to ask Zizek about some topics and generates an answer with words that the famous philosopher would use.</p>
<p>First we created a text file that contains sentences pronounced by Zizek as they were reported on interviews that we found on the internet, such as these:<br />
<a href="http://www.lacan.com/perfume/Zizekinter.htm" target="_blank">http://www.lacan.com/perfume/Zizekinter.htm</a><br />
<a href="http://nosubject.com/On_Divine_Self-Limitation_and_Revolutionary_Love" target="_blank">http://nosubject.com/On_Divine_Self-Limitation_and_Revolutionary_Love</a></p>
<p>The application we wrote in Python takes those texts to create an answer with the words that Zizek used. You can only ask Zizek to talk about a topic, since the application takes just 1 word at a time. Once you run the module, in order to ask something, you have to call the following function: <code>answer("word"). <span style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Verdana, sans-serif;">The software creates random words from Zizek until it reaches a dot.</span></code></p>
<p>Here is the python file: <a href="http://www.sganga.info/itp/lbbb/zizek_app.py" target="_blank">zizek_app.py</a> and the text file with all Zizek&#8217;s words: <a href="http://www.sganga.info/itp/lbbb/zizek.txt" target="_blank">zizek.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=938</wfw:commentRss>
		</item>
		<item>
		<title>Thesis concept review</title>
		<link>http://www.sganga.info/itp/blog/?p=922</link>
		<comments>http://www.sganga.info/itp/blog/?p=922#comments</comments>
		<pubDate>Thu, 25 Feb 2010 23:34:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[THESIS]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=922</guid>
		<description><![CDATA[My thesis project is an exploration of possible applications for a paper-based human-computer interface. I want to bring back the tactile relationship that we have with paper as a way to interact with the digital world. In order to address this problem I focused on the idea of scrolling as the main paradigm for the [...]]]></description>
			<content:encoded><![CDATA[<p>My thesis project is an exploration of possible applications for a paper-based human-computer interface. I want to bring back the tactile relationship that we have with paper as a way to interact with the digital world. In order to address this problem I focused on the idea of scrolling as the main paradigm for the interaction and I want to create site-specific installations where users can interact with a screen projected on a surface by scrolling the paper itself. </p>
<p><del datetime="2010-02-26T17:25:14+00:00">The project starts from the observation of how paper as a medium is more and more associated with the opposite of technology and innovation, and how it&#8217;s being threatened by the diffusion of e-readers and portable touchscreen technologies. With my exploration</del>. My purpose is to stimulate a sense of wonder and discovery, in the attempt to re-purpose a fragile material like paper in the context of the more advanced technological communication forms that we are used to.</p>
<p>The first criterion of success of the project is to be able to develop a simple-enough mechanism for sensing the scrolling of paper, which can be easily replicated. I would like to set up 2 or 3 different installations of this kind of interface, in order to be able to show different applications, which could be for information, art or entertainment purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=922</wfw:commentRss>
		</item>
		<item>
		<title>Nature of Code - midterm proposal</title>
		<link>http://www.sganga.info/itp/blog/?p=907</link>
		<comments>http://www.sganga.info/itp/blog/?p=907#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[NATURE OF CODE]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=907</guid>
		<description><![CDATA[For my nature of code midterm I'm thinking about representing a liquid flowing on a surface (e.g. ink on paper). When the liquid dries out, the stain that it leaves will be in the shape of some object (it could also be a video feed). Here are some images and videos that might give an idea of what I would like to achieve.<br /><br /><img src="http://www.sganga.info/itp/noc/midterm/stain.jpg">]]></description>
			<content:encoded><![CDATA[<p>For my nature of code midterm I&#8217;m thinking about representing a liquid flowing on a surface (e.g. ink on paper). When the liquid dries out, the stain that it leaves will be in the shape of some object (it could also be a video feed).</p>
<p>Here are some images and videos that might give an idea of what I would like to achieve.</p>
<p><img src="http://www.sganga.info/itp/noc/midterm/stain.jpg"></p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=367728&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=367728&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4960916&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4960916&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></p>
<p>A possible way would be to use volumeutils form toxi..maybe.</p>
<p><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5367768&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5367768&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=907</wfw:commentRss>
		</item>
		<item>
		<title>Mood and Time</title>
		<link>http://www.sganga.info/itp/blog/?p=901</link>
		<comments>http://www.sganga.info/itp/blog/?p=901#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:41:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[THESIS]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=901</guid>
		<description><![CDATA[<img src="http://www.sganga.info/itp/thesis/thesis_mood.png" width="350">]]></description>
			<content:encoded><![CDATA[<p>mood:</p>
<p><a href="http://www.sganga.info/itp/thesis/thesis_mood.png"><img src="http://www.sganga.info/itp/thesis/thesis_mood.png" width="500"></a></p>
<p>timeline:</p>
<p><a href="http://www.sganga.info/itp/thesis/thesis_timeline.png"><img src="http://www.sganga.info/itp/thesis/thesis_timeline.png" width="500"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=901</wfw:commentRss>
		</item>
		<item>
		<title>new thesis idea</title>
		<link>http://www.sganga.info/itp/blog/?p=878</link>
		<comments>http://www.sganga.info/itp/blog/?p=878#comments</comments>
		<pubDate>Thu, 04 Feb 2010 23:28:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[THESIS]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=878</guid>
		<description><![CDATA[So I changed the scope of my thesis. I decided to keep playing with the idea of repurposing paper, but I would like to abandon the idea of collecting people&#8217;s waste, because I realized that I am not so interested in this social and collaborative dimension any more. Nonetheless I don&#8217;t want to totally get [...]]]></description>
			<content:encoded><![CDATA[<p>So I changed the scope of my thesis. I decided to keep playing with the idea of repurposing paper, but I would like to abandon the idea of collecting people&#8217;s waste, because I realized that I am not so interested in this social and collaborative dimension any more. Nonetheless I don&#8217;t want to totally get away from the subject, but rather I would like to approach it in a different way.</p>
<p>WHAT</p>
<p>I am thinking about experimenting with a paper-based interactive screen that would be built into a table. I would like to create a projected screen on a paper / fabric surface on the top of a table. The user would interact with it by moving stripes of rolled paper that would be scrolling on the surface of the table.<br />
The digital applications for this are part of the exploration and they are going to be developed based on the results of some early testing of the physical installation.<br />
For the moment I am thinking about some drawing applications, little games and data visualizations.</p>
<p>WHY</p>
<p>The project is an exploration of the physical and tactile property of paper as an interface for digital applications. I like the idea of scrolling because it&#8217;s an interaction paradigm that is very related to both paper and the digital world.</p>
<p>HOW</p>
<p>The first step is going to be a research on the different kinds of paper I can use, trying to find the ones that have the properties that I need. The paper has to be robust enough so that it wouldn&#8217;t tear, since it has to be scrolled over and over. It also has to be decided the level of transparency I would like it to have, which is going to determine if I am going to use projection from above the table or below.<br />
The interface is not touch screen. All the sensing will be made using sensors, like using potentiometers that would rotate inside the paper rolls.</p>
<p>This is a rough sketch of what the setup would be like:</p>
<p><img src="http://itp.nyu.edu/~fv326/blog/wp-content/images/paper_table.png"></p>
<p>MOOD</p>
<p><img src="http://itp.nyu.edu/~fv326/blog/wp-content/images/computerart_5.jpg"></p>
<p><img src="http://itp.nyu.edu/~fv326/blog/wp-content/images/lewitt.jpg"></p>
<p><img src="http://itp.nyu.edu/~fv326/blog/wp-content/images/basquiat.jpg"></p>
<p><img src="http://itp.nyu.edu/~fv326/blog/wp-content/images/factory.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=878</wfw:commentRss>
		</item>
		<item>
		<title>Thesis Idea</title>
		<link>http://www.sganga.info/itp/blog/?p=859</link>
		<comments>http://www.sganga.info/itp/blog/?p=859#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:13:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[THESIS]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=859</guid>
		<description><![CDATA[WHO / WHAT
The idea I have for my thesis is a project about the death of paper as a medium for information and personal expression, as it is being replaced by digital technology. The project is at the intersection between art and play and it will take the form of an installation for a public [...]]]></description>
			<content:encoded><![CDATA[<p>WHO / WHAT</p>
<p>The idea I have for my thesis is a project about the death of paper as a medium for information and personal expression, as it is being replaced by digital technology. The project is at the intersection between art and play and it will take the form of an installation for a public space, a recycle bin for paper that will collect all the items submitted by passers-by, creating a digital collection of them on a website or interactive screen.</p>
<p><img src="http://www.sganga.info/itp/blog/wp-content/images/paper_bin.jpg" alt=""></p>
<p>WHY</p>
<p>The installation would create a collective archive of pieces of paper, whose purpose is to raise awareness of our relationship with the paper medium, what kind of paper we carry with us, what information it tells about us (a flyer, a receipt, personal pictures, etc.) and how we can express our creativity to a community of strangers by sharing original paper creations (origami, written messages, etc.).</p>
<p>WHERE</p>
<p>In the physical realm, the project would ideally be installed in a public space such as it could be a train station or a library, a place where you could expect to find a recycle bin. At the same time, though, it should be clear to whoever interacts with it that it is not a regular bin. It should be clearly specified that it&#8217;s an installation and I think a few basic interactions should be provided, such as a general idea about what can be dropped inside and what cannot, information about the project and a website URL where people can later go and find the items submitted by everyone.</p>
<p>On the digital side, each scanned image of every piece of paper should populate a database that would be accessible online in a website. The website would make use of data visualization techniques to represent the items by time and date when they were collected. Other visualizations could emphasize the relations between the pieces of paper based on their color (using image analysis) and the kind of information they have.</p>
<p>HOW</p>
<p>At first I thought about using digital scanners, but I would have to hack it to make it talk directly with some sort of C++ or Java application. Since I am not so good in electronics, I could probably design a mechanism that would make every piece of paper slide in front of a video camera and then use image processing code (like motion detection and background subtraction) to extract the video frame and save it into a database of images. Once the image is saved the piece of paper should slide into a container at the bottom of the bin.<br />
The bin would be physically divided in 2 or 3 parts: the interface to insert the piece of paper, a &#8220;dark room&#8221; where the camera would save the new image and a final container where all the paper would finally go.</p>
<p>INSPIRATION</p>
<p>Ianus Keller&#8217;s <a href="http://www.interactiondesignblog.com/2008/06/how-designers-collect-visual-material-with-the-cabinet/">Cabinet</a></p>
<p>LUST&#8217;s <a href="http://www.lust.nl/posterwall">Poster Wall</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=859</wfw:commentRss>
		</item>
		<item>
		<title>Collaborative painting on a grid</title>
		<link>http://www.sganga.info/itp/blog/?p=850</link>
		<comments>http://www.sganga.info/itp/blog/?p=850#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[LIVE WEB]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=850</guid>
		<description><![CDATA[An idea Peter and I had for Live Web is building a collaborative painting online platform in which the canvas is a grid of little squares. Each user that logs in is assigned a spot in the grid to draw on. In order to complete any image there has to be an implicit or explicit agreement between the user and its neighbors.<br />
<br />
<img src="http://www.sganga.info/itp/blog/wp-content/images/biggrid.png" width="350">]]></description>
			<content:encoded><![CDATA[<p>An idea Peter and I had for Live Web is building a collaborative painting online platform in which the canvas is a grid of little squares. Each user that logs in is assigned a spot in the grid to draw on. In order to complete any image there has to be an implicit or explicit agreement between the user and its neighbors. The grid will grow according to the number of people of access the page.</p>
<p><img src="http://www.sganga.info/itp/blog/wp-content/images/biggrid.png" width="500"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=850</wfw:commentRss>
		</item>
		<item>
		<title>Tufte vs Harris</title>
		<link>http://www.sganga.info/itp/blog/?p=842</link>
		<comments>http://www.sganga.info/itp/blog/?p=842#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:11:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VISUALIZING DATA]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=842</guid>
		<description><![CDATA[An interesting point that Edward Tufte makes in the interview is when he talks about the approach that the designer should have towards the audience. He says that in order to make good visualizations it is important to know the content deeply and to respect the audience, without underestimating them. He is very attached to [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting point that Edward Tufte makes in the interview is when he talks about the approach that the designer should have towards the audience. He says that in order to make good visualizations it is important to know the content deeply and to respect the audience, without underestimating them. He is very attached to the idea of a designer who never compromises too much with the latest trends and rather subverts them, maintaining a very critical point of view.<br />
From what I have seen, Jonathan Harris seems to embrace an approach that is exactly the opposite of what Tufte is talking about. Even though he is a very successful and talented designer, in his attempt to make technology &#8220;more human&#8221;, Harris risks to be lacking in communicating ideas. His intent is more focused on storytelling and establishing an emotional connection with his audience, rather than extrapolating new points of view on a given data set.<br />
In the end, even if I really like the visual and technological solutions in Harris works, personally I feel more connected to Tufte vision, since some of Harris works make me think he is being a little too indulgent with the audience, trying every time to please, instead of provoking.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=842</wfw:commentRss>
		</item>
		<item>
		<title>Mystery Image</title>
		<link>http://www.sganga.info/itp/blog/?p=834</link>
		<comments>http://www.sganga.info/itp/blog/?p=834#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:45:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VISUALIZING DATA]]></category>

		<guid isPermaLink="false">http://www.sganga.info/itp/blog/?p=834</guid>
		<description><![CDATA[These are the mystery words coming out of the mystery image in the mysterious processing code.<br />
<br />
<img src="http://www.sganga.info/itp/dataviz/week7/mysteryImage.png" width="350">]]></description>
			<content:encoded><![CDATA[<p>These are the mystery words coming out of the mystery image in the mysterious processing code.</p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/mysteryImage.png"></p>
<p>These are the same words whose position in space is determined by the mystery image, but the pixels themselves are coming from the image of Roger.</p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/mysteryRoger.png"></p>
<p>And then I tried to see the effect with a black and white image of Woody Allen.</p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/woody1.png"></p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/woody2.png"></p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/woody3.png"></p>
<p><img src="http://www.sganga.info/itp/dataviz/week7/woody4.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sganga.info/itp/blog/?feed=rss2&amp;p=834</wfw:commentRss>
		</item>
	</channel>
</rss>
