I find it amazing how many people in a team don't share their insights, assets or experiences with the team. Why is that? Is it fear?
It's probably the "I don't get paid for that" attitude ...
Keeping Your Company Asshole-Free
31–40 of 55 posts
Re: Keeping Your Company Asshole-Free
#32Re slide 20: I recall reading that it's a myth that people who use the word "I" a lot are particularly self-absorbed. I recall it being suggested that the opposite might even be the case, perhaps because people were acknowledging the subjectivity of their opinions rather than presuming to present an indisputable statement of truth. I would look for a link, but the word "I" is hard to google. Edit: I might be thinking…
> acknowledging the subjectivity of their opinions rather than presuming to present an indisputable statement of truth. I actually try hard to use I wherever possible for that particular reason. Saying "I think a message-passing style would be best for this" is more honest than "a message-passing style would be best for this".
Re: Keeping Your Company Asshole-Free
#33Earlier quoted context omitted.
Unless it's a take-home project in which case a person could do the work on the weekend. Which would also be a test of time management.
This. Give someone a project that should take no more than n hours to complete and give then n/2 days to do it, preferably including a weekend. That should be plenty of time for some folks, even employed.
People either:
- Hacked together the internals to make it function, never considering any of the existing Backbone or _s functions
- Figured the existing code was a template, and rewrote it all now they thought it should've been (which can be good or bad)
- Learned enough of Backbone to complete the example with minimal code, but generally took longer because they had to learn the tool first
As a result, I got a great hire that knows when to refactor, when to leave existing code alone, and when to use AngularJS instead of Backbone!
Re: Keeping Your Company Asshole-Free
#34Earlier quoted context omitted.
That's easy if you're currently not working, but not so much if you are. So you're screening out the employed.
Unless it's a take-home project in which case a person could do the work on the weekend. Which would also be a test of time management.
If a company I'm trying to find employment at wants me to take my interview home for the entire weekend, it sends all sorts of bad signs:
1. They don't see working on the weekend as unreasonable.
2. They don't value my time.
3. They aren't comfortable making hiring decisions and taking on risk. What other hard decisions aren't going to be made or are going to be made too late by this company?
Re: Keeping Your Company Asshole-Free
#35Re: Keeping Your Company Asshole-Free
#36I'm enormously glad that Apple board did absolutely not keep their company asshole-free. Writing this on computer that asshole created. And btw, I do not know a single Genius (with uppacase G) who is not an asshole, so go figure...
I do. That type of intelligence does not predetermine being an asshole. I think it's sad that people think that.
Re: Keeping Your Company Asshole-Free
#37I'm enormously glad that Apple board did absolutely not keep their company asshole-free. Writing this on computer that asshole created. And btw, I do not know a single Genius (with uppacase G) who is not an asshole, so go figure...
By "Genius (with uppacase G)" you mean an Apple Store employee?
Re: Keeping Your Company Asshole-Free
#38I was surprised to hear that they ask candidates to spend a couple of days working on a project, and then present that project to the company. That's a substantial time investment to ask someone to make on top of interviewing. If I was looking for work and every potential employer asked this of me, searching for a job could take weeks or months.
I agree. I am totally against hiring based on either stupid interview questions or tricky programming problems you will never see again. However, I think these guys take it a bit too far. Maybe give them a project that only takes a couple of hours, just creating a simple module that does some very basic thing. Try to find out how they work rather than the final result.
Re: Keeping Your Company Asshole-Free
#39It's always hard when you think "I was being an arsehole at that time". Hard, but good to realise. I think I had that moment just now! In case you think I believe I'm always an arsehole, this isn't the case. But there have been times I believe I was. I'll have to work on it in future :(
Re: Keeping Your Company Asshole-Free
#40Earlier quoted context omitted.
> acknowledging the subjectivity of their opinions rather than presuming to present an indisputable statement of truth. I actually try hard to use I wherever possible for that particular reason. Saying "I think a message-passing style would be best for this" is more honest than "a message-passing style would be best for this".
I don't agree with this because whenever you write something it becomes obvious that it is your opinion, even if it shared by other people. If it is somebody else's opinion and not yours, you would naturally say "somebody else's said ..." If you want to emphasize that is just not your opinion, you can also say so. It is much more cumbersome to keep adding "I think" when it is implicit in the context.