- RED – completely occupied
- Orange – other gadgets can explore here
- Yellow - very less users are here so can be explored
- Green – free to explore
Get the crisp of what I....
Tuesday, July 01, 2014
Monday, December 31, 2012
What we miss?
The recent Christmas vacation made me to think as this. I have not seen people planning for any long leaves during our festivals but we plan when our owner's festival come. Not sure in future, people will really forget our festivals. All the IT Companies ( whose bosses are in different zones) are making these happen.
People from different states come and work at a common place. Yet they find little time to travel back to their natives. How come a day holiday for Diwali will help a person working in Bangalore to travel to Delhi and come back. A flight ticket would be expensive at the near moment as well. So we skip it. But when Christmas came, we had no work, most of the cubicles were empty. IT - the boon is also having a negative influence on our traditions. We are MISSING something.
I beleive any changes will always show signs before it changes completely. We are slowly losing our closeness towards our religions, culture etc, here.
Remember recently reading a post somewhere : A birthday party invited by some one. The party was mostly attended by parents and there were very few kids alone. When the host asked for the reason, he was shocked to hear that most of the kids were in some trainings ( Swimming, skating, singing). We are blocking the essence of parties/functions to the newer generations. As read somewhere, tomorrow our kids will see the Tiger only in books.
See not to lose any of our old wonderful fragrances given by our forefathers/religions here. We have a very rich culture right from history. There is still a lot to come. Think about it.....
Tuesday, April 17, 2012
- New Horizon will reach Pluto by 2015 after a travel for 9 years ( launched in 2006). This is also the fastest man made object currently
- VY Canis Majoris is the largest known star to us. To compare its size, assume Sun as your first and a mustard is Earth. Now replace Sun with VYCanis Majoris (will henceforth call it as VY) and Earth with Sun.
- VY when replaced with Sun, will occupy till Jupiter - which means Earth will go inside its body
- The giant red eye in Jupiter is almost equal to size of Earth. Ideally it is bigger than that. This is a storm that is always present in Jupiter. Imagine a storm that is to size of Earth:-(
- The solar flare is a ring created by fire as it gets erupted on the sun surface and get back to it like a ring. A typical solar flare can hold 100 Earths inside its ring.
Tuesday, December 06, 2011
Tuesday, November 15, 2011
Recently completed reading a tamil book by Madhan "Manithargalum marmangalum". It talks about ghost and UFO. As I have already read enough about UFO's ( you can see in one of my earlier post about UFO), it was a refresher course when I read it. The details about Ghosts were interesting. Nice book - if you get a chance to read, give a shot.
Current readings are: "Ki Mu Ki Pi" by Madhan and "A monk who sold his ferrari" by Robin. Dont know when I will complete both.
Atlast, my iPhone got repaired and started working. Was having trouble in handling the HTC Wildfire S but now I can heave a sigh of relief. I need to install most of my applications again there but now I am comfortable. The problems I see with HTC Wildfire S are:
- Screen size small so the QWERTY key board doesn't come handy for text message
- Very difficult to edit any text
- Sometimes the keyboard hides the text boxes partially ( in few web pages) and we could not see what is the text entered due to this.
What feels better in iPhone?
- Screen big. I could see what character has been pressed
- Easy to edit.
- Context sensisitve key board appears ( for e.g: if you are typing email or web address, we have .COM, @ buttons ready there
Thursday, October 27, 2011
Why India is not clean? I wont blame the Government - it is the responsibility of every Indian to keep the city clean. When I recently travelled in train, I took a small stroll towards the entrance of the couch and could see beautiful tracks but waste cups, packets came from most of the doors into the track. I pity the railway team for how can they clean our waste. Few things that needs action at this hour:
People should be aware of environment and inculcate the habit of cleanliness
Have dust bins everywhere possible with a clean board saying not to spit on it - even in trains where most of the petty shop owners sell fruits/peanuts/biscuits etc.
Always see to carry a waste bag to dump all wastes till you find a dust bin.
Let s keep the city clean
A recent incident remembered me of Terminator film. Most of the hospitals now relies on softwares for billing. The software in a hospital failed which resulted in blunt stop of billing. This eventually resulted in stopping of blood collection as they need a bill receipt to proceed further. People who came with fasting to give blood sample had to wait till the issue has been resolved. More people started gathering as timing passed by.
Am just thinking why do we rely on software or hardware when it is not fully reliable. Final comment: Rely on something only when it is proved to be reliable or else have a back up method to resolve in urgency. In the above case, a manual entry or some sort of would have eased the situation but that system was not in place in the hospital which eventually created chaos there.
Started reading a Osho book in Tamil (Marainthirukkum unmaigal). Initially it was bit tough for me to understand but quite interesting. I could not fully believe in the things mentioned about thilagam, how people entered into Pyramid but the book keeps you tight in your seat. Will be completing it soon.
Thursday, October 20, 2011
Naduvar: Salman Kopaaiah
Wednesday, June 08, 2011
Been a long time - kind of getting back from hibernation. Hope I will spend more time in writing few things which I am reading - so wait for few more interested packs.
Let me start again with a cool note. Not sure on the exact date when I ( ideally We) made a trip around Mysore. I remember taking this snap in the Somnathpur temple in the Garbha griha. The small labyrinth bends at the top ceiling took sometime in my mind to give the path. Not sure from where they started to begin this master piece and the best part is if you trace the path, it will go one below or above the other - all this in pure carvings in stone (Period: 1254-1291 AD ) - where no proper mending tools as we have now. It is an architectural master piece.
Second snap shows the delicate carvings and third one is a symmetrical piece of kopura taken from bottom.
Monday, November 01, 2010
Tuesday, August 17, 2010
- Open the mail
- Click File > SaveAs and save the mail as outlook message format
- Compose a new email and add this mail as attachment ( *.msg)
''''Created by Senthil - Aug 16 2010
Public Sub SaveThisMail()
Dim pathString As String
Dim fullPath As String
Dim itemMessage As String
Dim fName As String ''' Only the file name
Dim selObject As Object
pathString = "C:\Documents and Settings\xxxxx\My Documents" --- Change the path here as per your need
Set selObject = Me.ActiveExplorer.Selection.Item(1)
If (TypeOf selObject Is Outlook.mailItem) Then
Dim mailItem As Outlook.mailItem
Set mailItem = selObject
End If
fName = Format(Now(), "ddMMYYYYHHmmss") & ".msg"
fullPath = pathString & "\" & fName
'''Save the mail
mailItem.SaveAs fullPath, OlSaveAsType.olMSG
'''To open the place where the file is located
Dim a As String
a = MsgBox("Saved successfully (File name: " & fName & " ). Want to see the location?", vbYesNo + vbDefaultButton1, "Save successful")
If a = vbYes Then
retVal = Shell("explorer.exe " & pathString, vbNormalFocus)
End If
End Sub
Tuesday, August 10, 2010
Create a filter and hide it. How it is?
Create a new filter so that all mails from AA are labeled as “hidden”. Check the following:
- Also apply filter to X conversations below
- Skip the inbox (Archive it)
- Apply the label ( select the label here “hidden”)
Go to Labels and select hide.
Now if you go to inbox, mails from AA will not be shown. And the label “hidden” will also not be shown in the main screen.
(Tip: In similar lines, if you want to see only “UNREAD” mails, go to search bar and type “label:unread” and you will be only shown all the unread mails. And Inbox is also one of the default lable in gmail).
Wednesday, July 21, 2010
Following are my recent readings and observations:
- Gmail came with drag and concept of attachment. Now instead of browsing attachments when you are sending email, you can simply drag and drop into Gmail from your computer. Gmail takes care of rest.
- Multiple attachments can be selected in one go - either drag multiple items into Gmail or using browse for attachments, select multiple files in one go.
- Also Gmail has introduced rich signatures - now your signature can have different font, colours and hyperlink and you can include images as well. I recently included my blog link to my signature in Gmail.
- If you are typing frequently the same messages every time, you can save this as a template message and add it in a click in Gmail ( called as Canned responses) - i have never tried it out.
- The recent office outlook 2010 contains a check for empty subject line. Earlier (till 2007 version), there is no straight way to check the subject and you need to write a macro to check this. The painful part outlook will trigger an alert message whenever you open it to execute the macro.
Saturday, May 08, 2010
I made a recent trip to San Francisco for a week. Trip was good - it was far more different than Houston. Streets are very sloppy. I enjoyed the scenic beaches and the buildings.

Thursday, April 01, 2010
Phoneix--Space craft (amazing design)
This is not the bird but designed to live with the help of sun - the Mars Phoneix space craft. Again this was collective information from my own readings.
This was the first lander on the Martian polar region and has the privilege of getting snapped by another object in space - the MRO (Mars Reconnaissance Orbiter). The MRO took a poto of Phoneix during its landing - photo shows "Phoneix with parachute" - the last minute stage of its landing on Mars.
It was a first of a kind where a soft landing of a space craft was successfully implemented on another planet. The atmosphere on Mars also handed its help to the success. All other landings on any other planet were on crash mode. Even the rovers on the mars have a landing with air balloon which was also a crash type.
Few statistics of Phoenix:
As mentioned earlier, it takes 10 minutes for any signal to reach Earth, by the time a signal for EDL has been received; we can safely assume all the stages of EDL are over. This gives a challenge as to every decision has to be made by the space craft and not manually controlled from Earth. A point to note is - the signal so far was direct from Phoneix to Earth.
The EDL contains the following steps:
E- Entry - with the help of heat shield to protect the Phoneix from extreme heat. The heat shield surface temperature during entry was expected to be closer to temperature on the surface of the sun (2500F). But the inner temperature was maintained close to a normal room temperature to protect the space craft. This is an amazing achievement.
D- Descent - achieved by deploying parachute which again reduces the speed of the space craft. Once the speed is 125 mph, the heat shield is jettisoned and for the first time the Phoneix is exposed to Martian atmosphere.
L - Landing: The Phoneix should deploy its legs now and start calculating how far it is from surface. Based on which it decides when to leave the parachute. After which it is a free fall from space. Once close to the surface it starts its thrust engine and lands safely on the surface.
Few unknown facts about Phoneix:
Fact 1-Has survived more than the actual duration and worked greatly. Phoneix's last message to Earth was "Triumph" which it sent in binary code to MRO after which it went to sleep mode (dead).
Fact 2-The signal to Phoneix happened via MRO. The order is Phoneix ->MRO->Earth and vice versa. MRO is a satellite launched some time earlier to study the surface of Mars. All communications to Phoenix from Earth happened via MRO. It makes 2 complete rotations on one Martian sols (1 sols = one solar day of Mars). Hence, Phoneix can get the signal from Earth twice a day. They used the first one to send data to Phoneix (via MRO from Earth) and the second one to receive data from Phoneix (via MRO to Earth).
Fact 3-All instructions for the whole day have been sent in the first attempt. The results are received on the second attempt.
Fact 4-Still scientists are trying to establish communication after its dead message due to no light because of Mars winter. There is one more attempt to be made in April 2010 to see if there is a signal of hope from Phoneix.
Fact 5-There was a landing camera installed on the bottom of the space craft to capture the landing of the space craft. At last minute during the body built of Phoneix it was found that turning on the landing camera would disrupt the Phoneix memory. So it was decided not to switch on the camera as it was too late and the date for launching was already near. Phoneix was too late to repair at that stage. (If everything went ok – we would have seen now how exactly Phoneix has landed in his last minutes of descent)
Fact 6-There was also a sound recorder on board to record Martian sound but this was never turned on. Phoneix life time was used to do most of the soil analysis and slowly Phoneix started losing its power because of blooming Martian Winter. At last stage a decision was taken to turn on this mic but it was again too late as Phoneix was into dead mode the next day. So this message could not be delivered to Phoneix. (Again – if this went ok, then we would be playing first sound from Mars in Youtube).










