Live data from Hacker News

Viewing profile — tooldepth

tooldepth

HN member
Joined
Tue, Jul 04, 2017, 6:01 AM UTC
HN karma
2
Public activity
3 items

About tooldepth

No profile information was provided.

Recent public activity

  1. comment
    Comment #14693881

    Another difference is that vscode's extensions are very limited, as they run in their own process and can only access what has been explicitly made available. Today that excludes a…

  2. comment
    Comment #14693867

    Vscode's architecture is not fit for that, as it runs additional node processes (e.g. the extension host process) that are chatting with the renderer process on a very fine-grained…

  3. comment
    Comment #14693853

    Jupyterlab is really nice, too! A significant difference is that it is deeply integrated with jupyter notebooks. So it really targets data scientists working with jupyter. Theia is…