Viewing profile — torbencarstens
torbencarstens
HN member- Joined
- Wed, Jul 26, 2023, 9:57 PM UTC
- HN karma
- 21
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About torbencarstens
No profile information was provided.
Recent public activity
-
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…
-
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 …