Live data from Hacker News

Viewing profile — mcroydon

mcroydon

HN member
Joined
Wed, Jun 04, 2008, 6:20 PM UTC
HN karma
36
Public activity
13 items

About mcroydon

No profile information was provided.

Recent public activity

  1. comment
    Comment #40334287

    This came up yesterday[1] but if you'd like to know more, Kathy Kleiman's "Proving Ground: The Untold Story of the Six Women Who Programmed the World's First Modern Computer" inclu…

  2. comment
    Comment #40328923

    I highly recommend "Proving Ground: The Untold Story of the Six Women Who Programmed the World's First Modern Computer" for more context about how the ENIAC came together. It inclu…

  3. comment
    Comment #16009275

    The Heltec WiFi LoRa 32 ( http://www.heltec.cn/project/wifi-lora-32/ ) and clones are a solid place to start if you want to investigate LoRa. Pycom ( https://pycom.io ) has several…

  4. comment
    Comment #15583608

    The original paper ( https://arxiv.org/abs/1604.01357 ) from 2016 goes in to more detail.

  5. comment
    Comment #15109128

    I'm still a little confused why the story posted the other day fell off the front page so quickly, there was some good discussion and a link to a youtube meta-review that gave a pr…

  6. comment
    Comment #9643606

    Not to be self-serving, but I've always been fascinated by Therac-25. I ended up doing a deep dive a few months back and put together a short 5ish minute podcast episode about it: …

  7. comment
    Comment #2514587

    Good call. The dataset was large enough that it didn't feel silly to use something like MapReduce but the same thought has been in the back of my head the whole time.

  8. comment
    Comment #2514393

    Thanks for the tip, I didn't think to copy the data to ephemeral storage like that. That'll probably speed things up a lot. I ended up splitting the data in to a relatively small n…

  9. comment
    Comment #2514188

    With 8 instances and the number of files the input was split in to there were definitely both map and reduce tasks waiting for a runner. I don't know exactly how much but I'm prett…

  10. comment
    Comment #2143107

    http://geopastebin.com/about/ might be helpful. It's designed for sharing pastes of text-based geographic formats such as GeoJSON, WKT, etc.

  11. comment
    Comment #1504403

    Another +1 on this fantastic book. It's extremely accessible and concise while covering quite a lot of ground on the subject.

  12. comment
    Comment #491221

    If only there were some good non-GPL machine learning libraries for Python...

  13. comment
    Comment #209201

    The biggest thing I got from PCI was a basic discussion of a lot of algorithms that I was able to research further on my own. I had no idea that I wanted to know more about K-means…