Viewing profile — pazderski
pazderski
HN member- Joined
- Fri, Jun 09, 2023, 9:16 AM UTC
- HN karma
- 8
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About pazderski
No profile information was provided.
Recent public activity
-
comment
Comment #38136527
The example to find suspicious temperature changes (btw Kelvin does not use ° anymore since 1968) is unnecessary complex. List > findSuspicious(Stream source) { var suspicious = ne…
-
comment
Comment #36255296
I wouldn't say there are too many pitfalls. Quote all variables (acme.sh seem to do well on that part) and don't use eval (probably the reason for this problem).