<?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>blacklog &#187; tiny</title>
	<atom:link href="http://blacklog.mitplw.com/category/tiny/feed/" rel="self" type="application/rss+xml" />
	<link>http://blacklog.mitplw.com</link>
	<description>Luis Blackaller</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:38:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Icon No. 253377</title>
		<link>http://blacklog.mitplw.com/2011/08/02/icon-no-253377/</link>
		<comments>http://blacklog.mitplw.com/2011/08/02/icon-no-253377/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 10:35:40 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[draw]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=2348</guid>
		<description><![CDATA[Sometimes I just feel like making another icon.]]></description>
			<content:encoded><![CDATA[<p>Sometimes I just feel like making <a href="http://tiny.tacolab.com" target="_blank">another icon</a>.</p>
<p><img src="http://blacklog.mitplw.com/wp-content/uploads/253377_color.png" alt="" title="253377_color" width="550" height="260" class="alignnone size-full wp-image-2349" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2011/08/02/icon-no-253377/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undef Print</title>
		<link>http://blacklog.mitplw.com/2011/07/01/undef-print/</link>
		<comments>http://blacklog.mitplw.com/2011/07/01/undef-print/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 00:48:08 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[tiny]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=2182</guid>
		<description><![CDATA[This afternoon I accidentally found myself submitting tiny snippets of Javascript code to UndefPrint, and watching my submissions transform into prints almost instantly on a live video stream. The video showed a window to the street on the right side, and moving arms holding beer bottles on the left. In the center of the frame, [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I accidentally found myself submitting tiny snippets of Javascript code to <a href="http://www.undefprint.com/">UndefPrint</a>, and watching my submissions transform into prints almost instantly on a live video stream. The video showed a window to the street on the right side, and moving arms holding beer bottles on the left. In the center of the frame, a printer was drawing every submission on an interminable roll of paper. It was 8:30 PM in Berlin when I started looking. It was getting dark, and I stuck around until their clock hit midnight. I think it was 3:00 PM here in California. Ubiquity—to be present in several places at the same time—feels priceless. It even inspired me to write something in this journal for the first time in months ^_^</p>
<p>This exercise in <a href="http://en.wikipedia.org/wiki/Telematics">Telematics</a> and participation is just one out of many—<a href="http://www.lozano-hemmer.com/amodal_suspension.php">Amodal Suspension</a> by Ralfael Lozano-Hemmer and <a href="http://bea.st/sight/absolutQuartet/">Absolut Quartet</a> by Jeff Lieberman &#038; Dan Paluska immediately come to mind—but it stands out in a particular way that is relevant to some of the work we were doing back in the <a href="http://plw.media.mit.edu/">PLW</a> a few years ago. <a href="http://www.undefprint.com/">UndefPrint</a> is only open to participants that can write code. The general public is excluded. At least a bit of knowledge of Javascript and computer science is required to get anything out of <a href="http://www.undefprint.com/">UndefPrint</a>. The idea that <strong>code is a mode of expression</strong> in a way similar to simple speech, doodling, or any other gesture that can be performed in public is not new, but it is an important one, because it puts code next to activities that come naturally to most humans—like speech or hitting on a keyboard to produce sounds—even when coding doesn&#8217;t come naturally for anybody. Perhaps in the future we will be able to speak code—and math—the way we can sort out objects in a crowded room. One can only hope.</p>
<p><img src="http://blacklog.mitplw.com/wp-content/uploads/undefprint.png" alt="" title="undefprint" width="550" height="293" class="alignnone size-full wp-image-2191" /></p>
<p>Here is the code that draws the pattern in the image above, the fifth in my series of submissions:</p>
<pre style="color:dodgerblue;">
for (i=0;i<=pWidth();i++){
  for (j=0;j<=pHeight();j++){
    pSymbolB(219+(Math.floor(Math.sin(j*i))%3));
    pPixel(i,j);}}
</pre>
<p>And, some fooling around with triangular patterns:</p>
<p><img style="opacity:0.9;filter:alpha(opacity=90);" src="http://blacklog.mitplw.com/wp-content/uploads/pattern_4.png" alt="" title="pattern_4" width="550" height="240" class="alignnone size-full wp-image-2236" /><img style="opacity:0.9;filter:alpha(opacity=90);" src="http://blacklog.mitplw.com/wp-content/uploads/pattern_3.png" alt="" title="pattern_3" width="550" height="240" class="alignnone size-full wp-image-2237" /><img style="opacity:0.9;filter:alpha(opacity=90);" src="http://blacklog.mitplw.com/wp-content/uploads/pattern_1.png" alt="" title="pattern_1" width="550" height="240" class="alignnone size-full wp-image-2239" /></p>
<p>Did I ever mention how much I like simple nested for-loops?</p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2011/07/01/undef-print/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cupcake</title>
		<link>http://blacklog.mitplw.com/2009/06/03/cupcake/</link>
		<comments>http://blacklog.mitplw.com/2009/06/03/cupcake/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:08:27 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[plw]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=1382</guid>
		<description><![CDATA[[Extracted from the Tiny Icon Factory. Colored using a Magic Wand Tool]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blacklog.mitplw.com/wp-content/uploads/custom-content/cupcake8.png" /><br />
[Extracted from the <a href="http://tiny.media.mit.edu/">Tiny Icon Factory</a>. Colored using a Magic Wand Tool]</p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2009/06/03/cupcake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icon update</title>
		<link>http://blacklog.mitplw.com/2009/04/13/icon-update/</link>
		<comments>http://blacklog.mitplw.com/2009/04/13/icon-update/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 02:53:21 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[plw]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=1261</guid>
		<description><![CDATA[My latest favorites from the tiny icon factory: 215606 [t-rex] 215649 [car] 215660 [phone]]]></description>
			<content:encoded><![CDATA[<p>My latest favorites from the <a href="http://tiny.media.mit.edu/">tiny icon factory</a>:</p>
<p><a href="http://tiny.media.mit.edu/images/icons/215606.png">215606</a> [t-rex]<br />
<img src="http://blacklog.mitplw.com/wp-content/uploads/custom-content/215606.png" /></p>
<p><a href="http://tiny.media.mit.edu/images/icons/215649.png">215649</a> [car]<br />
<img src="http://blacklog.mitplw.com/wp-content/uploads/custom-content/215649.png" /></p>
<p><a href="http://tiny.media.mit.edu/images/icons/215660.png">215660</a> [phone]<br />
<img src="http://blacklog.mitplw.com/wp-content/uploads/custom-content/215660.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2009/04/13/icon-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icon ID 209821</title>
		<link>http://blacklog.mitplw.com/2008/10/03/icon-id-209821/</link>
		<comments>http://blacklog.mitplw.com/2008/10/03/icon-id-209821/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:51:42 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[plw]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=807</guid>
		<description><![CDATA[I found this cute low-res depiction of a spermatozoon in the tiny icon factory the other day. It seems to be a calm, pensive specimen that will probably never win the race to fertilize an ovum. Along with many other icons in the tiny icon factory, this image reminds me of the Rorschach inkblot test, [...]]]></description>
			<content:encoded><![CDATA[<p>I found this cute low-res depiction of a <a href="http://en.wikipedia.org/wiki/Spermatozoon" target="blank">spermatozoon</a> in the <a href="http://tiny.media.mit.edu/" target="blank">tiny icon factory</a> the other day. It seems to be a calm, pensive specimen that will probably never win the race to fertilize an <a href="http://en.wikipedia.org/wiki/Ovum" target="blank">ovum</a>.</p>
<p>Along with many other icons in the <a href="http://tiny.media.mit.edu/" target="blank">tiny icon factory</a>, this image reminds me of the <a href="http://en.wikipedia.org/wiki/Rorschach_inkblot_test" target="blank">Rorschach inkblot test</a>, created by the Swiss Freudian psychiatrist and psychoanalyst Hermann Rorschach in 1921. The image might not really represent anything other than itself, but we still manage to see other things in it.</p>
<p>When I looked at this icon for the first time, I also had access to the name it was given: <a href="http://tiny.media.mit.edu/search/sperm" target="blank">sperm</a>. With the help of this name, I can immediately see the cute little spermatozoon curling upwards like a seahorse, but if I stare long enough I wonder whether I see nothing at all. Do I actually believe that the 1&#215;2 pixel rectangle hanging from the top right corner of its head is actually an eye?</p>
<p>Yes I do.</p>
<p><img src="http://blacklog.mitplw.com/wp-content/uploads/tiny_sperm_209786_2.png" alt="" title="tiny_sperm_209786"  class="alignnone size-full wp-image-824" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2008/10/03/icon-id-209821/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There are more than 200000 Tiny Icons</title>
		<link>http://blacklog.mitplw.com/2008/04/04/there-are-more-than-200000-tiny-icons/</link>
		<comments>http://blacklog.mitplw.com/2008/04/04/there-are-more-than-200000-tiny-icons/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 00:21:30 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[plw]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=589</guid>
		<description><![CDATA[Somebody recently made the icon number 200000 in the Tiny Icon Factory. It&#8217;s the letter . Very close to it is icon number 199996. It is a skull. The following are icons number 199996 and 500: On other things, this is icon number 131313, a very realistic depiction of pong.]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td>Somebody recently made the icon number 200000 in the <a href="http://tiny.media.mit.edu/">Tiny Icon Factory</a>. It&#8217;s the letter <img src="/wp-content/uploads/custom-content/200000.png" />. Very close to it is icon number 199996. It is a skull. The following are icons number 199996 and 500:</td>
</tr>
</table>
<table>
<tr>
<td>
<img src="/wp-content/uploads/custom-content/199996x20.png" />
</td>
<td>
<img src="/wp-content/uploads/custom-content/500x20.png" />
</td>
</tr>
</table>
<p><!--The GhostRider and Paul Rand, I wonder what this means.--> On other things, <a href="http://tiny.media.mit.edu/render_icon/131313/20">this</a> is icon number 131313, a very realistic depiction of pong.</p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2008/04/04/there-are-more-than-200000-tiny-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tiny Wallpapers from France</title>
		<link>http://blacklog.mitplw.com/2007/11/12/tiny-wallpapers-from-france/</link>
		<comments>http://blacklog.mitplw.com/2007/11/12/tiny-wallpapers-from-france/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:07:41 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[draw]]></category>
		<category><![CDATA[old style]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=570</guid>
		<description><![CDATA[Superscript from France has created a nice online wallpaper editor and repository. The tiling of the motifs is implemented in the simplest way, repeating them over a square grid. I wish they implemented something like rotations of reflections to create more complex patterns, or even symmetries that are not square, like triangular or hexagonal, but [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!-- </p>
<p>#wallpaper {
	background-image:url(http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif);
	background-repeat:repeat;
}
-->
</style>
<p><a href="http://www.super-script.com/">Superscript</a> from France has created a nice online <a href="http://www.super-script.com/projets/wallpaper/">wallpaper</a> editor and repository. The tiling of the motifs is implemented in the simplest way, repeating them over a square grid. I wish they implemented something like rotations of reflections to create more complex patterns, or even symmetries that are not square, like triangular or hexagonal, but that would complicate things a lot, and sometimes it is better to have something that is somehow limited, instead not having anything at all, other than the idea of something really powerful that was never made. As limited as they might be, the expressive potential of tools like this one is nearly infinite. I also wish they rendered white as transparent so we could have different colored wallpapers just by changing the background color of the body tag, and I wish the drawing interface was more fluid, perhaps a bit more like the one we made for <a href="http://tiny.media.mit.edu/">Tiny</a>, that understands <strong>strokes</strong> rather than <strong>clicks</strong>.</p>
<p>Superscript&#8217;s wallpaper application looks like a natural sibling of the Tiny Icon Factory, and a good resource to decorate the backgrounds of your webpages. This is one of the 888 motifs already available there (you can also make your own of course, and I&#8217;m sure by the time you read this there will be at least 900):</p>
<div id='wallpaper'>
<img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' /><img src='http://www.super-script.com/projets/wallpaper/library/vktra1_867.gif' />
</div>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2007/11/12/tiny-wallpapers-from-france/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>e15, better lights and materials</title>
		<link>http://blacklog.mitplw.com/2007/10/19/better-lights-and-materials/</link>
		<comments>http://blacklog.mitplw.com/2007/10/19/better-lights-and-materials/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 02:58:42 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[e15]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=554</guid>
		<description><![CDATA[you gotta love those normals!]]></description>
			<content:encoded><![CDATA[<p>you gotta love those normals!</p>
<p><img id="image555" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tinyyyy.png" alt="tinyyyy.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2007/10/19/better-lights-and-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>e15 explores the tiny icon factory too</title>
		<link>http://blacklog.mitplw.com/2007/10/19/e15-explores-the-tiny-icon-factory-too/</link>
		<comments>http://blacklog.mitplw.com/2007/10/19/e15-explores-the-tiny-icon-factory-too/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 06:51:46 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[e15]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=553</guid>
		<description><![CDATA[I built a qbert style staircase with 2700 icons from the tiny icon factory. The icons are good building blocks to experiment with potential strategies to build virtual architectures for populating the e15 environment in the future. Complex shapes are also good to test different illumination models. Lights, materials and all that. We want to [...]]]></description>
			<content:encoded><![CDATA[<p>I built a <a href="http://en.wikipedia.org/wiki/Q*bert">qbert</a> style staircase with 2700 icons from the <a href="http://tiny.media.mit.edu/">tiny icon factory</a>. The icons are good building blocks to experiment with potential strategies to build virtual architectures for populating the <a href="http://e15.media.mit.edu/">e15</a> environment in the future. Complex shapes are also good to test different illumination models. Lights, materials and all that. We want to have a good control over all these resources to use them as tools to paint different subsets of large collections of data in interesting ways. The icons, for example, have names, and these names can be used to define the material of each icon. This would help to sort them visually. </p>
<p>All the icons in the following illustration are painted the same way, with a slightly tealish ambient color, a redish diffuse and a white and subtle specular (and infinitely faraway parallel light rays), but I could think of changing the material of all the <a href="http://en.wikipedia.org/wiki/Popeye">Popeyes</a> to spinach green, and then it would be easy to spot where the Popeyes are in the qbert staircase.</p>
<p><img id="image552" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tinye15.png" alt="tinye15.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2007/10/19/e15-explores-the-tiny-icon-factory-too/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>oGFx explores the tiny icon factory</title>
		<link>http://blacklog.mitplw.com/2007/10/14/tiny-meets-ogfx/</link>
		<comments>http://blacklog.mitplw.com/2007/10/14/tiny-meets-ogfx/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 05:38:33 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[ogfx]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=549</guid>
		<description><![CDATA[Read about oGFx and visit Tiny.]]></description>
			<content:encoded><![CDATA[<p>Read about <a href="http://web.media.mit.edu/~black/ogfx/ogfx.html">oGFx</a> and visit <a href="http://tiny.media.mit.edu/">Tiny</a>.</p>
<p><img id="image541" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tiny_ogfx_white.png" alt="tiny_ogfx_white.png" /><img id="image550" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tiny_ogfx_cyan_21.png" alt="tiny_ogfx_cyan_21.png" /><img id="image551" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tiny_ogfx_magenta_21.png" alt="tiny_ogfx_magenta_21.png" /><img id="image547" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tiny_ogfx_yellow_1.png" alt="tiny_ogfx_yellow_1.png" /><img id="image542" src="http://blacklog.mitplw.com/wp-content/uploads/2007/10/tiny_ogfx_black.png" alt="tiny_ogfx_black.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2007/10/14/tiny-meets-ogfx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

