this post was submitted on 19 Jul 2023
43 points (100.0% liked)

ADHD

8856 readers
1 users here now

A casual community for people with ADHD

Values:

Acceptance, Openness, Understanding, Equality, Reciprocity.

Rules:

Encouraged:

Relevant Lemmy communities:

Autism

ADHD Memes

Bipolar Disorder

Therapy

Mental Health

Neurodivergent Life Hacks

lemmy.world/c/adhd will happily promote other ND communities as long as said communities demonstrate that they share our values.

founded 1 year ago
MODERATORS
 

How do I trick my brain into completing a project? I'm making an app that shows which voice actor plays a character in the movie and what other movies they act in. It's useful for me personally but I feel like I'm making something that's been done numerous times over and I lost the momentum because I'm on vacation with my family now. I ran into some problems with the project too and getting help takes a ton of time so it's disrupting the rythm too. I really have to put at least 2-3 projects like this for a portfolio;_;

you are viewing a single comment's thread
view the rest of the comments
[–] MrPoopyButthole@lemmy.world 8 points 1 year ago (6 children)

To engage hyperfocus I have to want to do it. For that the motivation can't be external. It has to come from my own curiosity and desire. To get myself primed for coding hyperfocus I like to read Github repos, search stack overflow, ask GPT. Once I have a good idea of the architecture of the app, then I start building out the skeleton. The hardest part is going back to it each day and starting. But once I have written some code for the day I tend to be able to keep up the focus.

If you get stuck it means your knowledge is missing some crucial peices and you're about to learn something new. If you want a job in this industry then you're going to need to learn a lot (and it never stops). But once you've got some years of experience you get stuck less and when you do get stuck it doesn't interrupt your whole flow so much because you'll be able to pivot and do the thing in a different way instead of waiting for outside help.

Good luck!

[–] Krzak@discuss.online 2 points 1 year ago (1 children)

It works similarly for me with the motivation thing. I don't have anything against learning things but I wish it was easier to find information about more complex things than just the most basic stuff. It's the problem with all those courses. They're great as a "starter" but after that point, you're on your own in a weird void. The documentation doesn't help much as well. Tutorial hell is a weird place to be in.

[–] improvisedbuttplug@lemmy.world 1 points 1 year ago (1 children)

Have you tried using chatGPT or GitHub copilot?

[–] Krzak@discuss.online 1 points 1 year ago (1 children)

It's a last resort. I don't like using it and it's a 50/50 anyway. One time it suggests reasonable things, the other time it totally misses the point. I'm not sure if the suggestions are following best practices too.

[–] improvisedbuttplug@lemmy.world 3 points 1 year ago (1 children)

I think making effective use of those tools is it’s own skill. They can give you bad results if you ask things too broadly. But copilot chat has become a pretty invaluable part of my workflow.

[–] Krzak@discuss.online 1 points 1 year ago

Oh well, maybe that's true.

load more comments (4 replies)