Live data from Hacker News

Viewing profile — hetunandu

hetunandu

HN member
Joined
Wed, Dec 30, 2020, 9:53 AM UTC
HN karma
4
Public activity
3 items

About hetunandu

No profile information was provided.

Recent public activity

  1. comment
    Comment #27424307

    Is the concern with running JS on the client side regarding security? At Appsmith we run user code inside a worker to avoid malicious code from accessing many browser apis. We also…

  2. comment
    Comment #25919694

    Nice article. It was one of the inspirations of the first version of the evaluation workflow. We actually have eval running in global context always with just a select items being …

  3. comment
    Comment #25919582

    Author here. We have experimented with Realms in the past and had a working version for some time. Also did some POC with quickjs. In both scenarios, we saw performance degrade a l…