Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pmul
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pmul
7d ago
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 been shuttered for years, and strange businesses located in t
2.
▲
by
pmul
8mo ago
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 crossing one, your heading (not your track) must be as c
3.
▲
by
pmul
7y ago
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.
▲
by
pmul
7y ago
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 naughty like a const_cast.