<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>siwu's blog &#187; Stuff</title>
	<atom:link href="http://siwu.info/category/stuff/feed" rel="self" type="application/rss+xml" />
	<link>http://siwu.info</link>
	<description>sir, i'm certified cpr !</description>
	<pubDate>Fri, 12 Sep 2008 16:51:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>SeeqSharp: Use SeeqPod from C#</title>
		<link>http://siwu.info/82/seeqsharp-use-seeqpod-from-c.html</link>
		<comments>http://siwu.info/82/seeqsharp-use-seeqpod-from-c.html#comments</comments>
		<pubDate>Wed, 27 Aug 2008 12:38:08 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://siwu.info/82/seeqsharp-use-seeqpod-from-c.html</guid>
		<description><![CDATA[Hey folks! Long time no see!
Disclaimer: I do not condone piracy and/or stealing. Use at your own risks. Also continue to use the real SeeqPod service, as they are doing a great job.
Just a quick post to let you guys know about a small library I did yesterday. With this library it is possible to [...]]]></description>
			<content:encoded><![CDATA[<p>Hey folks! Long time no see!</p>
<p><strong>Disclaimer: I do not condone piracy and/or stealing. Use at your own risks. Also continue to use the real SeeqPod service, as they are doing a great job.</strong></p>
<p>Just a quick post to let you guys know about a small library I did yesterday. With this library it is possible to make searches on SeeqPod right from C#. I did this library because there was none available, and more specifically none that was compatible with the SeeqPod cache. You see, the mp3 locations you see sometimes are invalid, but happen to work in the SeeqPod flash player. That's because SeeqPod caches the mp3 it crawls (it seems). So here it is, Seeqsharp <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The project is hosted on <a href="http://code.google.com/p/seeqsharp/" >Google Code</a>. And you can also <a href="http://code.google.com/p/seeqsharp/downloads/list" >download the demo application</a>.<br />
Here is a screenshot of the demo application:<br />
<a href='http://siwu.info/wp-content/seeqdown_screenshot.jpg' title='Seeqdownloader Screenshot'><img src='http://siwu.info/wp-content/seeqdown_screenshot.jpg' alt='Seeqdownloader Screenshot' width='90%' height='90%' /></a></p>
<p>And a quick code sample:</p>
<div class="syntax_hilite">
<div id="csharp-2">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Playlist results = Playlist.<span style="color: #0000FF;">Search</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"nine inch nails"</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"Found "</span> + results.<span style="color: #0000FF;">TrackList</span>.<span style="color: #0000FF;">Count</span>.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #808080;">" items."</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">foreach</span> <span style="color: #000000;">&#40;</span>Track track <span style="color: #0600FF;">in</span> results.<span style="color: #0000FF;">TrackList</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">"Title: "</span> + track.<span style="color: #0000FF;">Creator</span> + <span style="color: #808080;">" - "</span> + track.<span style="color: #0000FF;">Title</span> + <span style="color: #808080;">" - Location: "</span> + track.<span style="color: #0000FF;">Location</span><span style="color: #000000;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/82/seeqsharp-use-seeqpod-from-c.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Computer outage 2: the PSU strikes back</title>
		<link>http://siwu.info/78/computer-outage-2-the-psu-strickes-back.html</link>
		<comments>http://siwu.info/78/computer-outage-2-the-psu-strickes-back.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 00:38:15 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://siwu.info/78/computer-outage-2-the-psu-strickes-back.html</guid>
		<description><![CDATA[I know you folks pretty much don't give a damn about my computer problems, BUT I feel like I need to say it anyway. Since yesterday I started having problems again with my computer. It would not restart in a loop, but this time, just freeze, usually after 10-15 mins. After looking everywhere, I stopped [...]]]></description>
			<content:encoded><![CDATA[<p>I know you folks pretty much don't give a damn about my computer problems, BUT I feel like I need to say it anyway. Since yesterday I started having problems again with my computer. It would not restart in a loop, but this time, just freeze, usually after 10-15 mins. After looking everywhere, I stopped to look at the voltage levels, and... oh crap.</p>
<pre>Vcore: 1.48v to 1.608v (set a 1.6v)
+3.3v: 2.7v to 3.08v
+5v: 4.3v to 4.7v
+12v: 11.3v to 11.5v</pre>
<p>Holy shit! Look at that +3.3v! Something was definitely wrong with the PSU or the Mobo. I immediately tried with another PSU (a 220w from my HTPC, pretty weak compared to my actual 350w), and bam, levels back to normal.<br />
So I guess all my problems came from the PSU after all...<br />
<strong>UPDATE:</strong> Well, I was wrong again. My computer just crashed with the temporary PSU. Perhaps I'll try a more powerful one.</p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/78/computer-outage-2-the-psu-strickes-back.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Meh body be hurtin</title>
		<link>http://siwu.info/76/meh-body-be-hurtin.html</link>
		<comments>http://siwu.info/76/meh-body-be-hurtin.html#comments</comments>
		<pubDate>Mon, 18 Feb 2008 15:31:42 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://siwu.info/76/meh-body-be-hurtin.html</guid>
		<description><![CDATA[So saturday night some friends and I went to see Black Bomb A, a french metalcore band, in concert. How was it? Well, I almost broke my nose (I took some guy's head in the face), my thumb is hurting, my arms/neck/back muscles are soared, and I slept 13 hours straight the night after. To [...]]]></description>
			<content:encoded><![CDATA[<p>So saturday night some friends and I went to see <a href="http://www.blackbomba.com/v03/" >Black Bomb A</a>, a french metalcore band, in concert. How was it? Well, I almost broke my nose (I took some guy's head in the face), my thumb is hurting, my arms/neck/back muscles are soared, and I slept 13 hours straight the night after. To put it shortly, <strong>awesome</strong>.<br />
<span id="more-76"></span><br />
<a href="http://www.zicnco.com/achat/index.php?catid=142" ><img src="http://www.zicnco.com/administrer/upload/151207_224838_PEEL_h2TPPg.jpg" alt="Black Bomb A" /></a></p>
<p>When I was younger (roughly 5 years ago) I used to listen to them a lot and go to their concert, but when one of the singers (the lower tone one), Djag, left and was replaced with another guy with a more "conventional" metal voice, Arno, I didn't really like the new sound and kinda stopped following their news, but would still listen to the old albums.</p>
<p>Fast forward to November 2007, my best friend tells me that the new singer is leaving the group and that Djag will take on for a few concerts! W00T! Of course, we rushed to the concert, and boy, was it awesome. What energy they have! Simpy amazing. Added to the fact that it has been 5 years since I've been in a mosh pit <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So you can imagine my joy when I knew they were performing nearby (Velizy, 78, France) last saturday! We got to the concert, the venue was quite big but there weren't many people, too bad! But it didn't stopped us from mosh pitting and slamming a few times <img src='http://siwu.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So now, my body is aching, but that was well worth it!</p>
<p>Of course I urge you to listen to a few songs I found on Seeqpod, after the jump!<br />
<embed src="http://www.seeqpod.com/cache/seeqpodEmbed.swf" wmode="transparent" width="425" height="350" type="application/x-shockwave-flash" flashvars="domain=http://www.seeqpod.com&#038;playlist=2cf144b30d"></embed>And of course, a video with a crappy sound of an old live (2002):<br />
<object width="420" height="365"><param name="movie" value="http://www.dailymotion.com/swf/x3pjl3&#038;v3=1&#038;related=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/x3pjl3&#038;v3=1&#038;related=1" type="application/x-shockwave-flash" width="420" height="365" allowFullScreen="true" allowScriptAccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/76/meh-body-be-hurtin.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Computer Outage - Not?</title>
		<link>http://siwu.info/75/computer-outage.html</link>
		<comments>http://siwu.info/75/computer-outage.html#comments</comments>
		<pubDate>Mon, 11 Feb 2008 11:48:16 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[DWMaxx]]></category>

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

		<guid isPermaLink="false">http://siwu.info/75/computer-outage.html</guid>
		<description><![CDATA[There may be a stall in the development of DWMaxx for the next two weeks, because I think my motherboard is dying (Asus P4P800 Deluxe). I spent the whole weekend trying to revive it, it works sometimes, sometimes it doesn't.... Well, after 3 days and nights and 100€ on a new hard drive, it seems [...]]]></description>
			<content:encoded><![CDATA[<p><strike>There may be a stall in the development of DWMaxx for the next two weeks, because I think my motherboard is dying (Asus P4P800 Deluxe). I spent the whole weekend trying to revive it, it works sometimes, sometimes it doesn't.... Well, after 3 days and nights and 100€ on a new hard drive, it seems I'll have to let it go... After all, it's been on 24h/24 for the last 5 years... And because everything has evolved, I can't just buy a new mobo, I'll need a complete upgrade (from the CPU to the GPU). And I'll do it when I have the money, that is probably at the end of the month!<br />
In the mean time, I'm still trying to make it work again, because I'm not as coffy on the laptop <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strike><br />
<strong>UPDATE 12/02/2008:</strong> It's alive! True magic involved here. Read on for the whole story.<br />
<span id="more-75"></span><br />
So yesterday, when I got back from work, I gave a try to boot the computer, and this time it started, but it did the same as it would do with it would boot: boot, but being INCREDIBLY slow on the BIOS screens. Anyway, it booted, sweet. But when I unplugged it to put it back in it's proper place, and plugged it in, it wouldn't boot anymore, with the dreaded "System fail CPU test" in a loop on the speakers.<br />
For the story, there is a small LED light on the mobo, and when you turn the computer off, it should turn off too, but it wouldn't (the PSU was fully unplugged). Also, the reset CMOS procedure wasn't working (I would try to reset the CMOS, and when it would boot, the settings were the same as before). So what I tried was to left it unplugged without any juice whatsoever, removed the battery, and went to work. When I got back, the LED was still on, after a whole day without juice... Something was weird. I guess in a desperate move (and with some true magic), I unplugged my external hard drive. And bam, the computer booted! Without being slow in the BIOS! So my guess is a ground issue. The USB hard drive perhaps was supplying current to the mobo through the USB port. Anyway, it's alive now, and I'll try to keep it that way for a while <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/75/computer-outage.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fight censorship!</title>
		<link>http://siwu.info/33/fight-censorship.html</link>
		<comments>http://siwu.info/33/fight-censorship.html#comments</comments>
		<pubDate>Wed, 02 May 2007 04:12:07 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[NYC]]></category>

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

		<guid isPermaLink="false">http://siwu.info/33/fight-censorship.html</guid>
		<description><![CDATA[Fight censorship and DRMs! Here is the HD-DVD decryption key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.
Combattons la censure et les DRMs! Voici la cle de decryptage HD-DVD: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.
Que representent ces [...]]]></description>
			<content:encoded><![CDATA[<p>Fight <a href="http://www.digg.com/" >censorship</a> and DRMs! Here is the HD-DVD decryption key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.</p>
<p>Combattons la <a href="http://www.digg.com/" >censure</a> et les DRMs! Voici la cle de decryptage HD-DVD: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.</p>
<p>Que representent ces chiffres etranges? Je veux bien vous expliquer...<br />
<span id="more-33"></span><br />
Depuis quelques temps on voit apparaitre des nouveaux formats haute-definition: le Blu-Ray et le HD-DVD. Seulement, pour eviter la copie des films, les fabricant ont eu l'idee de crypter les donnees audio et video, afin d'en eviter la copie brute.<br />
Ainsi, le lecteur HD-DVD ou Blu-Ray (qui possede la cle de decryptage en interne) peut lire le film, vous vous pouvez pas le copier! Ca s'appelle l'<a href="http://fr.wikipedia.org/wiki/Advanced_Access_Content_System" >AACS</a> (<em><a href="http://fr.wikipedia.org/wiki/Advanced_Access_Content_System" >Advanced Access Content System</a></em>). Rappellons d'ailleurs que le DVD possedait un systeme similaire, le <a href="http://fr.wikipedia.org/wiki/Content_Scrambling_System" >CSS</a> (<em><a href="http://fr.wikipedia.org/wiki/Content_Scrambling_System" >Content Scrambling System</a></em>), qui a ete casse il y a bien longtemps par le celebre <a href="http://fr.wikipedia.org/wiki/Jon_Lech_Johansen" >Jon Lech Johansen</a> (a.k.a. <em>DVD Jon</em>).</p>
<p>Et donc, le matin du 1er Mai, il se trouve que la cle qui permet de decrypter n'importe quel HD-DVD sorti jusqu'a present a ete trouvee, et diffusee. Jusque la bravo, mais la ou ca devient drole, c'est que lorsqu'un mec a juge bon de poster l'information sur le site comunautaire <a href="http://www.digg.com/" >Digg.com</a>, les editeurs l'ont banni, et ont supprime son post.</p>
<p>Du coup, il y a eu un tolle de protestation sur la censure sur internet (il se trouve que le site a recu de l'argent du groupe HD-DVD), et contre la notion meme de protection de copie (qui, il faut le reconnaitre, n'empeche pas la copie, et fait plus chier les honnettes gens que les pirates). Et au fur et a mesure que les posts de protestation apparaissaient, ils etaient supprimes et les membres bannis. Ce qui a declenche une mega-guerre sur la toile.<br />
A tel point que la page principale de Digg est <a href="http://www.look-here-now.net/2007/05/01/09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/" >completement inondee de posts avec la cle</a>, et que le but est de <a href="http://www.cafepress.com/dlkmadsen.129054705" >la rependre le plus possible</a>.</p>
<p>Donc! Combattons la tyranie mes amis, les lobbys du cinema et d'internet! Pouvoir au peuple!</p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/33/fight-censorship.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Moving the blog to a new server</title>
		<link>http://siwu.info/11/moving-the-blog-to-a-new-server.html</link>
		<comments>http://siwu.info/11/moving-the-blog-to-a-new-server.html#comments</comments>
		<pubDate>Wed, 04 Apr 2007 23:30:59 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.siwu.info/11/moving-the-blog-to-a-new-server.html</guid>
		<description><![CDATA[It started out when I wanted to configure url rewrites for my blog, but I ended up finding that my free webspace (free.fr), wasn't supporting mod_rewrite. Even worse, the Apache server started to screw up a lot ! So I moved the blog to my 1and1 space, which does support mod_rewrite.
Also I can now fully [...]]]></description>
			<content:encoded><![CDATA[<p>It started out when I wanted to configure url rewrites for my blog, but I ended up finding that my free webspace (free.fr), wasn't supporting mod_rewrite. Even worse, the Apache server started to screw up a lot ! So I moved the blog to my 1and1 space, which <em>does</em> support mod_rewrite.<br />
Also I can now fully enjoy my beloved siwu.info <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/11/moving-the-blog-to-a-new-server.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Not much eh ?</title>
		<link>http://siwu.info/8/not-much-eh.html</link>
		<comments>http://siwu.info/8/not-much-eh.html#comments</comments>
		<pubDate>Mon, 19 Mar 2007 14:39:58 +0000</pubDate>
		<dc:creator>siwu</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://siwuzzz.free.fr/?p=8</guid>
		<description><![CDATA[Yeah yeah I know, it's been a while since I last posted on this blog. Actually right now I'm quite busy with real life stuff since I'm getting a new job  
But for those of you waiting, here is a tease of the articles I'll be posting:

Finishing the WinXP Window Manager reverse engineering
Reversing the [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah yeah I know, it's been a while since I last posted on this blog. Actually right now I'm quite busy with real life stuff since I'm getting a new job <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
But for those of you waiting, here is a tease of the articles I'll be posting:</p>
<ul>
<li>Finishing the WinXP Window Manager reverse engineering</li>
<li>Reversing the Vista DWM</li>
</ul>
<p>Have fun <img src='http://siwu.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://siwu.info/8/not-much-eh.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.003 seconds -->
