Live data from Hacker News

Ask HN: Is it 'normal' to struggle so hard with work?

news.ycombinator.com

231–240 of 382 posts

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#231
post #212

Earlier quoted context omitted.

Problem Slicing is the key; Kent Beck wrote an article about "Master Programming" and I'd like to take his advice whenever I encounter a problem in programming, but also in real life (e.g. coordinating tasks in work or private life): https://www.reddit.com/r/programming/comments/4n3s7c/kent_be... > Slicing. Take a big project, cut it into thin slices, and rearrange the slices to suit your context. I can always slice…

What do you know about the author, Kent Beck?

Kent Beck is well-known and the creator of Extreme Programming: https://en.wikipedia.org/wiki/Kent_Beck

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#232
> I've used everything from rewards ("If I work for X hours, I'll play a video game") and punishment ("If I don't work for X hours, I'm a complete failure") to get myself to work.

Programming is a creative pursuit. It's not something you can do on autopilot. [1] You have to think and solve problems and honestly and typically for those who love it's very rewarding. If it's not rewarding enough for you then perhaps it's not the career for you. [2] Full time at least.

[1] For example you might hate and have no interest in being a store clerk or a toll taker or cut lawns but those are by and large 'autopilot' jobs that is you can do them with nominal pain and just get by. They don't require creative energy. Things that require creative energy are difficult to do long term full time unless you love to do them.

[2] The other aspect of this to consider is how much time you spend doing programming. Perhaps it's rewarding but not as a full time job. I enjoy doing programming but then again I don't do it full time. I don't know if I would be able to do it full time in fact I think I wouldn't. Ditto for commenting on HN. I can do it here and there but I would be frozen and it would be distasteful if I had to do it 40 hours a week or even 20 hours a week. Or if I was forced to do so instead of being (as I suspect all of us are) self motivated. Note how many people don't leave comments because either they can't (are to busy) or it's not rewarding to them.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#233
I used to struggle a lot when it came to getting things done that I actually wanted to do wrt personal projects, and sometimes work projects. I had a big issue tackling projects I wanted to finish because I would get discouraged or distracted by something and then lose focus. Usually I would bounce from project to project whenever I ran into a hangup and then by the time I came back to it I had forgotten what I had done and what I wanted to do, so I was usually surrounded by rotting projects if there was no screaming deadline pushing me to deliver.

It's probably really obvious to other people but the main change I made in the last year and a half has been consistently writing my ideas down as 'tasks' in a project management software, divided into projects. Now everything is in one place, out of my head, and I can see for each project what I have actually done, what I have not, and categorise things. Having concrete tasks that I can check off as I do them or amend as I rethink my ideas increases the satisfaction and focus I have while working on a project because I can see what I have been planning and how far I've come instead of getting bummed out by a weird edge case or slightly wrong initial architecture.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#234
I have a bit of similar problem. I have a bachelor's degree in CS, but I'm not passionate about programming. I mean, I like it, but in the way that people like strawberries. I enjoy it, but 3 courses a day is too much, or several days in a row with no breaks.

I used to loathe myself for not paying enough attention to math. I recently tried to apply for a "backend engineer - data scientist". I read about the "R" programming language they value. It's like math with a programming language strapped on, not a programming language optimized for math. Which reminded me why I never got very far with math, even though I once had a 2nd place in primary school contest and received a monetary reward. I don't usually enjoy math if it's without a clear purpose. Like, I need to understand more math to write some target prediction code in a game. Math for math's sake, like statistics, matrix operations, higher algebra - these things bore me. I can understand them if I stare at the math symbol soup long enough and keep taking it apart, but my mind drifts away and I struggle to focus. This is despite using various motivation tricks and even meditation.

But I need to come to grips with the fact I just don't enjoy math that much, despite the high hopes my math teacher had for me. She even got me tested for mensa (I'm way too low, IQ 120 and the threshold was 140 last time I checked).

I enjoy Python, I enjoy figuring out how to program something in Rust, I like writing documentation, reading articles, arguing with people, analyzing stuff (I've spent wayyy too much time analyzing patch changelogs for games I never played, or developing creative strategies for games). I like drawing a bit, music - a lot, I like animals, physical exercise, shooting bow, strategic board games with relatively low randomness. Many other things. It seems like my skill points are spread over many areas but I'm not great at either of those. I admire people of Renaissance like Leonardo da Vinci, but this doesn't translate into finding an appropriate job very easily. These days specialists are highly prized, and inter-disciplinary knowledge is harder to use unless you have a brilliant idea.

I started observing myself and my feelings closer, and I encourage you to do the same. Pay attention to what activities you enjoy, what you don't, and be honest with yourself. Even if you've already missed an opportunity, with good self-knowledge you can find another one. For example I'm a nerd, I have an affinity for technology, history, archeology, animals, knowledge in general. I read a lot. I like sharing knowledge with others. Maybe I could make a good teacher if I had better grades, or a scientist. But I get my fulfillment by... teaching people new board games, or teaching them how to work out without getting injuries.

I'm pragmatic. I think programming and IT is a good, interesting and well-paid job. But I don't breathe it. I work to live, not live to work. I try to explore different aspects of life and acquire new skills. People in the past used to get satisfaction from many different places. Many famous people were mathematicians, painters, journalists, travellers etc. all at the same time. They were losing money in some of these activities, but did it for enjoyment.

Observe your feelings. Think of the last time you enjoyed doing something. Take notes on what activities bore you and what give you a rush. If you identify several activities you enjoy, play connect-the-dots. Example:

I'm analytical, patient, have some affinity for art, I like animals. Origami is all those things.

Another example, how to reverse engineer your interests: I enjoy people that keep surprising me, movies that are not very straightforward, books by Philip K. Dick, fantasy, sci-fi, old maps (the weirder, the better), archeology, lost civilizations, the cartoon Moomintrolls. What do these things have in common ? Answer: MYSTERY.

Pay attention to what people are saying about you, especially your skills, interests and what you have an affinity for. People have observed that I happen to like badgers quite a lot. And other animals, that I should perhaps work in a ZOO. I've been also called a philosopher a couple of times, including in high school, and I managed to instantly spot some that weren't labeled as such. One person told me I have a scientist mentality. I'm also a bit of a contrarian (philosophers delighted in trolling!!!). See, I'm a lame version of Paul Graham.

Of course, finding an activity you enjoy and one that you can get reasonable money for is two different things. That's why "e-sports" (computer game tournaments) and game development are not well paid activities.

Try to think which aspects of being a freelancer you enjoy and which you loathe. When you're happiest, when most burnt out. Debug thyself.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#235
I feel very similar. It has actually always been like that for me. I hardly ever did (=finished) any homework in school and university, but I was spending most of my free time sitting at my desk b/c I had to do homework.

Now I'm perfectly aware I'm procrastinating while I'm doing so, but I just feel like I must [find out xy / read the current news about xy / read that interesting article I saw / review and close the hundreds of open browser tabs / have some social interaction w/ someone / finish unrelated task xy (e. g. housework) / eat sth / watch porn] at that very moment and couldn't even properly concentrate otherwise.

As many others pointed out being overwhelmed by either huge or lots of tasks causes this quite often and splitting up tasks and prioritizing can help in those situations. Nevertheless this pattern sometimes even makes me procrastinate 2 minute tasks for days w/o doing anything useful during that time even if that one task (and/or others dependent on it) is/are the only one(s) I have to do (so to tackle it there neither is anything to split up nor to prioritize.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#236
I know this sounds like a cop-out answer, but you need to see one or more professionals instead of asking here. I had the same kind of problems (all my life, really) and it turned out to be ADHD, which I didn't even know anything about until my son was diagnosed and his psychiatrist told us it's hereditary.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#237
I know how you feel. Some times I can be doing good, and be getting shit done. Then bam from right field something distracts me and wow where did those 2 hours go. Recently I been taking a more Buddhist style to the problem. Removing the unwanted distractions like uninstalling video games, staying away from youtube, and limiting my time on other unproductive distractions. Rewards and negative feedback only works if someone else is handing out the reward or punishment. That is why working for others causes people to work. If you want motivation you have to either find something other then money to push you, or every time you start to procrastinate you have to fight. Every morning I wake up look in the mirror and scream "FUCK IT" to remind myself life is short, time goes by fast, and I need to get shit done. Add positive habits in your life and you be surprise how much it helps. The other thing I say every day to myself is ESSR "Eat Shit Sleep Repeat" reminder I don't want to be one of those people that goes through life just surviving. Their is no simple way to gain motivation it is either something that comes naturally like people that love to workout vs people that have to drag themselves to the gym. Or you have to fight for it every day you have to go without reward, without joy, without pleasure, and get whatever you have to done. Best of luck.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#238
I've often felt the same way. So much so that I even did some testing a few years back to see if I might have undiagnosed attention deficit issues (turns out I don't).

The worst byproduct of this is that it brings some shame with it. I've never had jobs that demanded all that much of me - I worked some intense hours when freelancing, but for the most part I've had very flexible jobs with good work environments. My wife works insane hours as a tax accountant, and although it makes her miserable a lot of the time, she always seems to be able to power through her 10-14 hour days during busy season. I feel myself mentally checking out after just 4-6 hours some days. It's embarrassing that I don't seem to have the same work ethic as her (and many others).

I've tried productivity tools (pomodoro-ish stuff mainly), but they never seem to quite fit in with the kind of work I'm doing or with the work environment at my job. I'm looking forward to reading through this thread to see if there are any recommendations I can take from here.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#239

I can relate a lot. I'm still burning through self-motivation hacks at 35, some of which are helping while most don't. Eventually, the hack with by far the largest impact (which brought me to currently being cofounder and CTO of one of the more successful German startups) was realizing that while I simply suck at self-motivating, I never had a problem getting stuff done when working for others. I effortlessly produce…

So here's a question - what if I am of this disposition but I have a lot of ideas? And I would not be satisfied with life unless I'm pursuing them? Is there a way to reach out to find people to be in charge of me to execute on my ideas? Does anybody want to do that? (These are not necessarily businesses)

As per the above analogy, if you've surrounded yourself with people willing to work with you given the value you bring to the table, you may manage to recruit them for your own ventures. Some of the most prolific modern artists seem like giants that stand on their own but work with others constantly, which provides some not-insignificant level of inspiration. John Zorn comes to mind, pumping out about a half-dozen albums a year on his label.

Re: Ask HN: Is it 'normal' to struggle so hard with work?

#240
post #5

I'm familiar with this. There's no magic solution, sadly, but I'll share one thing that has helped me and may apply at least to some of your situations. I realised a while ago that my main issue was with nebulous tasks -- that is, the more concrete, defined, and _meetable_ a task was, the less trouble I had with it. So I started to break down large tasks, which never got started much less finished, into smaller ones,…

Unfortunately, often I feel like the more mundane & straightforward tasks are the ones that I find the hardest to get started on. But i think this is still a great idea for tackling large, daunting tasks.
Post reply on HN