aniket verma

The word "robot" originates from the Czech word for forced labor, or serf. It was introduced by playwright Karel Capek, whose fictional robotic inventions were much like Dr. Frankenstein's monster - creatures created by chemical and biological, rather than mechanical, methods. But the current mechanical robots of popular culture are not much different from these fictional biological creations.

Basically a robot consists of:
- A mechanical device, such as a wheeled platform, arm, or other construction, capable of interacting with its environment
- Sensors on or around the device that are able to sense the environment and give useful feedback to the device
- Systems that process sensory input in the context of the device's current situation and instruct the device to perform actions in response to the situation

In the manufacturing field, robot development has focused on engineering robotic arms that perform manufacturing processes. In the space industry, robotics focuses on highly specialized, one-of-kind planetary rovers. Unlike a highly automated manufacturing plant, a planetary rover operating on the dark side of the moon - without radio communication - might run into unexpected situations. At a minimum, a planetary rover must have some source of sensory input, some way of interpreting that input, and a way of modifying its actions to respond to a changing world. Furthermore, the need to sense and adapt to a partially unknown environment requires intelligence (in other words, artificial intelligence).

From military technology and space exploration to the health industry and commerce, the advantages of using robots have been realized to the point that they are becoming a part of our collective experience and every day lives. They often function to relieve us from danger and tedium:
Safety - Robotics have been developed to handle nuclear and radioactive chemicals for many different uses including nuclear weapons, power plants, environmental cleanup, and the processing of certain drugs.
Unpleasantness - Robots perform many tasks that are tedious and unpleasant, but necessary, such as welding or janitorial work.
Repetition and Precision - Assembly line work has been one of the mainstays of the robotics industry. Robots are used extensively in manufacturing and, more glamorously, in space exploration, where minimum maintenance requirements are emphasized.

Mechanical Platforms - The Hardware Base
A robot consists of two main parts - the robot body and some form of artificial intelligence (AI) system. Many different body parts can be called a robot. Articulated arms are used in welding and painting; gantry and conveyor systems move parts in factories; and giant robotic machines move earth deep inside mines. One of the most interesting aspects of robots in general is their behavior, which requires a form of intelligence. The simplest behavior of a robot is locomotion. Typically, wheels are used as the underlying mechanism to make a robot move from one point to the next. Of course, some motive force required to make the wheels turn under command.

Motors
A variety of electric motors provide power to robots, allowing them to move material, parts, tools, or specialized devices with various programmed motions. The efficiency rating of a motor describes how much of the electricity consumed is converted to mechanical energy. Some of the mechanical devices that are currently being used in modern robotics technology include:

DC Motor - Permanent-magnet, direct-current (PMDC) motors require only two leads, and use an arrangement of fixed- and electro-magnets (stator and rotor) and switches. These form a commutator to create motion through a spinning magnetic field.

AC Motor - AC motors cycle the power at the input-leads, to continuously move the field. Given a signal, AC and DC motors perform their action to the best of their ability.

Stepper Motor - Stepper motors are like brushless DC or AC motors. They move the rotor by applying power to different magnets in the motor in sequence (stepped). Steppers are designed for fine control and will not only spin on command, but can spin at any number of steps-per-second (up to their maximum speed).

Servomotors - Servomotors are closed-loop devices. Given a signal, they adjust themselves until they match the signal. Servos are used in radio control airplanes and cars. They are simple DC motors with gearing and a feedback control system.

Driving Mechanisms

Gears and Chains - Gears and chains are mechanical platforms that provide a strong and accurate way to transmit rotary motion from one place to another, possibly changing it along the way. The speed change between two gears depends upon the number of teeth on each gear. When a powered gear goes through a full rotation, it pulls the chain by the number of teeth on that gear.

Pulleys and Belts - Pulleys and belts, two other types of mechanical platforms used in robots, work the same way as gears and chains. Pulleys are wheels with a groove around the edge, and belts are the rubber loops that fit in that groove.

Gearboxes - A gearbox operates on the same principles as the gear and chain, without the chain. Gearboxes require closer tolerances, since instead of using a large loose chain to transfer force and adjust for misalignments, the gears mesh directly with each other. Examples of gearboxes can be found on the transmission in a car, the timing mechanism in a grandfather clock, and the paper-feed of your printer.

Power Supplies
Power supplies are generally provided by two types of battery. Primary batteries are used once and then discarded; secondary batteries operate from a (mostly) reversible chemical reaction and can be recharged several times. Primary batteries have higher density and a lower self-discharge rate. Secondary (rechargeable) batteries have less energy than primary batteries, but can be recharged up to a thousand times depending on their chemistry and environment.

There are literally hundreds of types and styles of batteries available for use in robots. Batteries are categorized by their chemistry and size, and rated by their voltage and capacity. The voltage of a battery is determined by the chemistry of the cell, and the capacity by both the chemistry and size.

The robot platform runs off of two separate battery packs, which share only a ground. This way, the motor may dirty up one power source while the electronics can run off of the other. The electronics and the motors can also operate from different voltages.

Electronic Control
There are two major hardware platforms in a robot. The mechanical platform of unregulated voltages, power and back-EMF spikes, and the electronic platform of clean power and 5-volt signals. These two platforms need to be bridged in order for digital logic to control mechanical systems. The classic component for this is a bridge relay. A control signal generates a magnetic field in the relay's coil that physically closes a switch. MOSFETs, for example, are highly efficient silicon switches, available in many sizes like the transistor that can operate as a solid state relay to control the mechanical systems.

On the other hand, larger sized robots may require a PMDC motor in which the value of the MOSFET's "on" resistance Rds(on) results in great increases in the heat dissipation of the chip, thereby significantly reducing the chip's heat temperature. Junction temperatures within the MOSFET and the coefficients of conduction of the MOSFET package and heat sink are other important characteristics of PMDC motors.

There are two broad families of transistor - bipolar junction transistors (BJT) and field-effect transistors (FET). In BJT devices, a small current flow at the base moderates a much larger current between the emitter and collector. In FET devices, the presence of an electrical field at the gate moderates the flow between the source and drain.

Sensors
Robots react according to a basic temporal measurement, requiring different kinds of sensors. In most systems a sense of time is built in through the circuits and programming. For this to be productive in practice, a robot has to have perceptual hardware and software, which is updated quickly. Regardless of sensor hardware or software, sensing and sensors can be thought of as interacting with external events (in other words, the outside world). The sensor measures some attribute of the world. The term transducer is often used interchangeably with sensor. A transducer is the mechanism, or element, of the sensor that transforms the energy associated with what is being measured into another form of energy. A sensor receives energy and transmits a signal to a display or computer. Sensors use transducers to change the input signal (sound, light, pressure, temperature, etc.) into an analog or digital form capable of being used by a robot.

Logical Sensors - One powerful abstraction of a sensor is a logical sensor, which is a unit of sensing or module that supplies a particular percept. It consists of the signal processing, from the physical sensor, and the software processing needed to extract the percept.

Proprioceptive Sensors - Proprioception is dead reckoning, where the robot measures a signal originating within itself.

Proximity Sensors - A proximity sensor measures the relative distance between the sensor and objects in the environment.

Infrared (IR) Sensors - Another type of active proximity sensor is an infrared sensor. It emits near-infrared energy and measures whether any significant amount of the IR light is returned.

Bump and Feeler Sensors Another popular class of robotic sensing is tactile, or touch-based, done with a bump and feeler sensor. Feelers or whiskers are constructed from sturdy wires. A bump sensor is usually a protruding ring around the robot consisting of two layers.

Microcontroller Systems

Microcontrollers (MCUs) are intelligent electronic devices used inside robots. They deliver functions similar to those performed by a microprocessor (central processing unit, or CPU) inside a personal computer. MCUs are slower and can address less memory than CPUs, but are designed for real-world control problems. One of the major differences between CPUs and MCUs is the number of external components needed to operate them. MCUs can often run with zero external parts, and typically need only an external crystal or oscillator.

There are four basic aspects of a microcontroller - speed, size, memory, and other. Speed is designated in clock cycles, and is usually measured in millions of cycles per second (Megahertz, MHz). The use of the cycles varies in different MCUs, affecting the usable speed of the processor. Size specifies the number of bits of information the MCU can process in one step - the size of its natural cluster of information. MCUs come in 4-, 8-, 16-, and 32-bits, with 8-bit MCUs being the most common size. MCUs count most of their ROM in thousands of bytes (KB) and RAM in single bytes. Many MCUs use the Harvard architecture, in which the program is kept in one section of memory (usually the internal or external SRAM). This in turn allows the processor to access the separate memories more efficiently.

The fourth aspect of microcontrollers, referred to as "other", includes features such as a dedicated input device that often (but not always) has a small LED or LCD display for output. A microcontroller also takes input from the device and controls it by sending signals to different components in the device. Also the program counter keeps track of which command is to be executed by the microcontroller.

R/C Servos - Servomotors, used in radio-controlled models (cars, planes, etc.) are useful in many kinds of smaller robots, because they are compact and quite inexpensive. The servomotors themselves have built-in motor, gearbox, position-feedback mechanisms and controlling electronics. Standard radio control servomotors which are used in model airplanes, cars and boats are useful for making arms, legs and other mechanical appendages which move back and forth rather than rotating in circles.

Animatronic Systems

Animatronic systems are robotic systems which mimic and look like humans. An android is an anthropomorphic robot - in other words, a robot that looks like a human.

Pneumatics
Pneumatics is the name for fluid power used in a large number of commercial robots. Pneumatics are also used in a variety of animatronic systems that fall under the category of fluid power. A more well known branch of fluid power is hydraulics. Visit the pneumatics Web site (see Resources later in this article) for additional information.

Open Source Robot Control Software

OROCOS (Open RObot COntrol Software) is an effort to start up an open source robot control software project. Broad discussions are being held about what experiences, code and tools can be re-used from other projects, what open standards should be integrated into the project and what organizational structure is most appropriate for the project. Goals of the OROCOS project are to develop robot control software with the following characteristics:
- Under open source and/or free software license(s),
- As modular as possible,
- Of the highest quality (from both technical and software engineering perspectives),
- Independent of (but compatible with) commercial robot manufacturers,
- For all sorts of robotic devices and computer platforms,
- Localized for all programming languages, and
- Featuring configurable software components for kinematics, dynamics, planning, sensing, control, hardware interfacing, etc.

The project aims to become more than just a copy of existing commercial robot controllers or robot simulation/programming packages. The goal of the OROCOS project is to develop shareable libraries, stand-alone components (sometimes referred to as software agents), and a configurable run-time environment from which to eliminate and control all distributed robotics systems. These types of projects are useful in several ways:
- For re-using code,
- For use as an independent sub-system,
- For copying their organizational structure,
- For learning from the experience of managing an open source project, and
- For designing and developing extensible and reusable software.

Open Source Matrix Libraries
The following are open source matrix libraries that satisfy the above-mentioned requirements. Octave is recommended, since it is GPL-licensed and delivers all required functionality.

GNU Octave - GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It is easily extensible and customizable via user-defined functions written in Octave's own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages.

GNU Octave is freely distributed software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation. More detailed information about GNU Octave can be found by visiting the Octave Web site (see Resources).

GSL (GNU Scientific Library) - GSL is an ongoing effort to develop a modern extensive and ANSI C library for numerical computing. The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C, and are meant to present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages.

GSL is free software. It is distributed under the terms of the GNU General Public License. Visit Red Hat's Web site (see Resources) for more information concerning GSL.
Real time kernels

Real-Time Linux (RTLinux) - RTLinux(TM) is a hard real-time operating system that handles time-critical tasks and runs Linux as its lowest priority execution thread. In RTLinux, the kernel shares one or more processors with standard Linux. This allows the system to run accurately timed applications performing data acquisition, systems control and robotics, while still serving as a standard Linux workstation.

RTLinux.org is the non-commercial RTLinux site for the open source user and developer community. Their sister site, RTLinux.com (see Resources), discusses commercial support and development.

eCos (embedded Configurable operating system) - eCos is an open source real-time operating system for deeply embedded applications. It meets the requirements of the embedded space that Linux cannot yet reach. Linux currently scales upwards from a minimal size of around 500 kilobytes of kernel and 1.5MB of RAM, before taking into consideration application and service requirements. The eCos open source project can be found at their Web site (see Resources).

RTEMS (GPL License) - RTEMS is an open source real-time operating system and environment for C, C++ and Ada95. It is distributed under the terms of the GNU General Public License. Visit the RTEMS site (see Resources) for downloads and more detailed information about RTEMS.

Utilities and Tools
ROBOOP (A robotics object oriented package in C++) - This package is an object-oriented toolbox in C++ for robotics simulation. Technical references and downloads are provided in the Resources.

CORBA - A real-time communications and object request broker software package for embedding distributed software agents. Each independent piece of software registers itself and its capabilities to the ORB, by means of an IDL (Interface Definition Language). Visit their Web site (see Resources) for technical information, downloads, and documentation for CORBA.

TANGO/TACO - This software might be useful for controlling a robotics system with multiple devices and tools. TANGO is an object oriented control system based on CORBA. Device servers can be written in C++ or Java. TACO is object oriented because it treats all (physical and logical) control points in a control system as objects in a distributed environment. All actions are implemented in classes. New classes can be constructed out of existing classes in a hierarchical manner, thereby ensuring a high level of software reuse. Classes can be written in C++, in C (using a methodology called Objects in C), in Python or in LabView (using the G programming language).

TACO was designed to be portable and runs on a large number of platforms (for example, Linux, Solaris, HP-UX, Windows/NT, Windows/95, and OS9). To download the source code and other technical documents visit their web site (see Resources).
Controllers

Task Control Architecture - The Task Control Architecture (TCA) simplifies building task-level control systems for mobile robots. "Task-level" refers to the integration and coordination of perception, planning, and real time control to achieve a given set of goals (tasks). TCA provides a general control framework, and is intended to control a wide variety of robots. TCA provides a high-level machine-independent method for passing messages between distributed machines (including between Lisp and C processes). TCA provides control functions, such as task decomposition, monitoring, and resource management, that are common to many mobile robot applications. The Resources section provides technical references and download information for Task Control Architecture.

EMC (Enhanced Machine Controller) - The EMC software is based on the NIST Real time Control System (RCS) methodology, and is programmed using the NIST RCS Library. The RCS Library eases the porting of controller code to a variety of UNIX and Microsoft platforms, providing a neutral application programming interface (API) to operating system resources such as shared memory, semaphores and timers. The EMC software is written in C and C++, and has been ported to the PC Linux, Windows NT, and Sun Solaris operating systems.

Darwin2K - Darwin2K is a free, open source toolkit for robot simulation and automated design. It features numerous simulation capabilities and an evolutionary algorithm capable of automatically synthesizing and optimizing robot designs to meet task-specific performance objectives.

Languages
RoboML (Robotic Markup Language) - RoboML is used for standardized representation of robotics-related data. It is designed to support communication language between human-robot interface agents, as well as between robot-hosted processes and between interface processes, and to provide a format for archived data used by human-robot interface agents.

ROSSUM - A programming and simulation environment for mobile robots. The Rossum Project is an attempt to help collect, develop, and distribute software for robotics applications. The Rossum Project hopes to extend the same kind of collaboration to the development of robotic software.

XRCL (Extensible Robot Control Language) - XRCL (pronounced zircle) is a relatively simple, modern language and environment designed to allow robotics researchers to share ideas by sharing code. It is an open source project, protected by the GNU Copyleft.
Open System Architecture for Controls within Automation Systems (OSACA) - OSACA is a joint European project that aims to improve the competitiveness of the manufacturers of machine tools and control systems in the world market. The main goal of the project is to specify system architecture for open control systems, which is manufacturer independent

aniket verma

Legend of Krishna and Yudhishtir
Famous Hindu epic Mahabharata has an interesting episode related to Raksha Bandhan. It says that Lord Krishna advised Yudhishtir - the eldest of Pandavas to perform Rakhi ceremony to protect himself and the army in the war. Following Lord Krishna’s advice Pandava’s mother, Kunti tied a rakhi to Abhimanyu her warrior grandson while Draupadi tied a Rakhi to Lord Krishna.

Legend of Varuna
Believing a legend that Rakhi is celebrated to worship Varuna - the mythological Sea God some offer coconut to Lord Varun on the day of Raksha Bandhan. At several places fairs and ceremonial bathing is also organized in waterfronts to mark the day of Rakhi.

Yama and the Yamuna
The legend says that when Lord Yama - the Hindu mythological God of Death visited his twin sister Yamuna after a long gap, Yamuna tied a sacred thread of Rakhi to Yama and bestowed immortality to him. Lord Yama was immensely touched with his sister’s touching gesture. He announced that whosoever receives a Rakhi from sister and promises protection to sister will not be hurled to hell.

The Story of King Alexander and King Porus
It is believed that King Alexander’s wife tied a Rakhi on the wrist of King Porus. In return King Porus promised to protect her and her husband. Later, when Alexander invaded Indian subcontinent in 326 BC a bloody battle between Alexander and Porus took place. It is said that during the battle King Porus had the opportunity to attack Alexander, however, King Porus showed restraint because of his Rakhi vow to Alexander’s wife.

The Story of King Humayun and Rani Karnavati
It has been noticed that during the Mughal Period the custom of tying Rakhi helped to bind the Hindu Rajputs and Mughal rulers of Delhi together. It is said that when Rani Karnavati of Chittor was attacked by Bahadur Shah of Gujarat she sent a Rakhi to King Humayun and requested help. Humayun did come to his Rakhi sister’s help though he was late. Chittor had fallen and the Rani had immolated herself by performing the Rajput custom of Jauhar.

aniket verma

'Awake to freedom' "Long years ago we made a tryst with destiny, and now the time comes when we shall redeem our pledge, not wholly or in full measure, but very substantially.

At the stroke of midnight hour, when the world sleeps, India will awake to life and freedom. A moment comes which comes but rarely in history, when we step out from the old to the new, then an age ends, and when the soul of a nation, long suppressed, finds utterance. It is fitting that at this solemn moment we take the pledge of dedication to India and her people and to the still larger cause of humanity.

At the dawn of history India started on her unending quest, and trackless centuries are filled with her striving and the grandeur of her successes and her failures. Through good and ill fortune alike she has never lost sight of that quest or forgotten the ideals which gave her strength. We end today a period of ill fortune and India discovers herself again.

The achievement we celebrate today is but a step, an opening of opportunity, to the greater triumphs and achievements that await us. Are we brave enough and wise enough to grasp this opportunity and accept the challenge of the future?
aniket verma
Strikes, strikes and more strikes.Students seem to be busy giving the BPUT officials a hard time of their life.Lack of motivation, determination and distractions are the reasons of a student not studying at all.Its obvious that students don't study much but surprisingly there are a plethora of students who somewhat study but get a bad GPA,backlogs and NFT .The prime mover of all the problems is the quality of teaching in the institutes.Erroneous guidance leads to confusion and finally student ends up messing up all the papers.
There are a lot of students who just cram through last few days and finally get good GPA.But a student who can't cram gets screwed up.What can an average student do ?? Well, the following tips collected from experts of preparing for the sem exams to score well can help a lot:

1. The syllabus for the exam is significant. Sometimes the course may not be completed in the college properly, but since the exam paper is set by the university the whole syllabus must be prepared.
2. Usually students do not study on a regular basis during the semester when the exams are afar. As a result a lot of syllabus pileup to be studied just before the exam. If too much syllabus remains to be studied right before the exam one is likely to develop anxiety, stress and lack of confidence. So one who can study in small amounts on a daily basis., will have a great advantage over others. He will be able to appear the exam with confidence.
3. Practice solving problems. Just a casual reading cannot ensure understanding. Without practicing problem solving you are likely to commit many silly mistakes. Even if it appears to you during preparation that you will be able to solve a problem if it comes in the exam, you shouldn’t neglect solving them. Its better to commit the mistakes during the preparation, because if you don’t commit the mistakes now you will certainly commit it during the exam.
4. The question paper is highly unpredictable. Sometimes students do selective study by looking at last 2-3 years question papers. But when they appear in the exam, to their surprise they see a lot of questions from the section which they left out. So study everything in the syllabus. Don’t leave anything for chance. It won’t make much of a difference if you are lucky enough to not to get any questions from the sections you left. But if questions comes primarily from the sections that you neglected studying, you may get a backlog. Backlogs can be determining factors during the job interviews. So study everything.
5. Be concept oriented. Gone are the days of school, when we could mug up a few questions and could expect those questions in the exam. BPUT exam papers are usually conceptually oriented. If your concept is thorough you will be able to answer almost all the questions.
6. Self prepared notes will be of great help before the exam. Because the syllabus for BPUT exams is huge, sometimes you may have to study a complete book to cover everything. But everything in the book may not be relevant to the syllabus. One of the wisest thing to do is the prepare your own notes during the semester. This is your own notes; you yourself have prepared it. So just a glance at your own notes before the exam will remind you much more than skimming through a huge book. A self prepared notes is a powerful revision tool. If you follow this one rule: to get in to the habit of preparing notes, believe me, BPUT exams will be just a cake walk.
7. Questions in the exam paper are primarily from a few selected books. Ask your seniors and teachers about which book is current and popularly followed. Most questions come from a few selected books that majority of teachers and students follow.

Revision tips:

Develop a timetable to monitor your progress. Make sure you allocate some time for fun and relaxation as well.

While revising a subject, practice writing. This would be an actual simulation of the examination itself. Plan your revision and complete it in time. This will give you a sense of achievement and build your confidence.
While revising, vary subjects from time to time and their difficulty so you don’t get bored or disheartened. Set realistic targets of what you can achieve in the time available.
Spend as much time on recall as on reading. Practice by writing answers as you would do in the exam. This will help you remember the important points when you answer each paper and even speeds up your writing skill.
Practice writing answers under exam conditions. Take three hour tests, without a break in between, preferably at the same time as that of the exam. This will help your body clock adjust to the examination time and conditions.

2. Time out
To prevent mental fatigue, take a short break as soon as you notice your mind is losing concentration. Stick to activities that do not break your study continuum during these breaks. Avoid television and loud music. You will then be able to come back to your revision refreshed.
It is important to relax. Your mind and body perform at their best only if you get adequate rest.

3.Maintain a regular sleep pattern
A regular seven hours of sleep is mandatory for the body to function well. Also, sleep at a regular time; don’t alter your sleeping cycle.
It is not important whether you study late or get up early, as long as you get into the habit of being most alert at the same time as that of the exam.
Try and stop working an hour before bedtime. You will find it helpful to do some muscular relaxation, which is particularly effective in relieving stress.

4. What to eat
Food rich in vitamins and proteins, such as green leafy vegetables and fresh fruits, are a must.
The nutrients will help your brain stay sharp. Avoid food with high fat content.
Don’t drink too much coffee, tea or fizzy drinks. Caffeine will keep you up and reduce the clarity of your thinking.

5.NO distractions
Keep all unimportant issues at bay.
Right now, the sem examinations should be your only focus. Stay away from distractions that could cause loss of concentration or unwanted anxiety. Stick to activities that do not break your study continuum.

6.The power of positive thinking
Spend time with people who have a positive effect. It will rub off on you.
Avoid negative thoughts, such as ‘Everyone else seems better organized, while I’m struggling.’ Challenge such thoughts with positive thinking; for example, ‘I have done well in exams before.’

7.Practice relaxation techniques
Practice deep breathing, meditation and yoga as forms of relaxation. They help your body relax and reduce stress. Alternately, take a brisk walk in fresh air after your day’s revision is over.
If you believe in God, pray before you start studying. Prayer will help you increase confidence reduce your stress as well.

And yes, lots of luck for the exams.

It was my bit to help the students and also the BPUT officials to get to an end of this unending Strike saga forever.
aniket verma
These are some valuable tips to reduce exam pressure written with a tinge of humor! Everyone is likely to enjoy this one! It goes like this......

All of a sudden, before the examinations, God in all his manifestations becomes a real hit
with the students (especially those brave hearts who believe in studying only a day before the exams).

But as soon as the examinations are over, the short spell of spirituality comes to an abrupt end. The exam may last for a couple of weeks. Unluckily this period seems like a 1000 years! Interestingly, some way or the other, all weddings & parties seem to coincide with the exam time!

Now the patented 100% hit formulae for success in examinations:

1. Start planning your post-exam parties. This will help in maintaining your sanity.

2. Let go all these reality shows and favorite serials till the exams are over.
aniket verma


"sucess alway hugs u in private
bt
failure always slaps u in the public thats life
be prepared 2 face both.
aniket verma





Dosti kal aaj aur kal

As I write this blog , just after watching the movie Love Aaj Kal(I don’t know how many times I have watched this movie) i just can’t stop recalling my entire journey from childhood till date. But yes the journey so far has been enjoyable .Just like story of Harleen and Veer and coming of age , love birds Meera and Jai Vardhan.
Dosti jo Kal thi:
I remember my childhood days when friendship had its own charm.We shared the lunch box with our friends,waited to get down to play together ,when running after a kite and butterflies was more fun then running after a girl ,when a 50 paise ice-cream from local ice-cream wala was more tastier than cone of ice-cream in Baskin Robbins, when we somehow managed to find all our friends inspite of no cell phones, when aloo paranthas with mango pickle prepared by mummy was tastier than an Italian Pizza, when a new bicycle from dad was the most prized possession in entire society and would enjoy the ride with all the friends, when an orange flavoured toffee had great taste than imported swedish chocolate, when the feelings were so very true for others.
As i grew up in school and preparing to take off for college life, the cruelties of life starting taking toll on me.Competition took better off me.Somewhere i became so busy carving the so called GOLDEN future for myself that other things took a backseat.I had my own share of heart breaks, fights, quarrel etc.Somehow i never realized that there were a lot of things that i never shared with my family, but i did with few people who in due course of time had come so close to me.Myself with my few friends who sat together and planned for hours for the future, would share everything , every feeling close to our heart, our latest crush to the dreams we had.I never felt alone and lonely as i always had a shoulder to cry on and a confidant to share my secrets and my happiness to celebrate.
I had simply to drop down to my friends’ place who were just few blocks away from my home.

As i moved ahead to start my new innings of college life, it was the first time i felt the pain, “oh God i am departing from my firends”… and yes i really departed from them because till date i have not seen many of them.With watery eyes and heavy heart i just moved ahead.

I joined college and got too busy with my new freedom and responsibilities.First time experience of staying away from family , for 4 years ,amidst 600 other people in hostel will teach you what rest of the life cannot teach.These people became my new family away from my FAMILY.These people were now one with whom i stayed most of the time,eating , sleeping , studying, celebrating together.
It was not that my family took a backseat, there importance grew but at the same time these people became a part of my extended family.I still say “those were the best days of my LIFE”.Mass ragging by seniors,that late night parties in hostel , birthday bumps, night long studies before sessionals and semester exams,the lifeline called MAGGI which was national food of hostelers,late night tea and ommlette being prepared secretly in room ( from watchful eyes of warden) are few of the little things i miss till date.
college-students-can-benefit-free-insurance-quotes
But the honeymoon stint of 8 semesters flew like anything and lo i was again standing at crossroads of life… again to depart ,to fly off in the corporate world.This time the pain was more unbearable, but with a smile on face..I had got my friends of lifetime..I realized this later…
Corporate World:
This is the place i love the most and also hate the most.Because on the one hand it provides you infinite opportunities to grow as well as the most mean place, where the fastest road to success is backstabbing and cheating with confidence.But i also saw one more breed of people who value human values and love more than quick success.
soft2
And today i proudly say they are my friends.
Why I have written my view of various stages of my life is that so many people come and go in life .They meet you with a purpose , to make you aware of only one thing..all material things will fade away in life, be it money, cars, cellphones, foreign trip etc. But only one thing will remain with you MEMORIES… the sweet ones , the bitter ones.. and if you look back in those time you will find that these memories were there only because of your friends … your true soulmates who were always there beside you in both good and bad times..Standing besides you ,holding your hands.Nothing has stood test of times as TRUE FRIENDSHIP..and today i would say that i am so lucky to have such a nice bunch of friends, from school, college , office, everywhere.And i would like to thank each one of you from the bottom of my heart for making who i am, and being a part of me always.