Live data from Hacker News

Viewing profile — chrisphilip

chrisphilip

HN member
Joined
Mon, Aug 02, 2021, 4:58 AM UTC
HN karma
3
Public activity
4 items

About chrisphilip

No profile information was provided.

Recent public activity

  1. comment
    Comment #45729300

    You can use a Real ID drivers license for domestic travel, passport is only required when leaving the country.

  2. comment
    Comment #45217631

    Isn’t this just price gouging which is illegal in much of the US at least, I don’t know about internationally.

  3. comment
    Comment #28279406

    https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times... tl:dr; O(n^2) string parsing and O(n^2) duplicate removal

  4. comment
    Comment #28033060

    I wrote a library that takes a language specification (BNF, ABNF, etc) into a custom AST in Python. Then you can define a set of visitors for the custom AST to transform the tree i…