Daily Archives: July 23, 2005

Maps at Google.com got More Better!!!

topicgoogle.gif
I was just wondering “What Cool Stuff Can Google Do Next?” when I read this on Slashdot.org! Hybrid Maps overlayed on Satellite images…

Here is 11 Madison Avenue Near Snack Shack on 23rd street…

Image from Slashdot.org

Can you really patent an “emoticon”?

topicms.gif
According to Slashdot, Microsoft Frowned at for Smiley Patent.

From the ZD Net Article

The patent, which was published by the US patent office on Thursday, covers selecting pixels to create an emoticon image, assigning a character sequence to these pixels and reconstructing the emoticon after transmission.

The implications of this is more than a little odd. The funny thing is Microsoft keeps saying their for Innovation. I like to code with disctintve comments in PERL:

while(<STDIN>) {
   chomp;
   # Clean up the string...
   $_ =~ s/^s+(.*?)s+/$1/;

   # Split up the record
   @Temp = split(/t/, $_);

   # Clean up Each Field
    foreach(@Temp) {
      $_ =~ s/^s+(.*?)s+/$1/;
   } # End of foreach(@Temp) {
   # Do something else...
} # end of while(<STDIN>) {

Do I have to worry if someone Patents my style of comments? Weird.

Image from Slastdot.org