Viewing profile — iamaredpanda
iamaredpanda
HN member- Joined
- Mon, Apr 01, 2024, 3:37 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About iamaredpanda
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #40548912
Banner grabs, port knocking, ssl fingerprinting, application fingerprinting etc.
-
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…