HackerTrans
トップ新着トレンドコメント過去質問紹介求人

icemelt8

no profile record

投稿

Show HN: Running our stack on a $25 Hetzner node with Coolify and SQLite

3 ポイント·投稿者 icemelt8·5 か月前·1 コメント

コメント

icemelt8
·20 日前·議論
[dead]
icemelt8
·23 日前·議論
what a beautiful article, thoroughly enjoyed reading it.
icemelt8
·先月·議論
This is the story with most frontend developers, they are not usually from a typical computer science background.
icemelt8
·2 か月前·議論
Cursor 3 is a complete rewrite, its no longer a fork.
icemelt8
·2 か月前·議論
AI slop
icemelt8
·5 か月前·議論
What an amazing piece of information in a thread about a game engine, thanks for sharing this.
icemelt8
·5 か月前·議論
We built Wetarseel with a focus on keeping the "mental overhead" of infrastructure as low as possible.

The Hardware: > We’re using a single Hetzner VPS (8 vCPU, 32GB RAM, 200GB NVMe) for ~$25/month. Compared to the big cloud providers, the vertical scaling headroom here is massive for the price.

The Stack:

Orchestration: Coolify (self-hosted PaaS). It handles SSL, GitHub-triggered Red/Blue deployments, and Docker management.

Runtime: Next.js and Bun.

Database: SQLite. Having the DB as a local file on NVMe makes latency negligible and simplifies backups (it's just a file copy).

Workers: BullMQ via Redis.

Storage: Self-hosted S3-compatible storage on the same node.

The goal was to see how far we could get before needing a distributed system. So far, the performance has been excellent, and "it just works." Happy to answer any questions about the setup or the trade-offs of going single-server.
icemelt8
·7 か月前·議論
The most shocking thing in this article is learning about the https://en.wikipedia.org/wiki/Great_Chinese_Famine I didn't know about it, what an unnecessary loss of life in a modern era.
icemelt8
·7 か月前·議論
> I’m typing this blog on a HP ZBook Ultra G1a 14. Question to HP, who names this crap? Why do these companies insist on having the most confusing product lineups and names.

The reason is that they are not serious companies, this is why anything other than a real macbook and with a real macOS is not worth having spent time on.
icemelt8
·8 か月前·議論
Even if one game doesn't work on this (there are many) and works on Windows, why shouldn't I just use Windows?
icemelt8
·8 か月前·議論
Thanks this is very helpful, can you please look at the code more, specially around inserts and reads why its so slow?

I am a lowly frontend developer who got into the SQLite hype due to twitter and DHH from Rails, didn't know how bad SQLite was.
icemelt8
·8 か月前·議論
check the benchmarks here https://trailbase.io/reference/benchmarks/ its clear thats a lot of overhead on top of sqlite
icemelt8
·8 か月前·議論
Beware of pocketbase! I am running my startup wetarseel.ai. You'll be badly locked into one instance with one sqlite file, plus its queries are not mapping to SQL, try a bulk delete and it will choke your entire system, plus other footguns.
icemelt8
·8 か月前·議論
very good, but no thanks, I'd rather use the state of the art M series mac chips with polished MacOS
icemelt8
·8 か月前·議論
but games are a niche, nobody in my circle or extended circle plays video games.
icemelt8
·8 か月前·議論
how did you do NSFW?
icemelt8
·8 か月前·議論
I grew up learning Flash and started my love for programming due to ActionScript 2 then 3, is there anything like this today I am looking for something for my 10 year old daughter.
icemelt8
·9 か月前·議論
not at all, Shadcn has been a game changer for all young, bootstrapped and individual developers. Who now have a professional looking UI available for free and easy to use.

There are echo chambers and availability biases, it takes a bigger person to know that they live in one.
icemelt8
·9 か月前·議論
default UI of the internet
icemelt8
·9 か月前·議論
We use this for our flow builder in https://wetarseel.ai