<?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>Matthieu &#124; Blog &#187; Uncategorized</title>
	<atom:link href="http://matthieu.yiptong.ca/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthieu.yiptong.ca</link>
	<description>A bit of photos, a bit of tech. Add some thoughts, and here&#039;s what you get.</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:56:57 +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></title>
		<link>http://matthieu.yiptong.ca/2012/01/30/1895/</link>
		<comments>http://matthieu.yiptong.ca/2012/01/30/1895/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:39:01 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1895</guid>
		<description><![CDATA[Play the music and watch the .gif. Found on two separate tumblr blogs today in my dashboard. Image via fromme-toyou Audio via dailycommunity via samweed &#160;]]></description>
			<content:encoded><![CDATA[<p>Play the music and watch the .gif.</p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_lxsl3cz0Ln1qzcq51o1_500.gif" rel="wp-prettyPhoto[g1895]"><img class="alignnone  wp-image-1896" title="tumblr_lxsl3cz0Ln1qzcq51o1_500" src="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_lxsl3cz0Ln1qzcq51o1_500.gif" alt="" width="500" height="337" /></a></p>
	<audio id="wp_mep_1"      controls="controls" preload="none"  >
		
		<source src="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_ly8dlsmpxu1qeqd52o1.mp3" type="audio/mp3" />
		
		
		
		<source src="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_ly8dlsmpxu1qeqd52o1.ogg" type="audio/ogg" />
		
		<object width="" height="" type="application/x-shockwave-flash" data="http://matthieu.yiptong.ca/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf">
			<param name="movie" value="http://matthieu.yiptong.ca/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" />
			<param name="flashvars" value="controls=true&amp;file=http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_ly8dlsmpxu1qeqd52o1.mp3" />			
		</object>		
	</audio>
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#wp_mep_1').mediaelementplayer({
		m:1
		
		,features: ['playpause','current','progress','duration','volume','tracks','fullscreen']
		,audioWidth:,audioHeight:
	});
});
</script>

<p>Found on two separate tumblr blogs today in my dashboard.</p>
<p>Image via <a href="http://fromme-toyou.tumblr.com/">fromme-toyou</a></p>
<p>Audio via <a href="http://dailycommunity.tumblr.com/">dailycommunity</a> via <a href="http://samweed.tumblr.com/post/16493794347/this-song-is-so-catchy-it-keeps-getting-stuck-in">samweed</a></p>
<p>&nbsp;</p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2012/01/30/1895/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_ly8dlsmpxu1qeqd52o1.ogg" length="6608207" type="audio/ogg" />
<enclosure url="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/tumblr_ly8dlsmpxu1qeqd52o1.mp3" length="7815296" type="audio/mpeg" />
		</item>
		<item>
		<title>Set up Avahi on Linux to advertise samba (and ssh) servers for Mac and Linux clients</title>
		<link>http://matthieu.yiptong.ca/2012/01/30/set-up-avahi-on-linux-to-advertise-samba-and-ssh-servers-for-mac-and-linux-clients/</link>
		<comments>http://matthieu.yiptong.ca/2012/01/30/set-up-avahi-on-linux-to-advertise-samba-and-ssh-servers-for-mac-and-linux-clients/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:18:40 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1884</guid>
		<description><![CDATA[Found this info somewhere on the Web&#8230; Don&#8217;t remember where exactly. Anyway: &#60;?xml version=&#34;1.0&#34; standalone='no'?&#62;&#60;!--*-nxml-*--&#62; &#60;!DOCTYPE service-group SYSTEM &#34;avahi-service.dtd&#34;&#62; &#60;service-group&#62;     &#60;name replace-wildcards=&#34;yes&#34;&#62;%h&#60;/name&#62;     &#60;service&#62;         &#60;type&#62;_smb._tcp&#60;/type&#62;         &#60;port&#62;445&#60;/port&#62;     &#60;/service&#62;     &#60;service&#62;         &#60;type&#62;_ssh._tcp&#60;/type&#62;         &#60;port&#62;22&#60;/port&#62;     &#60;/service&#62;     &#60;service&#62;         &#60;type&#62;_sftp-ssh._tcp&#60;/type&#62;         &#60;port&#62;22&#60;/port&#62;     &#60;/service&#62;     &#60;service&#62;         &#60;type&#62;_device-info._tcp&#60;/type&#62;         &#60;port&#62;0&#60;/port&#62;         &#60;txt-record&#62;model=iPhone3,1&#60;/txt-record&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Found this info somewhere on the Web&#8230; Don&#8217;t remember where exactly.</p>
<p>Anyway:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">'no'</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><span style="color: #808080; font-style: italic;">&lt;!--*-nxml-*--&gt;</span>
<span style="color: #00bbdd;">&lt;!DOCTYPE service-group SYSTEM &quot;avahi-service.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service-group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">replace-wildcards</span>=<span style="color: #ff0000;">&quot;yes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>%h<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_smb._tcp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>445<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_ssh._tcp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>22<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_sftp-ssh._tcp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>22<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_device-info._tcp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>model=iPhone3,1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service-group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>You can change iPhone3,1 to any Mac identifier to change the icon. For example MacBook1,1 is a white MacBook or MacBookPro5,2 is an aluminum MBP.</p>
<p>&nbsp;</p>
<p>Bonus info: To correctly display and have WP-Syntax highlight XML code, use</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;pre lang=&quot;xml&quot; escaped=&quot;true&quot;&gt;</pre></div></div>

<p><a href="http://wordpress.org/extend/plugins/wp-syntax/other_notes/">http://wordpress.org/extend/plugins/wp-syntax/other_notes/</a></p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2012/01/30/set-up-avahi-on-linux-to-advertise-samba-and-ssh-servers-for-mac-and-linux-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone timeline 2006-2012</title>
		<link>http://matthieu.yiptong.ca/2012/01/23/phone-timeline-2006-2012/</link>
		<comments>http://matthieu.yiptong.ca/2012/01/23/phone-timeline-2006-2012/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:41:51 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1857</guid>
		<description><![CDATA[I&#8217;ve seen these all over xda, figured I&#8217;d have some fun and make my own.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen these all over xda, figured I&#8217;d have some fun and make my own.</p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/Phones.jpg" rel="wp-prettyPhoto[g1857]"><img class="alignnone  wp-image-1858" title="Phones" src="http://matthieu.yiptong.ca/wp-content/uploads/2012/01/Phones-1024x225.jpg" alt="" width="614" height="135" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2012/01/23/phone-timeline-2006-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3G/4G: What it actually means.</title>
		<link>http://matthieu.yiptong.ca/2012/01/19/3g4g-what-it-actually-means/</link>
		<comments>http://matthieu.yiptong.ca/2012/01/19/3g4g-what-it-actually-means/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:01:15 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[explained]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[lte]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[phones]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1855</guid>
		<description><![CDATA[A nice explanation of EDGE/3G/4G/HSPA/LTE Network Symbols Explained *As I&#8217;ve only had AT&#38;T, I can only speak for how it is with them.* Firstly, AT&#38;T stock LTE phones always showing 4G is a lie. It will show 4G wether you have HPSA or HPSA+. Technically 4G doesn&#8217;t even exist. It&#8217;s a marketing gimmick. According to [...]]]></description>
			<content:encoded><![CDATA[<p>A nice explanation of EDGE/3G/4G/HSPA/LTE</p>
<blockquote><p><strong>Network Symbols Explained</strong></p>
<p>*As I&#8217;ve only had AT&amp;T, I can only speak for how it is with them.*</p>
<p>Firstly, AT&amp;T stock LTE phones always showing 4G is a lie. It will show 4G wether you have HPSA or HPSA+. Technically 4G doesn&#8217;t even exist. It&#8217;s a marketing gimmick.</p>
<p>According to AT&amp;T here is how the symbols work:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/EDGE">E(dge)</a>: <a href="http://en.wikipedia.org/wiki/GSM">GSM</a> &#8211; The slowest of the slow.</li>
<li>3G: <a href="http://en.wikipedia.org/wiki/High_Speed_Packet_Access">HSPA</a> or <a href="http://en.wikipedia.org/wiki/UMTS">UMTS</a> &#8211; High Speed Pack Access and Universal Mobile Telecommunications System</li>
<li>3G(+): <a href="http://en.wikipedia.org/wiki/Evolved_HSPA">HSPA+</a> &#8211; An upgrade to the HSPA protocal. This is your average network.</li>
<li>4G: HSPA+ &#8211; Tower upgrade. Enhanced <a href="http://en.wikipedia.org/wiki/Backhaul_%28telecommunications%29">backhaul</a>. <em>(essentially the same tech as 3G+)</em></li>
<li>4G <a href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution">LTE</a>: LTE &#8211; Long Term Evolution. On LTE you should typically expect speeds no less then 20mbps.</li>
</ul>
<p>If you are using the RumRaider ROM (as of 1/3/&#8217;12) your symbols will appear as:</p>
<ul>
<li>E &#8211; E</li>
<li>3G/3G+ &#8211; 3G</li>
<li>4G &#8211; H</li>
<li>4G LTE &#8211; 4G</li>
</ul>
</blockquote>
<p>via <a href="http://forum.xda-developers.com/showthread.php?t=1425013">General Knowledge Thread &#8211; xda-developers</a>.</p>
<p>Bell/Telus/Sprint/Verizon also operate an older 3G network using CDMA2000 technology. 1x, EV-DO and 1xEV refer to CDMA2000 extensions for enhanced data.</p>
<p>Gotta love when marketing brings &#8220;technical&#8221; terms to the masses.</p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2012/01/19/3g4g-what-it-actually-means/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeSWITCH install on Ubuntu</title>
		<link>http://matthieu.yiptong.ca/2012/01/18/freeswitch-install-on-ubuntu/</link>
		<comments>http://matthieu.yiptong.ca/2012/01/18/freeswitch-install-on-ubuntu/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:38:37 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1852</guid>
		<description><![CDATA[After attempting to use Asterisk for the past little while, I decided to give FreeSWITCH a try. Following the instructions at : http://wiki.freeswitch.org/wiki/Quick_Start to build packages for Ubuntu 11.10. In addition to the packages suggested, I had to install bison and libsofiasip-dev. WIP, still compiling right now, will update this post as I go along. [...]]]></description>
			<content:encoded><![CDATA[<p>After attempting to use Asterisk for the past little while, I decided to give FreeSWITCH a try.</p>
<p>Following the instructions at : <a href="http://wiki.freeswitch.org/wiki/Quick_Start">http://wiki.freeswitch.org/wiki/Quick_Start</a> to build packages for Ubuntu 11.10.</p>
<p>In addition to the packages suggested, I had to install bison and libsofiasip-dev.</p>
<p>WIP, still compiling right now, will update this post as I go along.</p>
<p>&nbsp;</p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2012/01/18/freeswitch-install-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pokémon &#8220;banned&#8221; episode GIF</title>
		<link>http://matthieu.yiptong.ca/2011/12/13/pokemon-banned-episode-gif/</link>
		<comments>http://matthieu.yiptong.ca/2011/12/13/pokemon-banned-episode-gif/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 06:58:10 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1787</guid>
		<description><![CDATA[My first attempt at a video to GIF conversion. Source material is a &#8220;banned&#8221; episode of Pokémon, S01E18 &#8211; &#8220;Beauty and the Beach&#8221;. See the awkwardness that was too racy for American audiences. There&#8217;s worse later on in the episode, but I&#8217;ll leave that to you to find. &#160; Text outline : http://www.ehow.com/how_18386_add-outline-text.html Also, for [...]]]></description>
			<content:encoded><![CDATA[<p>My first attempt at a video to GIF conversion. Source material is a &#8220;banned&#8221; episode of Pokémon, S01E18 &#8211; &#8220;Beauty and the Beach&#8221;.</p>
<p>See the awkwardness that was too racy for American audiences. <img src='http://matthieu.yiptong.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  There&#8217;s worse later on in the episode, but I&#8217;ll leave that to you to find.</p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/12/Untitled-2.gif" rel="wp-prettyPhoto[g1787]"><img class="alignnone size-full wp-image-1788" title="Untitled-2" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/12/Untitled-2.gif" alt="" width="416" height="304" /></a></p>
<p>&nbsp;</p>
<p>Text outline : <a href="http://www.ehow.com/how_18386_add-outline-text.html">http://www.ehow.com/how_18386_add-outline-text.html</a><br />
Also, for some reason, Photoshop had to be launched in 32-bit, and the source movie had to be saved in a .mov container.</p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2011/12/13/pokemon-banned-episode-gif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untitled</title>
		<link>http://matthieu.yiptong.ca/2011/07/27/untitled/</link>
		<comments>http://matthieu.yiptong.ca/2011/07/27/untitled/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 00:16:38 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/2011/07/27/untitled/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://posterous.com/getfile/files.posterous.com/ergosteur/hGJDkyqFEHpFhtyIAgzheaoFInpEsBxJqmEqmxnHseeyxhuBywmzttxsbEHI/203263599.jpg.scaled1000.jpg" rel="wp-prettyPhoto[g1654]"><img alt="203263599" height="299" src="http://posterous.com/getfile/files.posterous.com/ergosteur/hGJDkyqFEHpFhtyIAgzheaoFInpEsBxJqmEqmxnHseeyxhuBywmzttxsbEHI/203263599.jpg.scaled500.jpg" width="500" /></a> </div>
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2011/07/27/untitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from Posterous</title>
		<link>http://matthieu.yiptong.ca/2011/06/13/posting-from-posterous/</link>
		<comments>http://matthieu.yiptong.ca/2011/06/13/posting-from-posterous/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 19:18:02 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/2011/06/13/posting-from-posterous/</guid>
		<description><![CDATA[All right. Time to revive the ol&#8217; blog. A little while ago I &#8220;discovered&#8221; a service/site/blogging engine (whatever you want to call it) called Posterous. Aside from the typically attractive Web 2.0/AJAXy/social media/modern design goodness we&#8217;ve come to expect from online services, Posterous (like many other sites) promised to make sharing things online easier than [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>All right. Time to revive the ol&#8217; blog.</p>
<p>A little while ago I &#8220;discovered&#8221; a service/site/blogging engine (whatever you want to call it) called Posterous. Aside from the typically attractive Web 2.0/AJAXy/social media/modern design goodness we&#8217;ve come to expect from online services, Posterous (like many other sites) promised to make sharing things online easier than ever. So, as another step on my endless quest for blogging/sharing perfection, (and yes, by the way, I know I use slashes too much) I decided to sign up for a posterous account. One interesting feature is the &#8220;Autopost to everywhere&#8221;. and when Posterous says everywhere, they mean it. Every social service I use is listed. I went ahead and added WordPress and Facebook for now. And now I&#8217;m testing the whole thing out by writing this post.</p>
<p>So, posterous: revolution? or social &#8220;spamming&#8221; made easy?</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2011/06/13/posting-from-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posts pulled from Tumblr</title>
		<link>http://matthieu.yiptong.ca/2011/02/02/posts-pulled-from-tumblr/</link>
		<comments>http://matthieu.yiptong.ca/2011/02/02/posts-pulled-from-tumblr/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 05:36:53 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[tumblr]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1520</guid>
		<description><![CDATA[In an effort to consolidate my blog posts (and create content with minimal effort), here are some items pulled from my tumblr trial run of early 2010. Bear Cloud (by johncavacas) (via Torontoist) A fun typing experiment Here’s a fun game. Click your address bar, then, as fast as you can, go go goggle.com. That’s goggle, [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to consolidate my blog posts (and create content with minimal effort), here are some items pulled from my tumblr trial run of early 2010.</p>
<p><a href="http://www.flickr.com/photos/johncavacas/4804467669/in/pool-89872566@N00/">Bear Cloud</a> (by <a href="http://flickr.com/photos/johncavacas">johncavacas</a>) (via Torontoist)<br />
<a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l5sgc4N6jp1qc58tto1_400.jpg" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1521" title="Bear Cloud" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l5sgc4N6jp1qc58tto1_400-300x300.jpg" alt="" width="300" height="300" /></a></p>
<h3>A fun typing experiment</h3>
<p>Here’s a fun game.</p>
<p>Click your address bar, then, as fast as you can, go go goggle.com. That’s goggle, as in swimming goggles.</p>
<div id="attachment_1522" class="wp-caption alignnone" style="width: 310px"><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l5gcjzy8z61qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1522" title="tumblr_l5gcjzy8z61qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l5gcjzy8z61qc58tto1_1280-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">For some reason shelves full of neatly stacked stationery make me happy. </p></div>
<h3><a href="http://hyperboleandahalf.blogspot.com/2010/06/this-is-why-ill-never-be-adult.html">Hyperbole and a Half: This is Why I&#8217;ll Never be an Adult</a></h3>
<h3><a href="http://www.wimp.com/earthyear/">What a year on Earth really looks like. [VIDEO]</a></h3>
<div class="wp-caption alignnone" style="width: 418px"><a href="http://upload.wikimedia.org/wikipedia/commons/d/da/Knight%27s_tour_anim_2.gif"><img title="&quot;Knight's Tour&quot;" src="http://upload.wikimedia.org/wikipedia/commons/d/da/Knight%27s_tour_anim_2.gif" alt="" width="408" height="408" /></a><p class="wp-caption-text">&quot;Knight&#39;s Tour&quot;. From Wikipedia.</p></div>
<p><a href="http://www.youtube.com/watch?v=7ZWaWrvJ7nA" rel="wp-prettyPhoto[g1520]"">Star Trek: Tik Tok</a></p>
<blockquote><p>The G20 is just an excuse for a photo-op and a cocktail party, but we’re not invited. It’s unequal and really drives home the point about who has power in this society. We have a fence, the interruption of our lives, soldiers in the streets and armed helicopters in the sky. On one side of that fence is us, the underlings, and on the other side, the, for lack of a better term, aristocracy. They’ve drawn a line right down the middle of our supposedly egalitarian society, told us to pay for it and they’re getting away with it.</p></blockquote>
<p>— <a href="http://www.cbc.ca/canada/toronto/story/2010/06/23/g20-exodus.html">CBC News &#8211; Toronto &#8211; G20 exodus will require travel plan: police</a></p>
<blockquote><p>We can receive the S. Korean TV signal better than its North Korean counterpart in the Haeju area,” Kim said, “TV sets are pre-tuned by the North Korean authorities to limit the access to TV channels. However, that does not bother us because we can use a stick.” (North Koreans call a remote control as a stick) In the border areas with China and South Korea such as Hwanghae and Kangwon Province, the North Korean authorities try to prevent people from watching S. Korean TV by soldering and pre-tuning TV sets to Chonsun (North Korea) Central TV. Lately, the authorities also attempt to restrict the usage of remote control by covering the sensor with silver paper. However, North Korean people circumvent the regulation. Instead of giving away their remote control to the authorities, they purchase an extra and watch the TV as they please after removing the silver paper. After all, the authorities’ efforts to control TV channels turn out to be futile for those who have remote control TV sets.</p></blockquote>
<p>— <a href="http://www.dailynk.com/english/read.php?cataId=nk01500&amp;num=3290">Daily NK &#8211; North Korean People Copy South Korean TV Drama for Trade</a></p>
<div id="attachment_1523" class="wp-caption alignnone" style="width: 235px"><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l4bqlztGUt1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1523" title="tumblr_l4bqlztGUt1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l4bqlztGUt1qc58tto1_1280-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Bayview village - the last mall with trees ?</p></div>
<h3><a href="http://ergosteur.tumblr.com/post/713611059/found-on">found on /.</a></h3>
<ul>
<li><strong>user 1</strong>: Correction: I did this with <a href="mailto:FOLDING@home">FOLDING@home</a>, not SETI. I think SETI isn&#8217;t as useful.</li>
<li><strong>user 2</strong>: The aliens have already done all of that protein folding nonsense. Once we make contact they&#8217;ll share their technology, making your silly <a href="mailto:Folding@home">Folding@home</a> obsolete.</li>
</ul>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l40auqXSJR1qc58tto1_500.jpg" rel="wp-prettyPhoto[g1520]"></p>
<div id="attachment_1524" class="wp-caption alignnone" style="width: 310px"></a><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l40auqXSJR1qc58tto1_500.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1524" title="tumblr_l40auqXSJR1qc58tto1_500" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l40auqXSJR1qc58tto1_500-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">The Microsoft Live Platform</p></div>
<p><a href="http://www.flickr.com/photos/niallkennedy/58697220/">Microsoft Live platform</a> (by <a href="http://flickr.com/photos/niallkennedy">niallkennedy</a>)</p>
<h3><a href="http://www.shmula.com/475/barack-obama-yes-we-can-a-powerpoint-deck">Barack Obama, “Yes We Can”: A PowerPoint Deck | shmula</a></h3>
<p><a href="http://www.youtube.com/watch?v=2AAa0gd7ClM" rel="wp-prettyPhoto[g1520]"">BP Spills Coffee</a> (via <a href="http://youtube.com/user/UCBComedy">UCBComedy</a>)</p>
<div id="attachment_1525" class="wp-caption alignnone" style="width: 310px"><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3x63eHemY1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1525" title="tumblr_l3x63eHemY1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3x63eHemY1qc58tto1_1280-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Life&#39;s Good</p></div>
<p><img class="alignnone" title="via <a href="http://www.lamebook.com">www.lamebook.com</a>" src="http://www.lamebook.com/wp-content/uploads/2010/06/abes-first-day.png" alt="" width="630" height="631" /></p>
<p><img class="alignnone" title="&quot;DVD Burner&quot;" src="http://www.lamebook.com/wp-content/uploads/2010/06/ccco3.png" alt="" width="630" height="151" /></p>
<p><a href="http://www.youtube.com/watch?v=41HlbDAsBSk" rel="wp-prettyPhoto[g1520]"">Kesha Simpsons Intro Tik Tok HD</a></p>
<div id="attachment_1526" class="wp-caption alignnone" style="width: 210px"><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3r6p3dZP61qc58tto1_400.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1526" title="tumblr_l3r6p3dZP61qc58tto1_400" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3r6p3dZP61qc58tto1_400-200x300.jpg" alt="Who needs a solitare app when you can just run Windows 3.1 " width="200" height="300" /></a><p class="wp-caption-text">Who needs a solitare app when you can just run Windows 3.1 </p></div>
<p><img class="alignnone" title="Caffeine. Via Google Blog." src="http://1.bp.blogspot.com/_7ZYqYi4xigk/TA7I2hFm20I/AAAAAAAAGQA/nbajoe0ibHA/s1600/caffeine.jpg" alt="" width="500" height="217" /></p>
<h3><a href="http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why Our Civilization&#8217;s Video Art and Culture is Threatened by the MPEG-LA</a></h3>
<blockquote><p>Imagine knowing you’re pregnant, the moment it happens.</p></blockquote>
<h3><a href="http://en.wikipedia.org/wiki/Nipper">Nipper &#8211; Wikipedia, the free encyclopedia</a></h3>
<h3><a href="http://en.wikipedia.org/wiki/Mirror_neuron">Mirror neuron &#8211; Wikipedia, the free encyclopedia</a></h3>
<h3>Language&#8230;</h3>
<p><strong><span style="color: #ff0000;">Emma:</span> </strong>yeah, pas mal<br />
organized is a weird word&#8230;<br />
<strong><span style="color: #0000ff;">me: </span></strong>lol<br />
what makes you say that?<br />
<strong><span style="color: #ff0000;">Emma</span>: </strong>i don&#8217;t know, i guess every word sounds funny if you repeat it enough<br />
even just in your head<br />
<strong><span style="color: #0000ff;">me</span>:</strong> yes it does<br />
like table<br />
tay-bul<br />
lol organized sounds like it could mean separated into organs<br />
<strong><span style="color: #ff0000;">Emma</span>: </strong>dude, yeah<br />
words are just weird in general<br />
they&#8217;re vocal representations of thoughts and ideas&#8230;.like, they only convey part of what&#8217;s really going on in your mind<br />
CRAZY<br />
(i swear to god i am not stoned)<br />
<strong><span style="color: #0000ff;">me</span>:</strong> hehe<br />
no i think that&#8217;s the mark of awesome people<br />
when you can think of trippy shit without having to be stoned<br />
like holy crap, mass times the speed of light times the speed of light IS energy<br />
<strong><span style="color: #ff0000;">Emma</span>:</strong> hahaha</p>
<p>(related) <a href="http://www.youtube.com/watch?v=nKFW5OkJb4U" rel="wp-prettyPhoto[g1520]"">Waking Life &#8211; Language</a> (via <a href="http://youtube.com/user/SoupDuBubble">SoupDuBubble</a>)</p>
<dt><a href="http://upload.wikimedia.org/wikipedia/commons/a/a1/Plant_maintained_by_Microsoft%2C_Bangalore%2C_India.jpeg"><img title="Microsoft Tree" src="http://upload.wikimedia.org/wikipedia/commons/a/a1/Plant_maintained_by_Microsoft%2C_Bangalore%2C_India.jpeg" alt="" width="199" height="265" /></a></dt>
<dt><a href="http://upload.wikimedia.org/wikipedia/commons/a/a1/Plant_maintained_by_Microsoft%2C_Bangalore%2C_India.jpeg"></a>“only microsoft would brand trees”</dt>
<div id="attachment_1527" class="wp-caption alignnone" style="width: 235px"><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3vg8nJhtL1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="size-medium wp-image-1527" title="tumblr_l3vg8nJhtL1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3vg8nJhtL1qc58tto1_1280-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">&quot;Baby&quot; Carrot?</p></div>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3rvyob8rQ1qc58tto1_1280.png" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1528" title="tumblr_l3rvyob8rQ1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3rvyob8rQ1qc58tto1_1280-300x163.png" alt="" width="300" height="163" /></a></p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3rx0sXUIH1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1529" title="tumblr_l3rx0sXUIH1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l3rx0sXUIH1qc58tto1_1280-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l35q98rDe61qc58tto1_1280.png" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1530" title="tumblr_l35q98rDe61qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l35q98rDe61qc58tto1_1280-300x187.png" alt="" width="300" height="187" /></a></p>
<p><a href="http://www.youtube.com/watch?v=Oe3St1GgoHQ" rel="wp-prettyPhoto[g1520]"">Walk on water (Liquid Mountaineering)</a> (via <a href="http://youtube.com/user/TheUlfG">TheUlfG</a>)</p>
<p><a href="http://24.media.tumblr.com/tumblr_l31lmzXFKL1qc58tto1_400.png" rel="wp-prettyPhoto[g1520]"><img class="alignnone" title="Died." src="http://24.media.tumblr.com/tumblr_l31lmzXFKL1qc58tto1_400.png" alt="" width="400" height="185" /></a></p>
<h3><a href="http://www.lamebook.com/time-for-type#more-9263">Lamebook – » Time for Type</a></h3>
<p><a href="http://27.media.tumblr.com/tumblr_l31lddNWCN1qc58tto1_400.png" rel="wp-prettyPhoto[g1520]"><img class="alignnone" title="Sexually." src="http://27.media.tumblr.com/tumblr_l31lddNWCN1qc58tto1_400.png" alt="" width="400" height="375" /></a></p>
<p><a href="http://www.lamebook.com/wp-content/uploads/2010/05/line4.png" rel="wp-prettyPhoto[g1520]"><img class="alignnone" title="Summer" src="http://www.lamebook.com/wp-content/uploads/2010/05/line4.png" alt="" width="630" height="171" /></a></p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l2zcqcdiVB1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1531" title="tumblr_l2zcqcdiVB1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l2zcqcdiVB1qc58tto1_1280-300x241.jpg" alt="" width="300" height="241" /></a></p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l2zdc1EgBX1qc58tto1_1280.jpg" rel="wp-prettyPhoto[g1520]"><img class="alignnone size-medium wp-image-1532" title="tumblr_l2zdc1EgBX1qc58tto1_1280" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/02/tumblr_l2zdc1EgBX1qc58tto1_1280-300x225.jpg" alt="" width="300" height="225" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2011/02/02/posts-pulled-from-tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus One&#8230; Sidewalk?</title>
		<link>http://matthieu.yiptong.ca/2011/01/28/nexus-one-sidewalk/</link>
		<comments>http://matthieu.yiptong.ca/2011/01/28/nexus-one-sidewalk/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 02:59:09 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[sidewalk]]></category>

		<guid isPermaLink="false">http://matthieu.yiptong.ca/?p=1502</guid>
		<description><![CDATA[Going through my photo library, I came across this curious shot that I took sometime last year: Now, this looks curiously like the Google Nexus One&#8217;s bootscreen doesn&#8217;t it?]]></description>
			<content:encoded><![CDATA[<p>Going through my photo library, I came across this curious shot that I took sometime last year:</p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/01/171554_1506562637718_1643850223_1117403_1726256_o.jpg" rel="wp-prettyPhoto[g1502]"><img class="alignnone size-medium wp-image-1503" title="171554_1506562637718_1643850223_1117403_1726256_o" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/01/171554_1506562637718_1643850223_1117403_1726256_o-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>Now, this looks curiously like the Google Nexus One&#8217;s bootscreen doesn&#8217;t it?</p>
<p><a href="http://matthieu.yiptong.ca/wp-content/uploads/2011/01/pre-boot.png" rel="wp-prettyPhoto[g1502]"><img class="alignnone size-medium wp-image-1504" title="pre-boot" src="http://matthieu.yiptong.ca/wp-content/uploads/2011/01/pre-boot-180x300.png" alt="" width="180" height="300" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://matthieu.yiptong.ca/2011/01/28/nexus-one-sidewalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

