Viewing profile — eu90h
eu90h
HN member- Joined
- Thu, Jul 28, 2016, 9:48 PM UTC
- HN karma
- 17
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About eu90h
Recent public activity
-
story
Show HN: Semantic-dictionary – A Python dictionary with semantic lookup
The idea is simple: a Python dictionary that uses semantic similarity during lookup. Say you're working on user preference extraction for an AI agent. In some cases, the model may …
- story
-
comment
Comment #34391291
It is, in fact, not extreme. By the most recent count a majority (58%) of American young adults (18-35) live with their parents.
-
comment
Comment #28229142
I'd like to recommend the book "trading at the speed of light". It's an in depth look at the world of high frequency trading based on first hand interviews with traders, court docu…
- story
-
comment
Comment #18945950
Try "Basic Mathematics" by Serge Lang. This will be particularly useful for learning basic algebra.
- story
- story
- story
-
comment
Comment #17954618
See also: https://blog.trailofbits.com/2018/09/10/protecting-software-...
- story
- story
- story
- story
-
comment
Comment #14749781
The data from 1999 onward is estimated from a few sources, as explained at the bottom of the page here: https://www.ebri.org/publications/benfaq/index.cfm?fa=retfaq...
-
comment
Comment #14609744
This is exactly what PIR is for. A good intro is chapter 6 of the (awesome and ahead-of-its-time) book Malicious Cryptography. One of the authors works at the agency now, I believe…
- comment
-
comment
Comment #14082237
I went to a public university that required students to live on campus until their junior year.
- story
-
comment
Comment #12832468
There's been a lot of work on racketlang adding a gradual typing system. You can write without types, and when youre ready, refine your code by adding types where necessary.
-
comment
Comment #12183520
I'd recommend Ben Klemens' excellent book "21st Century C - Tips from the New School" [0]. This book teaches you modern C techniques and, most importantly, the tooling that modern …