Browse by Tags

All Tags » Algorithms » Rants (RSS)

A quick note on security and anti-spam tactics that take advantage of human pattern matching abilities...

Okay, so the BlogX engine now has a security word. Well, that is fine I guess. These strips take advantage of the ability of the human mind to process patterns and make out words in a distorted image. So I'll start by saying, I've failed the recognition...
Posted by Justin Rogers | 9 comment(s)
Filed under: , ,

People spend a lot of time solving the traffic problem, but I always figured they were further than they really are...

People that enjoy math tend to appreciate complex problems, especially problems that have more than one solution, and possibly more than one optimal solution. That makes traffic congestion an ideal problem for people to try and solve. Using Seattle and...

XSLT used to get all the girls, now it is just a washed up junkie ;-)

Don't flame me yet. I don't think XSLT is really a washed up junkie, but I do have to say that people have really chosen to make extended use almost any other XML technology just to avoid using XSLT. Or do they just not realize how powerful XSLT really...

For every piece of data made available via a schema, thousands more abound...

Matt Wayward got me thinking with his blog article on the http://weblogs.asp.net/mattwar/archive/2004/03/24/95790.aspx current usage of schemas to validate incoming data and the possiblity that this validation comes at a high cost. What is the cost of...

Want faster regular expressions? Maybe you should think about that IgnoreCase option...

Let me start with a disclaimer. RegexOptions.IgnoreCase is a very powerful option that allows you to match ignore character casing during matches irregardless of the currently running culture. In other words, this will allow you to take into account other...
More Posts