Bible Or Qur’an

Not being religious at all, I try to avoid the subject in this blog, but I think Bible Or Qur’an website deserves a mention. Mission statement from the front page:

The mission of BibleOrQuran is to educate people about the true nature and content of the Bible and Qur’an. False statements such as “81% of the Qur’an is about killing infidels!” and “The bible teaches only peace!” are commonly thrown around with little evidence to back them up. Despite their lack of credibility, however, they still continue to polarize and cause irrational hate and fear. We hope that by showing random Bible or Qur’an passages, we show how similar the two texts are and allay many of the fears of Islam and its teachings.

Basically, you get to see a short quote and then pick which of the two books it is from.  The website keeps the score, showing you how well you are doing on the guesswork.  In the meantime it drives the point of similarity in the depth and mood of both the Bible and the Qur’an.

Simple and effective, for those, of course, who can be convinced…

X27 – ultra low light night vision color camera

As someone who works with technology for years now, I might sometimes appear as a “know all, seen all” kind of guy.  But that’s far from the truth.  Sure, there is plenty of technology I know or even slightly aware of.  But there is still a whole lot that blows my mind when I come across it.

Via this blog post, I came across an X27 – ultra low light night vision color camera.  And my mind is blown.  This technology provides high definition, color video images in ultra low light conditions (no moon, overcast).  The level of detail this camera picks up is simply unbelievable.  Check out this video comparing X27 to some other night vision technologies.

The X27 camera takes videos in darkness that looks like they were shot in the daytime. And they’re in color…none of this black and white, thermal, or infrared stuff. The camera was developed for military use, has an effective ISO rating of 5,000,000, and has a comically long name: “X27 Reconnaissance Day/Night high Fidelity true real time low light/low lux color night vision Imaging Security / Multi Purpose camera system”. Pricing information is not available, but I bet you’re paying for every single one of those words. (via digg)

Sure, military is probably the first and only sector that can afford this.  But as with anything, once the technology is available, it will make it’s way down to the rest of us, opening new doors in law enforcement, security, photography, movies and TV, entertainment, health and safety, environment and animal welfare, and other areas.

Super cool stuff!

350+ Data Structure Problems with Solutions

Here is a rather extensive collection of 350+ data structure problems with solutions.  The list varies from the usual searching and sorting of values in an array, to string manipulation, binary logic, matrices and graphs.  No matter how high was your grade for all those Computer Science courses back in college, or how long have you been programming, I guarantee you’ll find a challenge or two in this list.

From a very brief couple of hours look at the list, my favorite ones seem to be around the chessboard problems, such as this chess knight problem for finding the shortest path to destination using a queue.