Live data from Hacker News

Viewing profile — epelesis

epelesis

HN member
Joined
Thu, Aug 30, 2018, 2:27 PM UTC
HN karma
48
Public activity
14 items

About epelesis

nedellis.com

Recent public activity

  1. comment
    Comment #41102971

    Yep Vite is the way to go, especially if it's a static site. While server side react frameworks like Next may technically support static sites, it feels like an afterthought and IM…

  2. comment
    Comment #32696038

    Here are some popular papers: https://github.com/rxin/db-readings Once you finish the major papers, CMU has a ton of talks from more recent database research projects: https://db.c…

  3. comment
    Comment #32571602

    I agree, Silicon Valley (e.g. Mountain View, Santa Clara) is absolutely full of tech talent but the average engineer is mostly interested in and optimizing for work in big tech com…

  4. comment
    Comment #32188353

    BW Trees are pretty neat [1][2]. Typically BTrees in database engines need latches to prevent concurrent writes messing up the tree but BW Trees conveniently sidestep that requirem…

  5. comment
    Comment #32101083

    IMO if you're working on any non-trivial backend project, then you're already a "distributed systems engineer". Distributed systems problems are everywhere in the software world if…

  6. comment
    Comment #32039605

    One reason this is not feasible is that K8s is not designed for secure multitenancy, so for every tenant, you'll need to spin up an entire K8s control plane, which includes a datab…

  7. comment
    Comment #31841369

    I work at a somewhat well-known unicorn in the data space that has been using this architecture for a while. In fact I'd wager that any (non-cloud-provider) company that provides a…

  8. comment
    Comment #29585299

    You might be interested in this table table mapping internal tools/technology at Google to public equivalents: https://github.com/jhuangtw/xg2xg

  9. comment
    Comment #29389330

    I've had my eye on this autoscaler for a while now, has anyone had experience running it in production with a large rate of node churn? I think combining the scheduler and the auto…

  10. comment
    Comment #28753797

    The keyword you're looking for here is Operator [1]. Kubernetes Operators are custom resources (e.g. Database, Load Balancer, ACME Certificate Entry) that manage themselves via a r…

  11. comment
    Comment #22903562

    Since no one has mentioned it so far, I'll go ahead and link a very insightful paper that the creator of Erlang actually wrote about how fault tolerance from the actor model make c…

  12. comment
    Comment #22903502

    The guy [1] who runs this project is super nice, about a year ago I was working on my own Rust based VM and he dropped in with a couple of helpful tips and ideas. [1]: https://gith…

  13. story
  14. comment
    Comment #22292270

    I'm taking Jeff's 473 class right now and if you like his writing style, all of his lectures for both algorithms classes he teaches are online as videos - it can be a good companio…