Live data from Hacker News

Viewing profile — mbyio

mbyio

HN member
Joined
Sat, Jan 02, 2021, 9:25 PM UTC
HN karma
40
Public activity
10 items

About mbyio

No profile information was provided.

Recent public activity

  1. comment
    Comment #38121122

    Cockroach automates the sharding of data by region and provides tools that let you use and manage it more like a traditional database. If they didn't use cockroach, they would have…

  2. comment
    Comment #26495389

    I think Slack is different than Gmail because people are actively having conversations, so if you disconnect, it is much more likely to be noticeable and annoying. Reading between …

  3. comment
    Comment #26392503

    Honestly many of the comments in this thread illustrate the author's point - there is such blatant sexism in tech, to the point that many people don't even realize it is sexism.

  4. comment
    Comment #26299567

    If you use GKE, you have been spoiled. Other Kubernetes platforms - in particular EKS, which is what most people are going to use since most people use AWS - are way more work to s…

  5. comment
    Comment #26019190

    It is a solved problem for other languages. Pip has soooo many issues. The biggest IMO is pip doesn't provide a way to pin indirect dependencies, so there is no good way to ensure …

  6. comment
    Comment #26019122

    I'm surprised they are still making breaking changes, and they plan to make more (they are already working on a 4.0).

  7. comment
    Comment #25990481

    Yeah this stuck out to me too. Adding an extra hop and point of failure isn't acceptable IMO.

  8. comment
    Comment #25910901

    And you have to account for indexes, temporary tables used for data analysis, etc. And most of it is probably not compressed. So with that perspective it isn't that much data at al…

  9. comment
    Comment #25910864

    This is a very difficult thing to do. Very impressive. I have so many questions but my number one is: were you able to evaluate alternatives to your existing vertical scaling based…

  10. comment
    Comment #25816112

    A lot of people are saying to read the stdlib, but the stdlib has a lot of objectively bad code in it. Some of it is necessary due to the nature of a standard library - you have ex…