I managed to read somewhere that Google calendar is offering SMS notification support in India. I logged on to the site, only to be disappointed.
Airtel TamilNadu is not in the list of supported operators.
I have worked quite a few databases but most frequently land up using MySQL.
I have been working a lot on Sql Server 2005 recently at work.
Some things I love about MySQL are as follows.
High Speed of Operation
If you are talking about high speed database access and operation, there’s no better choice. MySQL became popular mainly due to this. Oracle and SQL server may be enterprise ready and more robust when compared to the database from the land of Dolphins.But I just love the speed of MySQL.
Command line interface
Simple yet powerful command line gives access entire feature set. In times of Server crashes or high traffic, using the command line via SSH is such a great possibility
Cool tools
phpMyAdmin and this database go along so well. MySQL query browser and Administrator are decent tools. Sqlyog is also good enough. There’s a commercial product called Navicat which is quite fabulous.
Keeps Sql really simple
In the land of MySQL, you need not be a SQL guru or know the ANSI SQL 92 standard . You just need to have something people call ” Common Sense ” . Its fairly easy to translate real world requirements into mysql queries. If you have worked in SQL server , I am sure you would know how much of crap sql you need to know for simple operations. MySQL might not be the Enterprise Database but it certainly follows the KISS (Keep it Simple and Stupid) approach.
Really fast to setup
I remember using this the backend for my final year project. Its just so easy to get this one running.Be it the official installer,zip or 3rd party tools like Xampp
Nice variety of storage engines
MyISAM, InnoDB ,Heap ,Merge are some of the storage engines you can use for your database.
Cross Platform
Windows, Linux, Mac, Solaris or even on VMware.
Light Hardware Requirements
MySQL is known to eat some amount of RAM, but its works fairly well even on the most simple configurations like a AMD 1.6GHz 256MB RAM Machine. Short learning curve Pretty easy to learn
Huge User Base
This is one of the best points about MySQL. Since its free , so many people use it and so you can easily find free help.
I came accross this term somewhere on the web , might be someone’s status message or something. Just felt like finding out what it was all about.
Its something to do with probability and graph theory.Programmed into computers, these Bayesian systems can automatically generate optimal predictions or decisions even when key pieces of information are missing.
Microsoft is said to be using Bayesian systems in its system design.Google is also using a Bayesian Spam filter.
Further reading
http://www.cs.ubc.ca/~murphyk/Bayes/la.times.html
http://www.cs.ubc.ca/~murphyk/Bayes/bnintro.html
http://directory.google.com/Top/Science/Math/Statistics/Bayesian_Analysis/
How are Search engines going to work in 2007 ?
Things might not change much , but just get the basics right.
via [read]
Just check Ultimate Flash Face . Awesome flash tool.
I was off for a short trip near hyderabad during the weekend.Had to travel some 300kms from Hyd to Mantralaya. The only connectivity I had was my Nokia 6630 with Airtel Mobile office. I was able to check mails using the Gmail Mobile App and could also read my favorite blogs using an rss reader.
Opera Mini is also a must-have killer app. The speeds were dead slow but atleast transfers were happening.
Hope the networks are faster !!
Another example of M$ most foolish mistakes.
Their latest MP3 player / Ipod rival is not compatible with their latest OS Vista 😀
Woah !! This is cool !! I can run PHP5 code only under a certain directory by adding these lines to the .htaccess file in the dir.
AddType x-mapp-php5 .php AddHandler application/x-httpd-php5 .php
Sounds like i will be moving all my php4 development to php5 from now