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 bulan yang lalu·1 comments

comments

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