Live data from Hacker News

Viewing profile — wmwmwm

wmwmwm

HN member
Joined
Fri, Sep 11, 2020, 7:50 AM UTC
HN karma
250
Public activity
51 items

About wmwmwm

No profile information was provided.

Recent public activity

  1. comment
    Comment #47989034

    Joseph Heller methinks, but probably not too far away in embedding space!

  2. comment
    Comment #45577327

    I’m guessing Ramanujan: https://en.wikipedia.org/wiki/Srinivasa_Ramanujan

  3. comment
  4. comment
    Comment #43760597

    Also had to remember not to drag people out of cars and drive off with them when walking felt too slow in real life!

  5. comment
    Comment #42268576

    Book recommendation for The World Without Us which explores what might happen if humans vanished overnight: https://en.m.wikipedia.org/wiki/The_World_Without_Us

  6. comment
    Comment #42188960

    My aero engineering friend from university winds me up every time I see him saying that pi = 22/7 - I finally stopped getting angry, checked and it’s pretty good! I’m still glad he…

  7. comment
    Comment #37622206

    The domain name and the story seem a bit incongruous...

  8. comment
    Comment #37388922

    I had one due to a bulging disc in my neck and some pins and needles - it was fascinating, but I still remember them turning on the audio and letting me listen to my nerves trying …

  9. comment
    Comment #36936665

    You can throw python threads at it, but if each request traverses the big old datastructure using python code and serialises a result then you’re stuck with only one live thread at…

  10. comment
    Comment #36936017

    Historically I’ve written several services that load up some big datastructure (10s or 100s of GB), then expose an HTTP API on top of it. Every time I’ve done a quick implementatio…

  11. comment
    Comment #36507513

    Same for me on Firefox, though Chromium and Safari seem to work

  12. comment
    Comment #36423421

    Does anyone have any insight into why reinforcement learning is (maybe) required/historically favoured? There was an interesting paper recently suggesting that you can use a prefer…

  13. comment
    Comment #35560236

    There’s also a python api for getting the transcript from a given youtube video id so you can script the whole thing

  14. comment
    Comment #35560168

    I’ve had some pretty remarkable results pasting lecture transcripts from youtube into gpt4 and getting well formatted/relevant markdown summaries from meandering and mis-transcribe…

  15. comment
    Comment #34373126

    Not super related but a pleasantly surprising linux /dev trick I discovered yesterday was piping “hello” to /dev/udp/ / in order to check connectivity between two machines (the oth…

  16. comment
    Comment #34309528

    I think it is actually meant to be "scruples" - so it sounds pretty accurate to me: https://www.ibiblio.org/ebooks/James/Turn_Screw.pdf (see p4)

  17. comment
    Comment #34005810

    This is amazing, and scary (as a musician) but also reliably kills firefox on iOS!

  18. comment
    Comment #33907705

    As someone who’s been prompted every other night over the last couple of years for a fresh made-up story with an ever-changing cast of dinosaurs, superheroes and aliens by my five …

  19. comment
    Comment #33767810

    I can recommend “Other Minds” by Peter Godfrey-Smith for a pretty in depth read about octopus intelligence. Fascinating stuff!

  20. comment
    Comment #33630192

    Actually, I think it was the initials of the original publishers

  21. comment
    Comment #33622582

    I love this story about Agloe, New York - a "copyright trap" that materialised into a real place: https://en.wikipedia.org/wiki/Agloe,_New_York When another map maker put the actua…

  22. comment
    Comment #31718110

    I remember several times putting my eldest son to bed when he was a few months old and having this intrusive thought that maybe the reason why he was yelling was because he knew he…

  23. comment
    Comment #31697637

    I’m a fan of that book too - though hoping I never need it! On a tangential theme, another one I read and liked at the same time was The World Without Us - all about what would hap…

  24. comment
    Comment #31619861

    Having just implemented a softmax() function for an online ML course, I think the python implementation here suffers from overflow if any of the elements of z get big(ish) - e.g. e…

  25. comment
    Comment #31501857

    Although I haven't used LaTeX in decades to write anything substantial like a paper or dissertation, I recently had cause to use it to write up some homework for an online course I…