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: What is the worst part of bootstrapping your side project?

10 pointsby samcgrawover 4 years ago

6 comments

Jugurthaover 4 years ago
Not a side project for us[0], but lack of community beforehand&#x2F;notoriety. Some companies with backing or from an accelerator&#x2F;incubator are built around what is basically one feature in our product, but they have more engagement&#x2F;notoriety because they&#x27;re branded. It&#x27;s interesting to see that dynamic, especially given the fact they don&#x27;t have a background in the problem&#x2F;domain and we think the problem they&#x27;re solving is not what actually matters.<p>However: given the nature of our activity [we build ML products for enterprise] and have been profitable for the get go with this activity [no need for VC money], we&#x27;re building the product for ourselves.<p>We made a decision to develop that platform as if it were a normal SaaS to put positive pressure on ourselves and round off rough edges. For example, early users of the platform were important in that they helped us focus on common&#x2F;irritating quirks we were aware of, and expose problems we were not aware of.<p>One issue we were aware of is the &quot;tragedy of the commons&quot;. Users were training models and competing with each other for resources. We then quickly made users able to schedule notebooks because we were hitting that problem often and it was really annoying.<p>Another problem is troubleshooting code for users. We added near real-time notebook editing. Around thirty early users were students of one of our colleagues who used our platform in their machine learning final year project, and given COVID and financial resources, being unable to set up compute environments, we onboarded them and fixed whatever they were complaining about.<p>- [0]: <a href="https:&#x2F;&#x2F;iko.ai" rel="nofollow">https:&#x2F;&#x2F;iko.ai</a>
mindcrimeover 4 years ago
Lack of time. Assuming you work a day job to pay the bills, there&#x27;s a fixed amount of time left over to work on the side project. And that limits how much &quot;stuff&quot; you can get done in a given calendar period.<p>And that can be very frustrating mentally, when you see other people working on the same (or similar) ideas, and they can move faster because they&#x27;re funded and have full-time people working on it.<p>OTOH, there&#x27;s another sense in which you can move <i>faster</i> than competitors, in that you have less inertia involved. If it&#x27;s just you (or you and maybe one or two other people) you can potentially switch gears and change directions much more quickly than larger companies with more people involved.
评论 #25076341 未加载
giordaalover 4 years ago
I am developing QuestionOf. I had to create a new parse of markdown (.md) and it was difficult to think in each detail.<p>Sample: <a href="https:&#x2F;&#x2F;questionsof.com&#x2F;enem&#x2F;to-protect-you-and-your-fellow-passengers-the-transportation-security-administration-tsa-is-required-by-law-to" rel="nofollow">https:&#x2F;&#x2F;questionsof.com&#x2F;enem&#x2F;to-protect-you-and-your-fellow-...</a><p><a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;alexandregiordanelli&#x2F;enem&#x2F;master&#x2F;149&#x2F;149.md" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;alexandregiordanelli&#x2F;enem&#x2F;...</a>
elliotbnvlover 4 years ago
Slow iteration speed and pace of learning, I think. If I were going full-time on my side projects I&#x27;d make mistakes (and learn from them) much more quickly.<p>As it is, any mistake takes a while to be realized and cuts into my momentum and energy significantly, because I get more emotionally attached the longer I stay with a project.
rfergieover 4 years ago
The long slow SAAS ramp of death
kilroy123over 4 years ago
Definitely marketing what I built. It&#x27;s hard to get the word out.