Live data from Hacker News

Viewing profile — bowlerman

bowlerman

HN member
Joined
Tue, Sep 20, 2022, 9:58 AM UTC
HN karma
8
Public activity
6 items

About bowlerman

No profile information was provided.

Recent public activity

  1. comment
    Comment #32928215

    Big-name crates that do IO often use async by default, but I haven't seen one so far that doesn't provide a sync/blocking api as well. Usually this is done by enabling a feature fo…

  2. comment
    Comment #32918723

    That's the way it's resolved in languages with a standard, multiple compilers and no preference towards any of the compilers. This doesn't mean it has to be done this way in Rust. …

  3. comment
    Comment #32917325

    > Maybe there needs to be a tiny (incomplete?) rust compiler. Or maybe there should be an interpreter. In which case the issue is "Rust doesn't have a small compiler" or "Rust does…

  4. comment
    Comment #32910072

    Having a standard is overrated. What you usually want is clearly defined behavior and a good backwards compat story. Standards only make sense to me in the presence of multiple com…

  5. comment
    Comment #32909989

    Those qualifications are going to hold for any advice about technology. You can even justify using malbolge for your hobby project with "I like it" or "It's just for fun". If your …

  6. comment