Live data from Hacker News

Viewing profile — torbencarstens

torbencarstens

HN member
Joined
Wed, Jul 26, 2023, 9:57 PM UTC
HN karma
21
Public activity
2 items

About torbencarstens

No profile information was provided.

Recent public activity

  1. comment
    Comment #38565053

    This is not quite true, while you're correct that there is no third gate, the Greenway (as pictured in the upper left corner of the 3 picture illustration you're referring to) is n…

  2. comment
    Comment #38489214

    Another option when using regex would be to use the lookahead[0] operator (as long as supported, which is the case for the python re module) (?=(one|two|three|[...])) would return …