<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:bhati</id>
  <title>Bhati Bhai's Journal</title>
  <subtitle>@Bangalore</subtitle>
  <author>
    <name>bhati</name>
  </author>
  <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom"/>
  <updated>2009-04-18T01:26:29Z</updated>
  <lj:journal userid="1155788" username="bhati" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://bhati.livejournal.com/data/atom" title="Bhati Bhai's Journal"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:3352</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/3352.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=3352"/>
    <title>Implicit type conversion can be evil</title>
    <published>2009-04-17T23:58:02Z</published>
    <updated>2009-04-18T01:26:29Z</updated>
    <category term="mysql"/>
    <content type="html">&lt;pre&gt;

mysql&amp;gt; SELECT IF(('text' = 0), 'true', 'false'); 
+-----------------------------------+ 
| IF(('text' = 0), 'true', 'false') | 
+-----------------------------------+ 
| true                              | 
+-----------------------------------+ 
1 row in set, 1 warning (0.00 sec) 
 
 
mysql&amp;gt; select * from users;               
+-------+ 
| name  | 
+-------+ 
| usera | 
| userb | 
+-------+ 
2 rows in set (0.00 sec) 
 
 
mysql&amp;gt; select * from users where name = '0'; 
Empty set (0.00 sec) 
 
mysql&amp;gt; select * from users where name = 0; 
+-------+ 
| name  | 
+-------+ 
| usera | 
| userb | 
+-------+ 
2 rows in set (0.00 sec) 
 
mysql&amp;gt; delete from users where name = 0; 
Query OK, 2 rows affected (0.03 sec) 
 
mysql&amp;gt; select * from users ;              
Empty set (0.00 sec) 

mysql&amp;gt;  show variables like 'version';                
+---------------+--------+
| Variable_name | Value  |
+---------------+--------+
| version       | 5.0.77 | 
+---------------+--------+
1 row in set (0.03 sec)

mysql&amp;gt; 
 
&lt;/pre&gt;implicit type conversion is evil&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:3079</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/3079.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=3079"/>
    <title>AT &amp; T Technical Customer Support</title>
    <published>2008-12-13T05:27:24Z</published>
    <updated>2008-12-13T05:33:08Z</updated>
    <content type="html">I am not able to receive emails send to my-number@txt.att.net as sms on my AT &amp;amp; T mobile.&lt;br /&gt;&lt;br /&gt;why so:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: smaller;"&gt;&lt;br /&gt;
&lt;pre&gt;
mycomputer:~ myname$ telnet 66.102.165.114 25
Trying 66.102.165.114...
Connected to atlsmtp.cingularme.net.
Escape character is '^]'.
220 atledge02.cingularme.com ESMTP server (InterMail vG.1.02.00.03 201-2136-104-103-20050318) ready Fri, 12 Dec 2008 23:22:33 -0500
helo dd
250 atledge02.cingularme.com
mail from: myemail@mydomain.com
250 Sender Ok
rcpt to: 408XXXXXXX@txt.att.net
550 Invalid recipient: &amp;lt;408XXXXXX@txt.att.net&amp;gt;
quit
221 atledge02.cingularme.com ESMTP server closing connection
&lt;/pre&gt;

&lt;br /&gt;&lt;span style="font-size: small;"&gt;I feel helpless, after explaining my problem 30 minutes,&amp;nbsp; technical support guy says:&lt;/span&gt;&lt;span style="font-size: medium;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; * Turn off &amp;amp; on your phone N number times&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Take out your battery &amp;amp; put it in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Get new sim from nearest shop (free of cost)&lt;br /&gt;&lt;br /&gt;I can't imagine what would happen to average non technical mobile customer&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:2622</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/2622.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=2622"/>
    <title>Do You Hack?</title>
    <published>2007-09-18T10:08:22Z</published>
    <updated>2007-09-18T10:36:35Z</updated>
    <category term="bangalore"/>
    <category term="yahoo"/>
    <category term="mashup"/>
    <category term="hackday"/>
    <category term="hack"/>
    <content type="html">Time to get out of your cubicle and quickly code your &lt;a href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)"&gt;mashup&lt;/a&gt; at &lt;a href="http://hackday.org/"&gt;Yahoo! Bangalore Open Hack Day&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You may use any number of available APIs from  &lt;a href="http://developer.yahoo.com/"&gt;Yahoo! Developer Network&lt;/a&gt; or other available open APIs and code using your own favorite &lt;a href="http://en.wikipedia.org/wiki/Comparison_of_programming_languages"&gt;language&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;First step is to &lt;a href="http://hackdayindia.eventwax.com/hack-day-india"&gt;register&lt;/a&gt;  to secure your invitation.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:2456</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/2456.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=2456"/>
    <title>Old Classic Hindi Songs</title>
    <published>2007-06-25T16:30:55Z</published>
    <updated>2007-06-25T16:30:55Z</updated>
    <category term="song"/>
    <category term="movies"/>
    <category term="hindi"/>
    <content type="html">I have been using this site for few years, every time I visit this page, I get few new 'old classic' hindi movie songs:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://indianscreen.com/songs.htm"&gt;http://indianscreen.com/songs.htm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://indianscreen.com/songs_Previous.htm"&gt;http://indianscreen.com/songs_Previous.htm&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:2153</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/2153.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=2153"/>
    <title>Jodhpuri Pyaaj Ki Kachori in Bangalore?</title>
    <published>2007-01-08T06:39:39Z</published>
    <updated>2007-01-08T07:05:36Z</updated>
    <content type="html">Jodhpur is famous for &lt;a href="http://en.wikipedia.org/wiki/Pyaaj_Kachori"&gt;Pyaaj Kachori&lt;/a&gt;, Hot &amp; Spicy Mirchibada (made from potato, onion, chili and gramflour) and Sweet Mawa Kachori.  It is almost impossible to get such taste anywhere else in India.  In case you are looking for similar taste in Bangalore, you should try "Jodhpur Sweet Home" at RT Street, BVK Iyengar Raod, Chikpete.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=bangalore,+Karnataka+India&amp;amp;sll=12.860726,74.825617&amp;amp;sspn=0.003828,0.010729&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=12.971757,77.577317&amp;amp;spn=0.003827,0.010729&amp;amp;t=h&amp;amp;om=1"&gt;Google  Maps Link to Jodhpur Sweet, Bangalore &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wikimapia.org/#y=12971606&amp;amp;x=77577193&amp;amp;z=18&amp;amp;l=0&amp;amp;m=a&amp;amp;v=2"&gt;WikiMapi link to Jodhpur Sweet, Bangalore &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You are not going to get exact taste at this shop, but it is close enough (80%) to remind you original taste.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:2043</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/2043.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=2043"/>
    <title>Presentation files from various O'Reilly Conferences</title>
    <published>2007-01-02T09:11:30Z</published>
    <updated>2007-01-02T09:11:30Z</updated>
    <category term="oreilly conferences"/>
    <content type="html">Links to Presentation files from various O'Reilly Conferences: 

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/15/presentations.html"&gt;O'Reilly
 Open Source Software Convention 2002&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/17/presentations.html"&gt;O'Reilly Bioinformatics TechnologyConference
&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/18/presentations.html"&gt;O'Reilly
 Emerging Technology Conference&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/19/presentations.html"&gt;O'Reilly
 Mac OS X Conference&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/21/presentations.html"&gt;O'Reilly Bioinformatics Conference 2003&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/22/presentations.html"&gt;O'Reilly Emerging Technology Conference 2003&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/23/presentations.html"&gt;O'Reilly Open Source Software Convention 2003&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/25/presentations.html"&gt;O'Reilly Mac OS X 2003&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/28/presentations.html"&gt;O'Reilly Emerging Technology Conference 2004&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/29/presentations.html"&gt;O'Reilly Open Source Convention 2004&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/32/presentations.html"&gt;Web 2.0Conference&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/33/presentations.html"&gt;O'Reilly Mac OS X 2004 Conference&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/35/presentations.html"&gt;MySQL Users Conference&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/36/presentations.html"&gt;O'Reilly Emerging Technology Conference 2005&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/38/presentations.html"&gt;O'Reilly Open Source Convention - August 1-5, 2005 - Portland, OR&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/39/presentations.html"&gt;O'Reilly Where 2.0 Conference - June 29-30, 2005 - San Francisco, CA&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/40/presentations.html"&gt;Web 2.0 Conference 2005&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/41/presentations.html"&gt;O'Reilly European Open Source Convention - 17-20 October, 2005 - Amsterdam, The Netherlands&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/43/presentations.html"&gt;O'Reilly Emerging Technology Conference - March 6-9, 2006 - San Diego, CA&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/44/presentations.html"&gt;O'Reilly Emerging Telephony Conference - January 24- 26, 2006 - San Francisco, CA&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/45/presentations.html"&gt;MySQL Users Conference 2006 - April 24-27, 2006 - Santa Clara, CA&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/46/presentations.html"&gt;O'Reilly Open Source Convention - July, 24-28, 2006- Portland, OR&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/47/presentations.html"&gt;
Where 2.0 Conference 2006 - June 13-14, 2006 - San Jose, CA
&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/48/presentations.html"&gt;
O'Reilly European Open Source Convention - 18-21 September, 2006 - Brussels, Belgium
&lt;/a&gt;

&lt;li&gt;&lt;a href="http://conferences.oreillynet.com/pub/w/49/presentations.html"&gt;
Web 2.0 Summit - November 7-9, 2006 - San Francisco, CA: Presentation Files
&lt;/a&gt;
&lt;/ul&gt;

Thanks to LWP::Simple.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:1552</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/1552.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=1552"/>
    <title>map in ascii !!!</title>
    <published>2006-05-27T20:36:12Z</published>
    <updated>2006-05-27T20:36:12Z</updated>
    <content type="html">checkout &lt;a href="http://www.asciimaps.com/"&gt;asci maps&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:1084</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/1084.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=1084"/>
    <title>going down? going up?</title>
    <published>2006-02-13T08:19:18Z</published>
    <updated>2006-02-13T08:19:18Z</updated>
    <content type="html">you are in elevator, suddenly someone came half the way in and ask a question:&lt;br /&gt;&lt;br /&gt;"going down?"&lt;br /&gt;why? &lt;br /&gt;Something wrong with human man interface design? &lt;br /&gt;Can we have interface that take care of such 1% use case to make life simple of other 99%?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:848</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/848.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=848"/>
    <title>Early morning yoga camp</title>
    <published>2004-09-10T15:18:48Z</published>
    <updated>2004-09-10T15:26:22Z</updated>
    <content type="html">Joined yoga camp at &lt;a href="http://www.ramakrishnamath.com/yoga.asp"&gt;http://www.ramakrishnamath.com/yoga.asp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Yoga exercise is not a challenge for me, the real challenge is to wake up early &lt;br /&gt;at 5.30 to attend the yoga session from 6.00 am to 7.00 am for &lt;br /&gt;one month (except sunday).</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:530</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/530.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=530"/>
    <title>blog entry in dictionary</title>
    <published>2003-07-02T14:26:07Z</published>
    <updated>2003-07-02T14:26:07Z</updated>
    <content type="html">Just run the spell check at Live Journal, it suggests the following words for the 'Blog' :&lt;br /&gt;&lt;br /&gt;Bog, Log, Bloc, Biog, Bldg, Blow, Blob, Blot, Clog, Flog, Slog, Belg, Bligh, Belong, Bloch&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dictionary.reference.com/search?q=blog"&gt;http://dictionary.reference.com/search?q=blog&lt;/a&gt; says that defination of 'Blog' is available for premium members.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:bhati:465</id>
    <link rel="alternate" type="text/html" href="http://bhati.livejournal.com/465.html"/>
    <link rel="self" type="text/xml" href="http://bhati.livejournal.com/data/atom/?itemid=465"/>
    <title>Blog Ideas</title>
    <published>2003-07-02T14:14:18Z</published>
    <updated>2003-07-02T14:14:18Z</updated>
    <content type="html">If you are away from your home, no need to write a mail to your family members and friends everyday about you, just update it on your blog!  &lt;br /&gt;&lt;br /&gt;Blog can be used a text based live camera? A live update about you to your friends!</content>
  </entry>
</feed>
