<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Mathieu Jobin's Life and Thoughts</title>
    <link>http://blog.somekool.net/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>a pursuit in the quest of the truth and the happiness</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/somekool" type="application/rss+xml" /><item>
      <title>How to make Rails ActiveRecord::Migration default to MyISAM</title>
      <description>&lt;p&gt;Some people perfer InnoDB, other MyISAM. This post ain't about a MySQL-Engine flame war but about letting people choice.&lt;/p&gt;

&lt;p&gt;Fact is, the excellent Migration system shipped with &lt;a href="http://rubyonrails.org/"&gt;rubyonrails&lt;/a&gt; and ActiveRecord is defaulting to InnoDB. The &lt;a href="http://ar.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#M000125"&gt;doc&lt;/a&gt; shows how you can specify the engine on each create_table statement. but then your migration are mysql-only because these engine options will not be supported by sqlite or MSSQL. and I dont want to copy/paste these options to all of my create table. I want to change the default.&lt;/p&gt;

&lt;p&gt;unfortunately Rails supply no options for it&lt;/p&gt;

&lt;p&gt;fortunately Rails is built on Ruby.&lt;/p&gt;

&lt;p&gt;so you can simply overwrite the proper method by adding it to your config/environment.rb&lt;/p&gt;

&lt;pre&gt;
module ActiveRecord
        module ConnectionAdapters
                class MysqlAdapter &lt; AbstractAdapter
                        def create_table(table_name, options = {}) #:nodoc:
                                super(table_name, options.reverse_merge(:options =&gt; "ENGINE=MyISAM"))
                        end
                end
        end
end
&lt;/pre&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:56:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:4313ee2f-d1df-48e6-ac3a-1671480edd64</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/NwTi7r58FD0/how-to-make-rails-activerecord-migration-default-to-myisam</link>
      <category>Tech / Computers / Programming</category>
      <category>Ruby on Rails</category>
      <category>English</category>
      <category>ruby</category>
      <category>rails</category>
      <category>rubyonrails</category>
      <category>migration</category>
      <category>myisam</category>
      <category>innodb</category>
      <category>mysql</category>
      <category>default</category>
      <category>options</category>
      <category>option</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10999</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2009/04/08/how-to-make-rails-activerecord-migration-default-to-myisam</feedburner:origLink></item>
    <item>
      <title>it feels good to get rid of useless stuff</title>
      <description>&lt;p&gt;real good&lt;/p&gt;

&lt;pre&gt;
[somekool@rockinTV ~]$ sudo pacman -R gail libgnomecanvas ruby-gnomecanvas \
                                     libbonobouiruby-gnome2 libgnomeui nautilus-cd-burner \
                                     gnome-python gnome-media rhythmbox
checking dependencies...
( 1/10) removing rhythmbox                          [########################################] 100%
( 2/10) removing gnome-media                        [########################################] 100%
( 3/10) removing gnome-python                       [########################################] 100%
( 4/10) removing nautilus-cd-burner                 [########################################] 100%
( 5/10) removing ruby-gnome2                        [########################################] 100%
( 6/10) removing libgnomeui                         [########################################] 100%
( 7/10) removing libbonoboui                        [########################################] 100%
( 8/10) removing ruby-gnomecanvas                   [########################################] 100%
( 9/10) removing libgnomecanvas                     [########################################] 100%
(10/10) removing gail                               [########################################] 100%
[somekool@rockinTV ~]$
&lt;/pre&gt;</description>
      <pubDate>Sun, 26 Oct 2008 08:13:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:547ecf9b-3011-47c1-9fd1-eaaab296f068</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/ouZi26MfkSc/it-feels-good-to-get-rid-of-useless-stuff</link>
      <category>Tech / Computers / Programming</category>
      <category>Linux</category>
      <category>Gnome</category>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10976</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/10/26/it-feels-good-to-get-rid-of-useless-stuff</feedburner:origLink></item>
    <item>
      <title>make money from not fixing your search engine</title>
      <description>&lt;p&gt;Amazon and Ebay showed us all the way, failed incoming search queries has got to be handled in a way to keep your customer around. But what do you do when you are too big to have any talented programmers and have too much overload in your corporate bureaucracy that you can't get anything done.&lt;/p&gt;

&lt;p&gt;You find a way to make money from not fixing your search engine. That's what the Guinness world record website has done. Apparently so, I tried searching for several keywords: "No matching records found" is all I got as an answer.&lt;/p&gt;

&lt;p&gt;&lt;a href="/files/world_record_search.png"&gt;&lt;img src="/files/world_record_search.png" alt="guinness world record.com broken search" title="guinness world record.com broken search"  width="320" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;use your cellphone, text this number to receive paid spam until you spend hours with your cellphone company to get rid of these. is it me or this is looking REAL bad.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:33:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:34fcf580-6fba-4dcb-95aa-e030b73e35bb</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/P2n72WN-T9w/make-money-from-not-fixing-your-search-engine</link>
      <category>English</category>
      <enclosure url="http://blog.somekool.net/files/world_record_search.png" type="image/png" length="534155" />
      <trackback:ping>http://blog.somekool.net/articles/trackback/10973</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/10/17/make-money-from-not-fixing-your-search-engine</feedburner:origLink></item>
    <item>
      <title>List of go software for the iphone</title>
      <description>&lt;p&gt;How, this is exciting.... I just got my iphone today and it looks like 5 games are either, announced, being developped or available for the iphone and the ipod touch.&lt;/p&gt;

&lt;p&gt;I am of course talking here about go, igo, baduk, weiqi, weiki, goe, you name it. it the best game in the universe.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.sente.ch/software/goban/"&gt;Sente:Goban&lt;/a&gt; : Can't find it anywhere, but I have been told by email by a developer they are working on a iphone version of their excellent software&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.smartgo.com/"&gt;SmartGo&lt;/a&gt; : It has been said in &lt;a href="http://www.godiscussions.com/forum/showthread.php?t=6798"&gt;this conversation&lt;/a&gt; that a iphone version of smart go has been demoed at the US congress 2008 in portland. Update: it came out on September 11 &lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290948286&amp;amp;mt=8"&gt;click here to download it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/ishudan/"&gt;ishudan&lt;/a&gt; : Actually seems to be a client/server PHP software, aimed to be working well on the iphone. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.gentgo.be/tetsuki/index.html"&gt;tetsuki&lt;/a&gt; : This is the one that should make it to the AppStore. but when? Update: it came out on October 3, &lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292505310&amp;amp;mt=8"&gt;click here to download it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.robota.nl/articles/iGo.html"&gt;igo&lt;/a&gt; : &lt;strike&gt;And finaly but not the least. iGo from Robota seems to be the only installable iphone software at the moment. It has to be installed manually through ssh, and it is not compatible with firmware 2.x&lt;/strike&gt; Now on the &lt;a href="http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/browserRedirect?url=itms%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D297094975%2526mt%253D8%2526partnerId%253D30%2526partnerId%253D30%2526siteID%253DTcgcDr9BHMw-K6h6SGNwwSo.oXLpcH8sLQ"&gt;AppStore&lt;/a&gt;, and &lt;a href="http://www.ipodtouchfans.com/forums/showthread.php?t=118187"&gt;it's awesome&lt;/a&gt;. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope you have a great time practicing your go on the iphone&lt;/p&gt;</description>
      <pubDate>Mon, 29 Sep 2008 19:13:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:30afa45d-5555-4b79-a7b9-b4d338bdb268</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/6mroQGBYeh4/list-of-go-software-for-the-iphone</link>
      <category>English</category>
      <category>Apple</category>
      <category>囲碁</category>
      <category>igo</category>
      <category>go</category>
      <category>weiki</category>
      <category>weiqi</category>
      <category>baduk</category>
      <category>padook</category>
      <category>iphone</category>
      <category>ipod</category>
      <category>touch</category>
      <category>apple</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10972</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/09/29/list-of-go-software-for-the-iphone</feedburner:origLink></item>
    <item>
      <title>Question from Emily</title>
      <description>&lt;blockquote&gt;
    &lt;p&gt;Subject&lt;/p&gt;
    
    &lt;p&gt;Negative Balance&lt;/p&gt;
    
    &lt;p&gt;Question&lt;/p&gt;
    
    &lt;p&gt;When I type in my salary in an income entry, it shows a negative balance of
    that amount (e.g., I type in 2770, and it shows a balance of -2770).  When I
    then type in my expenses, it reduces the negative amount by that number (so,
    income is 2770, gas is 40, balance shows -2730).  So it seems the program is
    confusing my expenses and income.  I really want to use this site, but I
    can't figure out how to get it to work.&lt;/p&gt;
    
    &lt;p&gt;Also, when I go to edit an entry, I can't find the way to edit the
    "reapeats" section.&lt;/p&gt;
    
    &lt;p&gt;Please Help!     &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;1 - Yes this is true. but this is only for per-page-total on the transactions list page.
it is the way the system works, this total is mainly used when you do a search, actually.
you can ignore it. 
"Home" page and "Stats" page are most important.&lt;/p&gt;

&lt;p&gt;2 - to edit recurring options, you must edit the recurring record under &lt;a href="http://www.justbudget.com/recurring_expenses/list"&gt;the recurring expenses list page&lt;/a&gt;. at stored expenses in your transaction list are now just regular transactions.&lt;/p&gt;

&lt;p&gt;have fun budgeting.&lt;/p&gt;

&lt;p&gt;justbudget support team&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 18:47:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7a9f2cd6-2736-4997-941c-7f16c19863c0</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/57HBoJtIeSQ/question-from-emily</link>
      <category>Just Budget</category>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10968</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/08/20/question-from-emily</feedburner:origLink></item>
    <item>
      <title>Evaluate your Go style.</title>
      <description>&lt;h2&gt;MOUHAHAHAHAHA, this is what I wrote when I was at about question 3 or 4. I did not want to forget my first thoughts while concentrating on the quiz. so I wrote it down.&lt;/h2&gt;

&lt;hr/&gt;

&lt;p&gt;hi, great test, thank you very much.&lt;/p&gt;

&lt;p&gt;but it does not work for one reason.&lt;/p&gt;

&lt;p&gt;I know I am a greedy player and I am trying to stop.
when I answer 15 questions from 15 different board situation, I can force myself not to be greedy.
but when I play 120+ moves on one board. its hard to stop being greedy.&lt;/p&gt;

&lt;p&gt;I hope it makes sense.&lt;/p&gt;

&lt;hr/&gt;

&lt;p&gt;I played. BBCCC AACBC CEDBC&lt;/p&gt;

&lt;p&gt;and my result is ... &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Your style is&lt;/em&gt; &lt;strong&gt;greedy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You like territory so much and it seems that we have similar playing styles. Nowadays lot of top players plays for territory too. You may know that if you grab too much cash, you will have some weak groups on the board. You must work more on Life&amp;amp;Death problems – they can help you to save such groups. You may also improve your ability of defending weak groups by trying “Kill-all Go”: Place 17 handicap stones and try to live as white (even with a very small group). If you are not able to live inside – make the handicap smaller.&lt;/em&gt;&lt;/p&gt;

&lt;hr/&gt;

&lt;h2&gt;MOUHAHAHAHAHA, I was wrong, you are right and your test works.&lt;/h2&gt;

&lt;p&gt;after reviewing quickly, just to make sure I did not made mistake writing my choices down. I realize E at #12 was bad. but remember I was not trying to change my decisions when doing this quick review. I was simply trying to remember what I had just chose. I will try again next month.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://style.baduk.org/"&gt;http://style.baduk.org/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 09 Aug 2008 14:11:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6385e51c-ffde-4634-8f97-51af3047928d</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/yiGv8u8sLL8/evalute-your-go-style</link>
      <category>囲碁</category>
      <category>go</category>
      <category>test</category>
      <category>style</category>
      <category>baduk</category>
      <category>weiki</category>
      <category>igo</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10961</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/08/09/evalute-your-go-style</feedburner:origLink></item>
    <item>
      <title>Atari 2600 game collection</title>
      <description>&lt;p&gt;&lt;a href="http://mightygodking.com/index.php/2008/04/21/fun-from-yesterday/"&gt;http://mightygodking.com/index.php/2008/04/21/fun-from-yesterday/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:13:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:432c57ff-1ef1-4b58-9798-16af07a2c0cc</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/M1OgNghNLh8/atari-2600-game-collection</link>
      <category>Video Games</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10949</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/04/24/atari-2600-game-collection</feedburner:origLink></item>
    <item>
      <title>I have been waiting for this for soooo long</title>
      <description>&lt;p&gt;You might all already know that &lt;a href="http://en.wikipedia.org/wiki/February_26#Events"&gt;Today&lt;/a&gt; is the day &lt;a href="http://apple.com/"&gt;Apple&lt;/a&gt; has &lt;a href="http://www.macrumors.com/2008/02/26/apple-releases-penryn-based-macbook-pros-with-multitouch/"&gt;released&lt;/a&gt; his new notebooks featuring the Intel Core2Duo Penryn Processor and the now famous MultiTouch trackpad.&lt;/p&gt;

&lt;p&gt;I am now sitting here, waiting for my new computer I just bought over the internet a few hours ago.&lt;/p&gt;

&lt;p&gt;15" Pro 2.5Mhz 6MB cache, 7200rpm are the options I have chosen.&lt;/p&gt;

&lt;p&gt;Core 2 Duo T9300 for the Win !!! &lt;/p&gt;

&lt;p&gt;congrats to me ! yei yei !&lt;/p&gt;

&lt;p&gt;It is so funny I had made myself waiting for so long. 7 years. Yes, 7 years ago, I fell on my knees for the G4 Cube, what a beautiful creature, running the new Unix-based operating system.&lt;/p&gt;

&lt;p&gt;since then we've seen many more beautiful creatures from Apple, the G4 iMac, the G5 iMac. I also had the chance to work on a PowerMac G5 in Vancouver and an Intel iMac 20" and a ibook in Japan. &lt;/p&gt;

&lt;p&gt;Now it's my turn, my first very own Apple. And god, do I know this is the best deal ever with this brand new Intel processor ... T9300 yattah !&lt;/p&gt;</description>
      <pubDate>Tue, 26 Feb 2008 15:23:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:5ca71d14-992c-4bb1-baf6-1b04924ca3ec</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/u4ab4yxiGTo/i-have-been-waiting-for-this-for-soooo-long</link>
      <category>English</category>
      <category>Apple</category>
      <category>apple</category>
      <category>macbook</category>
      <category>macbookpro</category>
      <category>penryn</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10931</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/02/26/i-have-been-waiting-for-this-for-soooo-long</feedburner:origLink></item>
    <item>
      <title>Firefox taking 1 gigabyte of ram</title>
      <description>&lt;p&gt;well, I must admit, it rarely pass 150MB in normal circumstance... I just thought it would be fun to push it further up. I could have waited more but I was tired. As funny as it may sound, my 2GB ram WinXP system did not suffer too much from it. Eventually I should try to max up the ram entirely see what would happen.&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/firefox_using_a_GB_of_RAM.png" alt="firefox taking 1GB of ram"/&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jan 2008 07:43:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:74770efd-b38c-469b-b4b8-e7af76420689</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/YTZc-nJXGwQ/firefox-taking-1-gigabyte-of-ram</link>
      <category>Random Thoughts</category>
      <category>Tech / Computers / Programming</category>
      <category>English</category>
      <enclosure url="http://blog.somekool.net/files/firefox_using_a_GB_of_RAM.png" type="image/png" length="20209" />
      <trackback:ping>http://blog.somekool.net/articles/trackback/10927</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/30/firefox-taking-1-gigabyte-of-ram</feedburner:origLink></item>
    <item>
      <title>I passed the Gakusei level at Kanjibox.</title>
      <description>&lt;pre&gt;Congratulations! You completed Gakusei level.

Your final score is 967 Pts!
&lt;/pre&gt;

&lt;p&gt;Yahoo !!! &lt;strong&gt;967&lt;/strong&gt; Pts!!!&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/kanjibox-stats-2008-01-29.PNG" alt="KanjiBox stats 2008-01-29"/&gt;&lt;/p&gt;

&lt;p&gt;but eh,... that's nothing, now I need to be able to write them all from memory.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jan 2008 07:53:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:eff08d76-5560-44ea-9959-3d34a88eedcc</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/pz6EpzbUWak/i-passed-the-gakusei-level-at-kanjibox</link>
      <category>Français</category>
      <category>English</category>
      <category>facebook</category>
      <category>kanjibox</category>
      <category>score</category>
      <category>stats</category>
      <category>gakusei</category>
      <enclosure url="http://blog.somekool.net/files/kanjibox-stats-2008-01-29.PNG" type="image/png" length="12159" />
      <trackback:ping>http://blog.somekool.net/articles/trackback/10926</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/29/i-passed-the-gakusei-level-at-kanjibox</feedburner:origLink></item>
    <item>
      <title>Collections of great links from today.</title>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.greenparty.ca/en/node/3045"&gt;Is Harper Killing the Canadian Electric Car?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Loss_aversion"&gt;Loss aversion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.latimes.com/news/custom/scimedemail/la-op-schermer13jan13,0,7104647.story?coll=la-news-scimed"&gt;Weird things about money&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.nakedworldrecords.com/striprps.htm"&gt;World's largest strip rock-paper-scissors tournament&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X"&gt;Get KDE4 running on MacOSX in a snap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://420-now.blogspot.com/2008/01/legalized-marijuana-and-government.html"&gt;Drug legalization?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.economist.com/displaystory.cfm?story_id=10529960"&gt;The secret of happiness&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.anxietyculture.com/worry.htm"&gt;Postpone worry for later and be happy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.facebook.com/pages/Green-Party-of-Canada/6954922243"&gt;facebook : Green Party of Canada&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.facebook.com/inbox/readupdates.php?id=6330284938"&gt;facebook : NDP's Jack Layton's page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.makeuseof.com/tech-fun/bill-gates-last-day-work/"&gt;Bill Gates' last work day&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.spychips.com"&gt;How RFID will compromise privacy, security and freedom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.spychips.com/book/booksplash.html"&gt;How Major Corporations and Government Plan to Track Your Every Purchase and Watch Your Every Move &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and a copy paste from a Facebook update from the Green Party of Canada.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Breaking News: Greens are Canada's new third party!&lt;/strong&gt;
&lt;small&gt;2:58am Wednesday, Nov 14, 2007&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;Dear Friends,&lt;/p&gt;

&lt;p&gt;Today is a historic first for the Green Party of Canada.&lt;/p&gt;

&lt;p&gt;Today, for the first time in our 24-year history, we are polling as one of Canada's top three parties in a national survey of voter intentions.&lt;/p&gt;

&lt;p&gt;The Green Party is nationally in third place. We can win seats. You can help us do it.&lt;/p&gt;

&lt;p&gt;The latest Strategic Counsel survey for the Globe and Mail/CTV News shows that the Green Party with 13% has overtaken both the NDP (12%) and the Bloc Quebecois (11%) for the first time ever. Also, Green support in the west now stands at a strong 18%, ahead of the fourth-place NDP (16%).&lt;/p&gt;

&lt;p&gt;We must ask for Canadians' help to ensure that Elizabeth May is in the nationally televised leaders' debates. If Elizabeth is in the debates, there is no doubt in my mind that we will elect Green MPs.&lt;/p&gt;

&lt;p&gt;[The Green Party has never won any seats in Canada (federally or provincially), nor has the Green Party been included in any televised debates... yet]&lt;/p&gt;

&lt;p&gt;Visit the group for more info. :)&lt;/p&gt;</description>
      <pubDate>Sat, 19 Jan 2008 09:07:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:e2f51dee-3195-4e59-bde4-5f4eff258e87</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/k3DMrxCyBHI/collections-of-great-links-from-today</link>
      <category>Just Budget</category>
      <category>Tech / Computers / Programming</category>
      <category>Canadian Politics</category>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10924</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/19/collections-of-great-links-from-today</feedburner:origLink></item>
    <item>
      <title>Trouble shooting the internet : part #&amp;amp;lt;no count available&amp;gt;</title>
      <description>&lt;p&gt;Hey everybody.&lt;/p&gt;

&lt;p&gt;I was at my friends place tonight. and we had sort of a geek night. we both work in &amp;lt;insert computer related fields here&gt; and ... well anyway... we've got some trouble making his inboard sata raid controller working and I ended up on &lt;a href="http://hardware.mcse.ms/archive12-2004-7-47748.html"&gt;that website&lt;/a&gt; relating to a similar problem.&lt;/p&gt;

&lt;pre&gt;
"Via VT8237 Serial ATA BIOS Setting Utility V 2.10

Scan Devices Please Wait!
Press &amp;lt;Tab&gt; key into user window!

(Tab doesn't work BTW)

Hardware Initiate Failed Please Check the Device!!!
The BIOS does not be installed. Press &amp;lt;g&gt; to continue"
&lt;/pre&gt;

&lt;p&gt;the original question of the thread was that pressing TAB when the raid controller was asking us to would simply do nothing. and tonight. my friend figured out that the bios simply had PS2 support disabled. Microsoft Windows (the OS I respect very much hahahaha) is later on adding his own PS2 support so the BIOS did not need to support the keyboard device ... Until you really need it. mouhahaha.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Jan 2008 01:27:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:f7983b72-fc1c-44a3-8046-c5c5db4e2c8c</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/sCobr0eeLig/trouble-shooting-the-internet-part</link>
      <category>Tech / Computers / Programming</category>
      <category>English</category>
      <category>serial</category>
      <category>ata</category>
      <category>sata</category>
      <category>raid</category>
      <category>controller</category>
      <category>tab</category>
      <category>key</category>
      <category>hardware</category>
      <category>initiate</category>
      <category>failed</category>
      <category>please</category>
      <category>check</category>
      <category>the</category>
      <category>device</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10922</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/19/trouble-shooting-the-internet-part</feedburner:origLink></item>
    <item>
      <title>Bush says: swiss cheeze ain't gonna work.</title>
      <description>&lt;p&gt;first time in 8 years he is going to the countries he is destroying. Thanks god he is bringing wisdom to this world. determined to set peace between the two countries.Bush says: swiss cheeze ain't gonna work.&lt;/p&gt;

&lt;p&gt;love you too&lt;/p&gt;

&lt;p&gt;let's pay more tax this year, increase poverty and do war.&lt;/p&gt;

&lt;p&gt;"do war" ? what...? war isn't a verb yet ? what a shame, I am warring you. wait, it is a verb.&lt;/p&gt;

&lt;p&gt;Iraq has been warred! ハハハハハ.&lt;/p&gt;

&lt;p&gt;thanks bush for such entertaining planet.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jan 2008 20:06:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:132df390-7f43-4a6f-b904-55e7006429ad</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/5vB6t6PSTRY/bush-says-swiss-cheeze-aint-gonna-work</link>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10916</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/10/bush-says-swiss-cheeze-aint-gonna-work</feedburner:origLink></item>
    <item>
      <title>Magic Finger : Find the G Spot!</title>
      <description>&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/wKfHcrolbcE&amp;amp;rel=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/wKfHcrolbcE&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Jan 2008 09:20:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:7e1ef18b-9305-4386-be4a-e7531a1cb0bc</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/osQ7Psp16xY/magic-finger-find-the-g-spot</link>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10913</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/06/magic-finger-find-the-g-spot</feedburner:origLink></item>
    <item>
      <title>Excellent Videos</title>
      <description>&lt;p&gt;&lt;strong&gt;Tony v. Paul&lt;/strong&gt;
From the vault... Awesome stop motion fight. Just turn off your brain and enjoy.
&lt;object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1727961&amp;amp;fullscreen=1" width="480" height="360" &gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1727961&amp;amp;fullscreen=1" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dice Stacking Vol 3&lt;/strong&gt;
Nobody knows what the hell this is, but this kid sure is getting much better at it.&lt;/p&gt;

&lt;p&gt;&lt;object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1753482&amp;amp;fullscreen=1" width="480" height="360" &gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1753482&amp;amp;fullscreen=1" /&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 2008 09:17:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:cd69ba3d-6742-40f9-b430-3037ffb98f95</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/zY9ccxv9QCI/excellent-videos</link>
      <category>Français</category>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10911</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2008/01/01/excellent-videos</feedburner:origLink></item>
    <item>
      <title>Bell Mobilité</title>
      <description>&lt;p&gt;Merci! Il y a des gens qui rendre public leur mésaventure avec nos cher compagnie monopolistique. Ecoutez ca.&lt;/p&gt;

&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-7GHrF3Y1oo&amp;amp;rel=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-7GHrF3Y1oo&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 31 Dec 2007 14:30:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:2ba2d7c1-53a4-4fb1-ab4d-600d2f515b21</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/7AC7UMWxydg/bell-mobilit%C3%A9</link>
      <category>Canadian Politics</category>
      <category>Français</category>
      <category>bell</category>
      <category>mobility</category>
      <category>mobilité</category>
      <category>mail</category>
      <category>in</category>
      <category>rebate</category>
      <category>rabais</category>
      <category>postal</category>
      <category>anarque</category>
      <category>cellphone</category>
      <category>cellulaire</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10909</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/31/bell-mobilit%C3%A9</feedburner:origLink></item>
    <item>
      <title>KDE4 User Review : better than expected !!!</title>
      <description>&lt;p&gt;I have been waiting for KDE4 for a while already.... And now it has gotten much closer to the goal and it's time for a real survival test... &lt;/p&gt;

&lt;p&gt;Due to my old computer slightly lacking horsepower, I recently switched from Gentoo to Ubuntu. tried Gnome for a little while but wasn't for me, really.  Then I installed kubuntu-desktop and followed the quick steps shown on &lt;a href="http://www.kubuntu.org/announcements/kde4-rc2.php"&gt;kubuntu.org&lt;/a&gt; about &lt;a href="http://dot.kde.org/1197405276/"&gt;KDE4 rc2&lt;/a&gt;. Really easy install...&lt;/p&gt;

&lt;p&gt;From KDE 3.5.8 I could already see many applications in the menu which had got duplicate for their KDE4 counterpart letting me try them from within my desktop. but on the early morning of December 26th, without knowing if it would work at all, I decided to give the already installed KDE4 a try. Without expecting much it shine onto my screen promptly.&lt;/p&gt;

&lt;p&gt;Fired up, I am looking at what is to become the next best and most popular desktop on the planet. Let see what Santa-san has in store... read on for more details ...&lt;/p&gt;&lt;hr/&gt;

&lt;p&gt;Hey it launched... and quickly... I'd have to shut it off and launch it again to check the speed for sure but I did not wait so much that I cared.&lt;/p&gt;

&lt;p&gt;&lt;img title="KDE4 Desktop" src="/files/1-kde4-desktop.png" width=400 height=300 /&gt;&lt;/p&gt;

&lt;p&gt;First thing I notice is the top-right corner which contains a config tool icon, letting me add plasmoids easily. I tried them all. there is a nice little collection so far, nothing too fancy but nothing crashed at least. The "Button" plasmoid, a launcher button does not seems to work. it only shows a file icon of a binary file. But overall, I can say Plasma already works wonderfully. The quick access to the calendar isn't there yet. But what I can see if a very solid platform with endless possibilities, I can't wait to learn how to customize my new shiny desktop.&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/2-kde4-plasmoids.png" alt="Plasma - Plasmoids"/&gt;&lt;/p&gt;

&lt;p&gt;Second thing I notice : The new beautiful widget sets. they aren't Plastik or Keramik anymore. It's Oxygen, Oh god that every button and scrollbar are pretty.  One thing I like a bit less, is the background of the panel at the bottom. That gray and wide border just does not cut it. But I know for sure it will be uber easy to change very soon. &lt;/p&gt;

&lt;p&gt;&lt;img src="/files/3-kde4-plasmoids-mouseover.png" alt="Plasma - mouseover"/&gt;&lt;/p&gt;

&lt;p&gt;These buttons appears on mouseover.&lt;/p&gt;

&lt;p&gt;Now that good news and bad news never comes alone, I realize that I forgot to backup my ~/.kde folder and I might not be able to run KDE3 again with this user. Don't do the same mistake as me, and backup your user's config or user KDE4 under a separate user. (clock ticking...) After giving a quick look at my home directory, it seems like KDE4 applications have created their config and stuff under ~/.kde4, leaving my ~/.kde intact. I don't know for sure but it really seems like so. Therefore, everything is great. &lt;/p&gt;

&lt;p&gt;What a wonderfully stable and fast first experience. Now I understand why they call it a RC2 release. It definitely ain't Beta anymore. I can feel the release coming soon by seeing how stable this desktop is.&lt;/p&gt;

&lt;p&gt;Now more in details about what I personally use...&lt;/p&gt;

&lt;p&gt;I recently started learning to play Go and for some strange reason, when I was starting qGo under KDE 3.5.8, I had no sound: I did not care that much to investigate into the problem, but here that I launch it under KDE4 and ItJustWorks(tm). Wow.&lt;/p&gt;

&lt;p&gt;Kompose, which I use as an application switcher under KDE3 works just as fine under KDE4. &lt;/p&gt;

&lt;p&gt;The Add applet tool to add plasmoid onto the desktop is really easy to use and while I could not find a place to click on the panel to add a pager to it, I discovered I could simply drag-n-drop an plasmoid from the add-applet dialog to the panel and Voila! ItJustWorks(tm)&lt;/p&gt;

&lt;p&gt;I recently had to switch to pidgin because I cannot type japanese in Qt applications (please help) and it made me discover a little annoying bug. No GTK+ apps with a systray can run on KDE4 yet. Apparently caused with missing argb implementation in GTK+. (ain't exact but just to make the story short ...) There is bug ticket in both team's bugzilla so, things should get fix soon. In the mean time, don't be surprise if you see an error like this one.&lt;/p&gt;

&lt;pre&gt;
somekool@somekool-laptop:~/packages/kload$ pidgin
The program 'pidgin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 373 error_code 8 request_code 2 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
somekool@somekool-laptop:~/packages/kload$
&lt;/pre&gt;

&lt;p&gt;But that bug made me discover something very cool about KDE4. See, in order to track if the problem was related with kwin or plasma, someone on IRC made my relogin using the "failsafe" option which does not load any windowmanager or anything but an xterm. from the xterm, I manually lunched kwin-kde4 and then pidgin. Worked !!! Then I launch plasma-kde4 and BAM! pidgin crashed. So that tells me two things. One. the problem is definitely with plasma, more precisely the systray applet. TWO and the best... KDE4 can pretty much be run by launching these two program only. I suppose there is more under the hood when you launch the default startkde BUT ... think about it how this desktop has gotten much lighter. kwin and plasma and that is pretty much it. Anyone looking for a minimalistic, yet powerful desktop. KDE is in the HOUSE ! Add to that the huge optimization Trolltech have included in Qt4, this desktop is gonna be faster than a silk made and turbo propulsed rocket. How wonderful.&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/4-kde4-alt-f2.png" alt="Alt-F2 (krunner)"/&gt; The Alt-F2 krunner application has totally been redesigned. The black is a little too much and makes labels unreadable here. But Oh that I love this new button "Show system activity" its like launching top in a nice GUI window, but it is much slicker, smaller and faster than the kde3 counterpart ksysgard. unbelievably awesome job. And how the process are easily sorted for the user to see the apps they care about... Wow.&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/10-kde4-system-activity.png" alt="System Activity"/&gt;&lt;/p&gt;

&lt;p&gt;I have been a heavy user of the ALT-F2 feature since early KDE1. I even believe I had a more rudimentary equivalent on the same hotkey under WindowMaker back in the days I was only running kmail and kfm from within WindowMaker. But even though KDE4 pushed the bar even further, their own new competitor might change my mind. The redesign K-Menu is awesome. I never liked the Windows(tm)-ish K-Menu but now look for yourself...&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/5-kde4-app-launcher-search-cropped.png" alt="KDE4 Application Launcher - Search"/&gt;
KDE4 Application Launcher - Search feature ! yé !&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/6-kde4-app-launcher-applications-cropped.png" alt="KDE4 Application Launcher - Applications library"/&gt;
KDE4 Application Launcher - Applications library
&lt;img src="/files/7-kde4-app-launcher-computer-cropped.png" alt="KDE4 Application Launcher - My Computer"/&gt;
KDE4 Application Launcher - My Computer
&lt;img src="/files/8-kde4-app-launcher-recently-cropped.png" alt="KDE4 Application Launcher - Recent"/&gt;
KDE4 Application Launcher - Recent
&lt;img src="/files/9-kde4-app-launcher-leave-cropped.png" alt="KDE4 Application Launcher - Shutdown"/&gt; 
KDE4 Application Launcher - Shutdown&lt;/p&gt;

&lt;p&gt;And finaly, the most awaited Konsole with Split view.
&lt;img title="KDE4 Konsole" src="/files/11-kde4-konsole-split-view.png" width=400 height=300 /&gt;&lt;/p&gt;

&lt;p&gt;Unfortunately, tabs are mirrored on each split views. So it ain't like 4 konsole tiled. I hope it changes in the final release.&lt;/p&gt;

&lt;p&gt;That's about it. I have been running KDE4 RC2 for close to a week now, without a serious glitch. 
I am looking forward redesigning this panel to suit my taste. &lt;/p&gt;

&lt;p&gt;Conclusion, what do I see is something totally new yet built on the powerful base kde is known for. There is not that many and that fancy plasma applet yet but one can clearly see how the plateform is ready for the world to develop upon.&lt;/p&gt;

&lt;p&gt;Cheers to KDE and lets make 2008 the year of KDE on the User desktops and Business workstations.
Not to forget the 400th anniversary of the oldest city in North America (Québec city). Please visit us and happy coding.&lt;/p&gt;</description>
      <pubDate>Mon, 31 Dec 2007 12:00:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:aafe3b56-5885-43e8-b4be-ee15d878418f</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/jCeCwlwdhcA/kde4-user-review-it-rocks</link>
      <category>KDE</category>
      <category>English</category>
      <category>kde4</category>
      <category>rc2</category>
      <category>review</category>
      <category>Linux</category>
      <category>kde</category>
      <category>kubuntu</category>
      <enclosure url="http://blog.somekool.net/files/2-kde4-plasmoids.png" type="image/png" length="94142" />
      <trackback:ping>http://blog.somekool.net/articles/trackback/10904</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/31/kde4-user-review-it-rocks</feedburner:origLink></item>
    <item>
      <title>Le party du nouvel an c'est à la Place d'Youville (Québec, Québec, Canada) que ça se passe.</title>
      <description>&lt;p&gt;Bonjour à tous et merci de rejoindre cette évènement. Juste un petit message pour rappeler à tous que Sydney en Australie attire 1,200,000 personnes et New York entre 800,000 et 1,000,000 chaque année à leur Party du Nouvel An respectif. (Source CHIK FM) Alors on a de la compétition, mais montrons leur de quoi Québec est capable. Invitez toute votre monde à nous joindre sur la place D'Youville.&lt;/p&gt;

&lt;p&gt;J'aimerais également noter que la ville d'Hikone au Japon, fêtait ses 400ieme en 2007 et même si la petite ville n'a que 100,000 habitant, elle a attirer 764,484 visiteurs pour leur évènement de clôture. ( http://www.hikone-400th.jp/ )&lt;/p&gt;

&lt;p&gt;Aidez vous les uns les autres à faire de Québec la destination mondial de choix pour toute l'année 2008.&lt;/p&gt;

&lt;p&gt;PS: ceux qui parle d'autreS langueS, faites de la pub sur le net !!!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://monquebec2008.sympatico.msn.ca/MonQuebec2008/?module=events&amp;amp;id=1&amp;amp;eventid=281"&gt;http://monquebec2008.sympatico.msn.ca/MonQuebec2008/?module=events&amp;amp;id=1&amp;amp;eventid=281&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SVP Pardonnez à ceux qui ont pèché et à ceux qui manque de professionalisme et qui donne de la publicité gratuite à Microsoft. Nous ne somme pas tous parfait, ni Bell, ni Sympatico.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Dec 2007 12:01:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:aba282e6-275c-4ade-a7e5-0cb855cb3335</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/PSqQNToBYBs/le-party-du-nouvel-an-cest-%C3%A0-la-place-dyouville-qu%C3%A9bec-qu%C3%A9bec-canada-que-%C3%A7a-se-passe</link>
      <category>About Japan</category>
      <category>Français</category>
      <category>quebec</category>
      <category>2008</category>
      <category>400ieme</category>
      <category>400</category>
      <category>400th</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10907</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/30/le-party-du-nouvel-an-cest-%C3%A0-la-place-dyouville-qu%C3%A9bec-qu%C3%A9bec-canada-que-%C3%A7a-se-passe</feedburner:origLink></item>
    <item>
      <title>Hikaru no GO - Boom in Japan</title>
      <description>&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NyllVL9fpe0&amp;amp;rel=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NyllVL9fpe0&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2007 15:18:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:355e709f-7cc8-43b2-9252-b41f8c29a5bb</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/kFOzkZoJO6s/hikaru-no-go-boom-in-japan</link>
      <category>About Japan</category>
      <category>English</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10902</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/20/hikaru-no-go-boom-in-japan</feedburner:origLink></item>
    <item>
      <title>Windows Explorer?</title>
      <description>&lt;p&gt;Maybe you guys can help me. Since 1995, I have been struggling with this Windows Explorer trying to manage my windows. But all I can see is files and directories. Every forum I went to over the last 13 years have been only filled with impolite people trying to tell me I did not understand a thing and that, of course, files and directories were shown in the Windows Explorer and not windows.&lt;/p&gt;

&lt;p&gt;Then I ask, why isn't it called the File Explorer? After all, it is a file manager that lets you explore your files and directory.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2007 05:45:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:f9f19dcb-4e24-4a15-ba98-1e56485cbb57</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/MEl9IGB-uXA/windows-explorer</link>
      <category>English</category>
      <category>microsoft</category>
      <category>jokes</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10901</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/20/windows-explorer</feedburner:origLink></item>
    <item>
      <title>Ma deuxième éclair pendant une tempête de neige</title>
      <description>&lt;p&gt;Bienvenue à vous tous mes chères Québécois. Mon site n'a pas l'habitude d'attirer autant de francophone. Je vous souhaite donc la bienvenue et je remercie tout ceux qui ont récemment laissé un commentaire sur mon billet (post) de l'an dernier.&lt;/p&gt;

&lt;p&gt;Et juste afin de préciser les informations sur &lt;a href="http://blog.somekool.net/articles/2007/01/06/du-tonnere-et-des-eclairs-lors-dune-tempete-de-neige"&gt;ce fameux post de l'an dernier&lt;/a&gt;. Notez que c'était mon 28ième hiver et Je n'avais jamais vu ça de ma vie avant l'an dernier. C'est donc la deuxième année consécutive que j'assiste à une éclair pendant une tempête de neige.&lt;/p&gt;

&lt;p&gt;J'étais au Japon et 2006 à été, mondialement, une année record de chaleur et nous avons eu très peu de neige là où j'étais comparativement aux autres années. Je crois donc que ces éclairs sont très clairement relié au réchauffement de la planète (Global Warming). Et ce peu importe ce que &lt;a href="http://en.wikipedia.org/wiki/Thundersnow"&gt;Wikipedia&lt;/a&gt; peut en dire.&lt;/p&gt;

&lt;p&gt;Notez par contre que selon les évènements que Wikipedia relate, il ne s'agit pas de quelque chose de très commun mais plutôt rare. &lt;b&gt;Et il s'agit d'un type d'évènement récent. (2000 et +).&lt;/p&gt;

&lt;p&gt;START WORRYING NOW !&lt;/b&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 19 Dec 2007 17:34:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:03801c6b-c977-4d99-9404-bfed3595b59c</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/_3Bh-rdl4BM/ma-deuxi%C3%A8me-%C3%A9clair-pendant-une-temp%C3%AAte-de-neige</link>
      <category>About Japan</category>
      <category>Français</category>
      <category>neige</category>
      <category>eclair</category>
      <category>eclaire</category>
      <category>tempete</category>
      <category>tonnere</category>
      <category>thundersnow</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10900</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/19/ma-deuxi%C3%A8me-%C3%A9clair-pendant-une-temp%C3%AAte-de-neige</feedburner:origLink></item>
    <item>
      <title>How many kanjis do I know ?</title>
      <description>&lt;p&gt;As of today, this is my status ;)&lt;/p&gt;

&lt;p&gt;&lt;img src="/files/kanjis-2007-12-18.PNG" alt="kanjibox stats 2007-12-18"/&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Dec 2007 09:31:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:44f7785f-bd28-476c-96a8-840536b90ce5</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/miItaVogQIA/how-many-kanjis-do-i-know</link>
      <category>About Japan</category>
      <category>Français</category>
      <category>English</category>
      <category>jlpt</category>
      <category>japanese</category>
      <category>kanji</category>
      <category>kanjis</category>
      <category>study</category>
      <enclosure url="http://blog.somekool.net/files/kanjis-2007-12-18.PNG" type="image/png" length="12208" />
      <trackback:ping>http://blog.somekool.net/articles/trackback/10898</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/18/how-many-kanjis-do-i-know</feedburner:origLink></item>
    <item>
      <title>Immigration à Quebec (revue du MediaMatin)</title>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Au Québec, 79,6 % de la population (5,7 millions d’habitants) a le français comme langue maternelle. C’est la première fois depuis 1931 que ce pourcentage est inférieur à 80.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Au Canada, un habitant sur cinq est né à l’étranger, ce qui fait du pays l’un des plus multiculturels du monde, devant les États-Unis et juste derrière l’Australie.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="http://www.mediamatinquebec.com/?Section=Accueil&amp;amp;id=5159"&gt;Ça ne se bouscule pas fort pour venir à Québec &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.mediamatinquebec.com/?Section=Accueil&amp;amp;id=5161"&gt;Le Saguenay perd son monde&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.mediamatinquebec.com/?Section=Accueil&amp;amp;id=5160"&gt;De l’Europe, de l’Afrique... &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Et le &lt;a href="http://www.mediamatinquebec.com/?section=Accueil&amp;amp;id=5150"&gt;Le tunnel de l’oubli&lt;/a&gt;  à Québec.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Dec 2007 12:56:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:9449fe05-2506-496b-a404-df22136046bd</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/exnkNtnOfDA/immigration-%C3%A0-quebec-revue-du-mediamatin</link>
      <category>Canadian Politics</category>
      <category>Français</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10870</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/12/05/immigration-%C3%A0-quebec-revue-du-mediamatin</feedburner:origLink></item>
    <item>
      <title>Very cool mitsubishi ads from Canada </title>
      <description>&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Dh0NM7KIvzs&amp;amp;rel=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Dh0NM7KIvzs&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 2007 18:52:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:025756e3-a71f-48f0-bdd1-3e389195facd</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/Xnv5AM5j3KM/very-cool-mitsubishi-ads-from-canada</link>
      <category>Français</category>
      <category>English</category>
      <category>mitsubishi</category>
      <category>ad</category>
      <category>ads</category>
      <category>canada</category>
      <category>2007</category>
      <category>athlete</category>
      <category>athletes</category>
      <category>sport</category>
      <category>sports</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10739</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/11/24/very-cool-mitsubishi-ads-from-canada</feedburner:origLink></item>
    <item>
      <title>choque culturelle</title>
      <description>&lt;p&gt;je pourrais en ecrire plusieurs, mais on va commencer par une petite que jai realiser hier. cest bien connu, on dit que le choque culturel ce passe au retour.&lt;/p&gt;

&lt;p&gt;quand jetais au japon, ca ma toujours parru normal de voir des japonais partout mais maintenant que je suis de retour.... hier je regardais les gens au tour de moi et jetais surpris de voir autant de quebecois autour de moi.&lt;/p&gt;

&lt;p&gt;pourtant, ya 18-20 fois moins de quebecois que je japonais.&lt;/p&gt;

&lt;p&gt;tk&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 2007 13:32:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:e75a4848-dd30-4366-a448-2fa0c7a4f57a</guid>
      <author>Mathieu Jobin</author>
      <link>http://feedproxy.google.com/~r/somekool/~3/yBZN4XhtoLg/choque-culturelle</link>
      <category>About Japan</category>
      <category>Français</category>
      <trackback:ping>http://blog.somekool.net/articles/trackback/10737</trackback:ping>
    <feedburner:origLink>http://blog.somekool.net/articles/2007/11/24/choque-culturelle</feedburner:origLink></item>
  </channel>
</rss>
