• 0 Posts
  • 44 Comments
Joined 11 months ago
cake
Cake day: December 30th, 2023

help-circle






  • I’ve driven through Oregon before back when you weren’t allowed to pump your own gas and it felt ridiculous and inconvenient waiting for an employee to come pump gas for you. But maybe that’s just because I’m accustomed to self serve.

    For groceries it’s nice to have the option to do self checkout. If I have a small number of items then self checkout is faster/easier. If I have a large number of items then going through the line with the cashier is faster/easier.












  • I’ll reiterate, if it was a null pointer exception (I honestly don’t know that it was, but every comment I’ve made is based on that assumption, so let’s go with it for now) then I absolutely can blame C++, and the code author, and the code reviewer, and QA. Many links in the chain failed here.

    C++ is not a memory safe language, and while it’s had massive improvements in that area in the last two decades, there are languages that make better guarantees about memory safety.