Live data from Hacker News

Viewing profile — michaelmcmillan

michaelmcmillan

HN member
Joined
Tue, Jun 05, 2012, 9:32 PM UTC
HN karma
1,010
Public activity
382 items

About michaelmcmillan

https://michaelmcmillan.net

Recent public activity

  1. comment
    Comment #46524284

    It is a long-standing policy at Netflix for employees to pay for their own subscriptions. It ensures that employees "live the member experience".

  2. comment
    Comment #46219043

    Linux is written in C, my friend.

  3. comment
    Comment #45320836

    Which is useless if the domain had HSTS enabled, which they should.

  4. comment
    Comment #44710515

    "modicum of research" Jesus christ. The reason why that comment gets brought up is because it stereotypes the HN community. He wasn't disrespectful. Calm down.

  5. comment
  6. comment
    Comment #44708868

    [flagged]

  7. comment
    Comment #43068505

    Please, please, please use Terraform workspaces: One workspace per environment. For environment specific things use conditionals: nodes = terraform.workspace == "prod" ? 2 : 1

  8. comment
    Comment #38391006

    My bad. You’re right.

  9. comment
    Comment #38385304

    Same here. Use n8n. Self hosted and open source.

  10. comment
    Comment #33150823

    Good example of why it’s a good idea to browse the web using a VM.

  11. comment
    Comment #33006258

    That's not nearly enough.

  12. comment
    Comment #32459066

    Real estate: Buy, repair, rent, refinance, repeat.

  13. comment
    Comment #31304817

    Exactly, this is ridiculous...

  14. comment
    Comment #30907975

    This section was interesting! Somehow I've never realized that row oriented storage is orthogonal to how disks work... Jd is a columnar (column oriented) RDBMS. Most RDBMS systems …

  15. comment
    Comment #29862950

    Cool! Do you login with one account bouncing off 60 IP addresses?

  16. comment
    Comment #29856013

    No. Incrementing an integer might be unique for the local database, but not unique for the universe.

  17. comment
    Comment #29853811

    Knowing how to do something doesn’t live outside the brain. You can erase entire categories of knowledge by damaging the brain in particular areas. There is no reason to believe th…

  18. comment
    Comment #29747307

    A rotated user agent does not hide anything from Google.

  19. comment
    Comment #29638702

    Finally a PR worthy of Hacktoberfest.

  20. comment
    Comment #29046866

    You would risk ending up with a maze that can be solved by walking in a straight line directly to from start to exit.

  21. comment
    Comment #27208859

    The onus is on you to explain why. Why not: Smaller payloads per packet and missing out on all the TCP algorithms already implemented in hardware en route.

  22. comment
    Comment #27208774

    Never attribute to malice that which is adequately explained by incompetence.

  23. comment
    Comment #27200366

    And reimplement TCP on top? Would not recommend.

  24. comment
    Comment #27110155

    Most sites redirect all http traffic to https to make sure the traffic is encrypted. Here's an example with HN (notice the protocol in the req/res): $ curl -v http://news.ycombinat…

  25. comment
    Comment #27030924

    On MacOS you can also drag-and-drop a file from Finder onto your terminal and it will type out the full path for you.