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.

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

217 pointsby dilly_liabout 5 years ago

11 comments

LiamPaabout 5 years ago
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>
julianeonabout 5 years ago
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 未加载
fxtentacleabout 5 years ago
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.
abdulwahidgulabout 5 years ago
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.
Kwantuumabout 5 years ago
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 未加载
Roboprogabout 5 years ago
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.
klausjensenabout 5 years ago
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.
mongolabout 5 years ago
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.
domenicrosatiabout 5 years ago
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 未加载
moneywoesabout 5 years ago
Can you please provide an update if you see this.
tttyabout 5 years ago
&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.