Live data from Hacker News

Viewing profile — toolslive

toolslive

HN member
Joined
Wed, Mar 28, 2012, 9:48 AM UTC
HN karma
2,861
Public activity
1,209 items

About toolslive

No profile information was provided.

Recent public activity

  1. comment
    Comment #49241157

    yup. soldiers in dire need of a drink

  2. comment
    Comment #49241060

    OK, I think this will be close to an all time record: Leopoldsburg (Belgium, 14k inhabitants) had more than 150 pubs in the 1980s.

  3. comment
    Comment #49146894

    Reading the title, I was thinking "Karpathy? I don't know this chess player." (The Pelikan is a well known chess opening, and famous chess players often have book titles like "X's …

  4. comment
    Comment #49122695

    football games can have "momentum". An extra break allows for a breather and a tactical intervention from the coach. That also why we saw keepers sitting down (faking injury) in th…

  5. comment
    Comment #49122657

    I was wondering what exactly what to think about the Tom Cruise speech before the final.

  6. comment
    Comment #49086752

    Not a one-note solo, but Miles Davis's solo on So What is really minimalistic.

  7. comment
    Comment #49086688

    I only skimmed the article. There's a lot of good stuff (debunking a lot of classical harmony) but they miss some important things too. There's nothing about repetition. Repetition…

  8. comment
  9. comment
    Comment #48912124

    These guys are from Galicia. Maybe that makes a difference.

  10. comment
    Comment #48908556

    hold on. Just realised it's not even (part of ) a vector space. It's not linear, non-euclidian and can't be mapped onto 3 dimensions. It's not even constant or always reproducible:…

  11. comment
    Comment #48906817

    I have some Spanish ex-co-workers. I just verified it. They both had it on their required reading list in high-school. (one of them is in his 30s, the other in his 40s)

  12. comment
    Comment #48906140

    > Democracy is safe in Spain! iirc, The Prince from Machiavelli is required reading during secondary education. That will surely awaken their political awareness.

  13. comment
    Comment #48879677

    Tetrachromacy !?

  14. comment
  15. comment
    Comment #48874175

    Doesn't matter: there's no RGB model that captures the colour space. That exactly the reason CIE exists.

  16. comment
    Comment #48873975

    Just going to sound really pedantic here, but RGB does not capture the entire colour space. In fact, it only captures about 35% of the colours the human eye can perceive. https://w…

  17. comment
    Comment #48873096

    Somehow, I expected Deng Xiaoping to be number 1, pulling a billion people out of poverty. Then I read the methodology used.

  18. comment
    Comment #48873059

    > Rust is equally bad at compile times OCaml enters the room...

  19. comment
  20. comment
    Comment #48761407

    I always put my locale in Ireland: I want - "proper English" - metric system - Euro It's amazing how many web applications give me a broken experience because of it.

  21. comment
    Comment #48735089

    it's not that different compared to using the FFI. The link below shows how it can work for Ocaml TypeScript. https://github.com/ocsigen/ts2ocaml

  22. comment
    Comment #48733446

    You don't have to use TypeScript if you don't want to: you can compile Haskell, Ocaml, Rust, F#, ... to javascript. This is quite efficient, especially if your backend is already i…

  23. comment
    Comment #48732799

    For a bit of context https://en.wikipedia.org/wiki/Brit_milah#Metzitzah "In three medical papers done in Israel, Canada, and the US, oral suction following circumcision was suggest…

  24. comment
    Comment #48717703

    While the IEEE 754 standard ensures that individual basic operations are deterministic and strictly bounded, it does not guarantee that an entire program will yield bit-identical r…

  25. comment
    Comment #48716260

    It's probably due to the fact that it's a cloud service. You have no guarantee that your next request will go to the same machine. So even with an identical seed, and temp 0 you mi…