chaotic.signal
whatever Phil it's just random crap
whatever Phil it's just random crap
Mar 6th
I was really looking forward to the inclusion of automatic captioning from Youtube, it seemed like a really easy way of providing information to deaf people and really giving more of a sense of completion to my videos. However, the whole system hinges on the accuracy of Youtube/Google’s voice recognition software. A few of my videos have been transcribed and by god they are terrible!

Not a single video transcribed is anywhere near accurate, I think there was one sentence in all of the videos I have checked that were slightly correct. Most of the text is complete gibberish and seemingly completely unrelated to the audio on the video. I assumed that as they are introducing this system to millions and millions of videos it would at least be half competent but I don’t even think that you could refer to it as speech “recognition” it’s more like a complete guess.
It’s and F to Google, please try harder.
Feb 26th
I had a bit of a UFO Enemy Unknown binge the other week after I bought the whole series on steam for £2, I played it for hours and hours. It reminded me of the old UFOpedia site I made a few years ago which replicated the interface within the game. So I decided to make it again, however, the way I coded it back then was extremely time consuming and not very adaptable. I had to go through 115+ HTML files and put all the right links in the right place. These days knowing how easy PHP is I decided to use PHP to do it all. You can check it out here: X-COM UFOpedia

Having coded every link to parse the URL parameters I only had to code one page, sure it may have taken close to the same time but it was a lot less tedious and a much better learning experience. It also means that I can update the page to fit into any design I wish with the minimal of effort. I think I will code up a Terror From the Deep USOpedia, should be pretty easy now I’ve basically got all the code.
Edit: USOpedia is now online too: TFTD USOpedia, I also added an index page which displays all the images on one page like so: TFTD USOpedia maybe someone will find it useful, probably not.
Aug 26th
I’m a big fan of free legal music online, or at least music that tries to be legal. Spotify is great but to be honest has a much more limited music library than Grooveshark. I’m always there when I can’t find what I’m looking for on Spotify and it’s ok as a music playing tool but lacks a lot of features.
Thankfully they have been hard at work behind the scenes at Grooveshark to build “Grooveshark 2.0″ or a new version which should hit the mainstream soon. At the moment it is only available to paying “vip” members and I figured it was worth £2 to see what it’s like and from what I’ve seen I am pretty impressed, but take a look for yourself (more after the break):
Jul 27th
This is a compilation of the worst crimes against the facebook world. People should keep their profile pictures relevant on most of all the picture should be of you!
Jul 15th
Got bored again and as usual coded some completely random an useless piece of php. This one basically lets you input the url of any image on the net and then outputs the image on 4 different shades of background from black to that lovely chequered “transparency” image.
It took a little while to perfect everything, and as usual I kept adding bits when I thought I had finished it already, not to mention the ballache I had trying to get it to look exactly the same in IE as it does in FF. Probably completely fails in other browsers but FF and IE are basically everyone. The other issue it took a while to get around was the transparent background as usually it makes what’s in the cell transparent too I used transparent PNGs to get the effect of transparency without coding it in HTML.
I also added the ability to look at a sprite on any background colour of your choice, thise outputs a different page with just the transparent image and the image on top of the HEX colour of your choice

Jul 3rd
I was looking for some cheap Sony Memory Sticks for my PSP as I’m in need of a lot more space for music, video etc… However, the state of the flash memory market hasn’t changed and PRO DUO cards are still much more expensive than Micro SD cards. An 8GB PRO duo costs around £25 whereas 8GB Micro SD can range from £8-£15. So I was thrilled when I spied this:

And was salivating at the prosepct of paying £18 for 16GB of PRO DUO storage instead of £55. That’s right, you can pop in 2 Micro SD cards up to 16GB and use them both as one drive in PRO DUO devices. It seems too good to be true, but it works and apparently there are no drawbacks. The only problem was that these £8 8GB Micro SD cards were only Class 2, meaning I may have to shell out more making it less of a bargain, there was lots of information available on the “minimum” write speeds of SD cards and the “maximum” write speeds of PRO DUO cards but I couldn’t find any concrete data on how fast cards should actually be.
So as usual I went crazy and I decided to benchmark a few cards to see if I would be losing out by using 2 Micro SD cards instead of a normal PRO DUO and to see if I was going to be sitting around checking my watch while this “Class 2″ SD card loaded stuff. Read on for graphs etc. Read the rest of this entry »
Jun 17th
I’ve been using my G1 quite a bit to browse the web lately and as you know I have an extensive image gallery which I like to use in posts on forums etc. Well now I can both directly upload to that gallery by using a handy ftp program on Android and browse the gallery in a specially designed environment. I sat up for a little while last night making a compatible and dinky gallery that reduces bandwidth and increases the amount of images I can view on the screen at once.
Before: 105Kb![]() |
After: 32Kb
|
Mobile Blog:
|
As you can see in the first screenshot 2 images can barely even fit on the screen, after streamlining and making the thumbnails quite minuscule 32 images can easily fit on screen at once, I also upped the amount of images shown per page so there’s less clicking of links. I also streamlined the image page so that images fit easier and it is easier to get a link to the image to post elsewhere. Of course it still retains (and utilises) the ability for me to resize the images however I need to and to do a bunch of other image manipulation too.
I can’t leave without mentioning the last screnshot, which is of the mobile version of this blog, it’s clean, neat and fast. I used to use a more flashy version but I think it was a little cumbersome. This version just puts the posts ups there with no superfluous crap.
As usual it’s unlikely anyone will even visit the site on a mobile device except me, and as usual it’s mainly an exercise to teach myself more. But of course I will be using it all the time to continue the tradition of posting random images.
Apr 11th
Yeo that’s right, there’s nothing more time consuming than coding php and html for random stuff that no-one is ever going to see. But again that’s half the point of this site, to test things out and to see what is possible. It’s also fun to learn. Using this site and my own curiosity I have learned a great deal about php, flash, multimedia and more. I just wonder what use it will all be in the end.
The first thing of note is the directory script @ http://media.csignal.org I was only using this to store the files, but now it’s easy to browse them all too. The script originally used JavaScript code to pop FLV videos up and play them on the page. However I recoded the thing to generate an actual html page with the FLV inside it, I also modified it to play MP4 extension too. So now anyone can watch any of the FLV/MP4 files on the domain without having to download them and I don’t have to make an individual page for each file. All I do is upload the file and the script generates the html code of a page for me, oh I also used mod_rewrite to make the URIs short and make sense. Check it out if you want
I also coded a quick index script for small images, namely sprites, I had a small collection and felt like uploading them and displaying them in a visual fashion. It’s extremely basic and all I really did was take a simple file listing script and put image tags in it, no formatting so it the page just wraps the images as needed. Very simple and very effective
Finally I implemented a proxy script so I can browse sites without disclosing my ip address. I know there are proxy servers all over the place, but at least this way I know where it’s going to be and I can customize it as I wish.
Apr 4th
I was snooping through Google Webmaster tools I was intrigued by their 404 error page helper which tries to add useful links to your error pages. So I decided to set about making my own error page which was as helpful as possible, I know that it’s not the most popular or important site, but it’s nice to do things like this just to see how it works and to get practice.
Main features;
» Dropped the ‘404′ as a lot of people don’t know or care what ‘404′ is.
» The message ‘Page not found’ displayed in French, German, Japanese, Russian and Italian, it also links to Google translate pages to translate the error page.
» Links to popular pages.
» Links to the latest posts.
» Search within the blog and the entire site through Google custom search.
» A link to the archives.
I understand some of it may be superfluous, but I tried to keep is as simple looking as possible whilst adding as much function as possible. You can have a look at how it works here.
I also posted up the 3360×1050 wallpapers in a post so it would be easier for people to find, check it out here.