Viewing profile — briantkelley
briantkelley
HN member- Joined
- Sat, Sep 11, 2021, 7:48 PM UTC
- HN karma
- 96
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About briantkelley
No profile information was provided.
Recent public activity
-
comment
Comment #34896091
> Rust would not have failed to compile at step one necessarily. True. In this case there was old code and new code. I assumed in a hypothetical hybrid Rust codebase, bindgen would…
-
comment
Comment #34895875
> My point was that data can be corrupted due to logic bugs as well For sure. But in the 10+ years I worked on Office, I spent far more time per UB bug than logic bugs. 1 UB bug co…
-
comment
Comment #34893517
> it's worth thinking about whether it's worth it. Totally agree we need to evaluate the trade offs of various paradigms. But, I think the most important aspect to understand is th…
-
comment
Comment #34893469
IIRC, that specific bug was due to a few issues: 1. Mismatched type definitions in different translation units caused an implicit 32 to 16 bit conversion. 2. An addition to the 16 …
-
comment
Comment #34893140
> Users don't care if you wrote it in Rust Totally agree! But they do care if Word corrupts a document that’s been open for 10 days (a bug that a principal engineer spent many, man…
-
comment
Comment #34892436
I’m curious why we see so many papers and discussions about the difficulty in writing Rust relative to other languages. I would like to see more analyses of total cost of ownership…
-
comment
Comment #33321965
I totally agree with the author’s summary: > That trepidation and sinking feeling of “What are they going to break this time?” every time the WWDC’s date approaches, has been weari…
-
comment
Comment #30900452
I worked on Word for years. Office has thousands of files over 10,000 lines with, uh, various degrees of test coverage and comprehensibility. After some time and experience, your m…