Live data from Hacker News

Viewing profile — rddbs

rddbs

HN member
Joined
Fri, May 07, 2021, 2:31 AM UTC
HN karma
42
Public activity
13 items

About rddbs

No profile information was provided.

Recent public activity

  1. comment
    Comment #48928338

    Alright I’ll bite. Why do harnesses require so much code?

  2. comment
    Comment #48887870

    I care more about hiding AI related articles than I do about AI-authored content in articles. Feels like most of the content on HN is now AI related and it’s just exhausting. Anyon…

  3. comment
    Comment #48125980

    One obvious answer is that people probably don’t want to write a whole parser and wire up new steps in their build pipeline just to do something simple like get the name of enum ca…

  4. comment
    Comment #46029950

    You get to choose between UB, a crash, or handling the error — same as most other languages. It’s not a reliability issue of the language if as an author of software you choose to …

  5. comment
    Comment #43221547

    Tangential question for c++ devs: How would this even compile before the author fixed the Sphere* typo in the vector?

  6. comment
    Comment #42499983

    How often do folks venture off the happy path with Rust dependencies? Personally I’ve never once found myself in that situation.

  7. comment
    Comment #42330382

    The unique difficulties of driving in Miami might be the reason this is a good choice, not the reason it’s a bad one.

  8. comment
    Comment #42078248

    The problem with giving each team a repo and an API surface is that you create API boundaries where your organizational boundaries are, not necessary where your service boundaries …

  9. comment
    Comment #40862382

    Arc is an atomic (not automatic) reference counter which can be used across threads. Reference counting in general can still be tricky to use when you need cyclical references thou…

  10. comment
    Comment #37258362

    Would forcing disclosure of non-authorized parts not address that? If you were willing to pay the premium for authorized parts then you’d have the information to choose the right r…

  11. comment
    Comment #36763430

    There are union types, which despite being untagged might be enough in a lot of situations, and I believe has language support in things like switch statements. https://crystal-lan…

  12. comment
    Comment #27558380

    It’s hard to fault SpaceX for realizing a market opportunity here. If they can bring decent Internet to rural areas who don’t currently have broadband access, that’s just mutually …

  13. comment
    Comment #27071441

    I’m always surprised to hear folks having such negative opinions of beyond and impossible burgers. I quite like the taste despite it not being an exact beef flavour, and I think th…