Live data from Hacker News

Viewing profile — plx211

plx211

HN member
Joined
Fri, Nov 27, 2020, 5:12 PM UTC
HN karma
9
Public activity
5 items

About plx211

No profile information was provided.

Recent public activity

  1. comment
    Comment #43467463

    Unfortunately, it's a "bobble", politican topics always cause emotions and annoying, a lot of (if not the most) peoples when see this kind of discussion mostly don't read them for …

  2. comment
    Comment #43467186

    Sorry, but I'm must write that: "the internet is full of Europeans expressing anti-Americanism" This strongly sound like Russian "the others country is Russophobic". Internet mems …

  3. comment
    Comment #41867749

    When I was in the dormitory (~6-8 years ago), I used VPN (OpenVPN on my private VPS) over UDP port 53 to omit the firewall which was configured to block big parts of ports.

  4. comment
    Comment #33708464

    2x yubico key and bottle of caol ila 12yo

  5. comment
    Comment #25230482

    C++ :) #include #include double midpoint(double first, double second) { auto firstAsInt = reinterpret_cast (first); auto secondAsInt = reinterpret_cast (second); auto mid = (second…