Bored People Quit
61–70 of 156 posts
Re: Bored People Quit
#62For what it's worth, people exhibit the same kind of behavior changes when they think there will be layoffs.
Re: Bored People Quit
#63Earlier quoted context omitted.
quit immediately. if you have a job where you have a "lead" or "manager" title but have to ask someone else before making personnel/project decisions, you are not a lead or manager of anything, just a scapegoat.
Managers and leads aren't all-powerful. They answer to their managers and, in some sense, to their peers.
Re: Bored People Quit
#64Axiom: Boring work can never compete with Hacker News. Axiom: Hacker News can never compete with interesting work. Theorem: The interestingness of my work is inversely related to my Hacker News participation. Supporting data: Today I'm regression testing. I'll be here all day, folks. Idea: Employers, monitor your logs for Hacker News. Occasional spikes probably indicate boring, but necessary tasks. Chronic use probab…
According to rescuetime, I've been spending a LOT of time lately on HN and links to articles.
It kind of crept up on me and I didn't realize just how bored I've been at work lately. Definitely time to figure out why and how best to return to a happy-nonbored state. (Quitting isn't really a viable option right now)
Re: Bored People Quit
#65Earlier quoted context omitted.
I'm not sure if you're joking or not, but this is entirely true. I'm sat here watching a data mining job. It's wasted time, largely brought on because the job doesn't have unit tests, so I have no confidence it'll actually complete correctly, so I need to watch the log and see what its doing. This not a good use of my time, and I hate seeing that console, and I feel bad for being on HN when I could be productive.
./data_mining_job && growlnotify -m "Success!" || growlnotify -m "Failure :-(" (season with while , read and grep to taste)
Unit tests would ensure stupidity was not a possibility, and regressions could be tracked. Too late for that, unfortunately.
So I watch.
Re: Bored People Quit
#66Re: Bored People Quit
#67If your company uses google calendar, I recommend you take a look at your coworker's schedules to get an idea of how many meetings people are subjected-to.
Re: Bored People Quit
#68Are you sure you want to do that to engineers? There's a joke that goes something like:
How do you tell an introverted engineer from an extroverted one? The introverted engineer stares at his/her shoes when talking to you. The extroverted one stares at your shoes.
I don't think it's a good idea to "keep digging until you look me in the eye".
Re: Bored People Quit
#69A good article, but it is unfortunate that it starts by categorically slamming all authors who write about employee motivation and retention:
It’s written by folks who actively use words like motivation and retention and generally don’t have a clue about the daily necessity of keeping your team professionally content because they’ve either never done the work or have forgotten how it’s done.
Why is this necessary? I find it nauseating. In fact, when I read or hear someone who basically states “everyone is stupid but me, and all who have come before me have been doing it wrong” in their opening spiel, it’s a good sign to me that the speaker/author has some blind spots and may not be considering all perspectives.
Maybe one reason I find it so nauseating is because I have suffered from this myself, and I’m still tempted at times to point out where others have failed and where I’m so much smarter. (After all, “we judge most harshly in others that which we are most guilty of ourselves” – can’t remember who said that.) It wasn’t until a close mentor confronted me on it, and basically taught me that life goes a lot better when you don’t walk around thinking you are smarter than everyone else. Biggest reason? It shows. You may think you are hiding it, but your face may be wearing a subtle smirk while others are talking, and they can see in your eyes that you aren’t listening but instead are formulating a rebuttal.
Steve Blank teaches this same concept (i.e. don’t think you are smarter than everyone else) in some of his blogs, although more related to sales. And good articles like this on the importance of humility reinforce this for me:
http://blogs.hbr.org/tjan/2011/07/why-some-people-have-all-t...
In a Fortune article on “the best advice I ever got”, the CEO of Pepsi, Indra Nooyi said the best advice she ever received was from her father, who taught her to “always assume positive intent” which I have found gets you a lot further than “assume everyone is an idiot”, which has been the stance of many programmers I have met. (Fortune article link: http://money.cnn.com/galleries/2008/fortune/0804/gallery.bes...),
I’ve heard it said that “people don’t quit their jobs, they quit their manager”. Maybe in IT we are boring people by ceasing every opportunity to show our underlings how smart we are…
*Edit: Typos
Re: Bored People Quit
#70Earlier quoted context omitted.
Hacker news participation can also indicate compilation, as it does for me right now.
Compilation is a form of boredom ;-)
Part of the problem, though, is tools. A lot of things are built for resource use minimization. That made sense 20 years ago, but now I have 8 GB of RAM and 4 fast cores on my desktop, and most of that capacity just sits idle. As far as I'm concerned, if I'm typing and the compiler isn't already running then it's missing an opportunity.