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.

Writer's Block, or the Wantrepreneur Blues

88 pointsby fazkanover 7 years ago

11 comments

pfischover 7 years ago
Quit your job. Make it real. Fear is one of the best motivators.<p>Unfortunately this is bad advice for most people, because the truth is most people don&#x27;t have the full skillset required to own a business. Maybe they could learn it if they apprenticed under an entrepreneur or in an executive role, but I&#x27;m honestly not sure.<p>I own a business with studios in New Orleans and Atlanta, but I worked in the real world, went to grad school, and then came out and immediately went out on my own which is easier for a lot of reasons.<p>I also think a series of fortunate and somewhat unreproduceable events led me here, strangely enough involving Gabe Newell, though I&#x27;m sure he wouldn&#x27;t remember.<p>I honestly don&#x27;t think reading a bunch of books telling you how to be an entrepreneur are helpful or real at all. In fact I would describe them as more of a stalling tactic.
评论 #15223302 未加载
评论 #15223551 未加载
评论 #15227986 未加载
评论 #15227082 未加载
评论 #15224686 未加载
brian-armstrongover 7 years ago
There&#x27;s a really simple gimmick I use to get myself to do work. Set timer on phone for 20 or 30 minutes. Until the timer goes off, I won&#x27;t intentionally engage in any distractions, just my project. When the time is up, I&#x27;m free to go do something else if I want. Sometimes I will stop working. Many times I will have got engaged by whatever I was doing and will keep going for a few more hours.<p>Even if I stop, 20 minutes of undistracted work is actually pretty significant, so it&#x27;s win&#x2F;win
评论 #15224135 未加载
ThomPeteover 7 years ago
I have done a ton of successful side projects, one of them even turned into a great and growing business for me.<p>As a former musician the concept of jamming seemed like a great way to think about side projects.<p>In other words in my experience the best you can do is not even think about your side projects as projects (as the require process) but rather as jam-sessions.<p>Hopefully you have hundreds of little ideas to explore not just one (if you have that one big idea you should probably turn it into a real business, quick your job and maybe get funding)<p>The worst thing you can do is to worry about process (buy domain name, spend time on logo etc)
评论 #15227114 未加载
评论 #15225337 未加载
jonny_ehover 7 years ago
Step 14: Find out in a couple years that someone else took the same idea to fruition and succeeded.<p>When that happens I&#x27;m sad that I didn&#x27;t fully pursue it, but happy that someone did.
评论 #15223290 未加载
评论 #15223285 未加载
评论 #15222534 未加载
aregsarkissianover 7 years ago
The key is to reduce the friction of getting features out on the open web and getting feedback from real users. have just one generic domain that can be repurposed to any idea. Attach it to a static ip on aws do or up cloud as an example. Use a rad framework like rails django or laravel and launch a permanent hello world by pushing to github. Now find a small group of users that have a problem you can solve. Spend an hour a night adding a page to your site and gather feedback. Rinse and repeat. The key is to have a basic ci&#x2F;cd pipeline setup at the outset. Then iterating on ideas becomes much more easy.
ak39over 7 years ago
Forgot to list:<p>&quot;Tell your friends about your brilliant ideas.&quot;
评论 #15223423 未加载
DesiLurkerover 7 years ago
Serious question for those in software development, Have you ever had a debugger&#x2F;problem solver&#x27;s block? how do you get over it?
评论 #15223652 未加载
评论 #15223743 未加载
评论 #15225632 未加载
评论 #15227956 未加载
munificentover 7 years ago
I like the triad he breaks it down into. Here&#x27;s the tricks I try to get over missing one leg of the tripod:<p><pre><code> &gt; Energy and Direction, No Time </code></pre> I have a wife, kids, pets and work full time so this is my default state. Things that help:<p>1. Get off my damn phone &#x2F; reddit &#x2F; twitter &#x2F; whatever. Consuming media on the Internet is junk food for the attention span. I have had way too many evenings after I get the kids in bed where I think, &quot;I&#x27;ll just unwind on my phone for a few minutes and then work on something.&quot; The next thing I know, it&#x27;s three hours later, every animated GIF and cute kitten link on Reddit is purple, and I&#x27;m filled with regret.<p>I trying now to break my habit of consuming stuff on the web. It&#x27;s ultimately not satisfying. A little news-reading is important, but any more than fifteen minutes a day or so is wasted.<p>This frees up an astonishing amount of time.<p>2. Get better at working on things in small pieces. I&#x27;m writing a book right now that&#x27;s projected to be about 200,000 words. It builds up two implementations of the same programming language, and each implementation is spread across multiple chapters, so the book is <i>highly</i> intertwined.<p>You might expect that to require a ton of mental state and lot writing sessions to work on. Nope. I usually work on it less than an hour a day (which, granted, means it&#x27;s going to take forever to finish). I rely on a test suite, Git, a log, and notes to myself to make it easier to pause and resume work on it and break it down into small pieces.<p>3. Decide what <i>not</i> to spend time on. Our natural tendency is to want to say yes to things -- new projects, new hobbies, new outings, new toys to play with. But since time is finite, each of those means cutting out something that&#x27;s already in my life. I try to be more cognizant of that and proactively choose to <i>not</i> invest time in things I don&#x27;t want to be doing right now even if I would like to.<p><pre><code> &gt; Direction and Time, No Energy </code></pre> For me, this is usually laziness or analysis paralysis. Some amount of laziness is OK -- nothing wrong with some chilling and self-care. Relaxing feels good, but I find it doesn&#x27;t feel as good as the satisfaction of accomplishing something, so I try to remember that.<p>Analysis paralysis is my personal demon. I try to remember that anything is generally a more productive path than getting stuck and doing nothing. If I&#x27;m stuck because I don&#x27;t have enough information to pick a path, walking down one path is a great way to get that information, even if it requires some backtracking later.<p><pre><code> &gt; Energy and Time, No Direction </code></pre> For me, this is usually analysis paralysis at a larger scale. The kids are finally out of the house and I&#x27;ve got four hours of free time. What project should I work on? Oh, God, I can&#x27;t pick. Again, I try to force myself to pick <i>something</i> because any choice is better than no choice.<p>I don&#x27;t personally often have the vague &quot;I don&#x27;t know what I want to do at all&quot; problem I hear a lot from bloggers. I think many of those are coming from people who want to <i>be</i> a certain thing (author, entrepreneur, successful open source project lead, etc.) and don&#x27;t want to <i>do</i> a certain thing (edit paragraphs, make sales cold calls, reply to bug reports for five hours).<p>They want the reward of the cachet associated with the identity but either don&#x27;t want to or don&#x27;t know how to do the work to get that. Personally, I&#x27;m generally more motivated by the process than the product, so I don&#x27;t fall into that trap very often. I don&#x27;t have enough self-discipline to spend time on things when I don&#x27;t enjoy the basic mechanical process of it.
评论 #15224697 未加载
评论 #15222821 未加载
sjcsjcover 7 years ago
&quot;3. Buy a domain name (this step is crucial)&quot;<p>Fantastic
评论 #15226894 未加载
dev1nover 7 years ago
&gt; <i>Energy and Time, No Direction</i><p>I tend to just buy one of the books I have on my list and dive into that. Then I don&#x27;t need direction, I just keep turning pages and take notes.
fiokodenover 7 years ago
I gotta say, I just bulldoze through and get the damn software built at great personal cost in a whole range of ways. I always complete the project.<p>The hardest thing is not writing the code - although that is extremely hard - the hardest thing is building something people want to use.