My lost theory on “Donald is Lost”

One of my favourite Lost podcasts, “Donald is Lost“, has read out my split universe theory on how and why things are happening the way they are in season 6 of Lost.

It’s episode 76 “LA X” at around the 49.20 minute mark. Donald seems to like it, which is a great plus.

Donald is Lost, Episode 76, \"LA X\"

cfcFaint: 0.8

Just a small update.  I’ve added support for changing the scan window size which is used to adjust the number of faces detected (not recognised).

Also, the example files now show the best way to handle matches and letting the user save them.  Originally I had to save all matches to the faint database with temporary unique ID’s.  This wasn’t idea so I then tryed serialising the matches, which worked until you tried matching new faces against those.  Finally I decided on storing the matches in the session.

If anyone has given this a go, let me know what you think.  I’m open to any suggestions or contributions about cleaning up the code or improving the example application.

The updated file should be available from the RiaForge site:

http://cfcfaint.riaforge.org

Fallout: New Vegas

I fricking loved Fallout 3 on the Xbox 360.  It stole a hours of my life away and I don’t regret it one bit!

Now there’s a trailer out for the next game “Fallout: New Vegas”.  It’s apparently not a sequel, just another story in the same Fallout world and it’s scheduled for release the end of this year!

GTAIV – XBox Live – Multiplayer cheating

Well if you came here looking for ways to cheat in multiplayer GTAIV on the XBox 360, you’ve come to the wrong place.  For shame on you, for shame!

Unfortunately for me, I met someone who does know how to cheat.  The only way I could fathom them managing it would have been a hacked XBox, but to my knowledge I didn’t think you could use them to run anything homebrewed, like a cheat application, while connecting to Xbox Live and gaming.

The player who I’m totally willing to name and shame is AK4 xLEGENGx

  • Altered cars.  He was driving an altered large hummer which was pretty wide and had a working siren on the roof.  I’ve never seen that can anywhere in this game before.
  • Changed driving mechanics.  While driving cars he would accelerate at extreme speeds and zip around the city many times faster than any of the normal cars are capable of.
  • Invincibility.  Twice I had his number, he’d either crashed or I had blown up his car.  I emptied enough bullets in him to drop an elephant but nothing came off his health from what I could see with the reticle health option being on.
  • Altered weapons.  He was firing a gun, looked like an assault rifle / smg, but fired rockets.  The rockets were hitting their targets immediately, like bullets would, so you wouldn’t even see them coming or the smoke trail.  Either that or he somehow upped the bullet damage to that of a rocket (or higher).
  • Rockets fired from a car.  Anyone who has played GTA knows you can only fire certain weapons from the car and the rocket launcher isn’t one of them.  This didn’t stop this guy which is why I think he was using an SMG altered to fire rockets or with the damage scaled up to maximum.

I filed complaints against him but I’m still saddened by the fact that this level of cheating is possible.  A lot of people pay Microsoft for Gold membership so we can play multiplayer games and this sort of cheating would make it a waste of money if it continues or even increases.

Next time I see someone doing this sort of thing, I’ll try to record a video of it because it’s a ridiculous thing see.  Not that I ever what to come across this sort of thing ever again.

cfcFaint: Facial Recognition

Introduction

Thanks to a blog post by Todd Sharp I found out about a Java library that could be used in ColdFusion for facial recognition.  Which is just plain cool on its own and I’m sure several web applications would make use of it.  Todd had only got as far as face detection and hadn’t made it as far as storing the data in a database and using it for recognition of new faces.

I’ve managed to cobble together with some really rough code a ColdFusion component that makes using the Java library a little easier.  Plus some even rougher code as an example of using it.

Project page and download

http://cfcfaint.riaforge.org

When I get time I’ll try and tidy up the example and improve the component.  But for now it’s more of a proof of concept.  Enjoy.