Live data from Hacker News

Viewing profile — another_another

another_another

HN member
Joined
Thu, Aug 25, 2022, 2:31 PM UTC
HN karma
4
Public activity
7 items

About another_another

No profile information was provided.

Recent public activity

  1. comment
    Comment #32765167

    Aha, so it's not just for the Balmoral Highland Games then?

  2. comment
    Comment #32749809

    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 hav…

  3. comment
    Comment #32736511

    > 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 productivi…

  4. comment
    Comment #32649237

    >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. comment
    Comment #32606564

    I remember seeing one called 'Arson Fire' which basically conveyed the same thing.

  6. comment
    Comment #32604652

    You're right, an atomic inc/dec would also do just fine. I stand corrected.

  7. comment
    Comment #32594462

    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 ob…