Live data from Hacker News

Viewing profile — anton_kosyakov

anton_kosyakov

HN member
Joined
Tue, Jul 04, 2017, 6:27 AM UTC
HN karma
8
Public activity
15 items

About anton_kosyakov

I maintain Theia IDE (https://theia-ide.org) and work on Gitpod (https://www.gitpod.io) at TypeFox.

GitHub: https://github.com/akosyakov

Twitter: https://twitter.com/akosyakov

Recent public activity

  1. comment
    Comment #22810914

    Sure, you don't develop something on the side for an existing IDE which treats your content as remote and potentially insecure, prohibiting access to DOM and other useful APIs like…

  2. comment
    Comment #22747493

    VS Code has a clear scope to be smart light-weight editor. It fits to mainstream needs indeed, but not for firms trying to build domain specific IDEs. Theia does not have problems …

  3. comment
    Comment #22747459

    Please see https://github.com/eclipse-theia/theia/issues/7349#issuecomm... You can try Theia via Gitpod: https://dev.to/svenefftinge/continuous-dev-environments-the-... For instanc…

  4. comment
    Comment #22747439

    Theia does not target end users. It is IDE platform for product builders. Think if you want to build domain specific IDE which inherits VS Code UX. See who is using Theia and why h…

  5. comment
    Comment #22747397

    Sorry, to hear it. Theia is an IDE platform and does not target end users but product builders. For end users, we build Gitpod based on Theia to support continious dev environments…

  6. comment
    Comment #22747377

    Yeah, it came to surprise to us too. We are going to merge PhosphorJS into Theia repo and make it more configurable: https://github.com/eclipse-theia/theia/issues/6501

  7. comment
    Comment #21599056

    If you have your projects on GitHub then you can use Gitpod (www.gitpod.io) It allows to define dev environment in code, and then spawn remote env in Google Cloud with access via t…

  8. comment
    Comment #19846435

    Also a license does not look permissive: https://code.visualstudio.com/docs/remote/faq#_can-i-repacka... I don't see how someone else can leverage VS Code remote extensions to buil…

  9. comment
    Comment #19623365

    You should check out Gitpod ( https://www.gitpod.io ). It was launched recently and provides disposable, ready-to-code development environments for GitHub projects: https://dev.to/…

  10. comment
    Comment #19476862

    Theia is an IDE framework implemented with cloud first mindset, not a code patch to make VS Code to run in cloud. It does reuse important VS Code components, like Monaco editor, la…

  11. comment
    Comment #19476738

    Yes, it is an independent project used by different products like Gitpod (www.gitpod.io), Google Cloud Shell, ARM Mbed Studio ( https://os.mbed.com/studio/ ) and so on. Eclipse Che…

  12. comment
    Comment #19401342

    Are you aware of Gitpod ( https://www.gitpod.io/ )? It's one-click online IDE for GitHub based on Theia. You can have as many workspaces as you want which are continuously replicat…

  13. comment
    Comment #19397628

    Theia relies only on stable and documented APIs for compatibility which are not move fast and don't get removed, not on patching and exposing of VS Code internals.

  14. comment
    Comment #19397617

    Theia is an independent IDE framework. It used by products like Gitpod ( http://www.gitpod.io ), Google Cloud Shell, ARM Mbed Studio ( https://os.mbed.com/studio/?utm_source=blog )…

  15. comment
    Comment #19347441

    Which language are you looking for? There are more images: https://github.com/theia-ide/theia-apps and you can build custom with own set of Theia/VS Code extensions.