3

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 so the internal motivation is here but sometimes 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 wish I didn't have to rely on other people so much but the documentations don't answer all of my questions. I really have to put at least 2-3 projects like this for a portfolio;_; halp

top 3 comments
sorted by: hot top controversial new old
[-] nibblebit@programming.dev 3 points 11 months ago
  1. You need as many environmental reminders that you are doing work as possible:
  • dedicated work place where you don't game or browse or do chores and taxes on.
  • dedicated work time where you are allowed to do work.
  • dedicated non-work time where you won't work and don't get to feel bad about not working on the project and avoiding negative emotions associated with the work.
  • I have a dedicated work shirt only worn while at work
  • figure out your attention sinks: music/podcasts/YouTube w/e and apply them strategically to signal that you are or are not working
  1. Plan. Identify as many tasks as possible ahead of time and figure out what is motivational an demotivational. Motivation takes a nosedive once the low hanging fruit runs out.
  • make sure to front-load the boring stuff and keep motivated by anticipating the fun stuff later. Please, Start out with the tests. TDD is a hack for ADD
  • Ration your creative sessions. Once you feel you are plateauing force yourself create some novelty in the project.
  1. Want and grit. At some point you'll have to grit it out. You have to make it clear to your brain that you want it. Make it personal. Want it not the way you want to have a cookie after dinner, want it the way you want to breathe. Don't even want the project, but want to prove to your brain that you are a rare capable human, able to start and finish a creative endeavour independently.

  2. Make work time scarce and urgent. Having a child has done wonders for my creative output. I used to splurge 6 hour sessions kinda working on something..now I get maybe 40 minutes a day. An hour if I'm creative about it. But heck, does that hour get applied like nobody's business.

Hope this helps, best of luck!

[-] ericjmorey@programming.dev 2 points 8 months ago

This post created a great discussion. Thanks for getting it started.

[-] Krzak@discuss.online 2 points 8 months ago* (last edited 8 months ago)

Thanks! Through these 4 months I haven't found out anything, I got a temporary job as well so I haven't had much of free time either.

One thing I saw is splitting the task even smaller than the usual. Things like"I'll just open the document/ write one line and see how I feel" which might work sometimes.

I was concerned about doing the thing that's already been done by other people but it dawned on me that when I cook (I love cooking), I'm doing the same thing. Using a recipe shared by hundreds of people, yet it's still fun and has a personal touch. That one was really helpful.

It's my las month at the job so I'll be able to get back to coding soon and test the findings.

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

Learn Programming

1546 readers
3 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS