Approaching the cash register at Starbucks I noticed this perhaps puzzling message on the little LCD display. It has nothing to do with the economic meltdown, or the amount of cash in the cash drawer, but instead reflects a programming error!
Generally a register displays a short greeting on its display when it is “off” like Come back soon (or at Squaw Valley Winter’s here). In this case the string of characters that usually contains the greeting was probably missing, and the software, encountering the situation, displays the message “null” meaning null pointer error. Made me laugh out loud, and I’d guess that nobody else who saw the message that day had the slightest idea that this little word represented one of the oldest programming mistakes in the book.

I was reading
The old method for embedding a Flickr slideshow in a WordPress blog no longer works after WP 2.1. Flickr creates really nice Flash-driven slideshows and there’s easy HTML code to embed these shows on regular web pages, but the code doesn’t work on WordPress-driven sites because the (tinyMCE) editor software removes the code. Now there’s a solution.
A Denial of Service (DoS) attack is one in which a server or service is “overwhelmed” by traffic and consequently either disabled or made unavailable to its customers. Typically the effect on the target of a DoS attack is a loss of business, or in the less critical cases, just failure to get his/her message out.