Friday, October 3, 2008

Our Car...

These are the photos of our new car...Maruti SWIFT VXI - petrol version
It is a nice car...has very good pickup (1300 cc) and a good mileage too...
comfortably to drive (with power steering) ...
here are some photos...



Sunday, July 6, 2008

4th of July at Atlanta

This time of the year, I am at Atlanta,GA. Happened to visit the CNN center, Coke factory on the 4th of July and also watched the fireworks.

We started the day with a visit to the CNN center (no interesting photographs as photography inside the tour is not allowed), followed by the Coca-cola factory and then the fireworks display in the night.
The fireworks show was excellent and the tour of coke factory had lots of history related to Coke and had a sampling section where the various flavors of coke and other products can be tasted by us. The photographs here capture some of the moments of the trip. These include the fireworks display and the coke factory tour.


Fireworks...









The entire set of photos can be seen at Picasa. Click on Image below:
Atlanta July 4 2008




The visit to Coke factory was interesting...the old coke bottle designs, the wide variety of products that Coke has...the below pictures capture some of these. These include the patent Coca Cola bottle design, the various products manufactured by Coca Cola and so on...






Friday, February 22, 2008

Introducing L-Systems

L-Systems
---------
L Systems stands for Lindenmayer systems stands for a class of fractals that are rendered by repetitive expansion of some simple formula using rewriting rules similar to a grammar. First a small introduction to LOGO and then exploration into how one can draw L-Systems using a LOGO like language.

Introducing LOGO
----------------
The simple graphics programming language “LOGO” consists of instructing a ‘turtle’ graphics pointer to plot an image by moving around in various directions. The state of the turtle is represented by the triplet (X,Y,theta), where X,Y represent the co-ordinates of the turtle’s current location and theta represents the direction in which the turtle will move when asked to move forward. For example, the graphics command f+f+f+f with f=10 and dtheta=90 will draw a square with side=f as follows - for every f, the turtle will plot a move forward by length f (and in the process draw a line of length f), and for every +, the cursor will turn by 90 degrees anti-clockwise. For every -, the cursor will turn by 90 degrees clock-wise



This simple LOGO command language can be used to draw a fractal as follows:
This consists of using an axiom and a production. Let us consider the axiom to be ‘f’ and the production is ‘f -> f +f +f +f’ (means replace f by f + f +f + f). Given these two, replace every letter in the axiom with the applicable production rules up to the required depth of ‘n’ (n = 4 here) as shown below:
1. f
2. f + f + f +f
3. f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f
4. f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f + f+f+f+f +
It is important to note that the productions are applied in parallel and not sequentially.

For the above equation, the image will be the same square that the graphics cursor will repeatedly traverse. However, such a substitution and expansion can lead to interesting fractal images, when different values for the axiom, production and dtheta are used. Interesting patterns can be created with these equations, as shown below:


------------------------------------------------------------

This idea of axioms, productions and turtle graphics forms the basis of Lindermayer systems (L-Systems for short).

For simplicity, we have assumed the axiom to be ‘f’, while the axiom itself could be a complete turtle command like ‘f + f + f –f –‘. Also, we have used only one variable ‘f’. We could use more than one variable say a, b and define different production rules for each variable like for example:
Axiom – aab
Productions
a -> aba
b -> ba

Hence, the system in general can be represented using an axiom, a set of productions, and the required depth n. These can lead to more interesting fractals as we will discuss further. Two factors specified when drawing the image are the rules for the variables in the axiom, and the angle dtheta to be applied for the ‘+’ and ‘-‘ operations.

Given below are some fractals and the system used to generate the same.

Sunday, July 22, 2007

some of my cooking...

Sitting in the hotel room in weekends, try to do some cooking on my own, of some non-standard dishes. here are some stuff that i made..

aloo tikki


poori


molaga bajji

Sunday, July 8, 2007

New York Trip

Finally made it to New York yesterday 7 July 2007. Started the trip with a ferry to Staten Island, which passes through the Statue of Liberty and also get a good glimpse of the NY Manhattan skyline. Took lot of pictures.

Then followed the visit to Wall Street and the photo session in front of the DSP ML Bull.
After this, we went to Saravana Bhavan for a good meal - Mysore Rava Masala Dosa - was spicy.
Then went to Rockefeller center - the top of the rock observatory and then to times square.
Took pictures at times square and at top of the rock observatory.
Missed the madam tussauds museum, which I should go during my next trip to NY.

The Statue of Liberty




NY Skyline




Me




Me




Me




NY Skyline




Me




Me




NY Skyline




The Statue of Liberty




NY Skyline



Friday, June 29, 2007

my flight from chennai to newark

I travelled from chennai to newark on air india on saturday - 23 June 2007. quite a fateful trip it was.
1. chennai-mumbai - plane which is supposed to leave at 3.45 leaves at 5.30 am
2. plane lands in mumbai at around 7.40 am and we are sitting in the plane for next 1 hours
3. finally we disembark and reach gate to find that connecting flight has left
4. only option is to stay in hotel booked by air-india - and catch the same flight the next day :(
5. At the hotel, there is no internet connection.
6. We finally manage to board plane and reach newark, but our luggage fails to make it
7. finally get the luggage 2 days later...

What a trip !!!!

Saturday, March 24, 2007

N.Michigan avenue...again...

Over the last two days, the sky has been overcast and the top floors most of the tall buildings are not visible...they are covered with fog/clouds. Thought of taking some photos of this. and here they are...