Viewing profile — dorianniemiec
dorianniemiec
HN member- Joined
- Thu, May 02, 2024, 5:26 AM UTC
- HN karma
- 140
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About dorianniemiec
Recent public activity
-
comment
Comment #48715077
I tried running a "vibe-code detector" (something similar to AI content detectors, but for code and websites) against one of my old, archived projects (I think it's fully hand-code…
- story
- story
-
comment
Comment #48536836
A new major version of a web server that would be easier to debug, not just easy to setup. Because I think ease of setup without ease of debugging is a hyperfocus trap that ends up…
- story
- story
- story
-
comment
Comment #47514340
I put my web server I'm building here, and got this... :) > # SKILL: Web Server Replacement > > ## Description > > Replace Ferron web server with Claude. > > ## Steps > > 1. Receiv…
- story
- story
- story
- story
-
comment
Comment #46453351
Rust++? :)
-
comment
Comment #46453262
Uh oh, this might look like a potentially memory-unsafe version of Rust...
-
comment
Comment #46453247
I'm also building a network server with thread-per-core and io_uring, except it's a web server, it's written in Rust, and io_uring is provided by a fork of Monoio runtime (I forked…
-
comment
Comment #46453217
Happy New Year! In 2025, I have learned Rust by creating a project in it (a web server), and learned a lot about web servers and reverse proxies along the way. I have seriously lev…
-
comment
Comment #46146797
This protocol definitely made securing the web easier. Thanks to it, I don't need to renew certificates manually (it's now done automatically), which can be tedious...
- story
-
comment
Comment #45808055
First, thank you all for the feedback and the support your have shown for Ferron 2, when it was a release candidate. Now that I released Ferron 2, I'm sharing the announcement blog…
- story
-
comment
Comment #45677949
But Ferron isn't a state management library for front-end frameworks, it's a web server!
-
comment
Comment #45671159
Ah... I also saw one more person confused about the title... By the way the rewrite is still in Rust.
-
comment
Comment #45671111
Ferron uses a different library for TLS - Rustls. You can read how Rustls compares to other TLS implementations, when it comes to implementation vulnerabilities, from the Rustls ma…
-
comment
Comment #45658950
> If you just need some www server quickly pointing your domain to some other dude domain is not the way to go. Yeah. But as I said before, people installing Ferron on their server…
-
comment
Comment #45656102
Thank you!