Live data from Hacker News

Viewing profile — dochtman

dochtman

HN member
Joined
Mon, Aug 02, 2010, 8:48 AM UTC
HN karma
8,636
Public activity
835 items

About dochtman

Professional Rust maintainer.

https://dirkjan.ochtman.nl/ https://github.com/djc https://xavamedia.nl/

[ my public key: https://keybase.io/djc; my proof: https://keybase.io/djc/sigs/8IkleSSBN9hhCZWqkfDndLYhEEfanUDBVDQdS_hqH9U ]

Recent public activity

  1. comment
    Comment #49224700

    I don’t think it’s completely unfair to say that the Neo is based on a chip that was first announced in Sep 2024 while the Intel chip is from Apr 2026. Also, I think the battery li…

  2. comment
    Comment #48546800

    > I wonder if someone could create a GitHub account using my name and claim ownership of them... AIUI the crates are actually linked to the account via a different identifier, not …

  3. comment
    Comment #48472501

    GitButler now employs/has hired the gitoxide maintainer, I think? So no doubt they’re aware. I guess they found that gitoxide isn’t good enough and/or to expensive to extend/improv…

  4. story
  5. comment
    Comment #48068324

    A lot of Let’s Encrypt is not the software but a bunch of auditing and process that ensure compliance and make it legible to the required auditors.

  6. story
  7. story
  8. story
  9. comment
    Comment #47120153

    That's the policy, but we've been a bit more conservative in practice. `main` currently targets 1.88, but that's only because a security issue in the time crate has forced our hand…

  10. comment
    Comment #46841896

    I'd bet a supermajority of Swift commits comes from Apple developers. Pretty sure the rust-lang/rust commit authors would be much less centralized.

  11. comment
    Comment #46807756

    See also: https://github.com/1jehuang/mermaid-rs-renderer Just submitted a HN thread about it: https://news.ycombinator.com/edit?id=46807750

  12. story
  13. comment
    Comment #46629488

    I think the way Rust checks borrows also makes it a lot more feasible to avoid allocations/copies; not because it is impossible to do in C, but because doing it in C requires writi…

  14. comment
    Comment #46629435

    There’s also a compounding effect: I’ve heard from a hardware vendor that they spend a lot of time optimizing OpenSSL to get the most out of their silicon, so for their customers t…

  15. story
  16. comment
    Comment #46025280

    How is the HiDPI situation, and font rendering? Last time I tried it on my M1 Max with Asahi it still looked substantially worse.

  17. comment
    Comment #45391058

    I'm pretty sure private PKIs are an option that is pretty straightforward to use. Security is still a lot better because the root is communicated out of band.

  18. comment
    Comment #45391043

    When I asked about financial support, the Senior Principal Software Engineer from Mozilla I talked to said "Mozilla has no money". To be fair, we've gotten a great amount of code c…

  19. comment
    Comment #45069193

    I would argue that regexes are often more complex than simple parsers.

  20. comment
  21. comment
    Comment #44954955

    CRLite is awesome, and it deserves more usage; notably most non-browser clients on Linux machines don’t get any revocation handling at all.

  22. comment
    Comment #44848616

    Tauri seems interesting. It combines a Rust core with the platform-native browser engine for presentation. Of course a potential downside is rendering incompatibilities between eng…

  23. comment
    Comment #44808621

    No, they don’t. Selling support contracts is actually hard. GPL/AGPL preclude widespread adoption (these days) — the grandparent explicitly mentioned “permissive” licenses.

  24. comment
    Comment #44748603

    IIRC derive and attribute macros via declarative macro definitions are coming soon, which probably obviates this? https://github.com/rust-lang/rust/issues/143549

  25. comment
    Comment #44121271

    Does this work on macOS? On mobile (Firefox on iOS) why does this site keep putting animations in my face?