Live data from Hacker News

Viewing profile — pazderski

pazderski

HN member
Joined
Fri, Jun 09, 2023, 9:16 AM UTC
HN karma
8
Public activity
2 items

About pazderski

No profile information was provided.

Recent public activity

  1. 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…

  2. 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).