Live data from Hacker News

Viewing profile — pionaryon

pionaryon

HN member
Joined
Thu, Dec 12, 2024, 8:02 AM UTC
HN karma
8
Public activity
5 items

About pionaryon

No profile information was provided.

Recent public activity

  1. comment
    Comment #42428968

    The worst time to break my flow is when I'm debugging.

  2. comment
    Comment #42428925

    Really? They've been working hard on a mass surveillance legislation (which would outlaw encryption) for a couple years now, it was thankfully voted down in 2023 because of a succe…

  3. comment
    Comment #42428835

    And programmers back in the day managed just fine with punch cards...

  4. comment
    Comment #42407951

    You can get pretty far with keeping sharing to an absolute minimum and when you do need to share data, slap a lock free ringbuffer between them to communicate. Pretty simple to get…

  5. comment
    Comment #42397243

    You can suppress function like macros by using parenthesis because function like macro expansion is literally defined as "name directly followed by open paren". #define foo(x) some…