HackerTrans
TopNewTrendsCommentsPastAskShowJobs

icemelt8

no profile record

Submissions

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

3 points·by icemelt8·قبل 5 أشهر·1 comments

comments

icemelt8
·قبل 19 يومًا·discuss
[dead]
icemelt8
·قبل 22 يومًا·discuss
what a beautiful article, thoroughly enjoyed reading it.
icemelt8
·الشهر الماضي·discuss
This is the story with most frontend developers, they are not usually from a typical computer science background.
icemelt8
·قبل شهرين·discuss
Cursor 3 is a complete rewrite, its no longer a fork.
icemelt8
·قبل شهرين·discuss
AI slop
icemelt8
·قبل 5 أشهر·discuss
What an amazing piece of information in a thread about a game engine, thanks for sharing this.
icemelt8
·قبل 5 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
> 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
·قبل 7 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
check the benchmarks here https://trailbase.io/reference/benchmarks/ its clear thats a lot of overhead on top of sqlite
icemelt8
·قبل 8 أشهر·discuss
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 أشهر·discuss
very good, but no thanks, I'd rather use the state of the art M series mac chips with polished MacOS
icemelt8
·قبل 8 أشهر·discuss
but games are a niche, nobody in my circle or extended circle plays video games.
icemelt8
·قبل 8 أشهر·discuss
how did you do NSFW?
icemelt8
·قبل 8 أشهر·discuss
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
·قبل 8 أشهر·discuss
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 أشهر·discuss
default UI of the internet
icemelt8
·قبل 9 أشهر·discuss
We use this for our flow builder in https://wetarseel.ai