TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why my side projects failed

4 点作者 pattle超过 1 年前

2 条评论

Communitivity超过 1 年前
Kudos. Making a video like this is hard, because you bare your soul and discuss what you did that you could have done better.<p>In an effort to help you in the future, here are some things I noticed:<p>- &#x27;just quickly fix this&#x27;. I cannot enumerate the number of times a junior dev has come to me bemoaning a code break because he &#x27;just tried to fix this&#x27;, because I&#x27;ve lost count. Anytime you find yourself using that phrase or something similar take a step back put down the keyboard and think through all your assumptions about why this is happening. Write one or more tests to verify each assumption. Once you&#x27;ve verified your assumptions (you will find some were wrong &gt; 50% of the time in my experience) you not only know your assumptions (or revised assumptions) are correct, but also have a much better mental model of the problem. Now break the problem into small pieces, and possibly break each of those into small pieces. Address bottom up.<p>- Always have backups, and implement them with a backup plan that works. Don&#x27;t just (I&#x27;ll backup the data periodically as I think of it - this is the plan of many). I prefer nightly incrementals and a weekly image backup.<p>- The site was offline for two years. Uptime and adoption momentum are key. So is honesty. This is a hard situation though, and every person will address it in the way that suits them best. I think I would have put a notice at the top of the page that was only visible to returning visitors, saying &quot;We are sorry for the inconvenience. We are suffering early growing pains. Our database is corrupted and our backups were insufficient, so past data is unavailable. We are working to ensure this does not happen again.&quot;, cleared the data, and kept going.<p>- The site concept is interesting but two questions seem unanswered (you maybe just left them out of the video. The first is how you intend to incentivize users to come back to the site (gamification, cash prizes, discounts, lots of options). The second is how to monetize. Without a way to monetize it this is a cool side project, not a side hustle. You might be able to build up enough adoption so someone big buys you (like Wordle) and then you don&#x27;t need to worry about monetization. But you can&#x27;t count on that, I&#x27;m not convinced that&#x27;s a good strategy to plan on.
评论 #39264010 未加载
rrr_oh_man超过 1 年前
Appreciate the video.<p>Points for improvement:<p>- Almost dropped out due to the 1min intro.<p>- And: are you actually using your mic? It sounds like a built in MacBook&#x2F;smartphone microphone.
评论 #39263932 未加载