However, customer meetings are exempt, so the time previously taken up by meetings with co-workers is now used by sales and project management to "improve communication" about the customer needs or to "give them higher visibility" into our (non-existent) progress.
Ask HN: Why aren't you coding?
61–70 of 316 posts
Re: Ask HN: Why aren't you coding?
#62Re: Ask HN: Why aren't you coding?
#63I still think it took too long to complete some tasks. They would occasionally bog down while I had to noodle with existing code to be able to add new features. So even if I'm coding, I may not be creating value but rather I'm paying down the company's technical debt.
Re: Ask HN: Why aren't you coding?
#64from developers who are being paid to write code Who is paid to write code? I'm paid to ensure my team delivers quality software, on time and to spec. Typing out code is the least difficult part of that.
Re: Ask HN: Why aren't you coding?
#65Had a coworker get promoted way past his level of incompetence. He never accomplished much before, but afterward he spent all of his time lobbying for his ideas and undermining those of us that were trying to get work done. Wasted a lot of time dealing with him until mgmt got a rare clue.
Another coworker would ask a 5 minute question and an hour later come back and spend a 1/2 hour telling me over and over how my answer helped him solve his problem.
Incomprehensible emails from corporate telling us something that might or might not be important. We had to try to decipher them to be sure. Much unproductive discussion ensues.
Had an company exec that liked to go around glad handing everyone. Nice guy, but man could he blow a couple hours of our time.
Woman in the next cubicle arguing with her kids over the phone - loudly - for two hours.
A loud snuffler in another cubicle. Still can't understand how he didn't give himself brain damage.
Yak shaving: get a bug report. Run the debugger: crashes with no message. Research debugger failure to no avail. Go to file a problem report: reporting tool is down.
I'm sure a lot of people have this problem: naming things. Can't code until you figure out what that variable should be called.
Re: Ask HN: Why aren't you coding?
#66- Depressed
- Anxious
- Covid-induced (likely) brain fog (maybe the depression/anxiety also is from presumably having covid back in April)
- Can't find a freelance client
- Broke
- Want a passion project
- Want to be part of a co-op not a cog in a machine
- Want to be on a team again
- Can't pick a side project to work on for some cashflow
- Too busy promoting my gofundme to pay rent
- Want to be a game dev this week
- Will want to be a systems dev next week
- Wanted to be a blockchain dev last week
- ADHD (apparent?)
- Mid-life crisis? Or is it just covid brain
- Wow, this has been catharctic just free-writing like this.
- Are you still reading this?
- Really bad schedule
- Brain struggling with organization
- MOTIVATION - I'm 41, I guess as senior a dev as you can be in php/vue, feel like a junior dev, imposter syndrome.
Re: Ask HN: Why aren't you coding?
#67- Burned out - Depressed - Anxious - Covid-induced (likely) brain fog (maybe the depression/anxiety also is from presumably having covid back in April) - Can't find a freelance client - Broke - Want a passion project - Want to be part of a co-op not a cog in a machine - Want to be on a team again - Can't pick a side project to work on for some cashflow - Too busy promoting my gofundme to pay rent - Want to be a game…
Re: Ask HN: Why aren't you coding?
#68I am paid to solve problems, programming is one part of that, thinking about the problem and the code is a prerequisite to programming. Sometimes one needs to step back and let things sink in rather than continuous action (programming)... while doing that you can even play games, I'll admit some activities are better than others for the purpose of de-focusing your subconscious - but sometimes you also just need a sho…
A lot of the problem set is debugging people and teams. For example “why is x person performing differently” and the debugger are time boxed to 1:1s, sprint cadence meetings, and looking at output, so the thinking between those debugging events is increased because you can’t just brute force it like a sticky code problem.
I think the pandemic has worsened this. Pre-pandemic I had a 40 min walk buffer to and from work where I’d naturally start thinking about my own life. Others had dedicated offices at home and other social interactions, or a coworking space.
Now most social interactions and validation for many come from work slack or zoom, no commute for everyone, and for those in smaller spaces their living room or kitchen or bedroom is their office so work is always within reach and their is no buffer. There’s also not much else to do.
So even if you can pull yourself away from your laptop your thoughts are more often than not focused on solving these kinds of work problems.
Re: Ask HN: Why aren't you coding?
#69I'm constantly bombarded with "quick" questions from coworkers about how some part of my code works (or more often why it doesn't). After several such interruptions it's harder and harder to even try to focus, maybe some kind of neurosis, fear of being interrupted once you are again in flow?
The habit of check the docs first and maintaining docs in this way is really critical for remote teams and bandwidth.
Re: Ask HN: Why aren't you coding?
#70I guess I have coder's block... the thought of a big project makes me more reluctant to start.
Most likely that will build momentum.
Can also try accomplishing a small not-work task like laundry or something to solve it from the other end. (You’ll feel like you can take on bigger pieces because you just accomplished something)
Lastly reading the specs or playing with the app with no other windows open and eventually boredom will take over and you’ll start making bits of progress.