<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>BlueSunCorp &#187; Shorts</title>
	<link>http://bluesuncorp.co.uk</link>
	<description>Two by Two, Hands of Blue</description>
	<pubDate>Sun, 10 Aug 2008 22:04:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Greasemonkey Reddit Filter</title>
		<link>http://bluesuncorp.co.uk/2008/03/14/greasemonkey-reddit-filter</link>
		<comments>http://bluesuncorp.co.uk/2008/03/14/greasemonkey-reddit-filter#comments</comments>
		<pubDate>Fri, 14 Mar 2008 20:22:28 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/03/14/reddit-filter</guid>
		<description><![CDATA[
I&#039;ve been learning a bit of JavaScript - and this is one of the things I&#039;ve come up with, so far.
Reddit Filter is fairly simple; it allows you to filter out submissions from certain URLs using a regular expression. Want to give it a shot? Follow these brief instructions:

Install GreaseMonkey - this is a neat [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.uk/files/BlueSunCorp-Articles/2008/March/reddit-filter/redditguy_thumb/200.jpg" /></p>
<p>I&#039;ve been learning a bit of JavaScript - and this is one of the things I&#039;ve come up with, so far.</p>
<p>Reddit Filter is fairly simple; it allows you to filter out submissions from certain URLs using a regular expression. Want to give it a shot? Follow these brief instructions:</p>
<ul>
<li>Install <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a></strong> - this is a neat little Firefox addon, which allows you to customise the way a webpage is displayed, using JavaScript. There even <strong><a href="http://www.gm4ie.com/">appears to be</a></strong> a version that works in IE.</li>
</ul>
<ul>
<li>Restart Firefox, then click on <strong><a href="http://bluesuncorp.co.uk/files/BlueSunCorp-Articles/2008/March/reddit-filter/redditfilter.user.js">this link</a></strong>. You&#039;ll get a GreaseMonkey popup, and from there you can install the script.</li>
</ul>
<ul>
<li>You&#039;ll need to put your own regular expression into the config section of the script, to match URLs on reddit - to do this, you need to right click on the GreaseMonkey icon on the right hand side of your Firefox status bar, select &#039;Manage Use Scripts&#039;, select &#039;Reddit Filter&#039; and hit &#039;Edit&#039;.</li>
</ul>
<ul>
<li>The regular expression should match URLs in the form &#039;subdomain.domain.com&#039; - essentially the script uses <strong><a href="http://bluesuncorp.co.uk/files/BlueSunCorp-Articles/2008/March/reddit-filter/url.jpg">this string</a></strong> for each Reddit submission and matches it against your regex.</li>
</ul>
<ul>
<li>If you&#039;re not already familiar with regular expressions, take a look at <strong><a href="http://www.regular-expressions.info/tutorial.html">this guide</a></strong>. The two most important things you need to know is that | is the &#039;or&#039; operator, and you&#039;ll have to escape any special characters you want to include as literals. Special characters include + * . { } [ ] \ / ?</li>
</ul>
<ul>
<li>Here are some examples of regexes you can use to filter certain submissions:</li>
</ul>
<p><strong>self\.reddit\.com</strong> - Self referencing posts</p>
<p><strong>xkcd\.com|barackobama\.com</strong> - The lovely websites of xkcd and Barack Obama</p>
<p><strong>.*\.co.uk</strong> - All .co.uk addresses</p>
<p>&#8212;</p>
<p>Anyway - if anyone wants to use this source code, or improve it, please feel free! As I mentioned, I am new to JavaScript - it works perfectly for me, but if anyone has issues with it I&#039;ll be happy to hear.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/03/14/greasemonkey-reddit-filter/feed</wfw:commentRss>
		</item>
		<item>
		<title>James Earl Jones reads The Raven</title>
		<link>http://bluesuncorp.co.uk/2008/02/09/james-earl-jones-reads-the-raven</link>
		<comments>http://bluesuncorp.co.uk/2008/02/09/james-earl-jones-reads-the-raven#comments</comments>
		<pubDate>Sat, 09 Feb 2008 16:29:46 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Audio]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/02/09/james-earl-jones-reads-the-raven</guid>
		<description><![CDATA[
It took me a fair while to find, but here it is. James Earl Jones (best known as the voice of Darth Vader) reading The Raven, a classic poem by Edgar Allen Poe. Awesome.
http://bluesuncorp.co.cc/gallery/images/albums/audio/raven/James_Earl_Jone_-_The_Raven.mp3
Once upon a midnight dreary, while I pondered weak and weary,
Over many a quaint and curious volume of forgotten lore,
While I nodded, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4122&amp;g2_serialNumber=1" height="374" width="300" /></p>
<p>It took me a fair while to find, but here it is. James Earl Jones (best known as the voice of Darth Vader) reading The Raven, a classic poem by Edgar Allen Poe. Awesome.</p>
<p><a href="http://bluesuncorp.co.cc/gallery/images/albums/audio/raven/James_Earl_Jone_-_The_Raven.mp3">http://bluesuncorp.co.cc/gallery/images/albums/audio/raven/James_Earl_Jone_-_The_Raven.mp3</a></p>
<p>Once upon a midnight dreary, while I pondered weak and weary,<br />
Over many a quaint and curious volume of forgotten lore,<br />
While I nodded, nearly napping, suddenly there came a tapping,<br />
As of some one gently rapping, rapping at my chamber door.<br />
`&#039;Tis some visitor,&#039; I muttered, `tapping at my chamber door -<br />
Only this, and nothing more.&#039;</p>
<p>Ah, distinctly I remember it was in the bleak December,<br />
And each separate dying ember wrought its ghost upon the floor.<br />
Eagerly I wished the morrow; - vainly I had sought to borrow<br />
From my books surcease of sorrow - sorrow for the lost Lenore -<br />
For the rare and radiant maiden whom the angels named Lenore -<br />
Nameless here for evermore.</p>
<p>And the silken sad uncertain rustling of each purple curtain<br />
Thrilled me - filled me with fantastic terrors never felt before;<br />
So that now, to still the beating of my heart, I stood repeating<br />
`&#039;Tis some visitor entreating entrance at my chamber door -<br />
Some late visitor entreating entrance at my chamber door; -<br />
This it is, and nothing more,&#039;</p>
<p>Presently my soul grew stronger; hesitating then no longer,<br />
`Sir,&#039; said I, `or Madam, truly your forgiveness I implore;<br />
But the fact is I was napping, and so gently you came rapping,<br />
And so faintly you came tapping, tapping at my chamber door,<br />
That I scarce was sure I heard you&#039; - here I opened wide the door; -<br />
Darkness there, and nothing more.</p>
<p>Deep into that darkness peering, long I stood there wondering, fearing,<br />
Doubting, dreaming dreams no mortal ever dared to dream before<br />
But the silence was unbroken, and the darkness gave no token,<br />
And the only word there spoken was the whispered word, `Lenore!&#039;<br />
This I whispered, and an echo murmured back the word, `Lenore!&#039;<br />
Merely this and nothing more.</p>
<p>Back into the chamber turning, all my soul within me burning,<br />
Soon again I heard a tapping somewhat louder than before.<br />
`Surely,&#039; said I, `surely that is something at my window lattice;<br />
Let me see then, what thereat is, and this mystery explore -<br />
Let my heart be still a moment and this mystery explore; -<br />
&#039;Tis the wind and nothing more!&#039;</p>
<p>Open here I flung the shutter, when, with many a flirt and flutter,<br />
In there stepped a stately raven of the saintly days of yore.<br />
Not the least obeisance made he; not a minute stopped or stayed he;<br />
But, with mien of lord or lady, perched above my chamber door -<br />
Perched upon a bust of Pallas just above my chamber door -<br />
Perched, and sat, and nothing more.</p>
<p>Then this ebony bird beguiling my sad fancy into smiling,<br />
By the grave and stern decorum of the countenance it wore,<br />
`Though thy crest be shorn and shaven, thou,&#039; I said, `art sure no craven.<br />
Ghastly grim and ancient raven wandering from the nightly shore -<br />
Tell me what thy lordly name is on the Night&#039;s Plutonian shore!&#039;<br />
Quoth the raven, `Nevermore.&#039;</p>
<p>Much I marvelled this ungainly fowl to hear discourse so plainly,<br />
Though its answer little meaning - little relevancy bore;<br />
For we cannot help agreeing that no living human being<br />
Ever yet was blessed with seeing bird above his chamber door -<br />
Bird or beast above the sculptured bust above his chamber door,<br />
With such name as `Nevermore.&#039;</p>
<p>But the raven, sitting lonely on the placid bust, spoke only,<br />
That one word, as if his soul in that one word he did outpour.<br />
Nothing further then he uttered - not a feather then he fluttered -<br />
Till I scarcely more than muttered `Other friends have flown before -<br />
On the morrow he will leave me, as my hopes have flown before.&#039;<br />
Then the bird said, `Nevermore.&#039;</p>
<p>Startled at the stillness broken by reply so aptly spoken,<br />
`Doubtless,&#039; said I, `what it utters is its only stock and store,<br />
Caught from some unhappy master whom unmerciful disaster<br />
Followed fast and followed faster till his songs one burden bore -<br />
Till the dirges of his hope that melancholy burden bore<br />
Of &#034;Never-nevermore.&#034;&#039;</p>
<p>But the raven still beguiling all my sad soul into smiling,<br />
Straight I wheeled a cushioned seat in front of bird and bust and door;<br />
Then, upon the velvet sinking, I betook myself to linking<br />
Fancy unto fancy, thinking what this ominous bird of yore -<br />
What this grim, ungainly, ghastly, gaunt, and ominous bird of yore<br />
Meant in croaking `Nevermore.&#039;</p>
<p>This I sat engaged in guessing, but no syllable expressing<br />
To the fowl whose fiery eyes now burned into my bosom&#039;s core;<br />
This and more I sat divining, with my head at ease reclining<br />
On the cushion&#039;s velvet lining that the lamp-light gloated o&#039;er,<br />
But whose velvet violet lining with the lamp-light gloating o&#039;er,<br />
She shall press, ah, nevermore!</p>
<p>Then, methought, the air grew denser, perfumed from an unseen censer<br />
Swung by Seraphim whose foot-falls tinkled on the tufted floor.<br />
`Wretch,&#039; I cried, `thy God hath lent thee - by these angels he has sent thee<br />
Respite - respite and nepenthe from thy memories of Lenore!<br />
Quaff, oh quaff this kind nepenthe, and forget this lost Lenore!&#039;<br />
Quoth the raven, `Nevermore.&#039;</p>
<p>`Prophet!&#039; said I, `thing of evil! - prophet still, if bird or devil! -<br />
Whether tempter sent, or whether tempest tossed thee here ashore,<br />
Desolate yet all undaunted, on this desert land enchanted -<br />
On this home by horror haunted - tell me truly, I implore -<br />
Is there - is there balm in Gilead? - tell me - tell me, I implore!&#039;<br />
Quoth the raven, `Nevermore.&#039;</p>
<p>`Prophet!&#039; said I, `thing of evil! - prophet still, if bird or devil!<br />
By that Heaven that bends above us - by that God we both adore -<br />
Tell this soul with sorrow laden if, within the distant Aidenn,<br />
It shall clasp a sainted maiden whom the angels named Lenore -<br />
Clasp a rare and radiant maiden, whom the angels named Lenore?&#039;<br />
Quoth the raven, `Nevermore.&#039;</p>
<p>`Be that word our sign of parting, bird or fiend!&#039; I shrieked upstarting -<br />
`Get thee back into the tempest and the Night&#039;s Plutonian shore!<br />
Leave no black plume as a token of that lie thy soul hath spoken!<br />
Leave my loneliness unbroken! - quit the bust above my door!<br />
Take thy beak from out my heart, and take thy form from off my door!&#039;<br />
Quoth the raven, `Nevermore.&#039;</p>
<p>And the raven, never flitting, still is sitting, still is sitting<br />
On the pallid bust of Pallas just above my chamber door;<br />
And his eyes have all the seeming of a demon&#039;s that is dreaming,<br />
And the lamp-light o&#039;er him streaming throws his shadow on the floor;<br />
And my soul from out that shadow that lies floating on the floor<br />
Shall be lifted - nevermore!</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/02/09/james-earl-jones-reads-the-raven/feed</wfw:commentRss>
<enclosure url="http://bluesuncorp.co.cc/gallery/images/albums/audio/raven/James_Earl_Jone_-_The_Raven.mp3" length="8115641" type="audio/mpeg" />
		</item>
		<item>
		<title>Copyright Infringement Survey</title>
		<link>http://bluesuncorp.co.uk/2008/01/31/copyright-infringement-survey</link>
		<comments>http://bluesuncorp.co.uk/2008/01/31/copyright-infringement-survey#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:19:04 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/31/copyright-infringement-survey</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://bluesuncorp.co.uk/survey/survey.php" height="1500" width="100%"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/31/copyright-infringement-survey/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thanks, Facebook!</title>
		<link>http://bluesuncorp.co.uk/2008/01/31/thanks-facebook</link>
		<comments>http://bluesuncorp.co.uk/2008/01/31/thanks-facebook#comments</comments>
		<pubDate>Thu, 31 Jan 2008 01:05:53 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Computing]]></category>

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/31/thanks-facebook</guid>
		<description><![CDATA[Finally. A way to get rid of all of those masses of damned requests.

]]></description>
			<content:encoded><![CDATA[<p>Finally. A way to get rid of all of those masses of damned requests.</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4086&amp;g2_serialNumber=1" height="2142" width="292" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/31/thanks-facebook/feed</wfw:commentRss>
		</item>
		<item>
		<title>People Are Not Animals! (and evolution never happened)</title>
		<link>http://bluesuncorp.co.uk/2008/01/30/people-are-not-animals-and-evolution-never-happened</link>
		<comments>http://bluesuncorp.co.uk/2008/01/30/people-are-not-animals-and-evolution-never-happened#comments</comments>
		<pubDate>Wed, 30 Jan 2008 11:39:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Humour]]></category>

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/30/people-are-not-animals-and-evolution-never-happened</guid>
		<description><![CDATA[You need to a flashplayer enabled browser to view this YouTube video
Poe&#039;s Law comes to mind. Don&#039;t forget to link this one to your favourite creationists.
]]></description>
			<content:encoded><![CDATA[<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/swlsqkAyxqY"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/swlsqkAyxqY" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p>Poe&#039;s Law comes to mind. Don&#039;t forget to link this one to your favourite creationists.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/30/people-are-not-animals-and-evolution-never-happened/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dramatic Readings</title>
		<link>http://bluesuncorp.co.uk/2008/01/27/dramatic-readings</link>
		<comments>http://bluesuncorp.co.uk/2008/01/27/dramatic-readings#comments</comments>
		<pubDate>Sun, 27 Jan 2008 23:01:03 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Humour]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/27/dramatic-readings</guid>
		<description><![CDATA[ 
These are some of the funniest dramatic readings I&#039;ve stumbled on across the interweb. Some of these made me laugh so hard, I almost choked. Enjoy.
Breakup Letter
I hate you more than anything in this damn world-d-d-d-d-d-d! 
You need to a flashplayer enabled browser to view this YouTube video
Dear Loser,[Chris]~~~~!!!!!!
I thought youy like me you [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4066&amp;g2_serialNumber=1" height="58" width="52" /></p>
<p>These are some of the funniest dramatic readings I&#039;ve stumbled on across the interweb. Some of these made me laugh so hard, I almost choked. Enjoy.</p>
<h3>Breakup Letter</h3>
<p><em>I hate you more than anything in this damn world-d-d-d-d-d-d! </em></p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/9NmbljTGqCg"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/9NmbljTGqCg" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p>Dear Loser,[Chris]~~~~!!!!!!<br />
I thought youy like me you said it yourself I hate you. People only say you asked me out because you needed a date for the dance and that after the dance you would dump me well guess what bastert i dumped you cause you were thinking that i cheated on you i didnt so like idiot that you guys are and so smart that you are you called me a slut.I hung up on you cause you tol me it on the phone because i guess you werent man enough to tell me it in my face!I hate you and also guess what my mother hates you to that she the one who put me to do this ,you come to breakfast every morning and I aint stupid you try to sit next to me and my lol bro who only 7YRS old hates you to and dont even know what you did and is always blocking your chair.haha! I went out with another boy adter you adn after we were over you an idiot dared you even tried to ask me out again i didnt break up with him for you OK! I hate you ive always hated you spreading to everyone that i cheated on you when you got jealouse that i used to talk to your friends to you so jealouse you automatically think i like them well guess maybe i do maybe i dont gotta problem you aint my boyfriend anymore I dont have to tell you who I like or who Iam thinking of going out with its none of your business got that to you loser! I hate you and I know you still like me but i dont like you and i dont care what your stupid friends say you make me touch your hands for stupid reasons u accidentally say you hugged me i will never like you again I HATE YOU I HATE YOU MORE THAN ANYTHIGN IN THIS DAMN WORLDDDDDDDDDDD!!!!!!!!!!! id rather date a spider or rat den u ur soooo ugly and fat !!!!!!!! And then saying that i looooooooved you pleasssse!!!!!!!!!!!! Your such n ass wipe n bastert!! I HATE YOOOOOOOOOOOU</p>
<p>Well bi you piece of shit i have more things to do right now then remember YOU</p>
<h3>Half Life: Full Life Consequences</h3>
<p><em>Faster like the speed of sound </em></p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/XZrkOTzPUC4"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/XZrkOTzPUC4" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object><br />
John Freeman who was Gordon Freemans brother was one day in an office typing on a computer. He got an email from his brother that said that aliens and monsters were attacking his place and aksed him for help so he went.<br />
John Freeman got his computer shut down and wet on the platform to go up to the roof of the building where he left his motorcycle and normal people close because he was in his office lab coat. John Freeman got on his motorcycl and said &#034;its time for me to live up to my family name and face full life consequences&#034; so he had to go.<br />
John Freeman ramped off the building and did a backflip and landed. He kept driving down the road and made sure there was no zombies around because he ddint have weapon.<br />
The contrysides were nice and the plants were singing and the birds and the sun was almost down from the top of the sky. the mood was set for John Freemans quest to help his brother where he was. John Freeman looked around the countrysides and said &#034;its a good day to do what has to be done by me and help my brother to defeat the enemys&#034;.<br />
John Freeman was late so he had to drive really fast. A cop car was hiden near by so when John Freeman went by the cops came and wanted to give him a ticket. Here John Freeman saw the first monster because the cop was posessed and had headcrabs.<br />
&#034;I cant give you my lisense officer<nobr><span class="tfTextLink" style="border-bottom: 1px solid #991616; color: #991616; text-decoration: underline; padding-bottom: 1px"></span></nobr>&#034; John Freeman said<br />
&#034;Why not?&#034; said the headcrab oficer back to John Freeman.<br />
&#034;Because you are headcrab zombie&#034; so John Freeman shot the oficer in the head and drove off thinking &#034;my brother is in trouble there&#034; and went faster.<br />
John Freeman had to go faster like the speed of sound and got there fast because Gordon needed him where he was. John Freeman looked at road signs and saw &#034;Ravenholm&#034; with someons writing under it saying &#034;u shudnt come here&#034; so John Freeman almost turned around but heard screaming like Gordon so he went faster again.<br />
John Freeman drove in and did another flip n jumped off his motorbike and the motor bike took out some headcrab zombies infront of John Freeman. John Freeman smiled and walked fast. John Freeman then looked on the ground and found wepon so he pickd it up and fired fast at zombie goasts in front of a house.<br />
John Freeman said &#034;Zombie goasts leave this place&#034; and the zombie goasts said &#034;but this is our house&#034; and John Freeman felt sorry for them becaus they couldnt live there anymore because they were zombie goasts so he blew up the house and killed the zombie goasts so they were at piece.<br />
Then John Freeman herd another scream from his brother so he kept walking really faster to get where he was. Ravenholdm was nothing like the countrysides there was no birds singing and the pants were dead and teh dirt was messy and bloody from headcrabs.<br />
When John Freeman got to where the screaming was started from he found his brother Gorden Freeman fightin the final bosss and Gordon said &#034;John Freeman! Over here!&#034; so John Freeman went there to where Gordon Freeman was fighting. John Freeman fired his bullet from teh gun really fast and the bullets went and shot the final boss in the eyes and the final boss couldnt see.<br />
Gordon Freeman said &#034;its time to end this ones and for all!&#034; and punched the final boss in the face and the final boss fell. John Freeman said &#034;thanks i could help, bro&#034; and Gordon Freeman said &#034;you should come here earlier next time&#034; and they laughed.<br />
The laughed overed quickly though because John Freeman yelled &#034;LOOK OUT BRO!&#034; and pointed up to the top of the sky. Gordon Freeman looked up and said &#034;NOO! John Freeman run out of here fast as you can!&#034; and John Freeman walked real fast out.<br />
John Freeman loked back and saw Gordon get steppd on by the next boss and he was mad and angry.<br />
&#034;I&#039;ll get you back evil boss!&#034; John Freeman yelled at the top of lungs.<br />
to be continued..?</p>
<h3>Miss Teen USA</h3>
<p><em> uh, the Iraq and everywhere like such as</em></p>
<p><a href="http://content.ytmnd.com/content/b/b/1/bb1c2bbf6f602963c2c1a98f0421b93e.mp3"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4070&amp;g2_serialNumber=1" align="left" height="240" width="320" /></a></p>
<p><strong><a href="http://content.ytmnd.com/content/b/b/1/bb1c2bbf6f602963c2c1a98f0421b93e.mp3">content.ytmnd.com/content/&#8230;a98f0421b93e.mp3</a></strong></p>
<p>I personally believe that U.S. Americans are unable to do so because, uh, some people out there in our nation don&#039;t have maps and, uh, I believe that our, uh, education like such as in, uh, South Africa and, uh, the Iraq and everywhere like such as, and I believe that they should, uh, our education over here in the U.S. should help the U.S., uh, should help South Africa and should help Iraq and the Asian countries, so we will be able to build up our future for our children.</p></div>
<h3>The Bauman E-mails</h3>
<p><em>You have now officially crossed the line</em></p>
<p><a href="http://content.ytmnd.com/content/d/8/e/d8e9515e8d8f9bb58d54099edaf46747.mp3"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4075&amp;g2_serialNumber=1" height="123" width="260" /></a></p>
<p><a href="http://content.ytmnd.com/content/d/8/e/d8e9515e8d8f9bb58d54099edaf46747.mp3"><strong>content.ytmnd.com/content/&#8230;099edaf46747.mp3</strong></a></p>
<p>To Whom It May Concern:</p>
<p>Please be advised that several of your forum soldiers have decided to personally visit our corporate offices. The pictures they took while trespassing on our property were proudly posted on your site. In addition some of the postings on your forum literally threatened murdering Eric Bauman. You have now officially crossed the line. You can consider this formal notification that we have initiated a criminal complaint with several agencies including the FBI Cyber Terrorism Unit. I realize that most of your entire website is comprised of pathetic, pimply-faced maladjusted pre-teens whose parents don&#039;t love them, and their best Saturday night date takes AA batteries. Be that as it may, you have now become a criminal threat. There a lot of people now monitoring your site. I strongly suggest that there are no more unauthorized &#034;visits&#034; to our office. There will be severe penalties for failure to heed this warning. The forum banter on your site means nothing to us or anyone in the world for that matter, but your threats of bodily harm and property damage cannot be ignored. I was afraid that the FBI and police departments would not be responsive. I was pleasantly surprised to find the contrary.</p>
<p>Interestingly, no individual or corporate entity has approached us with any question or problem regarding the content in question. This is true lunacy! There is this big dispute over a piece of content that we received a signed release for. Do you have any idea how foolish and immature you look through this? Of course I am referring to the real three dimensional world where real people live and work. You and your forum obviously live in very dark places where they don&#039;t teach spelling, grammar, logic, reasoning…etc. Well, that being said, we don&#039;t care how you advertise your stupidity, but eBaum&#039;s World Inc lives in the real world, and we are very tolerant and sensitive to the underprivileged and the mentally challenged. We will however use any and all legal remedies to ensure our safety. The police and FBI are taking this very seriously. I will leave you with this challenge, if any member of your forum or anyone any where wants to challenge our policy, simply come out from under your rock and call me on the phone, or schedule an appointment. I would be happy to discuss any problem with any credible individual. Of course I am assuming that these &#034;kids&#034; are capable of meaningful dialogue. We have received hundreds of calls, but alas, zero meaningful dialogue, only weak pranks. Judging from the posts I have read from your site I am confident that no one possesses the aforementioned skills necessary to pull that off. The first guy you sent in here probably soiled his pants when he couldn&#039;t answer the simplest question and literally ran out the door…LOL. I don&#039;t think he is a candidate for Mission Impossible. The police have already contacted him and our lawyers will have fun with Ben and his parents. The invitation stands. BTW, the FBI told me that the operators and facilitators of your site are more liable than they think; they also assured me that nobody from your site would come out from under their rock to talk. They likened your forum to terrorists who always stay under ground. Is that the way you envisioned your forum at its inception? How pathetic. I look forward to your reply.</p>
<p>Neil J. Bauman</p>
<p>&#8212;</p>
<p>Dear Max,</p>
<p>My assistant informed me that you called our corporate office to verify the correspondence titled Cease and Desist was in fact sent by me.it was. I would like to have any kind of meaningful communication with you or anyone representing your site. As stated in my earlier note, we have never been formally contacted by anyone regarding the questioned content. I am easily accessible during normal business hours. Feel free to contact me if you are capable of exhibiting a nominal use of some professionalism. I have had a great deal of contact from several of your loyal followers. That contact was far from meaningful or professional. In a short time you will be held accountable for the deeds and threats that were aimed at our site and our people. Obviously you have lost possession of your Yiddish cup. We are not about to be physically threatened by you or anyone else. If you thought this was a joke, you are very misguided. I am not one to be trifled with. How dare you and your brethren make death threats against our personnel? There is no veiled threat here, just your wake up call. You had the ability to stop this early in the game and choose not to. That strategy will prove to be a serious mistake in judgment on your part. Soon you will be contacted by Federal Investigators. Have a great day.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/27/dramatic-readings/feed</wfw:commentRss>
<enclosure url="http://content.ytmnd.com/content/b/b/1/bb1c2bbf6f602963c2c1a98f0421b93e.mp3" length="296426" type="audio/mpeg" />
<enclosure url="http://content.ytmnd.com/content/d/8/e/d8e9515e8d8f9bb58d54099edaf46747.mp3" length="2183158" type="audio/mpeg" />
		</item>
		<item>
		<title>GodTube.com - a collection of oddities.</title>
		<link>http://bluesuncorp.co.uk/2008/01/26/godtubecom-a-collection-of-oddities</link>
		<comments>http://bluesuncorp.co.uk/2008/01/26/godtubecom-a-collection-of-oddities#comments</comments>
		<pubDate>Sat, 26 Jan 2008 01:35:45 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Humour]]></category>

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/26/godtubecom-a-collection-of-oddities</guid>
		<description><![CDATA[
I know plenty of sane and reasonable Christians. Heck, I&#039;d like to hope that the majority of them are. But GodTube.com shows a more tarnished picture: created just last year, as a rival to YouTube, to anyone with half an ounce of common sense it&#039;s clear that most of its occupants are trying to make [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=4064&#038;g2_serialNumber=1" alt="" /></p>
<p>I know plenty of sane and reasonable Christians. Heck, I&#039;d like to hope that the majority of them are. But <a href="http://www.GodTube.com">GodTube.com</a> shows a more tarnished picture: created just last year, as a rival to YouTube, to anyone with half an ounce of common sense it&#039;s clear that most of its occupants are <em>trying</em> to make themself look &#8230; stupid, to put it plainly. There isn&#039;t any other reasonable explanation.</p>
<p>I hate to pick on such an easy target, but here are some of the things you&#039;re likely to see on GodTube.</p>
<h3 class="vidtitle">Little girl recites Bible verses</h3>
<p>At the time of writing, there are no less than three similarly named videos on the front page of the site: all depict girls under the age of ten showing their devotion to Christianity. Innocent enough, maybe, but why is this such a popular choice of video? I can only conjecture:</p>
<ul>
<li>Children are easy targets; if you can&#039;t convert someone your own age, convert someone that doesn&#039;t know much better. Then post it on the internet, as if it were an achievement.</li>
<li>&#039;Cute&#039;. If your definition of the word is to see suggestable individuals being robbed of a chance to make their own decision.</li>
<li>A subtle message that people of faith, like children, are too na<span class="secondary-bf">ï</span>ve to know better?</li>
</ul>
<h3>Christian/Christ-follower</h3>
<p>
<embed src="http://godtube.com/flvplayer.swf" flashvars="viewkey=c5e5d1c6e28598e8cbbe" wmode="transparent" quality="high" name="godtube" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="270" width="330"></embed></p>
<p>This one is apparently a parody of the Mac vs. PC adverts - and while I&#039;ll spare mentioning that it&#039;s <em>been done, </em>it seems to miss the entire premise of the idea. They both spout some pseudo-techy junk, the first guy dominating the conversation, the second guy bizarrely agreeeing with everything he has to say, pretty much. They seem to have missed the fact that the second guy is supposed to be ridiculed, unless I&#039;m missing something.</p>
<p>They make one joke. &#034;I&#039;m sorry, I don&#039;t speak christianese&#034;. Slow clap.</p>
<p>Aside from not really understanding the original advert, why exactly do they make any distinction between a Christian and a Christ Follower? Hell, what is this video <em>even about? </em></p>
<h3>A letter from Hell</h3>
<p>
<embed src="http://godtube.com/flvplayer.swf" flashvars="viewkey=1b5bd6e3e034d00b4f73" wmode="transparent" quality="high" name="godtube" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="270" width="330"></embed>
</p>
<p>
This one is actually quite disturbing. I don&#039;t mean the fact that I&#039;m going to hell. Or the unexplained method Josh used to get his letter smuggled from the underworld. It&#039;s a scary thought that children are going to be shown that video, and actually be taken in by it; the scare tactics they use are, to be frank, disgusting. One commenter describes showing the video to his 13, 9 and 4 year old children. That&#039;s not just a warning message - that&#039;s child abuse.</p>
<h3> Comments</h3>
<p><strong><em>No wonder Jesus wants us to be like little children&#8230;they have such a sincere and innocent faith. What a blessing to know that no matter what, she belongs to Jesus. Could a parent ask for anything more?</em></strong></p>
<p>Sincere? Children believe what they are told to believe, it&#039;s arguably a necessary stage in life, but it&#039;s not one we should strive for after a very young age. I hope my children question everything I tell them- I couldn&#039;t hope for any more than that.</p>
<p><em><strong>People say that God is a forgiving God, Yes He is but He is also a consuming fire.  People need to be scared, they need Jesus.</strong> </em></p>
<p>Need to be scared? Come again?</p>
<p><em><strong>yo, wat is wrong with you man. hell is the worst place in the universe! God is the infinite superior being over us. wat we know heaven to be is going to be great in God&#039;s eyes which means it will be even greater than we can imagine in our eyes.</strong> </em></p>
<p>Ah heck, I&#039;m convinced.</p>
<h3>Who Ya Worshippin&#039;?</h3>
<p><embed src="http://godtube.com/flvplayer.swf" FlashVars="viewkey=586310cc95c8cb1a81cb" wmode="transparent" quality="high" width="330" height="270" name="godtube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed></p>
<p>I&#039;m sorry to lower the tone. But god damn, hah hah. That made me laugh. Religious nuts.</p>
<p>Any more weirdness and wonder from GodTube? Post it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/26/godtubecom-a-collection-of-oddities/feed</wfw:commentRss>
		</item>
		<item>
		<title>Neuromancer - Hayden Christensen to play Case.</title>
		<link>http://bluesuncorp.co.uk/2008/01/10/neuromancer-hayden-christensen-to-play-case</link>
		<comments>http://bluesuncorp.co.uk/2008/01/10/neuromancer-hayden-christensen-to-play-case#comments</comments>
		<pubDate>Thu, 10 Jan 2008 14:00:09 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Films and TV]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/10/neuromancer-hayden-christensen-to-play-case</guid>
		<description><![CDATA[ 
Yet another peice of depressing news about the Neuromancer film in development. And I was just getting over the fact that Kahn is the director. (I&#039;ve come to the opinion that people should be giving Kahn a break. He has enough talent to make this film work.)
From 7artspictures.com
&#034;Based on William Gibson’s seminal cyberpunk novel, [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3990&amp;g2_serialNumber=1" height="279" width="200" /></p>
<p>Yet another peice of depressing news about the Neuromancer film in development. And I was just getting over the fact that Kahn is the director. (I&#039;ve come to the opinion that people should be giving Kahn a break. He has enough talent to make this film work.)</p>
<p>From <a href="http://www.7artspictures.com/Catalog/FilmLibrary.asp?ProjectID=%7BCCE44FDE-41F1-4FFB-B573-7A6623A0DE35%7D&amp;BusinessUnitID=%7B7533CDA9-E7C5-4586-AAA5-14ABF2E3F6B2%7D">7artspictures.com</a></p>
<p><em>&#034;Based on William Gibson’s seminal cyberpunk novel, Hayden Christensen stars as Cage, a petty future Tokyo thief whose trade is jacking his brain directly into computer systems. When this skill is taken away from him, it seems his life is destined to end in an explosion of violence and drugs… until the mysterious Armitage offers redemption – at a price. Revelation follows revelation as Cage discovers that no one is in control of his or her own destiny and a new form of sentient technology is taking over. It’s down to Cage to face Neuromancer and do something he never has before: make the right choice.&#034;</em></p>
<p>This is depressing. Before I even begin with Christensen &#8211;</p>
<p>&#034;<em>Cage</em>&#034;? If that isn&#039;t a typo, Gibson will be turning in his figurative grave.</p>
<p>&#034;<em>Cage discovers that no one is in control of his or her own destiny&#034;. </em>That sound you hear is me flicking through my copy of Neuromancer, I&#039;m bound to find this somewhere.</p>
<p>&#034;<em>It’s down to Cage to face Neuromancer</em><em>&#034;.  </em>Yep, I can hear it now. <em>In an epic battle coming to cinemas this summer &#8230;</em></p>
<p><em>&#034;Make the right choice&#034;. </em>Oh, great, a shoe-horned in moral dilemma.</p>
<ul></ul>
<p>Did they read <em>Neuromancer</em>? Whoever wrote the above paragraph is being paid too much.</p>
<p>&#8212;</p>
<p>Hayden Christensen.</p>
<p>I admit, I haven&#039;t seen the guy in anything other than Star Wars, and his part did suck - but at the end of the day, he &#8230; just doesn&#039;t <em>look</em> the part.</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3988&amp;g2_serialNumber=2" /></p>
<p>Is that to be the face of <strike>Case</strike> Cage, a washed out computer hacker, since turned to drugs and crime? I would much prefer a no-name actor, rather than what seems to be a teen-idol who will draw hoards of fans that don&#039;t even know what SF stands for.</p>
<p>Who we&#039;re going to get playing Molly is a mystery I don&#039;t want solved. Or is that name not cool enough for this kind of flick? Maybe they should call her <em>Razor</em>?</p>
<p>Hell. Maybe this could work. But I doubt it.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/10/neuromancer-hayden-christensen-to-play-case/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google, also an impressive calculator, apparently</title>
		<link>http://bluesuncorp.co.uk/2008/01/01/google-also-an-impressive-calculator-apparently</link>
		<comments>http://bluesuncorp.co.uk/2008/01/01/google-also-an-impressive-calculator-apparently#comments</comments>
		<pubDate>Tue, 01 Jan 2008 04:31:45 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2008/01/01/google-also-an-impressive-calculator-apparently</guid>
		<description><![CDATA[
Google has surprised me again. I&#039;ve always known you can search for &#039;Speed of Light&#039; and before the results google will give you the answer. But it turns out you can enter pretty much any equation and be given the result straight off:

It gets better: if you use Firefox 2 or have the Google toolbar, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3934&amp;g2_serialNumber=1" height="130" width="119" /></p>
<p>Google has surprised me again. I&#039;ve always known you can search for &#039;Speed of Light&#039; and before the results google will give you the answer. But it turns out you can enter pretty much any equation and be given the result straight off:</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3938&amp;g2_serialNumber=1" height="170" width="426" /></p>
<p>It gets better: if you use Firefox 2 or have the Google toolbar, it&#039;s likely that the version of the google search bar you have will give you a set of suggested results when you begin typing. Try typing in an equation, and it spits out the result:</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3944&amp;g2_serialNumber=1" height="54" width="304" /></p>
<p>They&#039;ve even written in conversions. Try the following:</p>
<ul>
<li>Speed of sound in au per millenium</li>
<li>Speed of light in zeptometres per nanosecond</li>
<li>Miles in megametres</li>
<li>Stones in petagrams</li>
</ul>
<p>I love Google. I have a Physics exam in two weeks time, oh how I wish my calculator could automate things like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2008/01/01/google-also-an-impressive-calculator-apparently/feed</wfw:commentRss>
		</item>
		<item>
		<title>Preview - Ayreon 01011001 Artwork</title>
		<link>http://bluesuncorp.co.uk/2007/12/29/preview-of-ayreon-01011001-artwork</link>
		<comments>http://bluesuncorp.co.uk/2007/12/29/preview-of-ayreon-01011001-artwork#comments</comments>
		<pubDate>Sat, 29 Dec 2007 19:13:22 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
		
		<category><![CDATA[Art]]></category>

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

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/29/preview-of-ayreon-01011001-artwork</guid>
		<description><![CDATA[ 

Over the last few days, artwork previews from the new Ayreon album, 01011001, have been released on the official Ayreon site. Some of these images are familiar as they featured in the album&#039;s trailer, though in a much smaller scale. There is a different image for each track, with the exception of tracks 2 [...]]]></description>
			<content:encoded><![CDATA[<div class="g2image_normal"> <img src="http://www.ayreon.com/ayreon/ay_media/ay_images/ay_albums_y.jpg" height="500" width="500" /></div>
<div class="g2image_normal"></div>
<div class="g2image_normal">Over the last few days, artwork previews from the new Ayreon album, <a href="http://bluesuncorp.co.uk/2007/11/01/ayreon-01011001">01011001</a>, have been released on the <a href="http://www.ayreon.com/artwork/artwork_previews.htm">official Ayreon site</a>. Some of these images are familiar as they featured in the <a href="http://bluesuncorp.co.uk/2007/12/01/new-trailer-for-01011001">album&#039;s trailer,</a> though in a much smaller scale. There is a different image for each track, with the exception of tracks 2 and 3, which are amalgamated. Some of the artwork is incredible, and the images are all perfectly in keeping with the sound of the song it depicts.</div>
<div class="g2image_normal"></div>
<div class="g2image_normal"></div>
<div class="g2image_normal"> 1 - Age of Shadows</div>
<div class="g2image_normal"></div>
<div class="g2image_normal"> <a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3848&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3849&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Age of Shadows" title="Age of Shadows" class="g2image_normal" height="76" width="150" /></a></div>
<div class="g2image_normal">
<div class="g2image_normal"></div>
</div>
<div class="g2image_normal"></div>
<div class="g2image_normal">2 - Comatose / 3 - Liquid Eternity</div>
<div class="g2image_normal"></div>
<div class="g2image_normal"> <a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3856&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3857&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Comatose - Liquid Eternity" title="Comatose - Liquid Eternity" class="g2image_normal" height="76" width="150" /></a></div>
<div class="g2image_normal"></div>
<div class="g2image_normal">4 - Connect the Dots</div>
<div class="g2image_normal"></div>
<div class="g2image_normal"><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3863&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3864&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Connect the Dots" title="Connect the Dots" class="g2image_normal" height="76" width="150" /></a></div>
<div class="g2image_normal"></div>
<div class="g2image_normal">5 - Beneath the Waves</div>
<div class="g2image_normal"><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3870&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3871&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Beneath the Waves" title="Beneath the Waves" class="g2image_normal" height="76" width="150" /></a></div>
<div class="g2image_normal">6 - Newborn Race</div>
<div class="g2image_normal"><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3877&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3878&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Newborn Race" title="Newborn Race" class="g2image_normal" height="76" width="150" /></a></div>
<div class="g2image_normal">7 - Ride the Comet</div>
<div class="g2image_normal"><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3884&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3885&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Ride the Comet" title="Ride the Comet" class="g2image_normal" height="150" width="148" /></a></div>
<div class="g2image_normal">8 - Web of Lies</div>
<div class="g2image_normal"><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3891&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3892&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Web of Lies" title="Web of Lies" class="g2image_normal" height="150" width="150" /></a></div>
<div class="g2image_normal">9 - The Fifth Extinction</div>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3898&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3899&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="The Fifth Extinction" title="The Fifth Extinction" class="g2image_normal" height="150" width="150" /></a></p>
<p>10 - Waking Dreams</p>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3905&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3906&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Waking Dreams" title="Waking Dreams" class="g2image_normal" height="150" width="149" /></a></p>
<p>11 - The Truth is in Here</p>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3919&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3924&amp;g2_serialNumber=2&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" height="150" width="148" /></a></p>
<p>12 - Unnatural Selection</p>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3926&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3931&amp;g2_serialNumber=2&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" height="76" width="150" /></a></p>
<p>13 - River of Time</p>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3949&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3954&amp;g2_serialNumber=2&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" height="150" width="147" /></a></p>
<p>14 - E=MC2</p>
<p><a href="http://bluesuncorp.co.uk/images?g2_itemId=3956&amp;g2_imageViewsIndex=4"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3957&amp;g2_serialNumber=2&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" height="150" width="148" /></a></p>
<p>15 - The Sixth Extinction</p>
<p><a href="http://bluesuncorp.co.uk/images?g2_itemId=3963&amp;g2_imageViewsIndex=4"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3964&amp;g2_serialNumber=2&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" height="75" width="150" /></a></p>
<p>Artists</p>
<p><a href="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3912&amp;g2_serialNumber=1&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12"><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3913&amp;g2_GALLERYSID=a7ef57eabb0ecd5712d876e22ff67b12" alt="Artists" title="Artists" class="g2image_normal" height="150" width="149" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/29/preview-of-ayreon-01011001-artwork/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Top Five Live Bands</title>
		<link>http://bluesuncorp.co.uk/2007/12/24/my-top-five-live-bands</link>
		<comments>http://bluesuncorp.co.uk/2007/12/24/my-top-five-live-bands#comments</comments>
		<pubDate>Mon, 24 Dec 2007 23:30:36 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Audio]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/24/my-top-five-live-bands</guid>
		<description><![CDATA[Through my life  I&#039;ve seen a whole load of live bands, from festivals to concert halls. Although I count myself fairly lucky, there are so many I haven&#039;t yet seen and heard in the flesh - but for now, here&#039;s my five favourite live performances, over the past ten or so years.
NINE INCH NAILS [...]]]></description>
			<content:encoded><![CDATA[<p>Through my life  I&#039;ve seen a whole load of live bands, from festivals to concert halls. Although I count myself fairly lucky, there are so many I haven&#039;t yet seen and heard in the flesh - but for now, here&#039;s my five favourite live performances, over the past ten or so years.</p>
<h3>NINE INCH NAILS - Leeds festival, 2007</h3>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3810&amp;g2_serialNumber=1" height="315" width="450" /></p>
<p>I went expecting them to be good, and they still blew me away. Alongside an incredible light show (Muse paled in comparison) they played all of their best tracks, including loads from their new album, Year Zero. It was a warm Summer evening, and it was <em>beautiful</em>.</p>
<p>Among the tracks they played were <em>Hurt, March of the Pigs, Only, The Hand That Feeds - </em>despite my devotion to the band, I had yet to hear their new album at the time, so I have little idea which of the tracks they played from it - suffice to say, for the most part they blew me away.</p>
<h3>21ST CENTURY SCHIZOID BAND - Customs House, South Shields, 2003</h3>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3820&amp;g2_serialNumber=2" height="160" width="400" /></p>
<p>I&#039;m a massive King Crimson fan, and I have been for almost ten years now. So when I got the chance to see Schizoid Band (which, by the way, isn&#039;t a cover band, with the exception of Fripp they were mostly the real thing) I was overjoyed.</p>
<p>Aside from a few wrong words - and it has been a long time to remember - it was perfect. An incredibly small venue, all of my favourite Crimson tracks, and even some new ones. If you ever get a chance to see them - which is unlikely - don&#039;t miss it for the world.</p>
<h3>INTERPOL - Radio 1 Weekend, Sunderland, 2004</h3>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3826&amp;g2_serialNumber=2" height="267" width="400" /></p>
<p>Interpol are an acquired taste.  Indie Rock has always been hit and miss, for me; and although I&#039;ll admit their latest album is incredibly easy to listen to, the earlier two took some getting used to. And I love &#039;em even more for it.</p>
<p>I saw Interpol later, at Leeds,  and while it was still amazing, the set at Radio 1&#039;s 2004 weekend was perfect. Having just released <em>Antics, </em>they didn&#039;t have such a huge following, and I could see the whites of their eyes as I tried to decide whether I liked their music or not. I walked away a devoted fan.</p>
<h3>STEELY DAN - Liverpool, July 2007</h3>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3832&amp;g2_serialNumber=2" height="320" width="400" /></p>
<p>I had never hoped - or dreamed - of ever seeing  Becker and Fagen play as Steely Dan. I payed more than I should have for the tickets, even went all the way down to Liverpool from Newcastle to see them. But damn, was it worth it. They played most of <em>Aja, </em>along with nearly all of the classics, including <em>Bodhisattva, My Old School, Pretzel Logic&#8230;</em></p>
<p>My Dad always likes to tell me about how he liked Steely Dan when he was young - I can tell my children I actually saw them.</p>
<h3>FIELDS - Carling Academy, Newcastle, 2005</h3>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3834&amp;g2_serialNumber=1" height="250" width="300" /></p>
<p>I hadn&#039;t even heard of The Fields before this. I was actually there to see an Editors concert (not to give the wrong impression, this was incredible too). I haven&#039;t heard much of them since - but if this performance was anything to go by, I&#039;d wager they&#039;re doing well.</p>
<h3>The Ones I Missed</h3>
<p>The most significant of the bands I missed seeing live was the <em>Queens of the Stone Age. </em>I literally missed the tickets selling out by about a day. I have no doubt that they would have been top of this list otherwise. The second is <em>Black Rebel Motorcycle Club</em>, whom  discovered were playing when I was due to set off on holiday. And lastly: Interpol (yes, Interpol again) - simply because none of my friends or relatives wanted to go. Including the co-author of this site, Rich, who seemed to think an interview for Med-School was more important. Can&#039;t have &#039;em all, I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/24/my-top-five-live-bands/feed</wfw:commentRss>
		</item>
		<item>
		<title>Please, Celebrities, Stop Exposing Yourselves &#8230;</title>
		<link>http://bluesuncorp.co.uk/2007/12/23/please-celebrities-stop-exposing-yourselves</link>
		<comments>http://bluesuncorp.co.uk/2007/12/23/please-celebrities-stop-exposing-yourselves#comments</comments>
		<pubDate>Sun, 23 Dec 2007 20:01:50 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Computing]]></category>

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

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/23/please-celebrities-stop-exposing-yourselves</guid>
		<description><![CDATA[I moderate a forum on a different site, and lately we&#039;ve been having a spam problem. Each new captcha or human verification we add just triggers whoever writes these bots to work around it, sometimes in a matter of days. It&#039;s an incredibly popular site to begin with, so adding admin verification would be impractical.

There [...]]]></description>
			<content:encoded><![CDATA[<p>I moderate a forum on a different site, and lately we&#039;ve been having a spam problem. Each new captcha or human verification we add just triggers whoever writes these bots to work around it, sometimes in a matter of days. It&#039;s an incredibly popular site to begin with, so adding admin verification would be impractical.</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3797&amp;g2_serialNumber=1" height="291" width="243" /></p>
<p>There are a number of people to blame for this:</p>
<ul>
<li>The spambot coders. Really, there <em>has</em> to be a better way to make a living. What if you had a &#039;quality content&#039; bot instead?</li>
</ul>
<ul>
<li>The idiots that click on the links. You&#039;re not going to see <em>Britney Speeaarz Expozed</em>, so why bother!?</li>
</ul>
<ul>
<li>Those damned celebrities.</li>
</ul>
<p>I always figure targetting a problem at its source is the best way of solving it, so listen up. If you&#039;re a celebrity, and you&#039;re reading this, please start wearing a woolly jumper, and some kind of reflective anti camera-flash coating. Stay indoors - in fact, stay indoors in general, you have no purpose to begin with without junking up forums on the side. Change your name. Stop being vaguely attractive. And God damn it, stop exposing yourselves in public.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/23/please-celebrities-stop-exposing-yourselves/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Nine Billion names of God</title>
		<link>http://bluesuncorp.co.uk/2007/12/19/the-nine-billion-names-of-god</link>
		<comments>http://bluesuncorp.co.uk/2007/12/19/the-nine-billion-names-of-god#comments</comments>
		<pubDate>Wed, 19 Dec 2007 16:00:57 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Shorts]]></category>

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/19/the-nine-billion-names-of-god</guid>
		<description><![CDATA[Arthur C. Clarke wrote a classic SF short story in the 1950s called The Nine Billion names of God, in which he discusses a computer designed and built for a Buddhist monastery to calculate the billions of possible names possible for God, using the entirety of the possible combinations of available characters.
&#034;We use a special [...]]]></description>
			<content:encoded><![CDATA[<p>Arthur C. Clarke wrote a classic SF short story in the 1950s called <em>The Nine Billion names of God, </em>in which he discusses a computer designed and built for a Buddhist monastery to calculate the billions of possible names possible for God, using the entirety of the possible combinations of available characters.</p>
<p>&#034;We use a special alphabet of our own&#034; describes the lama. So how many characters are they using? Their limit on the length of the names is nine characters - so if we assume they plan to use words of any length up to nine characters, the number of possible names can be expressed as</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3744&amp;g2_serialNumber=1" border="0" height="85" width="102" /></p>
<p>Where A is the number of characters in their alphabet.</p>
<p>So, assuming 1 billion is 10^12:</p>
<ul>
<li>
<div>When A=26, the number of possible names is 5.65 billion</div>
</li>
<li>
<div>When A=27, the number of possible names is 7.92 billion</div>
</li>
<li>
<div>When A=28, the number of possible names is 10.97 billion</div>
</li>
</ul>
<p>Obviously none of these results can be rounded to the nearest billion, to give nine billion. Even if we assume Clarke means only names that are nine characters long (the number of which could be expressed as A^9), we are still left with no results which round to nine billion.</p>
<p>Obviously given that we lack the exact alphabet used, it is impossible to reproduce the exact process described - but what if we were to try the same in Python, using our own alphabet?</p>
<p><code>alphabet = tuple('abcdefghijklmnopqrstuvwxyz')</code></p>
<p><code>def names(length, prefix=''):<br />
_for char in alphabet:<br />
__print prefix + char<br />
__if length - 1:<br />
___names(length - 1, prefix + char)</code></p>
<p>To test this process, I used an alphabet consisting of &#039;a&#039; and &#039;b&#039;, with a maximum word length of two characters. And it appeared to work:</p>
<p>a<br />
aa<br />
aaa<br />
aab<br />
ab<br />
aba<br />
abb<br />
b<br />
ba<br />
baa<br />
bab<br />
bb<br />
bba<br />
bbb</p>
<p>I ran a full 26 word alphabet with a maximum word length of nine characters for ten minutes. It reached &#039;aaaaajjnk&#039;.</p>
<p>At the end of Clarke&#039;s story, the machine finishes its task, and the stars are described as going out, one by one.</p>
<p>Anyone care to try?</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/19/the-nine-billion-names-of-god/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using Eventscripts to mod CS Source</title>
		<link>http://bluesuncorp.co.uk/2007/12/16/using-eventscripts-to-mod-cs-source</link>
		<comments>http://bluesuncorp.co.uk/2007/12/16/using-eventscripts-to-mod-cs-source#comments</comments>
		<pubDate>Sun, 16 Dec 2007 21:22:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/16/using-eventscripts-to-mod-cs-source</guid>
		<description><![CDATA[ 
My last article detailed how to write a very simple mod for Counter Strike Source servers; here, I plan to go into more detail. I will assume basic knowledge of Python, and an understanding of how to create a simple addon on your source server - essentially I plan to discuss Eventscripts&#039; API and features.
Userids
Each [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=2611&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="ZebraLogoSmall" title="ZebraLogoSmall" class="g2image_normal" /></p>
<p>My <a href="http://bluesuncorp.co.uk/2007/11/15/writing-your-first-mod-for-counterstrike-source">last article</a> detailed how to write a very simple mod for Counter Strike Source servers; here, I plan to go into more detail. I will assume basic knowledge of Python, and an understanding of how to create a simple addon on your source server - essentially I plan to discuss Eventscripts&#039; API and features.</p>
<h3>Userids</h3>
<p>Each player that joins a server is allocated a unique user id. This userid is used as a key to identify users, and a given e player&#039;s name, steamid, health &#8212; almost any information on that player &#8212; will be available using their userid. For example, to find a player&#039;s name, one might simply use the &#039;getplayername&#039; method of the es module:</p>
<p><code>es.getplayername(userid)</code></p>
<h3>Es</h3>
<p>Importing this module is crucial to displaying any kind of output on your server, and registering the events in your addon. Es contains methods which can be used to:</p>
<ul>
<li>Display text or a menu on a player&#039;s screen</li>
<li>Send shell commands to the server console</li>
<li>Create visual effects</li>
<li>Affect the player (e.g. change their position/view)</li>
</ul>
<p>And a whole load more. Detailed documentation for each of the methods of es can be found <a href="http://python.eventscripts.com/pages/Category:Method">here</a>.</p>
<p><code>import es</code></p>
<h3>Events</h3>
<p>Events are almost crucial to achieving anything with Valve&#039;s source engine. In the majority of cases, events are where you will get your inputs, whether it is:</p>
<ul>
<li>User inputs (e.g. Console commands, chat messages, menu key-presses)</li>
<li>Actions the player performs (e.g. jumping, shooting, taking damage etc)</li>
<li>Important checkpoints in the game&#039;s progress (e.g. Map start, round start, bomb planted)</li>
</ul>
<p>Events are registered simply by creating a function in your script with the specific name of the event you wish to hook. All of the available events are documented <a href="http://www.eventscripts.com/pages/Category:Valve_Events">here</a>)</p>
<p>These functions take one argument; traditionally named &#039;event_var&#039;, this is a variable which will store a dictionary containing details about the event when it is called. For example, the key &#039;player_name&#039; will return the name of the player who the event is called by - if the event is player specific.</p>
<p><code>def player_spawn(event_var):<br />
..es.tell(event_var['userid'], 'Hello, world')</code></p>
<h3>An Example Addon</h3>
<p>As an example of a very basic addon, the following script logs the number of times a player says anything in chat, in a given session, and returns this value to them when they type &#039;stats&#039;.</p>
<p><font color="#808080"><code>import es</code></font></p>
<p><font color="#808080"><code>stats = {}</code></font></p>
<p><font color="#808080"><code>def player_connect(event_var):<br />
..stats[event_var['userid']] = 0</code></font></p>
<p><font color="#808080"><code>def player_say(event_var):<br />
..userid = event_var['userid']<br />
..if event_var['text'] == 'stats':<br />
....es.tell(userid, 'You have sent ' + str(stats[userid]) + ' messages during this session'<br />
..else:<br />
....global stats<br />
....stats[userid] += 1</code></font></p>
<h3>Docs</h3>
<p>Once you&#039;ve got to grips with the basics described above, the rest is simple to pick up. All of the documentation you could possibly need can be located in the following places:</p>
<p><a href="http://eventscripts.com/pages/Main_Page">http://eventscripts.com/</a></p>
<p><a href="http://python.eventscripts.com/pages/Main_Page">http://python.eventscripts.com/</a></p>
<p><a href="http://forums.mattie.info/cs/forums/index.php">http://forums.mattie.info/</a></p>
<p><a href="http://addons.eventscripts.com/">http://addons.eventscripts.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/16/using-eventscripts-to-mod-cs-source/feed</wfw:commentRss>
		</item>
		<item>
		<title>Is Your Email Safe?</title>
		<link>http://bluesuncorp.co.uk/2007/12/12/internet-fraud-and-stolen-email-accounts</link>
		<comments>http://bluesuncorp.co.uk/2007/12/12/internet-fraud-and-stolen-email-accounts#comments</comments>
		<pubDate>Wed, 12 Dec 2007 16:42:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

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

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/12/internet-fraud-and-stolen-email-accounts</guid>
		<description><![CDATA[
It surprises me that there is not more fraud on the internet. In fact, it&#039;s enough to give a renewed faith in the majority people that run their own websites.
I&#039;m a student, and in my spare time I do some web design, and some coding - among other things. I&#039;d consider myself fairly adept at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3680&amp;g2_serialNumber=1" height="111" width="333" /></p>
<p>It surprises me that there is not more fraud on the internet. In fact, it&#039;s enough to give a renewed faith in the majority people that run their own websites.</p>
<p>I&#039;m a student, and in my spare time I do some web design, and some coding - among other things. I&#039;d consider myself fairly adept at languages like PHP and Python, and during the past few years I&#039;ve written a few proof-of-concept ideas that require users to create an account, and afterwards log in.</p>
<p>When most people think of internet fraud, they imagine hackers in darkened rooms logging passwords, and using them to steal bank details. Perhaps this does happen, even if t&#039;s rarely heard of. What I find surprisingly uncommon, though, is people&#039;s passwords being logged simply by the owners of the sites that they visit.</p>
<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3669&amp;g2_serialNumber=1" height="187" width="353" /></p>
<p>Consider this. If you were to create an account on this site, or for that matter almost <em>any other</em> website, it would be child&#039;s play for the webmaster of that site (in the case of BlueSunCorp that would be myself or Richard) to retrieve the password you use, and the email associated with it. Obviously I&#039;m not going to do that, but imagine what I could do with those details:</p>
<ul>
<li>Deny you access to your email</li>
<li>Reset account passwords on practically <em>any </em>other site you&#039;ve signed up for - given that most sites send a randomly generated password to your email when you ask them to</li>
<li>Log into Paypal and other online banking systems. Paypal at the very least uses your email address as a login, so if you have one password which fits all, this would be like robbing candy from a baby</li>
<li>Wreak general havoc in your name</li>
</ul>
<p>Essentially, I would practically have the power to steal your online identity, and given the scale of some individual&#039;s presences across the internet (myself included), the implications for this would be fairly massive, on a personal level.</p>
<p>The solution? At the very least, have a different password for your email account. That&#039;s it. Your email account, along with the associated password, is the  quickest gateway for accessing most of your online data, and it&#039;s a scary thought. So keep it safe from sites you&#039;re not totally sure about.</p>
<p>This isn&#039;t meant as a scare-story, or a reason to avoid signing up to sites. It&#039;s just a warning; if you imagine what your email addresses password can anable people to do, do you really want it in anyone&#039;s database?</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/12/internet-fraud-and-stolen-email-accounts/feed</wfw:commentRss>
		</item>
		<item>
		<title>Running Street Fighter III on your PC</title>
		<link>http://bluesuncorp.co.uk/2007/12/08/running-street-fighter-iii-on-your-pc</link>
		<comments>http://bluesuncorp.co.uk/2007/12/08/running-street-fighter-iii-on-your-pc#comments</comments>
		<pubDate>Sat, 08 Dec 2007 19:57:58 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/08/running-street-fighter-iii-on-your-pc</guid>
		<description><![CDATA[
Street Fighter 3 is a fantastic game. Utterly incredible for a rainy afternoon - and since summer 2007, it&#039;s been possible to play on the PC. If you want to try it out, all you need to do is follow these simple instructions.
1. Download CPS3 Emulator
I tried a load of different emulators, including the latest [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3655&amp;g2_GALLERYSID=45ef1b3296e6d93907e5778a65e39c8b" alt="1192773550_rspicsRyu5" title="1192773550_rspicsRyu5" class="g2image_normal" /></p>
<p>Street Fighter 3 is a fantastic game. Utterly incredible for a rainy afternoon - and since summer 2007, it&#039;s been possible to play on the PC. If you want to try it out, all you need to do is follow these simple instructions.</p>
<h3>1. Download CPS3 Emulator</h3>
<p>I tried a load of different emulators, including the latest MAME, and I had trouble getting the game to work with any of them. (If any of you have any tips, please post them in the comments!). Anyway, this is the one that I&#039;ve tried and tested, and it works perfectly:</p>
<p><a href="http://nebula.emulatronia.com/descargas.php">http://nebula.emulatronia.com/descargas.php</a></p>
<p>The specific file download you want is the one under the &#039;CPS3 Emulator&#039; heading; at the time of posting, the specific name and version was:</p>
<p><em><strong>CPS3 Emulator 1.0a </strong>Capcom Play System 3 Emulator</em></p>
<p>Unzip that to your chosen directory.</p>
<h3>2. Create CHD and Roms Directories</h3>
<p>In the same directory into which you&#039;ve unzipped the emulator, you need to create two folders. The first should be entitled &#039;CHD&#039; and the second &#039;Roms&#039;. Now you need to create a folder inside &#039;Roms&#039;, entitled &#039;sfiii3&#039;.</p>
<h3>3. Download Street Fighter 3 CHD and Bin files</h3>
<p>This is one area where I can&#039;t help you too much; but there are two files you need.</p>
<p>1. <strong>33s000.chd</strong></p>
<p>This needs to go in the CHD/ folder.</p>
<p>2. <strong>sf33usa.bin</strong></p>
<p>This needs to go in Roms/sfiii3/</p>
<h3>4. Finding the above files</h3>
<p>This is an area of some difficulty, I&#039;d prefer not to link you to the exact places I found these files, as technically you need to actually own the game to use them. Here is a big hint though:</p>
<p>Do a google search for those file names, there should be Filefront (or other hosting sites) which have them, at the very top of your search page. <strong>33s000.chd </strong>is about 64mb, and <strong>sf33usa.bin </strong>is about 512 kb, but you do need both before the game will run.</p>
<h3>5. Running the game</h3>
<p>This should be the easiest part.  Simply load up emulator.exe, select Emulator &gt; Load Rom, and then choose &#034;Street Fighter III Third Strike: Fight for the Future (CHD).</p>
<h3>6. Enjoy!</h3>
<p>The emulator works perfectly for me, along with my logitech keyboard and gamepad, so I hope you have as much luck! As I said previously, if anyone has alternate guides for different emulators, please post them here; but avoid directly linking to roms if you can, please.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/08/running-street-fighter-iii-on-your-pc/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Trailer for Ayreon&#039;s 01011001</title>
		<link>http://bluesuncorp.co.uk/2007/12/01/new-trailer-for-01011001</link>
		<comments>http://bluesuncorp.co.uk/2007/12/01/new-trailer-for-01011001#comments</comments>
		<pubDate>Sat, 01 Dec 2007 23:15:57 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
		
		<category><![CDATA[Audio]]></category>

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/12/01/new-trailer-for-01011001</guid>
		<description><![CDATA[As part of the build up to its January 28th release, an official teaser trailer for Ayreon&#039;s new album, 01011001, has been released, and one of the songs from the new album, The Fifth Extinction, has been made available in its entirety on the Ayreon myspace page. They&#039;re incredible.
You need to a flashplayer enabled browser [...]]]></description>
			<content:encoded><![CDATA[<p>As part of the build up to its January 28th release, an official teaser trailer for <a href="http://bluesuncorp.co.uk/2007/11/01/ayreon-01011001">Ayreon&#039;s new album, <em>01011001</em></a>, has been released, and one of the songs from the new album, The Fifth Extinction, has been made available in its entirety on the <a href="http://www.myspace.com/ayreonauts">Ayreon myspace page.</a> They&#039;re incredible.</p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/npBNCQBD5Lk"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/npBNCQBD5Lk" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p>The album is also available to pre-order in three different editions: the regular 2CD edition, the special edition with a bonus DVD, and the Limited Deluxe Edition which comes in a DVD case with the bonus DVD and a 36 page book of extended artwork (which I bought). The latter two can also come signed if pre-ordered now. Further information can be found here: <a href="http://www.ayreon.com/ayreon/preorder.html">http://www.ayreon.com/ayreon/preorder.html</a></p>
<p>Much of the story is still unknown, but the Insideout music website has released this brief synopsis:</p>
<p><em>&#034;Through technological advancement, &#039;Forever&#039;, a race of aquatic beings living on Planet Y, has found the secret of longevity. They have advanced to the point that they have become completely dependent on machines and are losing their emotions. A passing comet on a collision course with Planet Earth provides the opportunity to revitalize their race; &#039;Forever&#039; harness the comet to carry their DNA to a new home on Earth. When the comet and Earth collide, the cataclysmic impact exterminates the dinosaurs (the Fifth Extinction), but from the ashes of destruction, humans arise. At first, the experiment with seeded DNA seems successful: through the humans ‘Forever’ vicariously relive the emotions they experienced before the age of machines. In order to help mankind overcome their physical ailments and mental limitations, &#039;Forever&#039; speeds up human evolution. But the result is tragic: people develop a similar technological dependency with their emotions waning just like &#039;Forever&#039; and moral development not keeping pace with their capacity to invent. &#039;Forever&#039; must find a way to save mankind from its imminent self-destruction&#8230; or should they?&#034;</em></p>
<p>It&#039;s quite hazy in the detail, but I&#039;m already beginning to see how this is going to tie in to the previous albums. To say I&#039;m excited is an understatement.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/12/01/new-trailer-for-01011001/feed</wfw:commentRss>
		</item>
		<item>
		<title>Python Tips and Tricks</title>
		<link>http://bluesuncorp.co.uk/2007/11/28/python-tips-and-tricks</link>
		<comments>http://bluesuncorp.co.uk/2007/11/28/python-tips-and-tricks#comments</comments>
		<pubDate>Wed, 28 Nov 2007 17:42:00 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[Code]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/11/28/python-tips-and-tricks</guid>
		<description><![CDATA[Here are a few handy tips and tricks, to use when writing in Python.]]></description>
			<content:encoded><![CDATA[<p> <img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=2618&amp;g2_GALLERYSID=5842b3f37516ea867355eae503b4496f" alt="python" title="python" class="g2image_normal" height="132" width="150" /></p>
<p>Here are a few handy tips and tricks, for those who are fairly new to Python.</p>
<h3>while True:</h3>
<p>Generally you&#039;ll come across many situations which involve variable assignment, followed by a while loop which performs any number of operations on this variable. For example:</p>
<p>You want to generate random numbers between 1 and 10, and stop when this number is odd, printing the number you get.</p>
<p><code>myvar = random.randint(1, 10)<br />
while not (myvar % 2) == 1:<br />
..myvar = random.randint(1, 10)<br />
print myvar</code></p>
<p>This isn&#039;t very maintainable code - what if you later decided the range should be 1-100? You would have to edit two sections of your code.</p>
<p>Since Python doesn&#039;t support variable assignment within conditional statements, which some would argue is the most elegant solution, the most appropriate method to use here is as follows:</p>
<p><code>while True:<br />
..myvar = random.randint(1, 10)<br />
..if (myvar % 2) == 1: break<br />
print myvar</code></p>
<h3>Conditions</h3>
<p>When writing conditions, I often see people trying to write:</p>
<p><code>if myvar == 0:<br />
..</code></p>
<p>and</p>
<p><code>if bool(myvar) == True:<br />
..</code></p>
<p>This is entirely unnecessary. Python takes most datatypes as either true or false to begin with, so it&#039;s actually much simpler - and easier to follow - to just use:</p>
<p><code>if myvar:<br />
..</code></p>
<p>What counts as False?</p>
<ul>
<li>Integer 0</li>
<li>Empty Strings</li>
<li>Empty Lists/Tuples</li>
<li>None</li>
</ul>
<h3>Single line conditions</h3>
<p>When you&#039;ve only got one line of code to execute after a condition, it&#039;s often faster to type it directly after the colon, rather than using a new line and indenting:</p>
<p><code>if myvar == 5: print 'hello world!'</code></p>
<p>Obviously, whether you consider this more or less readable is up to you. Hint - this also works perfectly for defining functions.</p>
<h3>Ternary Operation</h3>
<p>You might be familiar with seeing these written as follows:<br />
<code>condition ? value-if-true : value-if-false</code></p>
<p>Many people like to use dictionaries or and/or to simulate ternary operators in Python, but neither of these methods is completely safe from error. Far better to use the built in method:</p>
<p><code>value-if-true if-condition else value if-false</code></p>
<p>For example:</p>
<p><code>'Pi equals 3.15' if math.pi == 3.14 else '3.14 ain't approximate enough'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/11/28/python-tips-and-tricks/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hitman Film &#039;Review&#039;</title>
		<link>http://bluesuncorp.co.uk/2007/11/26/hitman-film</link>
		<comments>http://bluesuncorp.co.uk/2007/11/26/hitman-film#comments</comments>
		<pubDate>Mon, 26 Nov 2007 10:30:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[Films and TV]]></category>

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

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

		<category><![CDATA[Agent 47]]></category>

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/11/26/hitman-film</guid>
		<description><![CDATA[ 
I was hoping to actually type a review of Hitman, but I changed my mind after watching it and instead I&#039;ve decided to make a list of why the film is so crap:

This film totally fails to capture the essence of the game. If you want to see a Silent Assasin style Hitman, this is [...]]]></description>
			<content:encoded><![CDATA[<p> <img border="0" width="250" src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3437&amp;g2_serialNumber=1&amp;g2_GALLERYSID=df18b00cdeb8f07d881b0c658c3985b9" height="207" /></p>
<p>I was hoping to actually type a review of Hitman, but I changed my mind after watching it and instead I&#039;ve decided to make a list of why the film is so crap:</p>
<ul>
<li>This film totally fails to capture the essence of the game. If you want to see a Silent Assasin style Hitman, this is not it. This is the Hitman who runs through the levels just shooting everyone. A classic example is when 47 slips an unknown substance into his quarry&#039;s drink. Something lethal? No, it&#039;s a laxative so he can go to the bathroom and shoot him and three of his guards in the head.  Sadly, this is also the closest thing to the game you&#039;ll get in the film. All his other assasinations are done with gunshots to the head, or a pointless and tacky swordfights. In fact, the very next scene in the film involves 47 gunning down an entire bar full of people. Two guns, point them in opposite directions, spin round and evreyone is dead.</li>
<li>
<div>I knew from the start when it kindly informed us that London is in England that this was not going to be a film for the thinkers among us.</div>
</li>
<li>
<div>I do not want to see 47 slagging off some Russian girl. Isn&#039;t he supposed to be a stoic and sincere assassin? I could understand if they gave him some emotion, but they&#039;re trying to turn him into a bald James Bond.</div>
</li>
<li>
<div>The entire film is a 100-minute long cliché. You could basically make this film out of stock footage from all this years other action films.</div>
</li>
<li>
<div>Timothy Olyphant is crap, as is Olga Kurylenko, despite having a mild aesthetic appeal. Dougray Scott has the easy job as the antagonist, and is probably the lesser of three evils/ However, he still wasn&#039;t any good.</div>
</li>
<li>
<div>Humour. They try far too many times to pull off ridiculously awful one-liners and comic dialogues, and they fail miserably. Seriously though, when they bring in transvestites to try and make the film funny, you know it&#039;s a crap film.</div>
</li>
<li>
<div>Uwe Boll could have done a better job directing the film than Xavier Gens.</div>
</li>
<li>
<div>Uwe Boll could have done a better job writing the film than Skip Woods.  They could have just stolen the story from Hitman: Blood Money. That would have been a great film.</div>
</li>
</ul>
<p> This is just another in a series of terrible video game adaptations. While it&#039;s fine to have an emotionless droid as a lead in a game, it doesn&#039;t work in a film. You need a protagonist that has character. I found myself rotting for 47 out of compulsion, not because I liked him - which I didn&#039;t, all he does is kill people. Even if the write had produced a sublie story, and believe me he has not, this film would have failed on account of the central character. I can criticise Olyphant incessently for one of the most feeble performances of the year, but I have a degree of sympathy for the lad. He&#039;s working with a novice director and an incompetent screenwriter, and I have strong doubts about whether any of them have actually played any Hitman games, so Olyphant probably did the best he could in a role he was not meant to play. Vin Diesel would have been a much better choice for an impassive 47.</p>
<p>The film does not have many good things going for it. If you don&#039;t care about stories, have never played a Hitman game, like explosions and endless gun fights, then you may enjoy this film. It does have its moments, just not enough of them, in fact take away the gun fights and there really isn&#039;t anything going on here.  This film could have been so much more. I&#039;d give it 3/10, 1 for the explosions, 1 for Olga, and 1 for Ave Maria.  This is 47&#039;s first outing on the big screen, and dear god I hope it&#039;s his last.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/11/26/hitman-film/feed</wfw:commentRss>
		</item>
		<item>
		<title>Psychonauts and others for Free</title>
		<link>http://bluesuncorp.co.uk/2007/11/25/psychonauts-for-free</link>
		<comments>http://bluesuncorp.co.uk/2007/11/25/psychonauts-for-free#comments</comments>
		<pubDate>Sun, 25 Nov 2007 18:51:47 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

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

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

		<guid isPermaLink="false">http://bluesuncorp.co.uk/2007/11/25/psychonauts-for-free</guid>
		<description><![CDATA[ 
As part of their Holiday Threesome offer, Gametap have provided a list of games which you can play for free until the 31st of December, including several Hitman games (to coincide with the release of the frankly dire film version), Tomb Raider Legend, as well as some classics like Metal Slug. However, the best [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://bluesuncorp.co.cc/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3431&amp;g2_serialNumber=1&amp;g2_GALLERYSID=d44ba1877e1735c9a3df0e7fd1f936cb" height="216" width="271" /></p>
<p>As part of their <em>Holiday Threesome</em> offer, Gametap have provided a list of games which you can play for free until the 31st of December, including several Hitman games (to coincide with the release of the frankly dire film version), Tomb Raider Legend, as well as some classics like Metal Slug. However, the best of the list is undoubtedly Psychonauts, the hugely acclaimed, and thoroughly enjoyable platformer from Tim Schafer, best know for designing Grim Fandango. The game even picked up a few game of the year awards when it was released in 2005.</p>
<p>Take a look at the list yourself: <a href="http://www.gametap.com/home/play/free.html">http://www.gametap.com/home/play/free.htm </a> You don&#039;t even need to register on their site. All  you need to play them is the gametap player. There are some great games here, a great way to kill time over the Christmas holidays.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluesuncorp.co.uk/2007/11/25/psychonauts-for-free/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
