Live data from Hacker News

Viewing profile — eu90h

eu90h

HN member
Joined
Thu, Jul 28, 2016, 9:48 PM UTC
HN karma
17
Public activity
21 items

About eu90h

https://eu90h.com

Recent public activity

  1. 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 …

  2. story
  3. 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.

  4. 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…

  5. story
  6. comment
    Comment #18945950

    Try "Basic Mathematics" by Serge Lang. This will be particularly useful for learning basic algebra.

  7. story
  8. story
  9. story
  10. comment
    Comment #17954618

    See also: https://blog.trailofbits.com/2018/09/10/protecting-software-...

  11. story
  12. story
  13. story
  14. story
  15. 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...

  16. 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…

  17. comment
  18. comment
    Comment #14082237

    I went to a public university that required students to live on campus until their junior year.

  19. story
  20. 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.

  21. 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 …