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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How we saved over $3.5k a year for our newly launched startup

26 点作者 mitchwainer将近 12 年前

5 条评论

canterburry将近 12 年前
Initial setup is only part of the equation. You must now maintain everything you setup or forked. I predict you have many hours of repair, patching, migrations and upgrades ahead of you not to mention any downtime suffered because you can&#x27;t put in as much effort into making these systems as robust as your main product&#x2F;service.<p>On the other hand, I was always taught &quot;cash is king&quot; in entrepreneurship. It&#x27;s the easiest to spend and the hardest to make. Besides, if you are a start-up and don&#x27;t have it...hacking something together is your only option.
评论 #5913426 未加载
mathattack将近 12 年前
$3.5k&#x2F;year seems like crumbs compared to VC valuations, but in the context of 20-30 hours of work it&#x27;s not too bad. Call it $150&#x2F;hour recurring - sure. I like the frugal mindset for new firms.
评论 #5912870 未加载
JangoSteve将近 12 年前
We switched over a lot of our operations to open source alternatives around a year ago as well (a writeup is still in the works). We were partially motivated by the money, but more so by the control over our&#x27;s and our clients&#x27; data.<p>One thing to note though is that there are a few things that just make much more sense as a service, or take more effort to actually run yourself than expected. For example, the way they set up Uptime. They moved a lot of stuff over to Digital Ocean, but it sounds like they still have a lot running on Heroku (e.g. all the apps mentioned in the post). But you need your availability monitoring app running on completely separate servers than everything else you run, otherwise it can&#x27;t tell you when the service behind your apps goes down. In this case, if Heroku <i>or</i> EC2 go down, then the app that is supposed to alert them will also go down, and thus no alerts.
评论 #5913256 未加载
joshowens将近 12 年前
Someone asked in the comments how much time we spent on this project. It was between 20-30 hours total, chef being the bulk of it.
hkarthik将近 12 年前
Great post! I am curious whether you could move all these boxes to Uptano and save even more now.<p>What are you doing for CI?
评论 #5912928 未加载