Live data from Hacker News

Viewing profile — escardin

escardin

HN member
Joined
Thu, Feb 09, 2017, 5:58 PM UTC
HN karma
101
Public activity
44 items

About escardin

No profile information was provided.

Recent public activity

  1. comment
    Comment #29019227

    > With vitess the sharding logic lives “in the database” so your application doesn’t need to be updated. That is unfortunately not true in the majority of cases. Queries of medium …

  2. comment
    Comment #26244719

    It's because CashApp lets you buy and sell bitcoin, that is, CashApp is buying this bitcoin so it can sell it to customers [1]. It's not speculation on the part of Square or Jack D…

  3. comment
    Comment #25654135

    I assume if you are using MSBuild you're building .net or otherwise using visual studio. If you want to build these projects with gradle or maven you still have to invoke MSBuild i…

  4. comment
    Comment #25632808

    My thought was everyones local cache was expired and it's re-syncing everyone. Supposedly they run vitess for mysql sharding, and that could mean they're getting slammed by a lot o…

  5. comment
    Comment #25495426

    My team manages a large scale vitess setup. Nothing is free. Vitess is a much better way of sharding mysql than sharding in app. It is not a silver bullet. No matter how you slice …

  6. comment
    Comment #24948468

    No you still have to send the data over the pcie link, but DPDK should basically offload all the network work to the nic, so that you are just streaming data to it. The kernel won'…

  7. comment
    Comment #24946010

    It's probably outside the scope (and possibly cheating) but could a DPDK stack & supported nic[1] push you past the PCIe limit? [1] https://core.dpdk.org/supported/

  8. comment
    Comment #24860083

    I would argue that an ingress is not a barrier to getting started with k8s (even with kubeadm on bare metal). You don't NEED an L7 router to get started. Much more likely is you ne…

  9. comment
    Comment #24847819

    Then you're using something bigger than a Cortex-A55?

  10. comment
    Comment #24794063

    They're screwed unless they update. Luckily the iPhone 6 was still getting security updates as of this year. It doesn't have ios 13+ but it does have security updates on 12. As a 6…

  11. comment
    Comment #24503745

    If you want an ELK stack, you should look into the operators provided by Elastic [1]. All you need to do is write a very small manifest or two for each thing you want operated. I f…

  12. comment
    Comment #24500389

    I also think helm is terrible. Helm's stated goal is to be something of a package manager for apps in k8s, but this is fundamentally unworkable as shown by... Helm. It's hard to de…

  13. comment
    Comment #24180919

    I did an on-prem k8s deployment at my last place. It is definitely challenging compared to EKS and GKE, but the difficultly is not in base k8s. Following the kubeadm getting starte…

  14. comment
    Comment #24161681

    Conceptually this is exactly what Terraform is made for. It will deploy things with the parallelism rate you specify, and is designed to neatly scale your infra up and down. To do …

  15. comment
    Comment #24161622

    The tooling for Terraform with bare metal is poor, but it is out there. There are plugins for MAAS, Cobbler, Some giant HPE thing I never wanted to touch. If you're willing to writ…

  16. comment
    Comment #24161598

    Ansible is a good choice for maintaining the k8s infra itself, but IMO is not good at maintaining hardware or managing containers. The major problem with Ansible compared to contai…

  17. comment
    Comment #24085642

    They're not though? The interactive stuff doesn't work on an Apple TV at least.

  18. comment
    Comment #24077323

    But that was always the case? At least as late as 2001, they had weekly milk delivery in Moncton, New Brunswick. It cost the same as milk in a store. You put your order in an envel…

  19. comment
    Comment #24077194

    > Cool, I thought so, I just wasn't 100% sure! I think it's interesting how different people take away different things here, to me, this demonstrates that you don't have to have n…

  20. comment
    Comment #24075162

    I don't get this in general? Is it not policy that you need to wear a shirt and shoes while in a commercial building? Do you not have signs on your stores that say 'No Shirt, No Sh…

  21. comment
    Comment #23858412

    What I find most interesting about this is that is has just as much trouble as humans in translating requirements into code. Admittedly it makes some fairly basic mistakes as well,…

  22. comment
    Comment #23762857

    In some sense, it doesn't. But the point of these measures is to be anti-racist. To make the environment more welcoming to people of colour. Maybe the majority of people of colour …

  23. comment
    Comment #22664303

    This is exactly right. Local storage is conceptually the persistent volume equivalent to an emptydir volume mount. If you want to have a 'storage node' in a simple way, the NFS sto…

  24. comment
    Comment #22553135

    There's this https://github.com/google/zoekt . It's pretty light on features, but dang if it isn't fast and precise.

  25. comment
    Comment #22553112

    Yes! Publish a graphql schema that is parseable by apollo graphql please! I tried to use your API on my companies internal source graph setup and had to hand roll my API calls beca…