Viewing profile — oah
oah
HN member- Joined
- Thu, Dec 02, 2021, 1:32 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About oah
Software Engineer, Algebraist.
Recent public activity
-
story
Show HN: Find Engineering Manager Jobs Efficiently
I built a site to find engineering manager jobs and make the manager job search less painful. This was created out of my own job search last year. I was using various job aggregato…
-
comment
Comment #42621514
a2a3 on the first move or on the second move after e2e4 outputs that you have played an illegal move. But this is a bug as these are legal moves.
-
comment
Comment #40614860
A sort isn’t necessary. Duplicates can be counted in linear time by using additional memory (e.g. with a hashmap) However, the point of the article still stands.