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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The boring technology behind a one-person Internet company (2018)

217 点作者 dilly_li大约 5 年前

11 条评论

LiamPa大约 5 年前
From a few months ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20985875" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20985875</a>
julianeon大约 5 年前
Wow, that&#x27;s hugely impressive for a 1-man operation. You&#x27;re like a song that you hear on the radio with solid guitar, vocals, drums, etc. and it turns out it&#x27;s all 1 guy by himself who recorded and mixed those elements together. It may be possible, but it&#x27;s definitely not common.<p>Also, to any VC&#x27;s reading this, this guy will spend $1 better, leaner and farther than any team you can name, and he&#x27;s already demonstrated he has the chops w&#x2F;this project.<p>Finally, thanks for sharing this. This is the kind of quality post that 100% justifies the time I spend on HN.
评论 #23201855 未加载
评论 #23199231 未加载
评论 #23199560 未加载
fxtentacle大约 5 年前
This is the most informative article that I read today. No hype, no story, just a plain list of engineering choices, some explanations, and a very useful list of tools.
abdulwahidgul大约 5 年前
This gives the confidence to move forward. You made a break through for me. The point you made about over engineering. I found out resently that beautify is in simplicity, and you grow when you have to grow. Not day 1.day 1 is about day 1. But I was stuck at the over engineering bit, in the name of making things simple.<p>Thank you for this great article I will be waiting for your future blog posts.
Kwantuum大约 5 年前
Who the hell would consider this stack to be boring? There&#x27;s so many moving parts for a single person operation, seems pretty insane to me that anyone would consider this boring.
评论 #23202804 未加载
Roboprog大约 5 年前
Thanks to the author of this, even if it was put up a while back.<p>I loved the detail of the business service tools used.
klausjensen大约 5 年前
A great inspiration for aspiring tech-entrepeneurs, for which the &quot;VC-hockeystick-picthdeck-series-x&quot;-cirkus sounds like a nightmare.<p>Easily my favorite post this week.<p>Thank you very much for sharing this.
mongol大约 5 年前
This is a very useful service. I often search for podcasts on random topics that I want to know more about. Imagine if the web was such that you subscribed to certain pages and only consumed those. Weird.
domenicrosati大约 5 年前
Why not use more managed services like a managed DB and some PaaS for the backend services and workers?<p>I imagine that would be both cheaper and less overhead (in ansible yaml) ect.
评论 #23200859 未加载
moneywoes大约 5 年前
Can you please provide an update if you see this.
ttty大约 5 年前
&gt; On ListenNotes.com, most web pages are half server-side rendered (Django template) and half client-side rendered (React). The server-side rendered part provides a boilerplate of a web page, and the client-side rendered part is basically an interactive web app.<p>Imagine now every time you change sever side you need to make sure you don&#x27;t break client side. These dependencies are a big tech debt.<p>How come not using docker there is less overhead? Not using docker I need to worry way much than using it. Like do I need to install anything? Versions works? How do I reproduce my env if my machine breaks?.... You&#x27;d need to write docs and keep them in sync.