Live data from Hacker News

Viewing profile — iamaredpanda

iamaredpanda

HN member
Joined
Mon, Apr 01, 2024, 3:37 PM UTC
HN karma
6
Public activity
4 items

About iamaredpanda

No profile information was provided.

Recent public activity

  1. comment
    Comment #46399533

    Poetry largely accomplished the same thing first with most of the speedups (except managing your python installations) and had the disadvantage of starting before the PEPs you ment…

  2. comment
    Comment #40665568

    Poetry isn't really a package manager as much as packaging management (as in packaging and publishing your specific package) and dependency management.

  3. comment
    Comment #40548912

    Banner grabs, port knocking, ssl fingerprinting, application fingerprinting etc.

  4. comment
    Comment #39895329

    It's a just a transpiler to valid C++ code, so calling C++ code from cpp2 should be fine, but calling cpp2 code from C++ is an issue. There is no implementing half of a C++ compile…