TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Solo developer, what's your recipe to start working?

96 pointsby pototo666about 4 years ago
Hello HN, I am a new solo developer who quitted job 19 weeks ago.<p>At this moment of my writing, I just don&#x27;t want to work. I come across this problem a lot recently.<p>I don&#x27;t have the urge to work, and it feels too difficult to focus.<p>I know that once I start, I will be productive. But I don&#x27;t have a recipe to start. If my mood changes, I work. If not, I dont&#x27; know what to do.<p>I recently read that no matter what, you just work. I tried and failed to just work.<p>Any advice?

51 comments

JabavuAdamsabout 4 years ago
After many decades of fighting procrastination the most important thing I have learned is that you cannot analyze yourself out of procrastination. You cannot read articles to solve your procrastination problem. The only thing that works is to start the work. I wish there were something else I could tell you, but that&#x27;s it. Just open the book, open the editor, open the document, whatever.<p>Now, that said, you may be burnt out, or you may not actually <i>have</i> to do the thing you&#x27;re putting off. That&#x27;s different. I&#x27;m talking about something you know you have to do (or else painful and undesirable consequences), but you&#x27;re avoiding starting it. It&#x27;s a trap. Just find any way to start. Do a bit, don&#x27;t get down on yourself if you only do a bit. It&#x27;s better than nothing.
评论 #26758584 未加载
评论 #26776377 未加载
评论 #26758075 未加载
评论 #26777575 未加载
plumsempyabout 4 years ago
Write and Journal.<p>Whenever I feel unmotivated and cannot move forward, if I am not tired or burnt, then it is because I don&#x27;t see a path forward. That is because my thoughts and information are disorganized and they pollute my sight.<p>Writing is a very good tool for organizing one&#x27;s thoughts. For whatever reason thinking with one&#x27;s short term memory, at least for me, is inferior to writing or even speaking(rubber ducky?) As Jon Haidt says, we are not a logic processing machine but a story processing one(or something like that).<p>If you have requirements for your work, sit down and write about it. If you don&#x27;t know how to start then write about how you acquired those information; write about what they mean, what you want to do and anything that peaks your fancy. Over time you will develop your favorite style.<p>As an aside, journal your days too; looking back on your day you can put your personal story in order and then see if something went poorly, or well. If something doesn&#x27;t make sense.<p>Again, over time, you can use your work or personal journal to derive other artifacts. Think of it as a data lake. Want some slides? documentation? forgot a command? forgot why you did something? open up your work journal and copy paste some lines, images or code snippets.<p>In summary I highly recommend writing. It is a valuable tool that for some reason is not emphasized enough.<p>One more thing, if you are expressing something, telling a story and such, you may type for speed. If you are thinking and exploring, its best to hand write, it will slow your brain down; plus, there is something about writing letters, a meandering doodling hand an rhythm that helps think.
Jugurthaabout 4 years ago
Unrelated, but eliminating resources is an effective productivity&#x2F;focus &quot;hack&quot; for me:<p>- Disconnect the laptop&#x27;s charger and work on one charge. I used to have a laptop that had at most 2 hours and it forced me to really focus. The progress I made on some projects on a commute is amazing.<p>- Disconnect from the internet and work only with what you have on your machine. This means no search, no tabs. No distractions. This is great for proofs of concepts&#x2F;prototypes where you get something done first, <i>then</i> you refine it later. It taught me to look at the code instead of documentation, and it taught me that as good as a documentation can be, there always are things that are not documented but are still there to use. It also made me more familiar with the dependencies of my projects. I never really used StackOverflow much when online (I instead rely on the code, docs, and issues of the project), so your mileage may vary when it comes to removing internet access.<p>It&#x27;s also useful to reduce the &quot;activation energy&quot; for work. One of the ways to do that is to exploit the time you don&#x27;t feel like working to play or explore. A directory named &quot;musings&quot; can help, where you scratch a few itches with snippets of code. If you&#x27;re distracted in exploration of a new library or concept, make a new file and play with constructs, patterns, APIs, libraries, etc. Just play for play. It&#x27;s low pressure. You don&#x27;t need to ship something. It&#x27;s not work, but it&#x27;s fooling around and more often than not, it tricks you into getting in the zone without even realizing. The other benefit is that day in and day out, you&#x27;re building a &quot;corpus&quot;, a set of snippets that very often will come in handy when you actually need to do something &quot;work related&quot;. When that time comes, you won&#x27;t perceive the task to be daunting or be clueless, because it&#x27;s déjà vu. You already fooled around with that concept&#x2F;library&#x2F;problem and you have something in your back pocket. It won&#x27;t be &quot;How on earth am I going to tackle this&quot; and feeling under pressure and overwhelmed, but &quot;Yup, I already played with that. Heck, I even wrote some code to do that. I&#x27;ll see if I can use it&quot;.<p>Playing when you don&#x27;t feel like work is a great way to reduce the activation energy when you actually have to work.
评论 #26758252 未加载
DarrenDevabout 4 years ago
Sometimes the size of the project you’re working on — or looking to work on — can be daunting. At the day job, you have a manager to break down the work for you and pass it around the team in bite-sized chunks.<p>You have to be that manager yourself — breaking the app or product down into small components and working out what should get done first.<p>Build a list in a form you’re familiar with — even if it’s a form you don’t like such as Jira. Break it down into large chunks and smaller assignments. Then start on the small stuff, ticking them off on by one.<p>When you see tasks being completed and the list moving, it builds a sense of momentum and it gets easier to keep going day after day.<p>If you don&#x27;t know what you&#x27;re going to work on or haven&#x27;t decided what to build yet, then stop what you&#x27;re doing and work this out first.
评论 #26747983 未加载
stephc_int13about 4 years ago
The first think you might need to fix is your sleep, second is your environment and your eating habits &#x2F; patterns.<p>You can only tackle motivation issues when you&#x27;re not feeling bad.<p>My trick is to imagine the end-result of what I am currently working on, it pushes me to get the reward of seeing it finished.<p>Of course it works only if I expect to be proud of the result.
评论 #26748007 未加载
5cott0about 4 years ago
&quot;A warlord once stopped at a monastery on his way home from a successful military campaign. He came to visit the abbot who was an old teacher of his.<p>As the abbot and the warlord sat in the courtyard pleasantly chatting and drinking tea, they were distracted by an argument between a novice and a senior monk. The novice was complaining that the meditation technique given him by the senior monk was ineffective and worthless. &quot;It cannot teach me how to concentrate much less meditate,&quot; shouted the novice. &quot;Give me a more reliable technique.&quot;<p>Observing that the argument was distressing his old master, the warlord stood and said, &quot;Please, Master, allow me to help this young man.&quot; When the master nodded his assent, the warlord summoned six of his archers.<p>The warlord then filled his teacup to the brim and carefully handed it to the novice. &quot;Take this cup of tea,&quot; he ordered, &quot;and without spilling a single drop, carry it around the entire periphery of this courtyard.&quot;<p>As the novice took the cup the warlord commanded his archers, &quot;Follow him! If he spills a single drop, shoot him!&quot; The archers drew their bows and began to walk beside the novice who, in the next twenty minutes, learned how to concentrate.<p>Dear Friends, there is no substitute for determination. Enlightenment is a serious matter. It can never be attained with a casual or lax attitude. You must be determined to succeed and you must be resourceful in your determination.&quot;<p>EMPTY CLOUD - THE TEACHINGS OF XU YUN
评论 #26754792 未加载
评论 #26756233 未加载
评论 #26757846 未加载
stevewodilabout 4 years ago
Absolutely make a formal schedule and stick to it as best you can. Schedule a day that you would want and be satisfied with. Separate work time and leisure time, otherwise as a solo dev you feel guilty for not working all the time, which makes it harder to start work. Don&#x27;t expect yourself to &quot;want&quot; to start working all the time, because you won&#x27;t. That&#x27;s the mistake a lot of people make. Get started on small, easy tasks that can ramp you up and get you into flow state.<p>Ex.<p>8am - out of bed, make breakfast, no phone usage<p>9am - start working (and make sure you have specific tasks to work on)<p>12:30pm - lunch break + go for a walk and listen to podcast<p>2pm - continue working on specific tasks<p>5:30pm - leisure time + make dinner<p>7pm - workout<p>8:30pm - shower, get ready for bed<p>9:30pm - sleep
评论 #26777792 未加载
评论 #26769685 未加载
评论 #26777680 未加载
评论 #26751776 未加载
finiteseriesabout 4 years ago
Don’t build things for yourself.<p>Don’t build things by yourself.<p>Build for specific people, and feel responsible to those people.<p>Tie your social status into it.<p>Humans are incredibly social animals, take full advantage of that fact and make sure you’re sailing with the wind on the ocean, not tinkering with model boats in a poorly ventilated bedroom.
评论 #26755308 未加载
评论 #26755502 未加载
评论 #26758095 未加载
nocommandlineabout 4 years ago
Baby steps<p>1) Start with ancillary or related tasks. Basically any task that will be needed for the project but maybe not now, and that won&#x27;t mentally task you a lot. E.g. pick a color scheme, register a domain, come up with your Call to Action&#x2F;tagline. Draw up a list and check them off as you do them. Checking them off gets the motivation to work flowing<p>2) Put your design down on paper, essentially write down your pseudo-code&#x2F;process flow. It&#x27;s easier on the brain and actually is a good help when you finally start coding (lots of people start coding without having fleshed out the design)<p>3) Assign yourself a daily time quota to work. Start small e.g. I must do at least 1 hour on this project everyday. Starting small means you&#x27;re able to meet your target. As time goes on, you&#x27;ll find yourself blowing past that time and doing more work.<p>4) Focus on getting something out (very very rough but call it V1). Don&#x27;t focus on a polished output. Having a first version no matter how rough tends to get the juices flowing so you can refine<p>5) Be willing to accept that you will not be productive on all the days and don&#x27;t beat yourself up on those days. I think that feeling guilty on the days we don&#x27;t &#x27;accomplish&#x27; stuff makes us wallow in self-pity which even makes us less motivated to work.<p>What you&#x27;re going through is usually my experience towards the end of a project i.e. my struggle is to actually push through and finish the project. I wrote about this on the blog of my most current project (see my profile)
mpvaabout 4 years ago
My biggest key for this is to work on something you enjoy. Find something that you feel is wrong, or too difficult or too cumbersome and solve it technically.<p>For example:<p>Problem: There was too much street light at night to sleep coming through my window, so I bought black out blinds. Then I didn&#x27;t have enough light to wake up in the morning and always felt sluggish.<p>Solution: I created an arduino sensor to detect morning light (depending on time of year) and then using a motor on the blind cord, it opens my blinds gradually so I have a nice natural wake up.<p>And it&#x27;s powered by solar. I literally never need an alarm clock again. (All thought I still set one, good developers always have a plan b)
bhu1stabout 4 years ago
Have you experienced a vision of the person you might become, the work you could accomplish, the realized being you were meant to be? Are you a writer who doesn’t write, a painter who doesn’t paint, an entrepreneur who never starts a venture? Then you know what “Resistance” is.<p>- The War of Art - by Steven Pressfield
评论 #26751751 未加载
tarunkotiaabout 4 years ago
&gt;&gt; I know that once I start, I will be productive. But I don&#x27;t have a recipe to start. If my mood changes, I work. If not, I dont&#x27; know what to do.<p>“I write only when inspiration strikes. Fortunately it strikes every morning at nine o&#x27;clock sharp.”<p>― W. Somerset Maugham
评论 #26758169 未加载
evanmoranabout 4 years ago
I have read that procrastination comes from your mind defending itself against fear. Instead of confronting something that is really important (a writer afraid their writing isn’t good enough) the brain distracts by overweighting unimportant things to the forefront.<p>Solo ventures are very challenging and there is a lot of emotion baked in. So think through what has changed recently. The biggest fears from my experience are: is this the right product? Do people actually want it? Are you going to finish fast enough? Do I have the right life balance? (keeping relationships, family, kids, friendships; eating right, exercise, sleep)?<p>Not an easy discussion with yourself, but I think when you believe you are on the right path and are making good decisions it will flow again!
d--babout 4 years ago
Hey, for me, what prevented me from starting work is the massive scale of the project I was setting myself out to do. This was totally scaring me into inaction. Like a deer in headlights.<p>Then someone told me: &quot;just try and see how far you can go&quot;. And that completely lifted my inability to start working. I don&#x27;t really understand the psychological trick there, but somehow it worked well for me.
dragonwriterabout 4 years ago
Backlog grooming.<p>That is, if you can’t focus, that’s usually (to me) a sign that the “work” available is currently too nebulous to focus on, and you need instead to focus on turning it into more concrete, atomic, actionable items, which you can then focus on doing.
评论 #26749009 未加载
ja27about 4 years ago
A few things that help get me moving:<p>- Make a pretty fine-grained list of tasks that are likely 10-30 minutes<p>- Put my task list on an index card or whiteboard<p>- Maybe use a Pomodoro timer<p>- Change my physical environment - take a laptop outside, kitchen table, bed (or in olden times, McDonalds, library, mall food court, etc.)<p>- Overload on caffeine and sugary snacks<p>- Crank up some loud, angry-ish music<p>- Dangle a reward for myself (If I ship this app today, I can order another keyboard)<p>- Grind out a code kata on Codewars or somewhere else<p>- Before I quit for the day, lay out the first task or two for the morning<p>- Take a shower<p>- Take a walk
michalcabout 4 years ago
I suspect depends a bit on what you&#x27;re doing... but for me and the things I tend to work on, I tend to get scared by &quot;big&quot; projects that won&#x27;t be &quot;done&quot; until some far off point in the future after loads of work, so my motivation is kept up by:<p>- Getting something &quot;out there&quot; + &quot;working&quot; as soon as possible. Even if _really_ rough, buggy, ugly, can&#x27;t scale, only works in 1 case, needs a code change to work in any other etc...<p>- Keep it working with every change<p>- Every change is small. Potentially, teeny-tiny<p>Examples:<p>- Forking a project from GitHub. Have something working straight away! I&#x27;ve done a few project that literally have no lines of code in common with the original, except perhaps the license [so not appropriate for all projects]<p>- Releasing a website with whatever it is really early. Even if unstyled, no documentation, but does a tiny sliver of what you want it to do eventually. Then iterate, releasing the new version every single change.<p>- I think some people suggest avoiding tests in early stages of projects, but for me... some high-level tests on the &quot;public facing&quot; behaviour really helps give me the feeling that it&#x27;s working as changes are made, and I&#x27;m never stepping backwards.<p>Things to avoid:<p>- Long running feature branches where lots of things are broken<p>- Refactoring without some sort of externally-facing feature in mind<p>- Low level tests of implementation details<p>- Working too much on &quot;behind the scenes&quot; stuff. You probably don&#x27;t need a really fancy CI system that supports 100 developers deploying every day... [But: enough of a system for _you_ to release often is good]
d33lioabout 4 years ago
I&#x27;m horrible at work from home. After about a year of brute-force methods to try to get myself to focus, or to improve my impulse control when so many distractions are immediately present lead me to come to accept one signal is above all in indicating I&#x27;m on the right track. Telling myself no.<p>So now, especially in the morning - if I catch myself thinking &quot;just 15 min of YouTube&quot; or &quot;maybe ten more minutes of sleep before working out&quot; I make conceited effort to tell myself &quot;no&quot; and actively do what I completely acknowledge I do <i>not</i> want to do. Ironically I sort of caught on to this signal in college when I was a horrible procrastinator and didn&#x27;t yet know I was ADHD. It&#x27;s a bit extreme, but always doing what you&#x27;re most actively avoiding has started to work for me. Only took me a year of being locked in my apt to figure it out...
patatinoabout 4 years ago
My methods:<p>- Use focus app block every website which can distract me<p>- Leave a &quot;low hanging fruit&quot;. I can start the day with a very small and simple task and have some success in a couple of minutes. Getting into it is easier that way
sbacicabout 4 years ago
What are you doing with all this free time you have right now?<p>If you&#x27;re anything like the average person, you&#x27;ve probably filled it with _something_. Take a moment to assess if this &quot;something&quot; is worth the time you are spending on it or if you&#x27;re just using it to pass the hours in the hope you&#x27;ll get a change of heart.<p>If you&#x27;re just using it to pass the hours - aggressively cut those activities out of your life. You&#x27;ll be surprised how motivating being bored out of your skull can be when it comes to getting work done.
muzaniabout 4 years ago
TDD was designed to get rid of the dread. You don&#x27;t even need to write full tests, a checklist helps a lot. But proper TDD should work in seconds. Check out the book by Kent Beck, which explains it a lot better than many articles.<p>The basics of it is red, green, refactor.<p>Before you write the code, write the test. Autogenerate the code from the test until it compiles. It will be red (fail) because there&#x27;s no code. This is how you test the test.<p>Then do the absolute simplest thing to make the test green (pass). Make it really hacky. Once it passes, refactor (clean up your code).<p>The positives of this is you don&#x27;t even have to be in flow. It takes seconds to do a red, seconds to go to green, seconds to refactor. You can be interrupted at any time and not lose your train of thought. If you&#x27;re writing some tough code, there&#x27;s also some other techniques you can do, like write several tests for behavior and triangulate the code from that.
achempionabout 4 years ago
I read from a book one thing that changed this cycle for me.<p>You expect to get motivation first, then start working. This thing not always work like that, it&#x27;s self-enhancing cycle. Work -&gt; Motivation -&gt; Work -&gt; Motivation...<p>The thing is you can start this cycle from any point. I.e. if you want to get motivation for work just start doing a little.
评论 #26759723 未加载
rendallabout 4 years ago
It&#x27;s a big topic and there isn&#x27;t enough info here to really say for sure what will work for you.<p>Do you have to work? If not, try learning another skill: an instrument, juggling, cooking, a language, motion graphics.<p>Did you burn out? It might help to ensure that you commit yourself to keeping a good work-life balance, and then take baby steps: work just a half hour a day at most until you find yourself working longer.<p>Are you depressed or anxious? See a doctor.<p>But this idea of starting very slowly will likely help get you back into things. One week imagine a project you want to work on. The next week write about it. The next week spend no more than an hour or two developing it. Eventually get yourself comfortable again actually coding, then looking for a job<p>Good luck! Keep us updated
mcvabout 4 years ago
I used to have the same problem, and now I can barely stop working! I grab the opportunity to start.<p>What changed? I&#x27;m not sure, but I think it&#x27;s that I&#x27;m working on a project that I believe in, that&#x27;s more challenging to me, and that I feel in more control over. I used to be the guy who got added to a team that was already in progress, but now I&#x27;m the guy who was working on this project from the very start, and I&#x27;m determined to see it through. I feel more ownership over the project.<p>How do you get there? No idea, but I just made a proposal for a new project and I&#x27;ve got 4 days to make a prototype. This sort of thing seems to work for me. Maybe you need to figure out what works for you.
评论 #26753209 未加载
bemmuabout 4 years ago
I try to leave a well-defined little task for myself at the end of a work session which will be straightforward to pick up from the next day.<p>Usually if I just do a little bit of anything at all to bring my project forward, the momentum will carry me.
m_j_gabout 4 years ago
Some time ago i discovered, that when I am unable to write code, I am still able to engage in less demanding but still very beneficial activity for my project:<p>Pair programming with less experienced members of the team. It was very important for me, because previously, when i had &quot;bad day&quot; i was ending with completely wasted day. Now, even when i am not able to do work myself i am still able to boost significantly someones output.<p>For solo projects, watching advanced tutorials, or conference talks about technology beneficial for current project gives me sense of progress during days when i am unable to code.
janpotabout 4 years ago
What works for me is picking a task that I estimate at about 10 to 15 minutes and just execute it. Even if it&#x27;s just cleanup, or writing some docs, or polishing an API interface. If I haven&#x27;t gained momentum after finishing this it means that today is not the day and I&#x27;ll retry tomorrow. But usually it&#x27;s enough to get me started and pick up more serious things.<p>10 to 15 minutes is short enough to not feel negative about having forced myself to do it, but long enough for me to &quot;get in the mood&quot;
tmalyabout 4 years ago
I would highly recommend using mini habits to help get started.<p>Stephen Guise wrote a book Mini Habits that is quite short but to the point on how to implement these.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Mini-Habits-Smaller-Bigger-Results&#x2F;dp&#x2F;1494882272" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Mini-Habits-Smaller-Bigger-Results&#x2F;dp...</a><p>Using the Pomodoro technique is another great strategy for those days where you really do not feel like doing any work.
dave_sidabout 4 years ago
If you don’t feel like working then just commit yourself to the smallest thing possible. Commit yourself to something really small such as opening up your IDE just take a quick one minute look at a class you wrote.<p>If your not inspired then leave it.<p>You’ll maybe even call it a day then, but often your brain will kick in at at least start mulling it over in the background.<p>And sometimes you will get absorbed and carry on well after the one minute has passed.<p>Just commit to something small and see what happens.
xupybdabout 4 years ago
Try another job for a few months. Something in admin, something that is low on thinking or creativity. I bet you&#x27;ll see your energy for coding come back.
outsidethepartyabout 4 years ago
My silver bullet: always end the day with a task in progress. Makes it much easier to jump in the next morning because you have a clear place to get started.
评论 #26751769 未加载
segmondyabout 4 years ago
Find other solo developers, have your daily status with them.<p>If you can sync time start coding while on video call together before everyone signs off.
readonthegoappabout 4 years ago
sounds like typical case of burnout.<p>you could prob use 3+ months off if you can afford it.<p>you can work doing something else in the meantime if you can&#x2F;need to.
评论 #26751320 未加载
jefuriiabout 4 years ago
This doesn&#x27;t always work for me, but I use Firefox with adblockers and other mods for all my personal stuff, unmodified Chrome for media, and Chromium for work. When I need to concentrate I run `pkill firefox`. A better setup would be to have a separate computer for work with no personal apps, games, etc on it.
tdeckabout 4 years ago
I find it helps to say &quot;I&#x27;ll just work on this for X minutes&quot; and time myself. The Pomodoro Method is a simple way to get started, although personally I track time more granularly using a set of shell scripts, but the habit of recording when I start and stop focused work took a while to build up.
rajacombinatorabout 4 years ago
Just do it. If you have any hesitation, you’re not cut out for this type of work.
GoToROabout 4 years ago
Then don’t. Take a break. Too much time doing the same thing will make you ineficient. The old rich people knew this and they had diffent types of activities scheduled. Variety and the freedom to choose.
villasvabout 4 years ago
If you want to force yourself to work, the only way is to ramp up meaningful punishment for not working. Being fired doesn&#x27;t serve as such because it&#x27;s not felt daily, it comes all at once. You need a daily dose of reward&#x2F;pain to form&#x2F;alter habits. You can setup some reward for being diligent too, it&#x27;s even better to have both.<p>I say this but, of course, in your place I&#x27;d focus on the disease, not the symptom. Maybe search for a more motivating work environment or job position. Maybe do some therapy to investigate your lethargy (if it&#x27;s intermittent instead of constant, there must be something to it). Maybe just stop working, if you&#x27;re privileged enough to afford it.
newusertodayabout 4 years ago
keep aside time for working say 1 hour for working and do work related stuff in that 1 hour i.e no hn, no reddit, facebook, ig, netflix or any other thing that you use for passing time. if you don&#x27;t have work to do in that hour than spend time on thinking what to do next in that hour. Idea is to create a routine, once routine is setup things happen by themselves as per my experience. Give it a try and see if it works for you.
lmiller1990about 4 years ago
There is no hack or secret, just buckle the hell down and start working. Motivation is fleeting, discipline is what gets the job done.
markus_zhangabout 4 years ago
Maybe just look at your bank account. If that doesn&#x27;t help, maybe you don&#x27;t need to work anyway.
jokababout 4 years ago
I would identify what tasks i want to get done. Than split them into pomodoro chunks.<p>Then I would, and this is the most interesting part, record my pomodoro session using OBS studio.<p>I love to pretend that i have thousands of viewers that are rooting for me to get the the task done in as little pomodoro chunks that I can.<p>I set my pomodoro intervals to 50mins focus&#x2F; 15 min break, and I would change it depending on current tasks at hand.
visoxabout 4 years ago
Hi. Just štart to work just for 5 minútes. Easy, just 5 minútes.... Eventually repete :)
CodeWriter23about 4 years ago
My wife always says &quot;It&#x27;s work. Do it.&quot;
Railsifyabout 4 years ago
I write comments, assuming the task is code.
atlanticabout 4 years ago
Something I find very helpful, to maintain productivity when working alone at home, is this:<p>- open Notepad<p>- at the top of the page, briefly describe your development goal - a concrete project or task<p>- below the first line, break it down into a list of manageable subtasks (just the first few - more will come as you progress)<p>- keeping the list open on a separate monitor, maintain your focus on the first subtask<p>- as you get through the subtasks, cross them out or delete them. Add more items or details as they come to mind.<p>That&#x27;s it.
TechBro8615about 4 years ago
My advice, which is probably not great for your health, is to lean into it and accept that coding is more of an art than a job. Let yourself get into a flow, and when you do, stay there as long as possible even if it means messing up your sleep. Then start working on reducing the time between these flow states.<p>If you&#x27;re too tired or unmotivated to start, or get into the flow, you might also want to ask yourself if you&#x27;re really doing what you want to be doing. If the work doesn&#x27;t matter, of course you don&#x27;t want to do it. So either pick different work, or figure out how to force yourself to get it done, knowing that there&#x27;s nothing &quot;wrong&quot; with you -- you just don&#x27;t want to work on boring things.<p>That said, it&#x27;s totally possible to go in the other direction. You&#x27;ve got an awesome project that you want to work on, but fear of success is hamstringing you from starting. This is the worst, most insipid form of procrastination and it really just sucks. The best thing you can do is recognize it, but it&#x27;s really a life long problem for some. Exercise and routine help, but I think a lot of creative types find that to be a bit of a boring shtick... if that&#x27;s the case you could consider talking to a psychiatrist about an ADHD diagnosis... there are pills for that after all, but they come with their own tradeoffs.<p>Oh, and if you haven&#x27;t yet, download something like SelfControl.app and block every site that you reflexively enter into your URL bar. Another trick that works for me is leaving my work unfinished at night, but knowing what I need to do to finish it, so I have something to jump into immediately the next day.
JoeCrosbyabout 4 years ago
Same thing happened to me recently. Exactly as you describe. Even the thing I dreamt about having time to work on while I was full-time employed was difficult to get started on. Unemployed solo developer procrastination can go on for months - and that&#x27;s okay.<p>You should first accept that any time you have already wasted, was always going to be wasted, and thereby free yourself from regret.<p>While employed I was super productive on side-projects on weekends and after work, but when I had entire days to do as I please, all motivation came to an abrupt halt. I couldn&#x27;t get back into flow. The motivation dissipated. Distractions took over. Projects felt like mountains to climb without being able to enter flow mode. Without flow its amazing how little you can actually get done in a day.<p>What worked for me eventually was getting back into flow via any means necessary - and not by working on the thing I most wanted to build.<p>Procrastination is the key to escaping procrastination.<p>Working on the thing that I want to turn into a successful business made me feel overwhelmed and stressed, and therefore led to procrastination.<p>The trick is to get back into a flow state, and then when in this state regularly, you shift across to the project that you should be working on. When in flow the feeling of &quot;if I didn&#x27;t need to sleep I could get anything done right now&quot; is what you are after.<p>First, I like to get myself back in front on the computer, by doing some menial task. Like changing your vulnerable passwords in Chrome, or organizing your repos on Github, or cleaning up your bookmarks or browser profiles.<p>So now you are off the couch and doing stuff. These small, easy tasks, can generate a moderate flow.<p>Now, pick some small trivial thing that you want to fix or build. Like a bug in an open-source project that bothers you. Or a simple static website that does one silly thing that makes your life easier. Something that is going to help other people or involve collaborating with other people is a good idea - which is why a Github issue is a good. As a developer on a team, you often don&#x27;t realize how much motivation you draw on from your colleagues. You grind on stuff to make your colleagues lives easier, to impress them, to push the shared company vision further, etc. Even just one other person impacted by what you are doing can be a huge boost in motivation. This is why 2 founders are better than 1 IMHO.<p>So once you are back into flowing, interrupt yourself to work a bit on the project you really want to work on. Don&#x27;t say &quot;okay now I am full focus on the real thing I want to do&quot; - make it feel like a procrastination of the thing you are currently doing. Then bang - you have tricked your procrastinating mind.<p>Its good to take breaks from the thing you are working via other side projects - just the same as you did when you were working - but be careful to not stray too far into something too complex.<p>Other things that help:<p>- Podcasts - Listen to morning podcasts with people talking about coding.<p>- Twitter - Listen to tech conversations. Although Twitter is a big source of procrastination it can also be a good motivator and way to feel less isolated.<p>- Exercise - Runner&#x27;s high is super powerful to get motivated - but it will give you a high that dissipates unless you adequately use it to enter flow. It can be counter-productive so don&#x27;t waste time after a workout before you start coding.<p>- Alcohol (caution) - If you get stuck in &quot;analysis paralysis&quot; or really can&#x27;t get going, alcohol is a great way to jump start things. Sometimes I will pour myself a beer, and without even drinking it, I feel this rush of motivation, and I get going on things I put off for ages. It is powerful at taking away mental roadblocks and unleashing great motivation, but the [Balmer Peak](<a href="https:&#x2F;&#x2F;xkcd.com&#x2F;323&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;323&#x2F;</a>) is real! Motivation quickly tapers off. However, it is very dangerous in the long-term. Reliance can creep in quickly - but it can be useful as break yourself out of a rut.
tubularhellsabout 4 years ago
Have a creative outlet that is not digital. I paint. You can paint too, a lot of things in fact. Oil on canvas, watercolours, acrylics on miniatures (historical, fantasy, sci-fi, busts). It&#x27;s a wonderful thing. I don&#x27;t feel like sitting in front of a computer ever, so I bring this desire to motivate me in building SaaS products that might one day give me a passive income. Build a dozen, if each make 200 a month that&#x27;s already a good amount. Right?
wasyouabout 4 years ago
Form Habits Change your environment and desktop Put on your shoes LeechBlock Auto tab close Desktop links Put on music<p>If you only work when you feel like it, you&#x27;ll fail. There will be hard times in which you have to persist. Work 2 minutes a day, develop a habit.
sillycubeabout 4 years ago
If you don&#x27;t work, how can you make your living?