<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>mtsuyugu&#39;s blog</title>
        <link>http://mtsuyugu.vox.com/library/posts/page/1/</link>
        <description></description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Thu, 15 May 2008 00:27:33 +0900</lastBuildDate>
        <copyright>Copyright 2008</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>tried processing.js</title>
            <link>http://mtsuyugu.vox.com/library/post/tried-processingjs.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(mtsuyugu)</author>
            <comments>http://mtsuyugu.vox.com/library/post/tried-processingjs.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://mtsuyugu.vox.com/library/post/tried-processingjs.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 15 May 2008 00:27:33 +0900</pubDate>         
            
            <description>    &lt;p&gt;I tried John Resig&amp;#39;s processing.js, which is processing implementation on javascript.&lt;/p&gt;&lt;p&gt;This is a program to draw &lt;a href=&quot;http://en.wikipedia.org/wiki/Sierpinski_carpet&quot;&gt;the Sierpinski carpet fractal&lt;/a&gt;.&lt;/p&gt;&lt;pre&gt;var max = 3;&lt;br /&gt;void draw_iter(x,y,w,h,n){&lt;br /&gt;   var wn = w/3;&lt;br /&gt;   var hn = h/3;&lt;br /&gt;   pushMatrix();&lt;br /&gt;   translate(x,y);&lt;br /&gt;   rect(wn,hn,wn,hn);&lt;br /&gt;   popMatrix();&lt;br /&gt;   if( max &amp;lt;= ++n ) return;&lt;br /&gt;   for( var i = 0; i &amp;lt; 9; i++ ){&lt;br /&gt;      if( i == 4 ) continue;&lt;br /&gt;      draw_iter( x+wn*(i%3), y+hn*Math.floor(i/3), wn, hn, n );&lt;br /&gt;   }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void setup(){&lt;br /&gt;   size(144,144);&lt;br /&gt;   background(120);&lt;br /&gt;   stroke(255);&lt;br /&gt;   draw_iter(0,0,144,144,0);&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;As you see, it&amp;#39;s quite simple. You can see the output picture&amp;#160; of this program in &lt;a href=&quot;http://tsuyuguchi.com/masaaki/mt/archives/2008/05/12-2233.php&quot;&gt;my another blog&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://mtsuyugu.vox.com/library/post/tried-processingjs.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00f48ceff36d000300fa9674b9430002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://mtsuyugu.vox.com/tags/">javascript</category> 
            <category domain="http://mtsuyugu.vox.com/tags/">processing</category> 
            <category domain="http://mtsuyugu.vox.com/tags/">processing.js</category>   
        </item> 
 
        <item>
            <title>Twitter Sticker</title>
            <link>http://mtsuyugu.vox.com/library/post/twitter-sticker.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(mtsuyugu)</author>
            <comments>http://mtsuyugu.vox.com/library/post/twitter-sticker.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://mtsuyugu.vox.com/library/post/twitter-sticker.html?_c=feed-rss-full</guid> 
            <pubDate>Tue, 06 May 2008 10:57:27 +0900</pubDate>         
            
            <description>    
    
    
    

    
    
    

    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00f48ceff36d000300f48cf53f190002&quot; at:format=&quot;medium&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://mtsuyugu.vox.com/library/photo/6a00f48ceff36d000300f48cf53f190002.html&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00f48ceff36d000300f48cf53f190002-200pi&quot; alt=&quot;Twitter Sticker!&quot; title=&quot;Twitter Sticker!&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://mtsuyugu.vox.com/library/photo/6a00f48ceff36d000300f48cf53f190002.html&quot; title=&quot;Twitter Sticker!&quot;&gt;Twitter Sticker!&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;



A weeks ago, twitter in Japanese was released. on 3rd May, A member of Twitter Japan (a.k.a &lt;a href=&quot;http://twitter.com/twj&quot;&gt;@twj&lt;/a&gt;) hold off-line meeting in &lt;a href=&quot;http://maps.google.co.jp/maps?ll=35.669351,139.699209&amp;amp;spn=0.002968,0.005021&amp;amp;z=18&quot;&gt;Yoyogi park&lt;/a&gt;, Tokyo. Unfortunately, however, it was raining, but more than ten people came there. @twj gave us two sticker to each people.&lt;/p&gt;&lt;div&gt;@gonsee took a photo: please take a look http://www.flickr.com/photos/gonsee/2460504617/&lt;br /&gt;&lt;/div&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://mtsuyugu.vox.com/library/post/twitter-sticker.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00f48ceff36d000300f48cf53f040002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://mtsuyugu.vox.com/tags/">sticker</category> 
            <category domain="http://mtsuyugu.vox.com/tags/">twitter</category>    
        </item> 
 
        <item>
            <title>Flickr no vids greasemonkey</title>
            <link>http://mtsuyugu.vox.com/library/post/flickr-no-vids-greasemonkey.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(mtsuyugu)</author>
            <comments>http://mtsuyugu.vox.com/library/post/flickr-no-vids-greasemonkey.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://mtsuyugu.vox.com/library/post/flickr-no-vids-greasemonkey.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 25 Apr 2008 01:02:47 +0900</pubDate>         
            
            <description>    &lt;p&gt;Do you agree Flickr videos? Of course, I agree.&lt;/p&gt;&lt;p&gt;If you can&amp;#39;t accept Flickr video anyway, why don&amp;#39;t you use &lt;a href=&quot;http://tsuyuguchi.com//greasemonkey/flickrnovideos.user.js&quot;&gt;my greasemonkey userscript&lt;/a&gt;?&lt;/p&gt;&lt;p&gt;When a page listing images including videos is loaded, what is shown at first is not a embed flash object but just a image of its first frame. It is not until you click &amp;#39;play button&amp;#39; image that a video object is loaded. And, the video plays automatically when you see a page for a certain video. However, a first frame image is loaded in HTML and hidden by CSS.&lt;/p&gt;&lt;p&gt;So, hiding &amp;#39;play button&amp;#39; and with some DOM scriptings, this greasemonkey takes you non-video flickr-verse as before although I don&amp;#39;t think it is fun.&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://mtsuyugu.vox.com/library/post/flickr-no-vids-greasemonkey.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00f48ceff36d000300f48d1045890001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://mtsuyugu.vox.com/tags/">flickr</category> 
            <category domain="http://mtsuyugu.vox.com/tags/">greasemonkey</category>   
        </item> 
 
        <item>
            <title>Greasemonkey user sciprt: Flickr stats shows query paramters</title>
            <link>http://mtsuyugu.vox.com/library/post/greasemonkey-user-sciprt-flickr-stats-shows-query-paramters.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(mtsuyugu)</author>
            <comments>http://mtsuyugu.vox.com/library/post/greasemonkey-user-sciprt-flickr-stats-shows-query-paramters.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://mtsuyugu.vox.com/library/post/greasemonkey-user-sciprt-flickr-stats-shows-query-paramters.html?_c=feed-rss-full</guid> 
            <pubDate>Sun, 20 Apr 2008 00:29:55 +0900</pubDate>         
            
            <description>    
    
    
    

    
    
    

    
    
    

    
    
    

    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00f48ceff36d000300f48d0eb59e0001&quot; at:format=&quot;medium&quot; at:align=&quot;right&quot;
    class=&quot;enclosure enclosure-right enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: right;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://mtsuyugu.vox.com/library/photo/6a00f48ceff36d000300f48d0eb59e0001.html&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00f48ceff36d000300f48d0eb59e0001-200pi&quot; alt=&quot;Decode parameter in flickr stats&quot; title=&quot;Decode parameter in flickr stats&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://mtsuyugu.vox.com/library/photo/6a00f48ceff36d000300f48d0eb59e0001.html&quot; title=&quot;Decode parameter in flickr stats&quot;&gt;Decode parameter in flickr stats&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;





If you are a pro member of flickr, you can see referrers from which they came to your photo pages in your flickr stats. In those stats pages showing referrer s, not a whole url, but only query parameters are displayed if domain of a referrer is search engine such as &amp;quot;yahoo.com&amp;quot; or &amp;quot;google.com&amp;quot;.&lt;/p&gt;&lt;p&gt;However, it supports only referrers of major search engine and doesn&amp;#39;t support those of other domains.&lt;/p&gt;&lt;p&gt;To improve this, I made a &lt;a href=&quot;http://tsuyuguchi.com/greasemonkey/flickrreferrersdecode.user.js&quot;&gt;greasemonkey user script&lt;/a&gt; for firefox.&amp;#160; I&amp;#39;m sorry that it should be configured to display query parameter of domains you want to see. This sciprt also supports to decode non-ascii query parameter (see a image on the right). Please let me know if you know other domains whcih may have query parameter. I will update my script.
&lt;/p&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://mtsuyugu.vox.com/library/post/greasemonkey-user-sciprt-flickr-stats-shows-query-paramters.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00f48ceff36d000300f48ceff94a0002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://mtsuyugu.vox.com/tags/">flickr</category> 
            <category domain="http://mtsuyugu.vox.com/tags/">greasemonkey</category>    
        </item> 
    </channel>
</rss>

