Skip to main content

IT people & poor gifting

I'm noticing a steep decline in gifting (on special occasions like wedding) interest among IT people. IT people are very much interested in celebrations, but not interested to spend money on gifts for their colleagues. I think, it must be due to poor (more specifically fake) relationships among peers or short-lived relationships because of job hopping. Abuthakir told me that it's due the attitude that "Why should I spend money for him?".

For the sake of record... in my father's era, it was common to gift gold items, even though their earnings were not close to what the least earning person in IT draws now. But, these days, IT people's average spend on colleagues' special occasions is Rs.100/- (which is too less and not even close to my father era)

Comments

Balaji said…
I have noticed that many people in some commitments, so that they are thinking many times for spend this kind of occasions and others.

I hope its not an attitude issue, its a commitment issues.

I have seen many people run the month in budget basis, if unexpectedly expenses happened then they would suffer lot to manage. so that many people thinking.

I guess :)
Followadream said…
Yes, folks in IT is becoming more materialistic than others!! I have seen many offers money for compulsion than from bottom of their heart :-)
Followadream said…
Yes, folks in IT is becoming more materialistic than others!! I have seen many offers gift for compulsion than from bottom of their heart :-)

Popular posts from this blog

Converting PSD with PHP/ImageMagick

After seeing feature rich options in Imagick PECL extension at Mikko Koppanen 's (the author) website and also impressed with ImageMagick 's features, I have decided to use it for the PSD to XHTML conversion website that I'm architecting and managing. Since, the team wants programming help for converting PSD images, I have tried it (documentation is sparse on PSD handling) Converting PSD to PNG/JPEG/etc Note that, flattenImages() is needed for layered/multi-page PSD file. <?php $im = new Imagick('test.psd'); $im->flattenImages(); $im->setImageFormat('png'); $im->writeImage('test.png'); ?> Extracting PSD layers One by one <?php $im = new Imagick('test.psd'); $im->setImageFormat('png'); for ($i = 0, $num_layers = $im->getNumberImages(); $i $im->setImageIndex($i); $im->writeImage('layer' . $i . '.png'); } ?> Note that, there is a better version below In a single call with writeIm...

Valen Smith, the English teacher videos are missing!

I vaguely remembered that sometimes around 2009, engVid on YouTube was very popular. I especially liked a teacher by name Valen Smith's videos. She was not only beautiful but also very good at explaining the English usage. I also vaguely remembered to check her channel ValenESL around 2015. But, not sure what happened to her or engVid, all her videos are sadly gone. I have also noted that many people on Twitter were asking the same. Not sure what happened. Some people seem to have reuploaded her videos and YouTube continuously removing them with a note "This video contains content from LearnVid, who has blocked it on copyright grounds." Strangely though, on Facebook, some people have managed to create a fake account using her old channel name ValenESL.