I’ve been playing with Google Analytics for a little time now on my blog, and I find the overall use of this feature nice. It allows you to see what type of audience is reading your site, where their visiting, and from which site they came from.
Analytics
June 26th, 2008 § 0
Orange Juice
June 24th, 2008 § 1
I squeezed some fresh orange juice today. I was a really enjoyable drink. (this is really twitter material, but WHAT ARE YOU GONNA DO, SUE ME?)
OpenID Fun
June 22nd, 2008 § 0
I’ve been messing around with my OpenID, which blogger runs for me, on OpenID enabled sites like Propeller and Magnolia (both digg alternatives). Which has been quite fun. I also found Plaxo, which seems to sync all your contacts (OS, email server, email client, IM services) and it created a generic profile that allows you to have your youtube, last.fm, myspace, facebook, twitter, digg …. (The list goes on) stuff all in one places. It basically puts every Web 2.0 app in one place and includes calendar and address book syncing with several services. It seems really new so it’ll be nice to see how it turns out.
When pasting some items on Pastebin.ca, which I do quite often, I noticed an OpenID flavored login box, I further explored their site and noticed that they also do a image and file hosting service too, which I’m going to use for the moment. Skitch is a handy app to have, to take screenshots and upload to the net, allowing you to highlight certain aspects of the screenshot easily. A one click image upload feature is really handy, and I have enjoyed Skitch so far. I suggest you check these out.
I’m generally pleased with Bloggers OpenID simplicity.
Human Barcode Reading.
June 19th, 2008 § 11
Long story short, practice tests are boring, and boring times provoke doing boring tasks, such as learning howto decode barcodes.
The coputer read sheet contains a 4 by 8 square matrix, with certain squares blackened.
Hmm, 8 squares, sounds like 8bit binary. Kinda. This is what I learnt, remembering that I was in an exam so I couldn’t use outside world help.
This is the barcode if it was written as binary (the first few attempts of me decoding it failed because I was reading it upside down).
00001101 | B
00010101 | C
00000001 | D
(3349)
Now to read is quite simple, you get rows B and C and put next to each other, which make a 16 bit binary code.
0000110100010101
Which equals 3349, correct according to the number under the barcode. Now the next problem is what are rows A and D for. I presume they are for check sum, row D is a simple, “this row should equal one” check, but row A is left. If anyknows how the checksum works, comments would be nice. Btw, this was from a QCS prac. exam, I thought they would use something a little more harder.
Bonjour (and wikipedia mirror)
June 16th, 2008 § 0
Opps, I missed a post on Sunday, so this ones a double (for tomorrow)
First off, which is the reason I missed posting on Sunday, is that I am mirroing wikipedia so I can use it as school without an internet connection. It’s a simple, but length process and if you follow this ( guide it’s easy. I’ve been processing pages from Friday and I’m only just half-way through. The compressed download is 3.7gb and the decompressed version is 16gb.
The second thing I would like to touch on is Bonjour which is brilliant networking system made by Apple, which simplifys networking. I’ve been using Leopard and Tiger for more than a year now, and this is the first time I saw it in action. I had a ubuntu box up, and I enabled vnc access. I started searching for some alternatives to Chicken of VNC os OS X since it was getting old, and tried a few, and then I noticed that the ubuntu box was in my finder window. I clicked on it and noticed that it screen sharing button enabled. It’s preformed its job so well and seemless. It’s kinda a mash up of Hamachi and local networking.