Ask HN: Underperforming, feeling stuck
31–40 of 135 posts
Re: Ask HN: Underperforming, feeling stuck
#32Earlier quoted context omitted.
I second the ADHD check. This sounds like classic ADHD symptoms to me. Once you sort of reach that pinnacle you've been striving for, it's easy to lose the drive when you can relax and quit striving or when things are less challenging. You will find your motivation will wax and wane, week in and week out. You start avoiding the real work so much with distractions that it becomes painful just to face it and your own p…
> I second the ADHD check. This sounds like classic ADHD symptoms to me. Once you sort of reach that pinnacle you've been striving for, it's easy to lose the drive when you can relax and quit striving or when things are less challenging. You will find your motivation will wax and wane, week in and week out. You start avoiding the real work so much with distractions that it becomes painful just to face it and your own…
"frequent shifts in conversation, not listening to others, not keeping one's mind on conversations"
I can have "black out" episodes where I impulsively and immediately walk away from conversations without finishing them, often with a little amnesia. I've asked my girlfriend a question, essentially immediately forgotten that I did so, and turned up the radio volume.
Re: Ask HN: Underperforming, feeling stuck
#33The beginner mistakes line stuck with me. What types of mistakes (specific examples)? This might be useful for me to know what is going on ewith you.
Big things like agreeing to start coding without requirements. Little things like inconsistent return conventions or code disagreeing with documentation comment blocks. People are referring me to classic coder texts like Code Complete. Okay, maybe I do need a review but I fucking read that book in the 90s. It's incredibly galling.
Maybe something similar would work for you.
http://www.washingtonpost.com/wp-dyn/content/story/2009/01/1...
Re: Ask HN: Underperforming, feeling stuck
#34Earlier quoted context omitted.
> I second the ADHD check. This sounds like classic ADHD symptoms to me. Once you sort of reach that pinnacle you've been striving for, it's easy to lose the drive when you can relax and quit striving or when things are less challenging. You will find your motivation will wax and wane, week in and week out. You start avoiding the real work so much with distractions that it becomes painful just to face it and your own…
I think everyone finds themselves with those thoughts and feelings. I think that the lack of drive and focus is a symptom of something, in rare cases perhaps ADD/ADHD. However from personal experience I usually discover a core problem that was causing these symptoms. Resolving that problem takes care of the lack of motivation and focus. Perhaps the specific work environment isn't for you. One job I worked directly ou…
Re: Ask HN: Underperforming, feeling stuck
#35Re: Ask HN: Underperforming, feeling stuck
#36Re: Ask HN: Underperforming, feeling stuck
#37What helps me personally is having a notepad where I jolt down TODO items, to the most atomic level if possible. To give an idea what's on it here now:
- probe for activity on the I2C bus
- find the SIGCHLD problem
- remove rectangle in the logo on web interface
- follow up to a customer on his RFI
I.e. tiny bits of work that do not present much challenge separately, yet are actual, necessary things to be done. No deadlines, priorities, long descriptions, etc. No grand items like "add feature X" or "do complete test coverage". They are easy enough that I can complete at least one (but usually a bunch) in the day, and strike it out. Each time you do that, there is a modest tingle of gratification, so it helps to maintain working mood. Also, looking back at the list of completed items is reassuring.Re: Ask HN: Underperforming, feeling stuck
#38Re: Ask HN: Underperforming, feeling stuck
#39Re: Ask HN: Underperforming, feeling stuck
#40I think it's a common pattern, only perhaps the magnitude is worse in your case. I observed it on myself as well on other programmers back when doing a project management stint. What helps me personally is having a notepad where I jolt down TODO items, to the most atomic level if possible. To give an idea what's on it here now: - probe for activity on the I2C bus - find the SIGCHLD problem - remove rectangle in the l…