RSSAmplifier

Blog

Yagnesh

Just another regular guy

yagnesh.orgRSS feed ↗19 posts

Latest posts

CDO calculate wind speed from U,V

CDO calculate wind speed from U,V Climate Data Operators (CDO) is a powerful software for climate data analysis. It can perform numerous operations on climate data sets. The following example lets you calculate wind speed from u, v components. uv.nc is the input data set which contains of u and v wind components. output wind speed will be written in ws.nc . cdo chname,u,ws -sqrt -add -sqr…

మొదటిమాట

మొదటిమాట తేట తేట తెలుగులా.. తెల్లవారి వెలుగులా.. చాలా రోజుల నుండి నా ఈ బ్లాగులో కొన్ని తెలుగు వ్యాఖ్యానాలు కూడా చెర్చాలి అని అనుకుంటూ ఉన్నాను. ఇన్నాళ్ళకు సమయం కుదిరింది, లేదు వొంటి బద్దకం తగ్గింది. ఒక ఇబ్బంది ఏంటంటే తెలుగులో టైపింగు నాకు సరిగా రాదు. రేండోది మనకు తెలుగు సరిగా రాదు :/. సరేలె ఇంగ్లీషులో సామెత చెప్పినట్లు (better late than never.) మొదలు పెట్టుట ముఖ్యం. మన సాంప్రదాయం ప్రకారం మనస్సులో…

Joined IITM

Joined IITM After long holidays and roaming around India I have finally joined a day job at Indian Institute of Tropical Meteorology(IITM), Pune. Its been almost three weeks here in Pune, The Institute and IITM colony are great. Beautiful location and Beautiful people all around. Hopefully from now on-wards I may blog regularly about work and my workouts.

ncl-mode for Emacs!

ncl-mode for Emacs! ncl-mode is a Emacs major mode for editing ncl scripts. The project also also consists several useful features to assist writing ncl scripts. I have used this mode long enough to recommend to anyone who writes ncl scripts with in Emacs. The major features of this packages consists (from the readme:) Easy code navigation (consistent with other Emacs modes) Better indentation…

Finally I have graduated from Hokudai.

Finally I have graduated from Hokudai. Finally I managed to finish my PhD. I wasn’t totally satisfied, nevertheless happy that I am getting the degree. Now, I can have prefix to my name if I want to. I may put my thesis online some time soon and also I wish to write some long never ending post about my PhD life.

China, India, Tibet, Arunachal Pradesh

China, India, Tibet, Arunachal Pradesh Yesterday Prime minister Modi visited Arunachal Pradesh to inaugurate its first ever railway link. Within hours, Chinese government protested by saying “India should pay attention to the strong concern of the Chinese Side”. To begin with, Its ridiculous to think that Chinese government even has a concern about an Indian prime minister visiting to its own…

wrf_install: Helper scripts to build WRF model (v0.7 release)

wrf_install : Helper scripts to build WRF model (v0.7 release) wrf_instll is a small project consists of a bunch of shell scripts which I use for building WRF model. WRF is large enough to have many dependencies such as NETCDF, HDF5, zlib and so on. This wrf_install scripts are very handy, at least for me, saves a lot of time and headache. I just now released v0.7 with a lot of improvements. This…

Restoration of sapporoindians site.

Restoration of sapporoindians site. Few years ago, I created a website for Indian Association Sapporo (or IAS as we call it). I think most of our community members don’t even bother to look at it. It is mainly indented to help those Indians who are planning to come to Sapporo. This website is a simple wordpress site with less than 5 pages. But Last year, I noticed it has a security flaw which had…

Elisp wrapper for Tinkerer

Elisp wrapper for Tinkerer I just finished writing a tiny Elisp package to help myself writing this blog. Its a wrapper for tinkerer blogging engine. Its called unsurprisingly tinkerer.el . It still needs some polishing. But its in working shape, in fact, this blog post is written by using the that package. As I use it more and more I will improve progressively. This should be handy for Emacs…

The Unusual Suspects of Cricket World Cup 2015

The Unusual Suspects of Cricket World Cup 2015 In my last post I discussed the possible winners of the World Cup 2015. Now I try to predict the possible high impact players of this world cup. I think most of cricket fans have an idea about the star players who would make an strong impact in this world cup, i.e., likes of AB de-Villiers, Virat Kohli, Hashim Amla, Steven Smith, Kane Williamson,…

Cricket World Cup 2015

Cricket World Cup 2015 Cricket world cup 2015 kicked off today. I was introduced the game of cricket when I was 11 during 1996 world cup. I loved watching cricket and occasionally playing it. I will reserve my experiences and memories for another post. The exciting question today is that who will the world cup or who has better chance of winning the cup this year. I safely bet only one of these…

Aam Aadmi Party online propaganda tricks used in the Assembly Elections 2015

Aam Aadmi Party online propaganda tricks used in the Assembly Elections 2015 Aam Aadmi Party (AAP) won the 2015 assembly elections with resounding mandate. I looked into some of the reasons that helped to achieve this spectacular win and its implications. There is also another factor which I haven’t touched in that post, i.e, their clever online campaign. They outsmarted Bharatiya Janata Party…

AAP win, what does it mean for Indian Politics?

AAP win, what does it mean for Indian Politics? Yesterday Aam Aadmi Party (AAP) lead by Arvind Kejriwal (AK) won spectacular win in Delhi assembly elections by winning 67 seats out of 70. The victory of this scale and beyond (Winning 95.7% of seats) is only happened in the tiny state of Sikkim. Sikkim Sangram Parishad (SSP)and Sikkim Democratic Front(SDF) held all 32 seats in 1989 and 2009…

Emacs minor mode timer-revert-mode

Emacs minor mode timer-revert-mode Yesterday instead of writing thesis I was wasting time to write a small minor mode. Fortunately it came good and I put it on github. timer-revert-mode reverts a buffer when its associated files modifies in the background. Yes, there is auto-revert-mode for that. But auto-revert-mode was causing more problems than it solve for my use case. The commentary from the…

New blog setup with tinkerer.

New blog setup with tinkerer. I finished migrating this site to tinkerer blog engine from o-blog in the last weekend. With o-blog Even though I liked the idea of blogging with org-mode and the fresh look of o-blog it had few problems. One of major problem is that the site became painfully slow to load the pages because of heavy use of Javascript which is against the point of having a static…

For the sake of!!!

For the sake of!!! I got this idea of “for the sake of”. It started with the idea of “read for the sake of write”. i.e., if you can’t write by which you consolidate learning from reading it whole reading aspect goes waste. Similarly., learn for the sake of teach. watch for the sake of show. hear for the sake of speak. and so on. In all cases one should remember that the central idea is here to…

Emacs Tip: just-one-space

Emacs Tip: just-one-space In writing text or even code in Emacs, lets say you have some thing like this a friend of mine _ has gone to build a Snow - Man . The cursor is at _ in the above example. So you need to remove the unnecessary spaces in the sentence. One way to do this is pressing M-` delete all the spaces in between and `SPC . That is fine what if you have new lines like this A friend of…

Bash navigation is made easy.

Bash navigation is made easy. Moving between the folders in a bash shell is the most painful thing. How cool it would be to have bookmarks and cd to them without writing all the path name. So here is how you can add bookmarking functionality to your bash shell. works great and I use all the time. # I got this from http://hayne.net/MacDev/Bash/aliases.bash # and made few changes by my own if [ ! -f…

Hosting guide to hcoop

Hosting guide to hcoop NOTE: This guide is still very much incomplete. This website is hosted at hcoop.net which is no-profit corporation and maintained by democratically elected community. Getting membership apply for membership by filling up the membership form . Remember the password displayed after submitting the form which will be useful to access your account. Make new members payment make a…