<?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>Darius Aliabadi &#187; Linux</title>
	<atom:link href="http://blog.wednesdaymorning.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wednesdaymorning.co.uk</link>
	<description>a blog dictating the digital life off me</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:41:13 +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>Taming the Python</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/11/taming-the-python/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/11/taming-the-python/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:32:58 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Openbox]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=195</guid>
		<description><![CDATA[Hey Guys,
I&#8217;ve been learning some python over the last few weeks, thought I would give it coding a Openbox Pipe Menu a go. It&#8217;s not very useful and some of the guys in the Crunchbang Forums helped me to fix my bugs. Here is the code:
#!/usr/bin/env python -W ignore::DeprecationWarning
import sys
import cgi
import twitter

if __name__ == "__main__":
 [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I&#8217;ve been learning some python over the last few weeks, thought I would give it coding a Openbox Pipe Menu a go. It&#8217;s not very useful and some of the guys in the Crunchbang Forums helped me to fix my bugs. Here is the code:</p>
<pre class="brush:python">#!/usr/bin/env python -W ignore::DeprecationWarning
import sys
import cgi
import twitter

if __name__ == "__main__":
 twit = twitter.Api(username="", password="")
 status = twit.GetFriendsTimeline()
 print "&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;"
 print "&lt;openbox_pipe_menu&gt;"
 print"    &lt;separator label=\"Twitter\" /&gt;"

 for u in status:
    tweet = u.text
    tweet = tweet.replace("\"", "'")
    tweet = tweet.encode("utf-8")
    tweet = cgi.escape(tweet)

    print "    &lt;menu id=\"%s\" label=\"%s\"&gt;" % (u.id, tweet)
    print "        &lt;item label=\"View Tweet\"&gt;&lt;action name=\"Execute\"&gt; &lt;execute&gt;firefox http://twitter.com/%s/status/%s\ &lt;/execute&gt; &lt;/action&gt; &lt;/item&gt;" % ( cgi.escape(u.user.screen_name), u.id)
    print "        &lt;item label=\"Tweet by %s\" /&gt;" % (cgi.escape(u.user.name))
    print "        &lt;item label=\"%s\" /&gt;" % (cgi.escape(u.relative_created_at))
    print "    &lt;/menu&gt;"

 print "&lt;/openbox_pipe_menu&gt;"
 sys.exit(0)</pre>
<p>I don&#8217;t suggest you make use of it, this is the alpha version but I intend to add some conversation thread and caching into it at some point. I&#8217;m also learning some perl but I haven&#8217;t really made anything other than programs to test things.</p>
<p>I&#8217;ll try and post something tomorrow, after all the site is called Wednesday Morning.</p>
<p>Darius</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/11/taming-the-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Working&#8221; From Home</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/11/working-from-home/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/11/working-from-home/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:09:05 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[University / Studies]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=167</guid>
		<description><![CDATA[&#8220;Working&#8221; From Home, let me explain that to begin with. I&#8217;m a student, I don&#8217;t actually have a job however I&#8217;ve just started my Third Year at university. I am about 1 month into it and I&#8217;ve noticed the transition from being taught to learning on my own. My lectures tend to feel slow and [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Working&#8221; From Home, let me explain that to begin with. I&#8217;m a student, I don&#8217;t actually have a job however I&#8217;ve just started my Third Year at university. I am about 1 month into it and I&#8217;ve noticed the transition from being taught to learning on my own. My lectures tend to feel slow and pretty simple, this is probably because I picked modules I&#8217;m interested in and thus have some understanding of the subject already. The most important part of this year is the <strong>third year project</strong>, something which you will hear about in posts to come. This takes up 1/3 of my work <strong>per semester</strong>. I spend &#8220;12 hours&#8221; a week doing it (not yet but I have a feeling after the research is done I will be making it up when I have to document). This means I&#8217;m spending a lot more time working from home this year. I am in fact only really in university for 2 days a week. That leaves 5 days of home study!!!!</p>
<p>So I want to pass on some advice to those in the same situation or are facing it in the future, I think this subject is widely opinion based. I don&#8217;t know any facts, I just know what works for me. So lets set the scene, your a <em>dashingly handsome </em>computer science student studying 4 modules a semester. You also have a rather large individual project to do this year.</p>
<h3>Rule One</h3>
<p>Rule One: Know your working habits. I get easily distracted when I&#8217;m doing something that I find boring. Example, I am doing this instead of writing a Management Essay (well this is a break from it)don&#8217;t. I have lectures and then a meeting on Mondays, I know through experience that anything I assign myself to do when I get back probably won&#8217;t be done at 100% because I&#8217;m tired. So If I assign something, I do something that I know is either right or wrong. This tends to be coding practice, there is no ifs or maybes when it comes to writing a program. It either works how you want it to or it doesn&#8217;t.</p>
<h3>Schedules</h3>
<p>I&#8217;ve already mentioned it but I think it is important to schedule things in advance. I drew out a table on OpenOffice with hour blocks and just printed them out. It&#8217;s stuck on my wall, it is so easy to lose an hour just deciding what to do.  You will end up regretting that as coursework deadlines come up. I schedule my day from 9:00am &#8211; 22:00pm, now this sounds a little long but I do take time off during the day and try my hardest to get my work done during weekdays. Looking at this week, I&#8217;m taking 3 hours off a day for lunch and dinner and then stopping at 10pm to spend some time with my girlfriend before we go to sleep.</p>
<p>You may be thinking &#8220;wow, how does he keep to that everyday&#8221; by now. Simple answer is I really don&#8217;t, this is why I tend to <strong>over schedule</strong> a task. Add an hour to it, if anything it just means you get your stuff for the day done before you expected and you get longer in the evening to enjoy yourself. <strong>A word of warning: </strong>don&#8217;t go over the top with over scheduling because you do still need to complete your goals for the week.</p>
<h4>Creating the Schedule</h4>
<p>How do you know what you need to do? I tend to use to-do lists for this, whenever I get a coursework deadline I put it on the to-do list and simply order it by hand in date. When it comes to writing my schedule for the next week I can simply look at what I have done that week and pick off the top few &#8220;to-do&#8217;s&#8221;. I would suggest using toodledo.com, It has a great iPhone application that doesn&#8217;t require you to have a premium account with them.</p>
<h3>What to do on those days &#8220;when you can&#8217;t be bothered&#8221;</h3>
<p>Well if I had a good answer to this one I would be a much more productive man. On days like this the battle is already over really, your the only one that can make you work.  You may want to retouch the schedule to space out the work for that day.  <strong>Remember that means you will need to make it up later</strong>. You may want to try changing subject or working on something else to get yourself to concentrate. I just try to force myself to do as much as I can, I usually find I get very little done but it is better than nothing.</p>
<h2>Now to the interesting part, making use of Technology!</h2>
<h3>Doing stuff on the move</h3>
<p>Yes, I&#8217;m talking about my iPhone.  It makes email, social networking and general life easier. I am so much more organise since I got this thing. I spend around 45 minutes traveling to university on the days I go in and about an hour on the way home. I usually take this time to do things like emails and catch up on facebook/twitter. This is an extra 30 minutes I gain when I get home, these small things really do mount up.</p>
<h3>Dual Screens</h3>
<p>Currently, I&#8217;m running a dual screen setup along with my netbook as a terminal pc (just a single terminal on the screen, usually sshed into my main machine). This additional workspace makes you more productive, this is a simple fact. I even make use of the additional desktops provided to me by openbox. What I would really like is to be able to have separate desktops on each screen but no Window Managers or even operating systems seem to make use of dual screens properly.</p>
<p>I tend to have my left hand screen as my main screen, I usually have the document I&#8217;m editing or the code I&#8217;m focused on displayed on this one and use the other screen for reference material. It does take a little while to get productive in a Dual Screen system but you will really miss them when you work on another machine.</p>
<h3>Working Environment</h3>
<p>Now there are several things you need to consider when creating your Working Environment:-</p>
<ul>
<li>File Organisation</li>
<li>File Distribution</li>
<li>Software</li>
</ul>
<h4>File Organisation</h4>
<p>Okay, now everyone says this but actually doing it is really important. It&#8217;s more about finding something in a year or two&#8217;s time. You need to keep it consistent, if your at home most of the time but are using a machine in University to work on now and then you&#8217;ll want to be able to know where something will be regardless of the machine.</p>
<h4>File Distribution</h4>
<p>I&#8217;ll be honest, emailing yourself a file doesn&#8217;t really cut it. Check out Dropbox or Ubuntu One, I personally use Dropbox because at university I can&#8217;t always use a Linux Machine and even the Linux machines don&#8217;t run Ubuntu. You could consider other types of cloud storage too but Dropbox is also intelligent enough to detect symbolic links so it doesn&#8217;t need to disrupt your Filing System.</p>
<h4>Software</h4>
<p>When running windows software was painful, you have to download them all and then install them separately. With Linux you can just go ahead and <em>sudo apt-get install <strong>list of awesome open source software. </strong></em>You can even copy across your dot files with Dropbox using symbolic links.</p>
<h3>Finally</h3>
<p>Your working environment is something very personal, I would be interested to hear about what you guys do. Please leave a comment about it.</p>
<p>Thanks,</p>
<p>Darius</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/11/working-from-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy Linux Birthday to me!</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/11/happy-linux-birthday-to-me/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/11/happy-linux-birthday-to-me/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:19:03 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=101</guid>
		<description><![CDATA[Hi,
Well, i&#8217;ve re-skinned this thing again. I&#8217;m going to endeavor to post something &#8220;useful&#8221; each Wednesday from now onwards. Now this is probably not going to happen but who knows. I really want to make more use out of this space. Well today is my &#8220;Linux Birthday&#8221;, 1 year ago today I installed Mandriva on [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, i&#8217;ve re-skinned this thing again. I&#8217;m going to endeavor to post something &#8220;useful&#8221; each Wednesday from now onwards. Now this is probably not going to happen but who knows. I really want to make more use out of this space. Well today is my &#8220;Linux Birthday&#8221;, 1 year ago today I installed Mandriva on my eee-pc to give it a go for the first time. This started my love affair which ended up with my deciding to swap to<a href="http://blog.wednesdaymorning.co.uk/2009/02/02/post-swap-report/" target="_self"> Linux as my sole operating system</a>. I have been learning all this year and I still learn things all the time. I&#8217;m proud to say I&#8217;m still using Crunchbang Linux. It&#8217;s based on Ubuntu and runs the Window Manager Openbox.</p>
<p>Check out my latest desktop picture, I&#8217;ve spent a little while putting it together and it&#8217;s just comfortable for me.</p>
<div class="wp-caption alignnone" style="width: 932px"><a href="http://dja1v07.users.cslib.org.uk/blogimages/blog_ss.png" rel="lightbox[101]"><img title="My Desktop" src="http://dja1v07.users.cslib.org.uk/blogimages/blog_ss.png" alt="My Current Desktop" width="922" height="368" /></a><p class="wp-caption-text">My Current Desktop</p></div>
<p>I&#8217;m sorry for the hugeness of the image, If your interested I currently have 2x 19&#8243; screens (1 wide and 1 normal square, don&#8217;t ask me why. just the screens i&#8217;ve got). I will be posting my conky setup on the site. I based it on a setup by someone else, I&#8217;ve heavily modified it since then but I will try and find a link to theirs.</p>
<p>I&#8217;m going to be updating categories and tags across the blog to utilise this fantastic theme. I hope you enjoy the new useful stuff I will post, any suggestions would be great.</p>
<p>Bye!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/11/happy-linux-birthday-to-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conky Update</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:14:07 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[Conky]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=85</guid>
		<description><![CDATA[Hey Guys,
I was looking over some of the search results for the blog at the moment and a lot of people are looking for conky. So my current setup looks like this.

I&#8217;m currently running two conkys on my main machine, one is for the machine I&#8217;m using and the other is for another machine in [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I was looking over some of the search results for the blog at the moment and a lot of people are looking for conky. So my current setup looks like this.</p>
<p style="text-align: left;">
<div class="wp-caption aligncenter" style="width: 542px"><a href="http://blog.wednesdaymorning.co.uk/uploads/conky.png" rel="lightbox[85]"><img class="  " title="Conky Setup" src="http://blog.wednesdaymorning.co.uk/uploads/conky.png" alt="Current Conky Setup" width="532" height="230" /></a><p class="wp-caption-text">Current Conky Setup</p></div>
<p>I&#8217;m currently running two conkys on my main machine, one is for the machine I&#8217;m using and the other is for another machine in my home that I keep on 24/7. I did update it this morning when I got up so you now all know it takes me ~ 4 minutes to get from my bed to my computer in the morning. There isn&#8217;t anything special here, the servers online thing is just little script that pings and parses. You can get some useful conky scripts on the Ubuntu Forums (http://ubuntuforums.org/showpost.php?p=3222199&amp;postcount=523).</p>
<p>Read more for the code!</p>
<p>Thanks</p>
<p>Darius</p>
<p><span id="more-85"></span></p>
<pre style="padding-left: 30px;">default_color		white
default_shade_color	black
default_outline_color	black</pre>
<pre style="padding-left: 30px;">alignment		bottom_right
gap_x			10
gap_y			49
#gap_y			10</pre>
<pre style="padding-left: 30px;">no_buffers		yes</pre>
<pre style="padding-left: 30px;">TEXT</pre>
<pre style="padding-left: 30px;">${color white}System: ${nodename}
${hr}${color white}
${color #F09000}CPU1${color #707070}:${color white} ${cpubar cpu1}
${color #F09000}CPU2${color #707070}:${color white} ${cpubar cpu2}
${color #F09000}MEM${color #707070} :${color white} ${membar}
${color #F09000}SWP${color #707070} :${color white} ${swapbar}</pre>
<pre style="padding-left: 30px;">${color #F09000}Memory${color #707070}:${color white} ${memperc}% ${mem}${color #707070}/${color white}${memmax}
${color #F09000}CPU${color #707070}:${color white} ${cpu}% ${color #F09000}CPU1${color #707070}:${color white} ${cpu cpu1}% ${color #F09000}CPU2${color #707070}:${color white} ${cpu cpu2}%
${color #F09000}Uptime${color #707070}:${color white}${uptime}</pre>
<pre style="padding-left: 30px;">Networking${alignr}${color #707070}(${color white}speed down${color #707070}/${color white}up${color #707070})${color white} ${color #707070}[${color white}total down${color #707070}/${color white}up${color #707070}]
${color white}${hr}
${color #F09000}wlan0${color #707070}:${color white} ${addr wlan0}${alignr}${color #707070}(${color white}${downspeed wlan0}k${color #707070}/${color white}${upspeed wlan0}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan0}${color #707070}/${color white}${totalup wlan0}${color #707070}]
${color #F09000}wlan1${color #707070}:${color white} ${addr wlan1}${alignr}${color #707070}(${color white}${downspeed wlan1}k${color #707070}/${color white}${upspeed wlan1}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan1}${color #707070}/${color white}${totalup wlan1}${color #707070}]
${color #F09000}Public IP${color #707070}:${color white} ${execi 180 ~/scripts/displayip.sh}</pre>
<pre style="padding-left: 30px;">${color white}Online
${hr}
${color #F09000}Email${color #707070}:${alignr}${color white} ${execi 60 conkyEmail} new messages</pre>
<pre style="padding-left: 30px;">${color white}Servers
${hr}
${color #F09000}Gaius ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh gaius "Online" "Offline"
${color #F09000}WednesdayMorning ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh wednesdaymorning.co.uk "Online" "Offline"}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Tattys are done!!</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/08/my-tattys-are-done/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/08/my-tattys-are-done/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 21:36:26 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=81</guid>
		<description><![CDATA[Hey guys,
Well anyone wondering what a tatty, its a potato. It&#8217;s nothing terrible and yes it was just something to get a catchy title with  . Can&#8217;t blame me thought, can you?
Well its been weird to get back into blogging, I&#8217;ve had some blogs every so often. Never many people reading them and I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Well anyone wondering what a tatty, its a potato. It&#8217;s nothing terrible and yes it was just something to get a catchy title with <img src='http://blog.wednesdaymorning.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . Can&#8217;t blame me thought, can you?</p>
<p>Well its been weird to get back into blogging, I&#8217;ve had some blogs every so often. Never many people reading them and I&#8217;ve grown to  not care too much about that and more about doing it. Firstly I&#8217;m going to talk about my tatties and then move onto some of the tech news thats interested me the last few days.</p>
<p><img class="aligncenter size-medium wp-image-82" title="The Oven and the eee pc" src="http://blog.wednesdaymorning.co.uk/wp-content/uploads/2009/08/photo-300x225.jpg" alt="The Oven and the eee pc" width="300" height="225" /></p>
<p>Well thats me outside, the fire has since died down and my potatoes are done. I was planning to blog while I cooked but found I got far to distracted. So I just enjoyed myself instead. I don&#8217;t know how many of us that gave up the bright scary world for things that go beep know the subtle art of trying to get a fire going but to tell the truth two days ago I didn&#8217;t either. My girlfriend however seemed to know what shes doing and now I&#8217;m pretty good at it myself. Some things to remember, at least in Britain. If your burning wood from the garden, chances are its dampish and is going to smoke like anything so use firelighters to get it going because at the end of the day you&#8217;ll only end up with a headache from smoke inhalation if you don&#8217;t. Another tip, stick some larger pieces by the sides when you&#8217;re getting started to let it get warm and toasty.  Now this stuff is obvious but when you&#8217;re getting going and only want to see stuff burn it doesn&#8217;t always come to mind.</p>
<p>Well the end result was some tasty baked potatoes, I enjoyed them and will defiantly be doing this again. For these medium sized potatoes it took only an hour to get them nicely done however the smokey wood has caused some carbon on the skin but its all goodness from the garden <img src='http://blog.wednesdaymorning.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 493px"><img title="Tattys!" src="http://photos-c.ak.fbcdn.net/hphotos-ak-snc1/hs158.snc1/5890_261500055203_798215203_8556930_4289778_n.jpg" alt="Nom Nom Nom" width="483" height="362" /><p class="wp-caption-text">Nom Nom Nom</p></div>
<p style="text-align: left;">Away from the world to tasty treats to the world of beeps and gadgets. Lots of things to pick, as like everything in computing the news is fast paced. Well the biggest story of the last day and a bit would be that Snow Leopard, I don&#8217;t like macs really. It&#8217;s Linux on extremely expensive hardware and as my friend put it yesterday it combines the worst aspects of windows and Linux, you don&#8217;t get the open, flexible working environment of Linux and you don&#8217;t get the software and hardware support of windows. Now I would agree with that but I&#8217;m not mac expert, anyway if you&#8217;d like to read more about that then I&#8217;d check out http://www.reghardware.co.uk/2009/08/25/preview_os_apple_snow_leopard/ . Another Mac/Snow Leopard related story that is quite interesting is that Apple are releasing an Anti-virus with their newest OS. I&#8217;m considering this prudent planning rather than expecting a lot of virus&#8217; on their platform, Mac&#8217;s are becoming more popular and thus may be the target of malicious users however just to point out the obvious, this is all speculations I haven&#8217;t seen apple confirm it yet but It&#8217;s not difficult to imagine (http://it.slashdot.org/story/09/08/25/1839246/Report-That-OS-X-Snow-Leopard-May-Include-Antivirus).</p>
<p style="text-align: left;">Well speaking of virus&#8217; it seems that Jessica Biel is now in the lead nfor the most dangerous malware celebrity, so if your thinking about getting a sexy screensaver then think again! (http://arstechnica.com/security/news/2009/08/obsessions-with-jessica-biel-lead-to-a-world-of-malware-hurt.ars). These things honestly make me wonder why people would think to download these, then again we live in a world where computer literacy has large divides and some people just seem unable to learn or keep up. Linux is always a good solution to your virus worries apart from the quite major security holes in it over the last few months it is relatively safe from attack and a good linux to start with is Ubuntu. Interesting stuff happing with Ubuntu these days as Thursday is the feature freeze (http://www.linux-magazine.com/Online/News/Thursday-is-Feature-Freeze-for-Ubuntu-9.10) and as always there are a few changes to be made. It was announced a while back that banshee would become the default media player for Ubuntu which caused the &#8220;Mono Wars&#8221; to burn a little harder and now it seems they&#8217;re sacking Pidgin for Empathy.</p>
<p style="text-align: left;">I&#8217;m going to end on a funny, It seems that Microsoft have had a little blunder in a photo (http://www.engadget.com/2009/08/25/microsoft-sucks-at-photoshop/). I&#8217;ll leave it up too you to see whats happened but lets just say that a company worth as much as Microsoft could have at least taken more than one photo for different regions.</p>
<p style="text-align: left;">Until next time <img src='http://blog.wednesdaymorning.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">Darius</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/08/my-tattys-are-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
