Hacker News new | ask | show | jobs
by philsnow 3796 days ago
Very cool, congratulations on the launch.

I'd be curious to read a blog post about if/how you beta tested this feature and ensured "fit" of the final shipped feature. Did you have an early adopter / guinea pig group?

If I wanted to make a Zap DAG, would I just arbitrarily linearize it ? i.e. if my deps were,

    A -> B
    B -> X
    B -> Y
    B -> Z
    X -> C
    Y -> C
    Z -> C
    C -> D
one linearization is A -> B -> X -> Z -> Y -> C -> D

Do you notice implicit dependencies and do actions in parallel where there is no dependency ? Maybe it doesn't matter except for very deep / wide zaps.