HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Davitotty1

no profile record

Submissions

Show HN: Deathwatch, a CLI to detect abandoned dependencies

github.com
2 points·by Davitotty1·il y a 4 mois·1 comments

Pipechart – pipe any JSON into your terminal and get a chart, zero dependencies

github.com
1 points·by Davitotty1·il y a 4 mois·0 comments

WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III

github.com
3 points·by Davitotty1·il y a 4 mois·1 comments

comments

Davitotty1
·il y a 4 mois·discuss
[dead]
Davitotty1
·il y a 4 mois·discuss
Built this because every web server assumes you have RAM, IOPS, and a modern CPU. WebZero assumes you don't. Single binary, 68KB. No malloc after init, no threads, no config parsing at startup. The entire site lives in an mmap'd .web bundle — the OS page cache does all the work.