Live data from Hacker News

Viewing profile — pmul

pmul

HN member
Joined
Tue, Sep 03, 2019, 8:32 PM UTC
HN karma
4
Public activity
4 items

About pmul

No profile information was provided.

Recent public activity

  1. comment
    Comment #49634391

    but then again Apple Maps seems (certainly here in London) to be absolutely full of geofraud entries and out of date slop, such as small businesses with linked websites that have b…

  2. comment
    Comment #46534769

    On 3, Traffic Separation Schemes (TSS) will be making things look tidier (and safer) for many of the more organized flows. In a TSS, you have to drive on the right, and if you're c…

  3. comment
    Comment #20870869

    The first example won't compile in c++ (can't get a ptr to a non const from a const without something naughty like a const_cast) - that's not undefined behaviour is it?

  4. comment
    Comment #20870858

    The first example doesn't produce undefined behaviour as c++ - it just won't compile - you can't initialise that pointer to a non const int from a const int without doing something…