Live data from Hacker News

Viewing profile — mmcallister

mmcallister

HN member
Joined
Tue, Dec 27, 2016, 3:59 AM UTC
HN karma
74
Public activity
34 items

About mmcallister

[ my public key: https://keybase.io/mmcallister; my proof: https://keybase.io/mmcallister/sigs/EZM6Em4foSkpYXJ3xhmtp5xLajh0LZDVjpnTfZKuw9o ]

Recent public activity

  1. comment
    Comment #45483008

    > Steve Jobs did not treat his pancreatic cancer when he was first diagnosed and it was treatable That's his choice, it's _his_ cancer after all > I don't think that excuses all of…

  2. comment
    Comment #44568417

    I have one of these too, and I honestly can't fault it. Runs Arch + i3 and they're very cheap in Australia since the education department handed them out in schools. Once things ge…

  3. comment
    Comment #43330070

    I always found these incredibly rude, in my experience it's typically senior management, and specifically those who like to really make you feel like a nameless "human resource" Th…

  4. comment
    Comment #43114068

    It's interesting that sigma is static and defined ahead of time, how do you determine the initial sigma?

  5. comment
    Comment #41970161

    iiNet was probably the best job I've ever had, certainly the place where I learnt the most, and had the most fun. The coffeecam was cute, acb - the one primarily responsible for th…

  6. comment
    Comment #41917988

    Given the answer to their question on how it's written is quite obvious in the provided link, I'd say if they are using an AI it doesn't appear to be parsing the content and maybe …

  7. comment
    Comment #40283035

    a minor point but you can't _encrypt_ source IPs, you can only obfuscate or more accurately, proxy.

  8. comment
    Comment #38949431

    The other 2% keeps engineers fairly busy, I imagine. Custom congestion control algorithms come to mind

  9. comment
    Comment #37579945

    Compare and contrast this with the Go Standards project-layout repo example[1] - which ironically is not a standard at all. Personally I prefer a bit more rigidity in how the proje…

  10. comment
    Comment #37198033

    OSPF is an interior routing protocol that transmits link state. Link state based routing algorithms aren't a good fit for interconnected networks

  11. comment
    Comment #33370675

    (n)vim would work a real treat on a pi. Building locally might be tricky depending on the codebase, but it's not entirely unreasonable to expect to have a full fledged IDE on a pi …

  12. comment
    Comment #31788605

    Building software that relies on an incorrect assumption sounds dangerous to me. There's plenty of critical software in the world, some of which has real world consequences if ther…

  13. comment
    Comment #31240840

    This has never, not once crossed my mind. I've worked at two FAANG companies and I'm fairly certain that at least at Google they'd be able to tell you've exfiltrated some code, and…

  14. comment
    Comment #29295765

    Terry Davis

  15. comment
    Comment #28298380

    What if you have a paid application?

  16. comment
    Comment #28285001

    This is neat, but I think it's better to use your work provided device(s)/laptop for work, and your personal devices for personal things. Obviously check your contract, and IANAL b…

  17. comment
    Comment #27102309

    I think the _real_ takeaway here should be that your status page should be simple, with as little dependencies as possible, ideally none. IMHO it should be a static page using Hugo…

  18. comment
    Comment #25463598

    you don't need to know the IP address , you can just dump the ARP cache and look for the MAC address you need. on Linux: $ arp -n | grep "MAC_ADDRESS_HERE" 192.168.86.23 ether MAC_…

  19. comment
    Comment #24936677

    > Error establishing a database connection Hugged to death :-(

  20. comment
    Comment #24704838

    what programming specific macros do you use?

  21. comment
    Comment #23922773

    Sure, PHP is against internal policy. But if you take the initiative to open source a client library in PHP and it gets the attention of AWS it absolutely could result in an interv…

  22. comment
    Comment #22303860

    Yeah, I've lived in Australia all my life and for the past couple of years I've used my phone to pay for everything...even transport[1]. People don't look twice if you use contactl…

  23. comment
    Comment #21799833

    So maybe you meant something other than code size here, but using words like "minimal" and "subset" feel a bit (unintentionally, probably) misleading to me. I understood it as as a…

  24. comment
    Comment #21699416

    works for me $ dig console.aws.amazon.com @1.1.1.1 +short lbr-optimized.console-l.amazonaws.com. us-east-1.console.aws.amazon.com. 54.239.31.91

  25. comment