Live data from Hacker News

Viewing profile — eladbenisrael

eladbenisrael

HN member
Joined
Mon, Dec 19, 2022, 3:19 PM UTC
HN karma
9
Public activity
10 items

About eladbenisrael

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38631100

    > can’t you already do this today with GCP and AWS and more generally a wealth of Docker images and Kub/Knative? not really.. as soon as you need cloud resources that are not in yo…

  3. comment
    Comment #38546043

    Yap, all inflight code is async by default.

  4. comment
    Comment #38420417

    (elad, winglang maintainer here) i like this observation - it's not uncommon for patterns to turn into language primitives when they end up becoming a very common thing in your lan…

  5. comment
    Comment #36490183

    Actually I really love C++ :-) Just spent some time at Core C++ in Tel-Aviv and was so inspired by the community and depth and incredible innovation that's still happening around t…

  6. comment
    Comment #36489340

    Elad here (the author). That's a very good point. If a developer decides to use `bucket.list().filter(x => x == myFile)` instead of `bucket.get(myFile)` the result will be fundamen…

  7. comment
    Comment #36489177

    Elad here (I am the author). Happy to answer any questions and dive deeper. Feel free to ask me anything. We also have a bunch of weird videos on YouTube with tons of geeking out a…

  8. comment
    Comment #34063713

    (I am from the Wing team) This is how we think about this too. Applications that use the cloud use a new kind of "computer" which have different characteristics than the model of a…

  9. comment
    Comment #34054688

    [Wing team member here] Wing has a concept of `inflight` which you can think of as a "remote async function". It's an `async` function that can be executed on a remote system, such…

  10. comment