Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
another_another
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
another_another
4y ago
Aha, so it's not just for the Balmoral Highland Games then?
2.
▲
by
another_another
4y ago
Actually I do think that's possibly what is happening here. As you say the Russians aren't amateurs, but at the same time they've massively overstepped their mark this time and have galvanised action against them that possibl
3.
▲
by
another_another
4y ago
> I do my wife's code for her dev job and it honestly works out to like 2 hours a week for me. >She spends maybe 10 hours in meetings Watch out, if she attends all those productivity sapping meetings, and turns in good code th
4.
▲
by
another_another
4y ago
>my guess is it would be more comfortable to remain there than to lock down alone in your apartment; Actually sounds like a good premise for a movie :)
5.
▲
by
another_another
4y ago
I remember seeing one called 'Arson Fire' which basically conveyed the same thing.
6.
▲
by
another_another
4y ago
You're right, an atomic inc/dec would also do just fine. I stand corrected.
7.
▲
by
another_another
4y ago
shared_ptr<> is most useful for multithreaded applications where a pointer can be safely shared amongst many threads, where the last one to go out of scope will call delete on the object. To do this safely the shared_ptr<> class