<?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>Elwillow&#039;s blag</title>
	<atom:link href="http://elwillow.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://elwillow.net</link>
	<description>French and English in an awful mashup …. hilarity *ensues*</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:52:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Security? that&#8217;s for pussy!</title>
		<link>http://elwillow.net/p/security-thats-for-pussy/</link>
		<comments>http://elwillow.net/p/security-thats-for-pussy/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:30:24 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=166</guid>
		<description><![CDATA[Seriously. SECURITY IS IMPORTANT! And it starts with what you put on your server.
Take this output:
Trying "www.***.ca"
;; -&#62;&#62;HEADER&#60;&#60;- opcode: QUERY, status: NOERROR, id: 1812
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;www.***.ca.			IN	ANY
;; ANSWER SECTION:

www.***.ca.		3006	IN	A	*.*.*.235
;; AUTHORITY SECTION:

***.ca.		3006	IN	NS	ns1.***.com.
***.ca.		3006	IN	NS	ns2.***.com.
***.ca.		3006	IN	NS	ns.***.com.
;; ADDITIONAL SECTION:
ns.***.com.	132017	IN	A	*.*.*.55
ns1.***.com.	131340	IN	A	*.*.*.7
ns2.***.com.	131340	IN	A	*.*.*.235
Received 171 bytes from 192.168.7.235#53 in 12 ms
at first you don&#8217;t see [...]]]></description>
			<content:encoded><![CDATA[<p>Seriously. <strong>SECURITY IS IMPORTANT!</strong> And it starts with what you put on your server.</p>
<p>Take this output:</p>
<pre>Trying "www.***.ca"
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 1812
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;www.***.ca.			IN	ANY
;; ANSWER SECTION:

www.***.ca.		3006	IN	A	<strong>*.*.*.235</strong>
;; AUTHORITY SECTION:

***.ca.		3006	IN	NS	ns1.***.com.
***.ca.		3006	IN	NS	ns2.***.com.
***.ca.		3006	IN	NS	ns.***.com.
;; ADDITIONAL SECTION:
ns.***.com.	132017	IN	A	*.*.*.55
ns1.***.com.	131340	IN	A	*.*.*.7
ns2.***.com.	131340	IN	A	<strong>*.*.*.235</strong>
Received 171 bytes from 192.168.7.235#53 in 12 ms</pre>
<p>at first you don&#8217;t see anything wrong, right? <strong>right?</strong> Take a look again. The webserver is on the same machine as the nameserver?</p>
<p>Wait&#8230;. something doesn&#8217;t sound right?</p>
<p>Now you might be thinking: &#8220;They ave firewall, they are doing NAT/PAT and redirect the port 53/80 to another machine inside their network.&#8221;</p>
<p>It IS possible (and I damn hope it is) but so far the support we had and the level of profesionalism isn&#8217;t great. I wouldn&#8217;t be surprise it&#8217;s on the same machine. Not only that but their installed packages are OLD! They run Mysql 4, PHP 4, etc. there is probably dozen of exploits you could run. Someone could hack it and do some domain name server poisoning. Scary.</p>
<p>Sad. Very sad.</p>
<p>Also, if you look at the whois entry for ***.ca you will notice that it is outside of <a href="http://cira.ca/">CIRA</a> regulation (missing contact info).</p>
<pre>Domain name:           ***.ca
Domain status:         EXIST
Approval date:         2008/04/23
Renewal date:          2013/04/23
Updated date:          2008/04/24

Registrar:
    Name:              Tucows.com Co.
    Number:            156

Name servers:
    ns2.***.com
    ns.***.com
    ns1.***.com

% WHOIS look-up made at 2010-02-23 21:25:21 (GMT)
%
% Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal
% Notice, available at http://www.cira.ca/legal-notice/?lang=en
%
% (c) 2007 Canadian Internet Registration Authority, (http://www.cira.ca/)</pre>
<p>Also, http:// ***.ca doesn&#8217;t work because there is not A entry in the DNS.</p>
<p>Note: <em>sorry for the censorship but we still are in business with them.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/security-thats-for-pussy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Convert, transcode and stream a video feed.</title>
		<link>http://elwillow.net/p/howto-convert-transcode-and-stream-a-video-feed/</link>
		<comments>http://elwillow.net/p/howto-convert-transcode-and-stream-a-video-feed/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:45:02 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=139</guid>
		<description><![CDATA[There was this Foosball competition at my workplace and they ask me to do some nice! This was a side project at work that I complete in, roughly, 3 hours. It was fun because I was able to play with anything to make it work.
First lets explain what I had to do:

Use an old SMC [...]]]></description>
			<content:encoded><![CDATA[<p>There was this <a href="http://en.wikipedia.org/wiki/Table_football">Foosball</a> competition at my workplace and they ask me to do some nice! This was a side project at work that I complete in, roughly, 3 hours. It was fun because I was able to play with anything to make it work.</p>
<p>First lets explain what I had to do:</p>
<ul>
<li>Use an old SMC TV-IP200 camera</li>
<li>Record it</li>
<li>Stream this to ~40 people</li>
<li>Archive it</li>
</ul>
<p>The camera itself have a web server where you can see the live feed (a MJPEG stream). It&#8217;s nice and all BUT the port on the camera is 10 Mbps. After setting up the camera and adjusting the image settings the feed is 200 KB/s. More than 4 people watching it and the stream will lag.</p>
<p><span id="more-139"></span><br />
I did something similar in the past using unrelated piece of software so they work together. I have planned a dedicated server for LAN gaming at work (after-hour mind you) so I decided to reuse it while it was doing nothing.</p>
<p>Specification aren&#8217;t great:</p>
<ul>
<li>Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz</li>
<li>2GB of ram</li>
<li>2x 80GB disk in raid1 (using LVM).</li>
<li>Ubuntu 9.10</li>
</ul>
<p>Modest.</p>
<p>After some tweaking, tryout, recompiling I ended up with the following command:</p>
<div class="codesnip-container" >#!/bin/bash<br />
wget http://192.168.*.*/video.cgi &#8211;http-user=*** &#8211;http-password=*** -q -O &#8211; | ffmpeg -f mjpeg -i &#8211; -vcodec libtheora -an -b 512k -f ogg &#8211; | tee ~/foosball_archive/foosball_`date +%x_%H.%M.%S`.ogv | oggfwd -n &#8220;FoosBall Live&#8221; -d &#8220;Live stream from the Foosball table&#8221; 192.168.*.* 8000 *** /foosball.ogv</div>
<p>Quite a mess isn&#8217;t it? Let&#8217;s break it down:</p>
<div class="codesnip-container" >wget http://192.168.*.*/video.cgi &#8211;http-user=*** &#8211;http-password=*** -q -O &#8211; |</div>
<p>first we download the stream and output it to the <em>stdout</em> [ -O - ] and we pipe it to <a href="http://ffmpeg.org/">ffmpeg</a>:</p>
<div class="codesnip-container" >ffmpeg -f mjpeg -i &#8211; -vcodec libtheora -an -b 512k -f ogg &#8211; |</div>
<p>Again, we read the incoming <em>stdin</em> [ -i - ] specifying its a MJPEG stream, encode it and send it back to <em>stdout</em> using the OGG format [ -f ogg - ] so we can save it:</p>
<div class="codesnip-container" >tee ~/foosball_archive/foosball_`date +%x_%H.%M.%S`.ogv |</div>
<p><a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?tee">tee</a> is a command I found while doing this. It will take the incoming <em>stdin</em>, write it to a file and send it back to <em>stdout</em> for oggfwd:</p>
<div class="codesnip-container" >oggfwd -n &#8220;FoosBall Live&#8221; -d &#8220;Live stream from the Foosball table&#8221; 192.168.*.* 8000 *** /foosball.ogv</div>
<p>The last and final bit is <a href="http://v2v.cc/~j/oggfwd/">oggfwd</a>. This send the stream to an <a href="http://www.icecast.org/">icecast2</a> server hosted locally.</p>
<p>The good news is the CPU usage is fairly low (around 30-40%), considering we are doing live transcoding.</p>
<p>The resulting stream works in VLC, MPlayer, Firefox, and most probably others. Chromium (5.0.315.0 (37939) Ubuntu) was not able to stream it but could load the first frame.</p>
<p>Then I had to start it at 8 h in the morning before I get to work. the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?at">at</a> command came into play for this <img src='http://elwillow.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The stream also play on a TV in the lobby for everyone to enjoy!</p>
<p>The stream can event be embedded in a web page using the HTML5 video tag.</p>
<p>Hope this is useful to someone at one point.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/howto-convert-transcode-and-stream-a-video-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on live server = not something I like to do</title>
		<link>http://elwillow.net/p/working-on-live-server-not-something-i-like-to-do/</link>
		<comments>http://elwillow.net/p/working-on-live-server-not-something-i-like-to-do/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:42:38 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=125</guid>
		<description><![CDATA[But something you have to. I found some settings for top that make it work a bit better. that is not counting all the other custom tools that I run to make sure everything is smooth.
Also, watch is an amazing tool!
I also use dtach instead of screen, I never got around to learn screen. On [...]]]></description>
			<content:encoded><![CDATA[<p>But something you have to. I found some settings for <a href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=t/top">top</a> that make it work a bit better. that is not counting all the other custom tools that I run to make sure everything is smooth.</p>
<p>Also, <a href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=w/watch">watch</a> is an amazing tool!</p>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 310px"><a href="http://media.elwillow.net/uploads/2010/02/SSPX0448.jpg"><img class="size-medium wp-image-124" title="SSPX0448" src="http://media.elwillow.net/uploads/2010/02/SSPX0448-300x225.jpg" alt="crazy top" width="300" height="225" /></a><p class="wp-caption-text">My setup when working on lives server</p></div>
<p>I also use <a href="http://dtach.sourceforge.net/">dtach</a> instead of <a href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=s/screen">screen</a>, I never got around to learn screen. On the bright side, multiple people can interact with the dtach session since it&#8217;s using file to &#8220;attach/detach&#8221; a process.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/working-on-live-server-not-something-i-like-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tao of Leveling</title>
		<link>http://elwillow.net/p/the-tao-of-leveling/</link>
		<comments>http://elwillow.net/p/the-tao-of-leveling/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:09:41 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=104</guid>
		<description><![CDATA[I blatantly stole the title from the Escapist Magazine. Anyway, go read the The Tao of Leveling. It&#8217;s a good article.
]]></description>
			<content:encoded><![CDATA[<p>I blatantly stole the title from the Escapist Magazine. Anyway, go read the <a href="http://www.escapistmagazine.com/articles/view/issues/issue_237/7035-The-Tao-of-Leveling">The Tao of Leveling</a>. It&#8217;s a good article.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/the-tao-of-leveling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I think you shouldn&#8217;t proud of that!</title>
		<link>http://elwillow.net/p/i-think-you-shouldnt-proud-of-that/</link>
		<comments>http://elwillow.net/p/i-think-you-shouldnt-proud-of-that/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:25:32 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=98</guid>
		<description><![CDATA[As seen in the Ottawa byward market. Google Street View
]]></description>
			<content:encoded><![CDATA[<div id="attachment_99" class="wp-caption aligncenter" style="width: 483px"><a href="http://media.elwillow.net/uploads/2010/01/SSPX0437.jpg"><img class="size-large wp-image-99   " title="Labatt 50 on tap" src="http://media.elwillow.net/uploads/2010/01/SSPX0437-1024x768.jpg" alt="" width="473" height="355" /></a><p class="wp-caption-text">really? You are proud of that? I wouldn&#39;t.</p></div>
<p>As seen in the Ottawa byward market. <a href="http://maps.google.ca/?ie=UTF8&amp;ll=45.427815,-75.693462&amp;spn=0,359.991707&amp;z=17&amp;layer=c&amp;cbll=45.427865,-75.693343&amp;panoid=kDsehvjSD2KTse5vzVquWA&amp;cbp=12,122.53,,1,7.05">Google Street View</a></p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/i-think-you-shouldnt-proud-of-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realistic and communist!</title>
		<link>http://elwillow.net/p/realistic-and-communist/</link>
		<comments>http://elwillow.net/p/realistic-and-communist/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 20:42:06 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=92</guid>
		<description><![CDATA[The question now is between Bono and Pollara who is realistic and who is communist?
The answer is in this article from CBC News and this one from Michel Geist.
I am not exactly surprise but Bono did gave me a reason to not buy his stuff. The quote from Pollara vice-president Robert Hutton is revealing:
What all [...]]]></description>
			<content:encoded><![CDATA[<p>The question now is between Bono and Pollara who is realistic and who is communist?</p>
<p>The answer is in <a href="http://www.cbc.ca/arts/music/story/2010/01/03/bono-internet.html">this article</a> from CBC News and <a href="http://www.michaelgeist.ca/content/view/4664/125/">this one</a> from Michel Geist.</p>
<p>I am not exactly surprise but Bono <em>did</em> gave me a reason to <em>not</em> buy his stuff. The quote from Pollara vice-president Robert Hutton is revealing:</p>
<blockquote><p>What all this has to do with your topic of copyright laws, I admit, I’m not sure. Certainly, illegal downloading of copyright material is wrong. Certainly, not all those doing so are criminals in any logical sense of the word. The industry is very much to blame here, because they ignored their customers needs knowing full well that a technological revolution was at hand that would enable their customers to satisfy their needs, with or without them.</p></blockquote>
<p style="text-align: right;">Source: <a href="http://www.michaelgeist.ca/content/view/4664/125/">Michel Geist Post</a></p>
<p style="text-align: left;">Please make your own opinion, don’t accept already made statements like CRIA and the House are doing all the time.</p>
<p style="text-align: left;">Also, Bono is a douche.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/realistic-and-communist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WS4 doesn&#8217;t like to play with WSUS</title>
		<link>http://elwillow.net/p/ws4-doesnt-like-to-play-with-wsus/</link>
		<comments>http://elwillow.net/p/ws4-doesnt-like-to-play-with-wsus/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 20:44:31 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=86</guid>
		<description><![CDATA[First acronym: WS4 is Windows Search 4.0 and WSUS is Windows Server Updates Services.
Here is the deal: How the fuck can you declined the update? Apparently this is not possible. Or at least I haven&#8217;t found it. I tried searching the whole database with keyword and the KB number. Nothing!
Also, why Re-inventing the wheel? There [...]]]></description>
			<content:encoded><![CDATA[<p>First acronym: <a href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/default.mspx">WS4</a> is Windows Search 4.0 and <a href="http://technet.microsoft.com/en-us/wsus/default.aspx">WSUS</a> is Windows Server Updates Services.</p>
<p>Here is the deal: How the fuck can you declined the update? Apparently this is not possible. Or at least I haven&#8217;t found it. I tried searching the whole database with keyword and the KB number. <strong>Nothing</strong>!</p>
<p>Also, why Re-inventing the wheel? There is the Windows Search service that create an Index. What you created is a <a href="http://desktop.google.com">Google Desktop</a> and you flag it as a update? <strong>WTF</strong> Microsoft? And now you ask &#8220;Why people hate us?&#8221;. That is the <strong>exact</strong> reason.</p>
<p>I Hate You. Not because windows is crap (linux was, it&#8217;s getting awsome), not because you don&#8217;t say how it works (I&#8217;m looking at you blob video drivers), It&#8217;s because of things like that, not acknowledging 0 day, disclosing vulnerability and not fixing them so people would upgrade and I&#8217;m sure the internet already have a lengthy list of why MS suck.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/ws4-doesnt-like-to-play-with-wsus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need a Sock? in an array? IRC have the answer!</title>
		<link>http://elwillow.net/p/need-a-sock-in-an-array-irc-have-the-answer/</link>
		<comments>http://elwillow.net/p/need-a-sock-in-an-array-irc-have-the-answer/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:59:12 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=68</guid>
		<description><![CDATA[You where expecting &#8220;The Internet&#8221;? No, but at least IRC is encompass in The Internet so you&#8217;re right, in a way.
-!- blehhhhh [n=muhammad@213-193-176-96.adsl.easynet.be] has joined #perl
&#60;blehhhhh&#62; hello guys, how am i able to create an array of socks ?
&#60;mmlj4&#62; open a drawer?
]]></description>
			<content:encoded><![CDATA[<p>You where expecting &#8220;The Internet&#8221;? No, but at least IRC is encompass in The Internet so you&#8217;re right, in a way.</p>
<blockquote><p>-!- blehhhhh [n=muhammad@213-193-176-96.adsl.easynet.be] has joined #perl<br />
&lt;blehhhhh&gt; hello guys, how am i able to create an array of socks ?<br />
&lt;mmlj4&gt; open a drawer?</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/need-a-sock-in-an-array-irc-have-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Christmas!</title>
		<link>http://elwillow.net/p/happy-christmas/</link>
		<comments>http://elwillow.net/p/happy-christmas/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 02:00:59 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=78</guid>
		<description><![CDATA[I&#8217;m just lazy. So enjoy this post written 2 days ago.
2009 was amazing for me. Graduated with 2 diplomas, found a job that is not governmental, etc.
Now, all I need is love.
All You Need is Love from Across the Universe.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just lazy. So enjoy this post written 2 days ago.</p>
<p>2009 was amazing for me. Graduated with 2 diplomas, found a job that is not governmental, etc.</p>
<p>Now, <em>all I need is love</em>.</p>
<p><div class="audio_wrap"><audio controls autobuffer id="html5audio-0"><source src="http://media.elwillow.net//file/All_You_Need_Is_Love.ogg" type="audio/ogg" />Your browser does not support the <em>audio</em> tag. <a href="http://media.elwillow.net//file/All_You_Need_Is_Love.ogg" title="Click to open" id="f-html5audio-0">Download</a></audio></div><br />
<em>All You Need is Love</em> from <em>Across the Universe.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/happy-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.elwillow.net//file/All_You_Need_Is_Love.ogg" length="3089213" type="audio/ogg" />
		</item>
		<item>
		<title>Christmas time!</title>
		<link>http://elwillow.net/p/christmas-time/</link>
		<comments>http://elwillow.net/p/christmas-time/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 23:28:53 +0000</pubDate>
		<dc:creator>elwillow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://elwillow.net/?p=75</guid>
		<description><![CDATA[And shopping time for a lots of people&#8230; not for me.
I have no plan to buy, run and jump into a crowd of unintelligent shopper just for the sake of getting gift.
Sorry friends, the most you will get from me is a card. And if you&#8217;re lucky, a bottle of wine or something that is actually useful.
]]></description>
			<content:encoded><![CDATA[<p>And shopping time for a lots of people&#8230; not for me.</p>
<p>I have no plan to buy, run and jump into a crowd of unintelligent shopper just for the sake of getting gift.</p>
<p>Sorry friends, the most you will get from me is a card. And if you&#8217;re lucky, a bottle of wine or something that is <em>actually</em> useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://elwillow.net/p/christmas-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
