Viewing profile — pmul
pmul
HN member- Joined
- Tue, Sep 03, 2019, 8:32 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About pmul
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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?
-
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…