Live data from Hacker News

Viewing profile — dorianniemiec

dorianniemiec

HN member
Joined
Thu, May 02, 2024, 5:26 AM UTC
HN karma
140
Public activity
121 items

About dorianniemiec

A ZSOiE student passionate about Information Technology. The creator of Ferron — a fast, memory-safe web server written in Rust. An #ActuallyAutistic person.

Recent public activity

  1. 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…

  2. story
  3. story
  4. 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…

  5. story
  6. story
  7. story
  8. 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…

  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #46453351

    Rust++? :)

  14. comment
    Comment #46453262

    Uh oh, this might look like a potentially memory-unsafe version of Rust...

  15. 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…

  16. 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…

  17. 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...

  18. story
  19. 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…

  20. story
  21. comment
    Comment #45677949

    But Ferron isn't a state management library for front-end frameworks, it's a web server!

  22. comment
    Comment #45671159

    Ah... I also saw one more person confused about the title... By the way the rewrite is still in Rust.

  23. 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…

  24. 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…

  25. comment
    Comment #45656102

    Thank you!