Live data from Hacker News

Viewing profile — nick0garvey

nick0garvey

HN member
Joined
Sat, Nov 05, 2016, 6:34 AM UTC
HN karma
387
Public activity
77 items

About nick0garvey

https://www.linkedin.com/in/nickgarvey/

Recent public activity

  1. comment
    Comment #48532782

    Awesome. If you are not in touch with Maker Nexus (based out of Sunnyvale) already, please reach out! Would love to put you in touch with the administrators there on what they lear…

  2. comment
    Comment #47225647

    The final Greenhouse link doesn't work in this listing

  3. comment
    Comment #46255683

    > Pipelined replication: the sequencer assigns a sequence number immediately and ships the event to replicas in parallel. Matching doesn't wait for the replicas to acknowledge. How…

  4. comment
    Comment #44577833

    It says "PAID ONLY BY A RELATED FOR-PROFIT", which looks to be the Mozilla Corporation. Donations are not directly paying the CEO, although I agree more of the profits from the Cor…

  5. comment
    Comment #44024113

    Hold the lock and write a row with timestamp at the time you read. That row indicates you are the one processing the data and no one else should. When reading, abort the read if so…

  6. comment
  7. comment
    Comment #42434627

    I'm not quite following. His argument appears to be: The replication system requires a backwards seek, Postgres does not support that operation, things break when that operation is…

  8. comment
    Comment #41892687

    I took a Udacity class by Norvig [1] and my abilities as a programmer clearly were improved afterward. His code here demonstrates why. It is both shorter and much easier to underst…

  9. comment
    Comment #41680074

    Morphy, one of the greatest players of all time, is famous for this. "The ability to play chess is the sign of a gentleman. The ability to play chess well is the sign of a wasted l…

  10. comment
    Comment #40964014

    There is also the deleteRecords API specifically for this. It's easier than the retention shrink -> increase dance, as it is a single API call and retention does not kick in immedi…

  11. comment
    Comment #40567994

    I use this for everything at my house. I haven't add any issues.

  12. comment
    Comment #38578940

    I use NetworkX to build the graphs and Gephi to visualize them. No need to pick a single tool.

  13. comment
    Comment #38489746

    I also started to write a finite state machine for part 2 but found it too tedious to craft by hand. How did you do it?

  14. comment
    Comment #38397360

    His book "The Datacenter as a Computer: An Introduction to the Design of Warehouse-Scale Machines" was immensely valuable to me as I moved into datacenter management as a new-grad.…

  15. comment
    Comment #37982301

    This isn't unreasonable. ML workloads benefit from more computational time per request. Lower QPS = better results.

  16. comment
    Comment #37664173

    Can someone explain why the "no free lunch theorem" does not cause problems here? https://en.wikipedia.org/wiki/No_free_lunch_theorem

  17. comment
    Comment #37363254

    A lot of people in this thread point at motivation or mental health issues. The issue is likely not so complicated. You have forgotten how to focus. We live in a world where we are…

  18. comment
    Comment #37346336

    If Solano county votes this down, it dies. They need to sell it this way.

  19. comment
    Comment #37251361

    They show the benchmarks in the original post, a few pages down

  20. comment
    Comment #36669960

    Most of the attacks I see on Nordic devices are power based attacks, where cutting the power for a brief instant causes protection instructions not to run. This one is entirely dif…

  21. comment
    Comment #36488496

    You say "don't suggest to buy some old Dell Optiplex from eBay" but I did exactly this. I spent $43.97 (which included shipping) for the Optiplex, added a 2 port NIC for $16.37, an…

  22. comment
    Comment #36439262

    Aluminum alloys are also generally stronger than magnesium alloys.

  23. comment
    Comment #36160536

    Airplanes fit a more people into the same space than they used to.

  24. comment
    Comment #35024349

    I wouldn't say this is the most boring. In Python it is certainly an empty file. It was interesting to see the author work through the major obstacles one by one when writing a qui…

  25. comment
    Comment #34886360

    I don't agree. A subset of high performance applications in a datacenter can use a new protocol while still supporting TCP for other applications. I'm not saying this is easy, or e…