Live data from Hacker News

Viewing profile — ampere22

ampere22

HN member
Joined
Mon, May 03, 2021, 2:47 AM UTC
HN karma
-2
Public activity
2 items

About ampere22

No profile information was provided.

Recent public activity

  1. comment
    Comment #43605244

    Thank you for sharing. Seems I still have more to learn! It seems the bug you are flagging here is a null reference bug - I know Rust has Optional as a workaround for “null” Are th…

  2. comment
    Comment #43604779

    If a C++ developer decides to use purely containers and smart pointers when starting a new project, how are they going to develop unsafe code? Containers like std::vector and smart…