<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Tim Wintle's Blog</title>
<link>http://www.timwintle.co.uk/blog.pl/index.html</link>
<description>Tim Wintle 's blog</description>
<language>en</language>
<webMaster>webmaster@timwintle.co.uk</webMaster>


<item>


<title>Game Baker 0.1.2</title>
<link>http://www.timwintle.co.uk/blog.pl/Programming/linux-game-maker-ubuntu.html</link>
<description>&lt;br>
 &lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;
Game Baker, the &lt;a href=&quot;http://code.google.com/p/game-baker/&quot;&gt;Game Maker for Linux&lt;/a&gt; (and all other operating systems including Windows, OSX etc.) has released version 0.1.2 . This version introduces a couple of new features, and a debian package for simple installation on Ubuntu.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;
I have been too busy to put aside serious time to work on the project, but luckly the other members have been busy. John Gunderman has done some cleaning of some of my (rather messy) code, making it much easier for us all to continue work, fixing bugs, and documentation, while &lt;a href=&quot;http://violasong.com/blog/&quot;&gt;Victoria Wang&lt;/a&gt; has done some amazing work creating graphics, as you can see from the character below (which is our new icon).
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;
&lt;img src=&quot;/blog/images&quot; border=&quot;0&quot;&gt;
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;
This version now allows you to run code as soon as your game starts, allowing you to import modules at the global level (try importing a large python module every itteration and you&amp;apos;ll see what I mean). You can also pick a sprite for game objects straight from the GUI, which means less code to write.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;This version is definately still an alpha version - our eventual goal is to remove the need to write any code, but you can start getting to grips with the software now.&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;To install Game Baker under Ubuntu, click to download the &lt;a href=&quot;http://game-baker.googlecode.com/files/game-baker-0.1.2_all.deb&quot;&gt;Debian package&lt;/a&gt;, and open it with your package manager. For other operating systems (Windows, Mac etc), head over to the &lt;a href=&quot;http://code.google.com/p/game-baker/downloads/list&quot;&gt;download page&lt;/a&gt; and download the .zip, then follow the instructions in the readme file.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:6px;&quot;&gt;If you are interested in helping with the development of Game Baker then head over to the &lt;a href=&quot;http://groups.google.com/group/game-baker&quot;&gt;Developer Group&lt;/a&gt; and request a membership - we&amp;apos;re very friendly, and everyone can help, by testing out the latest versions and pointing out (normally my) mistakes, creating graphics for demo games, tutorials on using the system, or by helping to code the engine or GUI.&lt;/a&gt; </description>

<guid isPermaLink="false">Apr-24-14-22</guid>

</item><item>


<title>Looking at Linear A</title>
<link>http://www.timwintle.co.uk/blog.pl/General/linear-a-bigrams.html</link>
<description>&lt;br>
 
&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;Linear A is a language discovered around 1900 by &lt;a href=&quot;http://en.wikipedia.org/wiki/Arthur_Evans&quot;&gt;Arthur Evans&lt;/a&gt;, and thought to have been used in ancient Crete over three and a half thousand years ago, before the invasion of the Myceneans. Although a similar form of writing (Linear B) was deciphered in 1952, what makes Linear A so interesting is that nobody has yet been able to discover exactly what language is being spoken (although various people have made suggestions).&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;I first came across Linear A through my classics teacher at school, but having re-read Simon Singh's &amp;quot;The Code Book&amp;quot; (a great read for a wide range of people), I eventually got around to having a closer look at it.&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;Now, I&amp;apos;m no linguistical expert (I only just passed my Classical Greek GCSE), but I have got some experience in various techniques related to computational linguistics, so I thought I would see what I could make of it. Not exactly having an abundant amount of free time, I haven&amp;apos;t had a really close look yet, but I thought I would still post this as I find it remarkably interesting (which is something considering I dropped every language I had studied at school as soon as I started my A-levels)&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;I soon came across John Younger&amp;apos;s wonderful online source of &lt;a href=&quot;http://people.ku.edu/~jyounger/LinearA/&quot;&gt;Linear A texts&lt;/a&gt;, and copied them into a format that I could run though my own software to analyse easily. I soon found several problems, though:
&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;

&lt;ul&gt;
&lt;li&gt;There are very few repeated (complete) words&lt;/li&gt;
&lt;li&gt;There are over 63 common letters (each letter corresponds to a syllable), which means you need far more text to perform statistics on than you would in English, with only 26&lt;/li&gt;
&lt;li&gt;Most of the surviving texts are in the form of accounting documents, consisting of a person&amp;apos;s name, a symbol representing a type of good, and a number - so little regular language use.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;


&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;
So far I have focused on trying to extend the known texts with a couple of letters either side (where the text is missing, or cannot be read with certainty). Initially I worked out the most common letters (unigrams). Here is the list of the number of times I have counted each letter in the text I have analysed (I only looked at texts that had more than one letter together):
&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;
&lt;table&gt;
&lt;tr&gt;
    &lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Letter (using the notation of J. Younger)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;166&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;147&lt;/td&gt;&lt;td&gt;JA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;141&lt;/td&gt;&lt;td&gt;NA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;137&lt;/td&gt;&lt;td&gt;KU&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;132&lt;/td&gt;&lt;td&gt;I&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;123&lt;/td&gt;&lt;td&gt;TA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;121&lt;/td&gt;&lt;td&gt;SA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;114&lt;/td&gt;&lt;td&gt;SI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;112&lt;/td&gt;&lt;td&gt;DA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;104&lt;/td&gt;&lt;td&gt;MA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;102&lt;/td&gt;&lt;td&gt;KA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;101&lt;/td&gt;&lt;td&gt;RE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;100&lt;/td&gt;&lt;td&gt;RA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;96&lt;/td&gt;&lt;td&gt;TI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;96&lt;/td&gt;&lt;td&gt;KI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;91&lt;/td&gt;&lt;td&gt;DI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
    &lt;td&gt;88&lt;/td&gt;&lt;td&gt;TE&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;
A standard way to continue when you find a letter in the origional text that cannot be read with certainty, may be to work down the list of letters and pick the most commonly used letter that seems possible, however this is a very basic way to approach the task.
&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;
It would then seem to make sense to look at bigrams, and to see (given the previous or next letter) what is the most commonly occuring letter, however you can instantly see a potential problem with this. With only 166 occurences of the most common letter, each pair of letters would only be expected to occur twice even if every letter was equally likely to follow the common letter. Another problem is shown by looking at the most common pair of letters. I found that the most common pair of letters was &amp;quot;KU-RO&amp;quot; - occuring 39 times - but it turns out that KU-RO is believed to be a word that translates as &amp;quot;Total&amp;quot;, so this turns out to be an ineffective way of looking at the text.&lt;/div&gt;

&lt;div style=&quot;padding-top:6px;padding-left:8px;&quot;&gt;Having said all of this, I have found that looking at Linear A is a highly addictive hobby, and I expect I will spend many more days looking at it over the coming years - and since new texts are still being found, the stats we can get from looking at the text will keep getting better.
&lt;/div&gt;


 </description>

<guid isPermaLink="false">Mar-30-16-33</guid>

</item><item>


<title>You Can Be Too Green - the Living Water Jug</title>
<link>http://www.timwintle.co.uk/blog.pl/Technology/you-can-bee-too-green.html</link>
<description>&lt;br>
 
&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;&lt;b&gt;(Video Further down the page, but read this first)&lt;/b&gt;&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;In the UK today Google has turned the entire homepage black to remind people about &amp;quot;earth hour&amp;quot; - when the public are encouraged to switch all their lights off for an hour. It&amp;apos;s a great idea, and I hope it will work better than the &lt;a href=&quot;http://e-day.org.uk/&quot;&gt;E-Day&lt;/a&gt; did.&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;E-Day was a day when the British public were encouraged to switch off their lights and electronic equipment, to see how much effect it could have on the electricity usage. Unfortunately for them, when the day came energy usage increased by 0.1 percent&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;Google&amp;apos;s message today did remind me of some adverts I had seen a couple of months ago that I just thought were &lt;b&gt;taking &amp;quot;Green&amp;apos; a little too far&lt;/b&gt;, I&amp;apos;ve been meaning to post them, so here is the first one:&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;&lt;img src=&quot;/blog/images/living_water.png&quot;&gt;
&lt;br/&gt;
This ad for a &amp;quot;living water vortex jug&amp;quot; offers to &amp;quot;make living water at home to improve your health&amp;quot;&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;
In Case you cannot read this, this text says:
&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;
&lt;b&gt;The Living Water Vortex Jug&lt;/b&gt;&lt;br/&gt;
Make Living Water at home and improve your Health!&lt;br/&gt;
&lt;b&gt;Viktor Schauberger&amp;apos;s&lt;/b&gt;&lt;br/&gt;
technology transforms tap, filtered or bottled water into biologically active living water, replicating the self cleansing spirals and vortices of a lively mountain stream.
&lt;br /&gt;
&lt;b&gt;£59.50&lt;/b&gt;[+p and p] free brochure
&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;Great!&lt;/div&gt; 

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt; First, let&amp;apos;s go back over &lt;b&gt;why we treat water to begin with&lt;/b&gt;. The idea is that we take river water, which is full of living things and poisons, filter it to remove contaminates such as traces of metals from the rocks, excess nitrogen etc. and kill all living organisms within the water (normally by using Ultra-Violet).&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;Why do we kill all the living organisms? We&amp;apos;re not talking about fish here, we&amp;apos;re talking about bacteria, fungus, parasites and viruses. The organisms commonly found in river water are known to cause &lt;b&gt;Amoebiasis, Cryptosporidiosis, Cyclosporiasis, Giardiasis&lt;/b&gt;, and in some cases &lt;b&gt;Aids&lt;/b&gt;.&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;The idea of the &amp;quot;Living Water Vortex Jug&amp;quot;, though, is to take this filtered, &lt;b&gt;safe&lt;/b&gt; water from your tap and to encourage these organisms to grow in it again. This is not only pointless, and a waste of power, but &lt;b&gt;It&amp;apos;s highly dangerous&lt;/b&gt;.
&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;While writing up this post, I looked into this product more to check that I wasn&amp;apos;t missing anything, and it seems I was - but not in a good way. Not only are they actually encouraging you to increase the amount of potentially deadly organisms you eat in the name of increasing your health, but companies selling this product make other claims.&lt;/div&gt;


&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;Here is a video I found showing you how to use the Living water Vortex Jug - notice the suggested importance of playing the correct music to the water in order to give the water nice memories ;-). I don&amp;apos;t know if this is all that you do, or if you leave it for a long time to allow organisms to grow, but please don&amp;apos;t encourage your children to drink anything that you have inserted contaminate into.&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;
&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Rs8bVmwplsw&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Rs8bVmwplsw&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;
Here is a great quote from a site that sells these:
&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;&lt;b&gt;&amp;quot;Typically, ...[water is] recycled as many as 20 times. Even if the physical contaminants have been removed, their vibrations &amp;quot;imprint&amp;quot; is still carried in the water in it's memory according to researchers such as Jacques Beneveniste [sic] and others*, no matter how many times it is recycles. ... [the vibrations] can transmit negative or destructive imprints that can cause disharmony or disease.&amp;quot;&lt;/b&gt;&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;Firstly I would like to point out that, to my knowledge, there was only ever one study performed that is in any way related to their claims, and this was in fact performed under the supervision of Jacques Benveniste. However, this study was found to be completely unscientific, inconclusive, and possibly falsified, and &lt;b&gt;it resulted in Jacques Benveniste being fired&lt;/b&gt; from his position at France&amp;apos;s research body (Institut National de la Santé et de la Recherche Médicale) in 1990. (&lt;a href=&quot;http://www.guardian.co.uk/science/2004/oct/21/obituaries.guardianobituaries&quot;&gt; Ref&lt;/a&gt;).&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;You see, on an molecular scale there are only two kinds of water - H2O (two hydrogen atoms, and one Oxygen), and &amp;apos;Heavy Water&amp;apos; - where one of the Hydrogen atoms is replaced with a Deuterium atom - which is used in nuclear reactors. There is absolutely no way in which these molecules could possibly &amp;quot;remember&amp;quot; anything or have a &amp;quot;memory&amp;quot;.&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;On a sub-atomic scale (within the atoms), people often get confused. At this scale, the atoms&amp;apos; energy is in the form of &amp;quot;vibrations&amp;quot; (a wave property). However, a process called &lt;a href=&quot;http://en.wikipedia.org/wiki/Quantum_decoherence&quot;&gt;Decoherence&lt;/a&gt; ensures that this form is lost as an atom interacts with other atoms (and in a single gram of water there are about 30,000,000,000,000,000,000,000 atoms). This is a fact that is shown thousands of times each day in research labs over the world.&lt;/div&gt;

&lt;div style=&quot;padding-top:5px;padding-left:8px;&quot;&gt;All in all, I seem to have gone off on a bit of a rant on this one - but I know from experience that the kind of people who believe in this always say there is something else to explain it, and I wanted to close off my argument as much as possible. (Although if you do have any kind of argument that you think justifies wasting this much power and putting yourself at risk to have a drink of water then feel free to comment - but please justify any comments with provable facts)&lt;/div&gt;



 </description>

<guid isPermaLink="false">Mar-29-14-33</guid>

</item><item>


<title>Memories</title>
<link>http://www.timwintle.co.uk/blog.pl/Personal/nofx-idiot-son-of-an.html</link>
<description>&lt;br>
 &lt;div style=&quot;padding-left:8px;&quot;&gt;Well it is almost time for elections over in the US, so I thought I would post this (I didn&amp;apos;t post the video, I&amp;apos;m just embedding it) - It brings back memories of when I was a teenager, when I saw NOFX sing this at Reading festival.&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;&quot;&gt;I don&amp;apos;t want to get all political, but I think it is a sign that there is truly some freedom in a country when songs like this can become popular.&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/J1fUaXCmqME&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/J1fUaXCmqME&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt; </description>

<guid isPermaLink="false">Mar-28-18-10</guid>

</item><item>


<title>What is the Viral Ad Network?</title>
<link>http://www.timwintle.co.uk/blog.pl/Web/viral-advertiser-network.html</link>
<description>&lt;br>
 
&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
So I've been talking about the &lt;a href=&quot;http://www.viraladnetwork.net/&quot;&gt;viral ad network&lt;/a&gt; a lot recently (e.g. &lt;a href=&quot;http://www.timwintle.co.uk/blog.pl/Web/viral-ads-banner-eyetracking.html&quot;&gt;Viral Videos, Banner Blindness and Listening to myself speak&lt;/a&gt;), and about the work I have been doing working on some of the research into &lt;a href=&quot;http://www.timwintle.co.uk/blog.pl/Web/youtube-video-statistics-2007.html&quot;&gt;Average YouTube Views&lt;/a&gt; that I have been doing as a part of it, but I realised that I have not really explained what it is (actually I realised this when my mum called me the other night and asked me).&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
&lt;b&gt;Here's the overview:&lt;/b&gt;
&lt;br /&gt;
For a few years now the standard method of getting paid from advertising online has been Google AdSense. This was all fine in 2002, but it&amp;apos;s &lt;b&gt;five years&lt;/b&gt; later now and people are suffering &lt;a href=&quot;http://www.viraladnetwork.net/publishers/videos/banner-blindness-multimedia-content&quot;&gt;banner blindness&lt;/a&gt;, they&amp;apos;re just not clicking on traditional adverts as much any more. (in fact &lt;b&gt;they&amp;apos;re not even seeing them&lt;/b&gt;).
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
What is worse - running too many banners and AdSense blocks on your site can put your users off.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
&lt;b&gt;Most websites don&amp;apos;t know about it yet&lt;/b&gt;, but &lt;b&gt;there is another way&lt;/b&gt;. Advertisers are beginning to create adverts that are specifically designed to be entertaining. These adverts may be videos, games or mini websites, but they are all designed to spread virally (i.e. so that visitors find them so entertaining that they email them to a friend, who emails them to other friends, who email it to other friends. 
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
&lt;b&gt;Where You come into this&lt;/b&gt;
&lt;br /&gt;
When a viral is first put on the web nobody knows about it, and to start off the &amp;quot;viral&amp;quot; growth, the ad companies need to do something called &lt;a href=&quot;http://www.viraladnetwork.net/advertisers/&quot;&gt;Viral Seeding&lt;/a&gt;, which is basically getting the first few thousand people to have a look at the game, movie, or whatever, hoping that they will send it around to their friends.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
This is where website publishers come into it. By becoming a &lt;a href=&quot;http://www.viraladnetwork.net/publishers/&quot;&gt;Viral Ad Publisher&lt;/a&gt;, you help the companies get the first few thousand views, and the Viral Ad Network &lt;b&gt;gives you money&lt;/b&gt; for it.
&lt;/div&gt;

&lt;div style=&quot;padding-left:8px;padding-top:10px;&quot;&gt;
I hope that helps to explain a little more about what the viral ad network is, if you're interested go over to the site and sign up, or if you just want to &lt;a href=&quot;http://www.viralsauce.com&quot;&gt;search for viral videos&lt;/a&gt; then head over to viralsauce.com - another site I have been working on recently.
&lt;/div&gt;
&lt;/div&gt;
 </description>

<guid isPermaLink="false">Jan-29-04-22</guid>

</item>
</channel>
</rss>