Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisphilip
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
chrisphilip
11mo ago
You can use a Real ID drivers license for domestic travel, passport is only required when leaving the country.
2.
▲
by
chrisphilip
1y ago
Isn’t this just price gouging which is illegal in much of the US at least, I don’t know about internationally.
3.
▲
by
chrisphilip
5y ago
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.
▲
by
chrisphilip
5y ago
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 into whatever you want. I implemented some checks integrated