<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://web.gnuer.org/blog/rss.php?version=atom0.3" rel="service.feed" title="/me on the net!" type="application/x.atom+xml" />
    <link href="http://web.gnuer.org/blog/"                        rel="alternate"    title="/me on the net!" type="text/html" />
    <link href="http://web.gnuer.org/blog/rss.php?version=2.0"     rel="alternate"    title="/me on the net!" type="application/rss+xml" />
    <title mode="escaped" type="text/html">/me on the net!</title>
    <tagline mode="escaped" type="text/html">Anurag's blog at web.gnuer.org</tagline>
    <id>http://web.gnuer.org/blog/</id>
    <modified>2009-01-05T10:24:48Z</modified>
    <generator url="http://www.s9y.org/" version="1.2">Serendipity 1.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://web.gnuer.org/blog/archives/87-USD-INR-exchange-rates.html" rel="alternate" title="USD INR exchange rates" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2009-01-05T10:18:18Z</issued>
        <created>2009-01-05T10:18:18Z</created>
        <modified>2009-01-05T10:24:48Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=87</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=87</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/87-guid.html</id>
        <title mode="escaped" type="text/html">USD INR exchange rates</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I keep looking at stuff and try guessing its price in INR. Look around for calculator, check USD exchange rate and punch it in.<br />
<br />
<code>#!/usr/bin/env ruby<br />
require 'rubygems'<br />
require 'hpricot'<br />
require 'open-uri'<br />
<br />
amount = (ARGV.length == 1) ? ARGV[0].to_f : 1<br />
amount = 1 if amount == 0<br />
<br />
doc = Hpricot(URI.parse("http://in.finance.yahoo.com/").read)<br />
element = doc.search("/html/body/div/div[2]/div/div/div[3]/div[2]/table/tr[2]/td[4]/a/")<br />
exchange_rate = element[0].to_s.to_f<br />
puts "#{amount} USD = #{amount * exchange_rate} INR"<br />
</code><br />
<br />
Now i no longer have to. Just running <strong>$ usdinr 197.21</strong> gives the amount in INR. Save this file in <strong>/usr/bin/usdinr</strong> and give execute permissions. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/86-Nominations.html" rel="alternate" title="Nominations" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2009-01-02T21:30:44Z</issued>
        <created>2009-01-02T21:30:44Z</created>
        <modified>2009-01-02T21:55:11Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=86</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=86</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/86-guid.html</id>
        <title mode="escaped" type="text/html">Nominations</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Your votes are invited for selecting the best photos from this collection of pictures i took in year 2008. Last year was very eventful and i ended up with filling my flickr account like its no one's business.<br />
<br />
<a href="http://www.flickr.com/photos/anuragp/sets/72157612011409991/" title="Nominations by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3090/3160371649_b79848fe9f_o.png" width="465" height="700" alt="Nominations" /></a><br />
<br />
To vote for the pictures you like, simply visit the <a href="http://www.flickr.com/photos/anuragp/sets/72157612011409991/">Nominees collection</a> and vote for the photo by marking it as a favourite or leaving a comment there. I'm biased, all food pictures got nominated automatically. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/85-An-eventful-year.html" rel="alternate" title="An eventful year" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-12-31T14:36:52Z</issued>
        <created>2008-12-31T14:36:52Z</created>
        <modified>2009-01-01T14:11:33Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=85</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=85</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/85-guid.html</id>
        <title mode="escaped" type="text/html">An eventful year</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                A long eventful year comes to an end. Year 2008 was dedicated to trips, treks and some more trips and treks.  Last year at this time we were cooking dal rice sitting next to a cave on top of Kulang - a mountain in sahyadri range. This year -> a peaceful dinner at home.<br />
<br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/84-The-day-Merb-joined-Rails.html" rel="alternate" title="The day Merb joined Rails" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-12-24T12:11:05Z</issued>
        <created>2008-12-24T12:11:05Z</created>
        <modified>2008-12-24T12:27:59Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=84</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=84</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/84-guid.html</id>
        <title mode="escaped" type="text/html">The day Merb joined Rails</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                A usual dilemma before starting a Rails project: Rails (Well known, well documented api, blogs, books) or Merb (Speed, Lean core, fresh framework, alternative ORMs). Today Rails and Merb core team <a href="http://weblog.rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3">announced</a> their decision to <a href="http://rubyonrails.org/merb">merge</a> into what would be known as Rails 3. Its a good thing since people would stop writing blogs about Rails vs Merb, and talk more about getting things done. I'm looking forward to a faster and less memory hogging version Rails. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/83-Flickr-stats-for-Winter-2008-KDE-posters-collection.html" rel="alternate" title="Flickr stats for Winter 2008 KDE posters collection" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-11-20T12:52:31Z</issued>
        <created>2008-11-20T12:52:31Z</created>
        <modified>2008-11-20T12:52:31Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=83</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=83</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/83-guid.html</id>
        <title mode="escaped" type="text/html">Flickr stats for Winter 2008 KDE posters collection</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just like last year, Pradeepto and his secret team <a href="http://pradeepto.livejournal.com/16634.html">released</a> winter 2008 collection of KDE posters. And just as last year, the posters have been a huge hit. Many thanks to Kamaleshwar Morjal for spending countless hours designing the posters.<br />
<a href="http://www.flickr.com/photos/anuragp/3045902596/" title="Flickr stats for KDE Posters 2008 by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3229/3045902596_f8d99f0e6f.jpg" width="500" height="419" alt="Flickr stats for KDE Posters 2008" /></a><br />
<br />
In the first column are ~12 hour stats of latest posters, and in second column are the posters from last year along with their ever increasing view count. The complete poster collection is available at <a href="http://www.flickr.com/photos/anuragp/sets/72157609058551029/">KDE Posters</a> flickr set. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/82-todo-item-ticked-off!.html" rel="alternate" title="todo item ticked off!" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-08-18T20:03:55Z</issued>
        <created>2008-08-18T20:03:55Z</created>
        <modified>2008-08-18T20:13:23Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=82</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=82</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/82-guid.html</id>
        <title mode="escaped" type="text/html">todo item ticked off!</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The place was different, it wasn't coffee that we were sipping, and we had some company too!  
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/81-Tata-Indicom-wireless-data-card-Huawei-EC321-CDMA-card.html" rel="alternate" title="Tata Indicom wireless data card (Huawei EC321 CDMA card)" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-08-05T20:33:08Z</issued>
        <created>2008-08-05T20:33:08Z</created>
        <modified>2008-12-30T13:39:08Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=81</wfw:comment>
        <slash:comments>8</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=81</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/81-guid.html</id>
        <title mode="escaped" type="text/html">Tata Indicom wireless data card (Huawei EC321 CDMA card)</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_right" style="width: 89px"><div class="serendipity_imageComment_img"><a class='serendipity_image_link' href='http://web.gnuer.org/blog/uploads/pictures/vcard.jpg'><!-- s9ymdb:11 --><img width="89" height="110"  src="http://web.gnuer.org/blog/uploads/pictures/vcard.serendipityThumb.jpg" alt="" /></a></div><div class="serendipity_imageComment_txt">Tata indicom Vdata card</div></div>I've been using Tata Indicom's data card based internet services for the past 2 years or so. and my experience about the internet service quality has been above satisfaction so far. After filling up the application form, and paying 4990 INR upfront for the data card, i got the card delivered at home in 2 days. Pretty fast indeed. <br />
<br />
<strong>Data card connectivity speed</strong>: The Huawei EC321 CDMA card is rated for about 156Kbps. Initially at the place where i used to live, i used to get about 140 Kbps speed without fiddling too much with the antenna and direction. At my current residence too, i manage about the same speeds, which is more than enough for my email and IRC applications <img src="http://web.gnuer.org/blog/templates/default/img/emoticons/tongue.png" alt=":-P" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
<strong>Setup and installation</strong>: The data card comes as a PCMCIA device which can be plugged onto the PCMCIA slot of your laptop. Its probably straightforward to install it in Windows. There's a desktop manager application included in the installation CD with puts a dialer-cum-sms inbox checking app shortcut on the desktop. Getting the internet working on linux is even easier. Check <a href="http://web.gnuer.org/blog/archives/31-tata-indicom-data-card.html">how to get the data card running with wvdial</a> here. <br />
<br />
<strong>Tariff plans</strong>: The data card costed me around 4990 INR some 2 years back. It should be cheaper now. The USB pen drive shaped Plug2Surf ones are definitely cheaper. I am under 1GB plan which costs me less than 800 INR per month with taxes included, as i never cross my 1GB limit.<br />
<br />
<strong>Network coverage and roaming</strong>: Its based on Tata Indicom's CDMA network, so internet services work wherever there's tata indicom's mobile phone network. So far, it has worked for me in all the cities i've traveled in india. There are no charges on national roaming if you are using the data card only for internet services.<br />
<br />
<strong>Verdict?</strong>: Its a good gadget to keep along if you are traveling. Internet works just out of the box, without having to ask anyone for network access or proxy authentications. I haven't used data card services from Reliance or Airtel, but i dont really have a reason to switch services as yet. Lately there have been days when the internet is pathetically slow but then it comes back again.<br />
<br />
<strong>Where to buy?</strong>: You can visit their website ichoose.in and place an order. If you are in Mumbai then let me know, i can pass over the contact information of their sales representative and he'll take care of the rest. My email address is anurag (@) gnuer.org 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/80-Trek-to-Kalavantin-durg-fort.html" rel="alternate" title="Trek to Kalavantin durg-fort" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-07-26T10:38:18Z</issued>
        <created>2008-07-26T10:38:18Z</created>
        <modified>2008-07-26T12:02:58Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=80</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=80</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/80-guid.html</id>
        <title mode="escaped" type="text/html">Trek to Kalavantin durg-fort</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Monsoon treks for the year 2008 started with a rather exciting trek to Kalavantin durg(pinnacle). Kalavantin durg, located very close to Panvel, is a medium difficulty trek, but the rains make it more challenging. After the first rains fell in Mumbai, we planned to trek Kalavantin durg on 8th June 2008. We all gathered at Panvel bus depot to take the 7AM bus to the base village of Thakurwadi. Since it was getting late, we then decided to take six seater auto rickshaws to Thakurwadi instead. After negotiating with the autorickshaw drivers they agreed to take us there for Rs. 200 per SixSeater rickshaw. The distance is about 17Kms form Panvel.<br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2563417097/" title="Prabalgad by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3056/2563417097_b94f9eba9f_t.jpg" width="100" height="75" alt="Prabalgad" /></a> <a href="http://www.flickr.com/photos/anuragp/2563420831/" title="Tree with thorny stem by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3256/2563420831_0a3430be5a_t.jpg" width="100" height="75" alt="Tree with thorny stem" /></a> <a href="http://www.flickr.com/photos/anuragp/2563427389/" title="Kalavantin durg and clouds on Prabalgad by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3079/2563427389_06bd986fa9_t.jpg" width="100" height="75" alt="Kalavantin durg and clouds on Prabalgad" /></a> <a href="http://www.flickr.com/photos/anuragp/2563428209/" title="Heavy clouds by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3117/2563428209_c14d3808ab_t.jpg" width="100" height="75" alt="Heavy clouds" /></a><br />
<br />
While reaching Thakurwadi village, look out for Zoia resort, there's a road which goes left from there, and after walking about 1 hour on it one can reach the base village, which is very close to Kalvantin hill. We however went a little ahead and took some other route and got lost. After a little help(paid) from local kids, we managed to find the actual broad village road which led us to the village at the foot of Kalavantin pinnacle. From here we found our own way through the jungle. One thing to make sure is that the shoes are good, since the jungle path becomes extremely muddy and slippery because of several groups who might be ahead of you.<br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2563429163/" title="Kalavantin durg by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3134/2563429163_04fecbc39c_t.jpg" width="100" height="75" alt="Kalavantin durg" /></a> <a href="http://www.flickr.com/photos/anuragp/2564255914/" title="Clouds and mist all over by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3035/2564255914_5cb10d2847_t.jpg" width="100" height="75" alt="Clouds and mist all over" /></a> <a href="http://www.flickr.com/photos/anuragp/2564258458/" title="Clouds and mist all over by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3121/2564258458_dd84c1da09_t.jpg" width="100" height="75" alt="Clouds and mist all over" /></a> <a href="http://www.flickr.com/photos/anuragp/2563434801/" title="Mist on Prabalgad by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3263/2563434801_a46c57604c_t.jpg" width="100" height="75" alt="Mist on Prabalgad" /></a> <br />
<br />
After climbing for an hour more, we reached the notch from where there are steps dug out in the rocks to climb the pinnacle from its southern end. The force of wind is freaking awesome at this notch, and throughout the climb. After a while, it started raining and the whole scenery was covered with mist and fog. Really awesome view, but photographing it was rather difficult. After climbing the topmost pinnacle of Kalavantin durg, we climbed down. Several people slipped and fell since the entire route was made muddy and slippery due to a rather large group which came and returned before us.<br />
<br />
We had lunch at the base village, and returned to the ST bus stop at Thakurwadi village, after dumping the plans to visit Prabalgad. <br />
<br />
<a href="http://www.flickr.com/photos/anuragp/sets/72157605511994884/">Pictures from trek to Kalavantin durg are available here.</a> <br /><a href="http://web.gnuer.org/blog/archives/80-Trek-to-Kalavantin-durg-fort.html#extended">Continue reading "Trek to Kalavantin durg-fort"</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/79-Trek-to-Sagargad-and-Siddheshwar-temple.html" rel="alternate" title="Trek to Sagargad and Siddheshwar temple" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-07-26T09:40:27Z</issued>
        <created>2008-07-26T09:40:27Z</created>
        <modified>2008-07-28T19:43:58Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=79</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=79</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/79-guid.html</id>
        <title mode="escaped" type="text/html">Trek to Sagargad and Siddheshwar temple</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                After a break of 4 weeks, and having done Kalvantin, Mahuli and Avchitgad, it was time to go for another place we hadn't covered. Jagdish planned a trek for Sagargad and Siddheshwar temple on 20th July.  Sagargad is a hill fort located in Alibag region, 1 hour walk from the popular Siddheshwar temple and math. As usual, we all gathered at Panvel ST bus depot and took a bus to Alibaug. Siddheshwar temple is about 2 hour walk from the base village of Khandale. <br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2688747948/" title="Local train waiting at Panvel station by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3121/2688747948_19042ac520_t.jpg" width="100" height="75" alt="Local train waiting at Panvel station" /></a> <a href="http://www.flickr.com/photos/anuragp/2687974077/" title="Insect crawling on a creeper by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3216/2687974077_b9514f29ff_t.jpg" width="100" height="75" alt="Insect crawling on a creeper" /></a> <a href="http://www.flickr.com/photos/anuragp/2688794236/" title="Snail on a leaf by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3047/2688794236_fe23a70104_t.jpg" width="100" height="75" alt="Snail on a leaf" /></a> <a href="http://www.flickr.com/photos/anuragp/2688808852/" title="Monkey showing his poopie by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3049/2688808852_aafbf01c31_t.jpg" width="100" height="75" alt="Monkey showing his poopie" /></a><br />
<br />
After taking some rest at Siddheshwar temple we moved forward towards Sagargad fort, eagerly waiting for rains showers. And it did, just around the entrance of the fort which is now in ruins. In its time, this fort could have been a prominent center of power, as can be seen from the strong walls built over a rather larger area of the flat mountain surface. Apart from a ganesh temple, there are a few man made ponds with water and green sprawling gardens on the flat mountain surface. <br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2688818494/" title="Sun rays peeping from tree leaves by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3100/2688818494_5fa33a6a55_t.jpg" width="100" height="75" alt="Sun rays peeping from tree leaves" /></a> <a href="http://www.flickr.com/photos/anuragp/2688797730/" title="Green plants by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3022/2688797730_ffac727128_t.jpg" width="100" height="75" alt="Green plants" /></a> <a href="http://www.flickr.com/photos/anuragp/2688035671/" title="Water droplet about to fall by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3239/2688035671_c7d46af3c5_t.jpg" width="100" height="75" alt="Water droplet about to fall" /></a> <a href="http://www.flickr.com/photos/anuragp/2688041913/" title="Fog and mist at Sagargad by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3166/2688041913_c67576f984_t.jpg" width="100" height="75" alt="Fog and mist at Sagargad" /></a> <br />
<br />
A rather fascinating sharp and pointed rock structure named Vanartok lies at the edge of Sagargad's hill. Vanartok, or Monkey point is a popular destination with professional rock climbers. After drenching in rains and taking several photographs of lush green scenery, we all had lunch. The usual theplas, murabbas cakes and ladoos followed. <br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2688864874/" title="Vanartok pinnacle, at Sagargad near Alibag by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3004/2688864874_1822fbe203_t.jpg" width="100" height="75" alt="Vanartok pinnacle, at Sagargad near Alibag" /></a> <a href="http://www.flickr.com/photos/anuragp/2688044827/" title="Where green earth meets sky. by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3098/2688044827_1554ee230a_t.jpg" width="100" height="75" alt="Where green earth meets sky." /></a> <a href="http://www.flickr.com/photos/anuragp/2688837916/" title="Mist and clouds at Sagargad by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3010/2688837916_a1fc0343e5_t.jpg" width="100" height="75" alt="Mist and clouds at Sagargad" /></a> <a href="http://www.flickr.com/photos/anuragp/2688024389/" title="Sagargad fort, near Alibaug by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3213/2688024389_2eea2c8953_t.jpg" width="100" height="75" alt="Sagargad fort, near Alibaug" /></a><br />
<br />
And since it was Jagdish's birthday, a round of gifts, and photographs with him holding the gifts followed <img src="http://web.gnuer.org/blog/templates/default/img/emoticons/tongue.png" alt=":-P" style="display: inline; vertical-align: bottom;" class="emoticon" /> We had planned to visit the waterfall on the return journey, but didnt know the route to the waterfall. Nevertheless, we walked back to the base village Khandale and took ST buses back to Mumbai. All in all, a weekend well spent.<br />
<br />
<a href="http://www.flickr.com/photos/anuragp/sets/72157606288974864/">Pictures from trek to Sagargad and Siddheshwar temple</a> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/78-Trip-to-Goa-Devaaya-resort!.html" rel="alternate" title="Trip to Goa - Devaaya resort!" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-07-26T09:12:00Z</issued>
        <created>2008-07-26T09:12:00Z</created>
        <modified>2008-07-26T11:25:59Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=78</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=78</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/78-guid.html</id>
        <title mode="escaped" type="text/html">Trip to Goa - Devaaya resort!</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                End of May, the long pending get together happened. On 29th May evening we left for Goa in a Volvo. Night was spent sleeping and singing. After the long journey on Mumbai - Goa national highway we reached Goa next morning and headed towards Diwar Island. Checked in Devaaya Resort and relaxed. Had party whole night, with lots of chicken and booze.<br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2550747046/" title="Inside the room in Devaaya resort"><img src="http://farm4.static.flickr.com/3278/2550747046_b21d77f6ec_t.jpg" width="100" height="75" alt="Inside the room in Devaaya resort" /></a> <a href="http://www.flickr.com/photos/anuragp/2550747940/" title="Piyush and Adityo - Watching the sky"><img src="http://farm4.static.flickr.com/3012/2550747940_66a017e093_t.jpg" width="100" height="75" alt="Piyush and Adityo - Watching the sky" /></a> <a href="http://www.flickr.com/photos/anuragp/2550751610/" title="Rooms at Devaaya resort"><img src="http://farm4.static.flickr.com/3078/2550751610_79e4476fe5_t.jpg" width="100" height="75" alt="Rooms at Devaaya resort" /></a> <a href="http://www.flickr.com/photos/anuragp/2549936709/" title="Rakesh Pai (Dojo)"><img src="http://farm4.static.flickr.com/3056/2549936709_8900fe6d08_t.jpg" width="100" height="75" alt="Rakesh Pai (Dojo)" /></a><br />
<br />
Panjim, the capital city, is a city of churches and beaches and there are ample opportunities of photographing both. Next day a couple of us hired a few bikes and went off on a beach visiting spree. <br />
<br />
<a href="http://www.flickr.com/photos/anuragp/2549982499/" title="Devaaya resort reception"><img src="http://farm4.static.flickr.com/3170/2549982499_02de5462c3_t.jpg" width="100" height="75" alt="Devaaya resort reception" /></a> <a href="http://www.flickr.com/photos/anuragp/2550806262/" title="Basillica of Bom Jesus"><img src="http://farm4.static.flickr.com/3075/2550806262_7f7e08ecf8_t.jpg" width="100" height="75" alt="Basillica of Bom Jesus" /></a> <a href="http://www.flickr.com/photos/anuragp/2549974107/" title="St. Cajetan church by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3057/2549974107_45243db08e_t.jpg" width="100" height="75" alt="St. Cajetan church" /></a> <a href="http://www.flickr.com/photos/anuragp/2550797012/" title="Beach by gnurag, on Flickr"><img src="http://farm4.static.flickr.com/3103/2550797012_3bf695088e_t.jpg" width="100" height="75" alt="Beach" /></a><br />
<br />
All in all, a trip well spent. Goa is fun place to be at. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/77-here-comes-mGarlic.html" rel="alternate" title="here comes mGarlic" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-05-26T09:22:06Z</issued>
        <created>2008-05-26T09:22:06Z</created>
        <modified>2008-05-27T12:28:08Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=77</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=77</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/77-guid.html</id>
        <title mode="escaped" type="text/html">here comes mGarlic</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So, you've recieved an invite from one of your several friends about <a href="www.mginger.com" title="mGinger">mGinger</a> service that lets you do blah blah and blah with sms and all that. <br />
<br />
Talking of imitations, move over <a href="www.mginger.com" title="mGinger">mGinger</a>. here comes <a href="http://www.mgarlic.com" title="mGarlic">mGarlic</a>.  
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/76-Flickr-now-with-video!.html" rel="alternate" title="Flickr - now with video!" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-04-11T18:24:46Z</issued>
        <created>2008-04-11T18:24:46Z</created>
        <modified>2008-04-11T18:40:38Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=76</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=76</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/76-guid.html</id>
        <title mode="escaped" type="text/html">Flickr - now with video!</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_right" ><div class="serendipity_imageComment_img"><object type="application/x-shockwave-flash" width="200" height="111" data="http://www.flickr.com/apps/video/stewart.swf?v=1.171" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&amp;photo_secret=937a99bce3&amp;photo_id=2405798332"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=1.171"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=1.171" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=937a99bce3&amp;photo_id=2405798332" height="111" width="200"></embed></object></div><div class="serendipity_imageComment_txt"><a href="http://www.imdb.com/title/tt0066011/">Love Story (1972)</a></div></div>Flickr launched its video service with much fanfare yesterday. I decided to give it a spin with an old but lovely video clipping. What i like is the slight Flickrish touch given to video clip objects. The lesser known brother, <a href="http://www.jumpcut.com">Yahoo Jumpcut</a> seems to be a good video finishing application. need to give it a try too.<br />
<br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/75-The-new-age-Indian-Railways.html" rel="alternate" title="The new age Indian Railways" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-04-08T04:16:10Z</issued>
        <created>2008-04-08T04:16:10Z</created>
        <modified>2008-04-11T05:09:17Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=75</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=75</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/75-guid.html</id>
        <title mode="escaped" type="text/html">The new age Indian Railways</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Railways is running in profits since last couple of years and the feel good feeling is coming soon to <a href="http://www.indianrail.gov.in">Indian Railways website</a> too. The recent <a href="http://www.indianrail.gov.in/tenderComPort.htm">tender notification</a> from IR attracted almost everyone from the industry to apply for tender and profit! With <strong>TCS/CMC</strong>, <strong>Accenture</strong>, <strong>SISL India</strong>, <strong>Satyam</strong>, <strong>Wipro</strong>, <strong>Infosys</strong>, <strong>BEA</strong>, <strong>Broad Vision</strong>, <strong>IBM</strong>, <strong>HCL</strong>, <strong>DELL</strong>, <strong>HP</strong> and of course <strong>Microsoft </strong>applying for the tender and planning to use technologies as diverse as TIBCO, Biometrics and BS 7799 compliance - this surely is going to be a major face lift to Indian Railways. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/73-Die-Sonate-vom-Guten-Menschen.html" rel="alternate" title="Die Sonate vom Guten Menschen" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-03-10T12:29:07Z</issued>
        <created>2008-03-10T12:29:07Z</created>
        <modified>2008-03-10T12:29:07Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=73</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=73</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/73-guid.html</id>
        <title mode="escaped" type="text/html">Die Sonate vom Guten Menschen</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Got a chance to watch <a href="http://www.imdb.com/title/tt0405094/" title="The Lives of Others">Das Leben der Anderen</a>. Story is set in East Germany, around and before the fall of Berlin Wall about how the Stasi agents used to control the private lives of people. Very well made movie i must say. It reaffirms the human ability <strong>to do the right thing</strong>, no matter how much wrong has already been done.  
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://web.gnuer.org/blog/archives/72-flickr-toys.html" rel="alternate" title="flickr toys" type="text/html" />
        <author>
            <name>Anurag</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-03-05T12:40:18Z</issued>
        <created>2008-03-05T12:40:18Z</created>
        <modified>2008-03-05T18:34:58Z</modified>
        <wfw:comment>http://web.gnuer.org/blog/wfwcomment.php?cid=72</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://web.gnuer.org/blog/rss.php?version=atom0.3&amp;type=comments&amp;cid=72</wfw:commentRss>
    
        <id>http://web.gnuer.org/blog/archives/72-guid.html</id>
        <title mode="escaped" type="text/html">flickr toys</title>
        <content type="application/xhtml+xml" xml:base="http://web.gnuer.org/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_right" style="width: 100px"><div class="serendipity_imageComment_img"><a class='serendipity_image_link' href='http://www.flickr.com/photos/anuragp/2311699429/'><img width='100' height='75'  src="http://farm4.static.flickr.com/3038/2311699429_1fbb1d2f47_m.jpg" alt="" /></a></div><div class="serendipity_imageComment_txt">Hockeney picture</div></div>Looking for a way to generate a jigsaw puzzle from your photos? or a Polaroid style Hockney picture? a picture cube? or a original looking Flickr badge? Head over to <a href="http://www.bighugelabs.com/flickr/">Big Huge Labs</a> and make your own nifty Flickr accessories. 
            </div>
        </content>

        
    </entry>
</feed>