Saturday, July 30, 2005
Human natured, Divine natured
I consider people, helping others are human natured. People taking risk and helping others are divine natured. I am really impressed by some people who helped me a lot by taking long efforts. I dont see anyway to say my thanks back.
Wednesday, July 27, 2005
Experiencing the Real World
These 2 months, I learnt a lot from all respects of people and events. I really see a lot of change and improvment in my self-attitude by these experiences.
So far, am having very short exposure to outer world. But, day to day I amaze to see the people's attitude and real happenings around me.
I happened to meet variety of people....and they taught a lot about real life ethics.
These days, I try to improve the mental integrity & stability...Also, somedays back arvind said that he used to try the same...
Lets see how things go.
So far, am having very short exposure to outer world. But, day to day I amaze to see the people's attitude and real happenings around me.
I happened to meet variety of people....and they taught a lot about real life ethics.
These days, I try to improve the mental integrity & stability...Also, somedays back arvind said that he used to try the same...
Lets see how things go.
Friday, July 22, 2005
Monday, July 18, 2005
My recipe for making coffee...ha ha!
I am having headache for the past 4 days...I closed books and made
my simple recipe for coffee..
-------------------
package recipe.coffee;
/**
* This class defines core methods for making coffe.
* The variables 'sugar' and 'powder' are scaled interms of tea-spoon.
* (tea-spoon) size is purely platform and implementation
* dependent.
* variable 'milk' is scaled interms of class. (class size also
* platform and implementation dependent.)
* @author Manivannan
* @version 1.0
*/
import javax.coffee.*;
public class CoffeeMaker
{
private final int sugar;
private final int powder;
private final int milk;
private Coffee coffee;
/**
* @param milk specifies the milk in class.
*/
public CoffeeMaker(int milk)
{
this.milk = milk;
this.sugar = 3 * this.milk;
this.powder = 3 * this.milk
}
/**
* @return coffee the coffee returned to the caller.
*/
public Coffee makeCoffee()
{
return coffee = Coffee.mixIngredients(sugar,powder,milk);
}
}
------------
my simple recipe for coffee..
-------------------
package recipe.coffee;
/**
* This class defines core methods for making coffe.
* The variables 'sugar' and 'powder' are scaled interms of tea-spoon.
* (tea-spoon) size is purely platform and implementation
* dependent.
* variable 'milk' is scaled interms of class. (class size also
* platform and implementation dependent.)
* @author Manivannan
* @version 1.0
*/
import javax.coffee.*;
public class CoffeeMaker
{
private final int sugar;
private final int powder;
private final int milk;
private Coffee coffee;
/**
* @param milk specifies the milk in class.
*/
public CoffeeMaker(int milk)
{
this.milk = milk;
this.sugar = 3 * this.milk;
this.powder = 3 * this.milk
}
/**
* @return coffee the coffee returned to the caller.
*/
public Coffee makeCoffee()
{
return coffee = Coffee.mixIngredients(sugar,powder,milk);
}
}
------------
I agree with this...
Prabhu has recently forwarded an email to our group (sent by a GE executive). Manytimes I used to think the same.
Email content:
----------------------------
"Every day for the last four months I have been hiring. I come to office each day, hassle my recruitment team, agencies and consultancies for resumes, perform interviews, negotiate salaries and make offers. It's amazing to see how people negotiate for salaries and perks, no one asks anything anymore about what the job entails, what they can contribute, or how they can grow and realize their dreams here. It's about pay, and people are eagerly willing to display unbridled stupidity in managing their careers by focusing incessantly on money. Heck, the time it takes to finalize an offer nowadays, I could send out an offer letter, go have several children, watch them grow, put them through school and then head back to office, the candidate is likely to have finished negotiating his pay and ready to join. This is all fine and dandy; it's a hyper-inflationary job market. What's disturbing is the not-so-new trend of IT jobs flying out of India. I hear an 850-seater call center has decided to move out of India due to attrition and increasing costs. Hell, my own company has pushed out 100 jobs out of India into Eastern Europe, and I was part of that decision. We need to wake up and smell the stink of the decay we are creating all around us in the IT job market. Year-on-year end people here expect nothing less than 30 to 45% salary increases, where as the average salary hike in the US per year is 3% and Eastern Europe is 4%.
I could go on and on about the quality of the flotsam and jetsam that washes on to my desk in response to job ads, but we all know it. Sometimes it takes as many as 40+ interviews to close one position. Sad part? The bozos still think they are worth it.
At this rate IT India better ensure they have transferable skills, because in a couple of years from now they will not have jobs to feed their money-frenzied lifestyles.
Let's do justice to the lessons the dotcom tried to teach us, what goes up must come down."
---------------------------
Yes this issue is reasonable.
Email content:
----------------------------
"Every day for the last four months I have been hiring. I come to office each day, hassle my recruitment team, agencies and consultancies for resumes, perform interviews, negotiate salaries and make offers. It's amazing to see how people negotiate for salaries and perks, no one asks anything anymore about what the job entails, what they can contribute, or how they can grow and realize their dreams here. It's about pay, and people are eagerly willing to display unbridled stupidity in managing their careers by focusing incessantly on money. Heck, the time it takes to finalize an offer nowadays, I could send out an offer letter, go have several children, watch them grow, put them through school and then head back to office, the candidate is likely to have finished negotiating his pay and ready to join. This is all fine and dandy; it's a hyper-inflationary job market. What's disturbing is the not-so-new trend of IT jobs flying out of India. I hear an 850-seater call center has decided to move out of India due to attrition and increasing costs. Hell, my own company has pushed out 100 jobs out of India into Eastern Europe, and I was part of that decision. We need to wake up and smell the stink of the decay we are creating all around us in the IT job market. Year-on-year end people here expect nothing less than 30 to 45% salary increases, where as the average salary hike in the US per year is 3% and Eastern Europe is 4%.
I could go on and on about the quality of the flotsam and jetsam that washes on to my desk in response to job ads, but we all know it. Sometimes it takes as many as 40+ interviews to close one position. Sad part? The bozos still think they are worth it.
At this rate IT India better ensure they have transferable skills, because in a couple of years from now they will not have jobs to feed their money-frenzied lifestyles.
Let's do justice to the lessons the dotcom tried to teach us, what goes up must come down."
---------------------------
Yes this issue is reasonable.
Subscribe to:
Posts (Atom)