Live data from Hacker News

Viewing profile — bjorn2k

bjorn2k

HN member
Joined
Fri, Dec 30, 2016, 9:09 AM UTC
HN karma
32
Public activity
9 items

About bjorn2k

No profile information was provided.

Recent public activity

  1. comment
    Comment #38485297

    C++ is not easy. But if you think about ownership you can spot the bug in a proper code-review. Smart pointers are about ownership, where a unique_ptr has unique (one owner) owners…

  2. comment
    Comment #35464732

    I like the clean style of your website.

  3. comment
    Comment #30683007

    What is the most important data (or strava features) you want to keep? I was actually looking into this myself, and a few parts of strava are not that hard. For me the overview of …

  4. comment
    Comment #27916091

    I hope this is a joke.

  5. comment
    Comment #24763947

    Also Cymer is a US company acquired by ASML ( https://www.asml.com/en/company/about-asml/cymer ). They provide the technology for EUV source.

  6. comment
    Comment #23298645

    Until we solve all "problems", we need software. At least in some of the solutions, part of the solution will require software. The whole no-code thing is BS in my opinion, because…

  7. comment
    Comment #20467488

    If you rely on global state, this global state is also mangled to a different symbol, this might be undesirable. For example, if you use a logger which relies on a extern defined v…

  8. comment
    Comment #16273311

    I also would like to drop backwards compatibility in favor for a clean simple language, because I happen to write completely new functionality. If you ask yourself the question: "D…

  9. comment
    Comment #16272323

    I agree that c++ is complex, but remember that while trying to update the language the standard committee is trying not to do breaking changes. If you can do a greenfield implement…