RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
88% Positive
Analyzed from 454 words in the discussion.
Trending Topics
#hand#don#need#code#single#close#examples#framework#performance#looks

Discussion (13 Comments)Read Original on HackerNews
This is the exact example I used the other day. Same with pick-and-place, CNC for subtractive manufacturing, 3D printing for additive, plastic injection molding, etc. I wouldn't want to live in a world where the only option for products produced by such automation were instead done one-off by artisans. Sure, if you want a hand crafted laptop where everything (save for the silicon, I suppose) was hand carved, hand placed, hand soldered, etc, you should, by all means, be allowed to pay $20,000-$200,000 for that privilege, instead of ~$2,000.
It's bizarre to me that so many developers are overly attached to typing every individual character. If I could get paid for my sense of knowledge and good judgement to design software while delegating 100% of the process of creating to a team of engineers, I would. And as a staff engineer, I'm already close to that, but there are things I have to roll my sleeves up and handle myself.
I built Vermell, a minimal, zero-dependency C++ web framework designed to explore low-level networking, non-blocking I/O with Linux epoll, and simple Express-like routing under the hood.
I originally started this ~4 years ago and paused it over socket/memory security concerns. Recently, I picked it back up, audited the codebase, and packaged it with APT, Docker, and an NPX starter.
Site & docs: https://vermell.cc/
Would love any feedback on the architecture, security edge cases, or performance.
Performance is probably the only angle that has some potential but only short requests, the db and other external IO/services is a bigger bottleneck.