Live data from Hacker News

Viewing profile — deanward81

deanward81

HN member
Joined
Sun, Jun 26, 2016, 9:07 PM UTC
HN karma
147
Public activity
17 items

About deanward81

Principal Engineer, Azure API Management at Microsoft

Recent public activity

  1. comment
    Comment #29296401

    Stack Overflow runs on 9 web servers with (iirc) 48 logical cores (2 x 12-core Xeons) and 64GB RAM. Those servers are shared by a few apps (Talent/Job, Ads, Chat, Stack Exchange/Ov…

  2. comment
    Comment #27515098

    ^^ this! No need to install anything on my Apple devices. Long term plan is to have an instance of AirDrop Anywhere running perpetually on a Raspberry Pi and have a web interface a…

  3. comment
    Comment #27515058

    This is not correct, you can receive files from non-Apple devices without any Apple keys. I’m still working on sending so haven’t uncovered the demons lurking there…

  4. comment
    Comment #27515022

    Well, that’s why I said it’s unlikely :)! Without purchasing additional hardware it’s not practical to be able to run AirDrop directly on non-Apple devices. There’s no need to extr…

  5. comment
    Comment #25907155

    Ouch, good catch, fixing now

  6. comment
    Comment #25906916

    It's in the remediations section, but maybe the wording isn't clear: *> Hardening code paths that allow access into our dev tier. We cannot take our dev tier off of the internet be…

  7. comment
    Comment #21231272

    I might be missing some details there to be honest; I'm more familiar with the application side of things than the infrastructure :)

  8. comment
    Comment #21225312

    We’re spread over 9 servers but only due to ephemeral port and handle exhaustion issues. Each server is fronted by 4 HAProxy frontends that each handle ~18k connections. Since Nick…

  9. comment
    Comment #20510958

    We use websockets for pushing things like comments, answers and question edits as they are added as well as for notifications like inbox messages and reputation updates. Our websoc…

  10. story
  11. story
  12. comment
    Comment #14505481

    Chrome 59 has a coverage tool built-in: https://developers.google.com/web/updates/2017/04/devtools-r...

  13. comment
    Comment #14451181

    At the time the algorithm was running on one of the servers in the data centre and until recently we didn't have anything in the DC kitted out with GPUs (see http://blog.marcgravel…

  14. comment
    Comment #11982757

    Dapper supports IN statements being passed an array: SELECT x, y FROM A WHERE z IN @ids Works if you pass in a parameters object containing a property called ids that is a list/arr…

  15. comment
  16. comment
    Comment #11982734

    Dapper will use a constructor with parameter names that match your query's columns if you need immutability.

  17. comment