Live data from Hacker News

Viewing profile — jankeromnes

jankeromnes

HN member
Joined
Thu, Aug 23, 2012, 12:57 PM UTC
HN karma
248
Public activity
70 items

About jankeromnes

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #25884786

    Yes, Gitpod is open-source and can be self-hosted: https://github.com/gitpod-io/gitpod/

  4. story
  5. story
  6. comment
    Comment #24351086

    FYI, gitpod.io is similar and works pretty well on Safari and iPad

  7. comment
    Comment #24351072

    FYI, the Gitpod blog has some thoughts on this comparison: https://www.gitpod.io/blog/github-codespaces/

  8. story
  9. story
  10. story
  11. comment
    Comment #23094493

    Hey, that's awesome! Thanks for the update.

  12. comment
    Comment #23094373

    You've probably seen https://gitpod.io then, which is kind of a hosted Theia that seems to work well in any browser/OS/device?

  13. comment
    Comment #23094345

    Monaco has a few rough edges on iPad, but overall it seems to work great with https://gitpod.io (same editor as VSCode).

  14. comment
    Comment #23094170

    This sounds like good feedback. What do you mean by "github or azure enterprise package"? I think Gitpod Self-Hosted was successfully installed on GCP, AWS, and Azure, and we're wo…

  15. comment
    Comment #23094088

    I don't think VS/GH Codespaces are open-source, and they don't seem to support GitLab. However, if you do need something based on open-source that works with GitLab, take a look at…

  16. comment
    Comment #23093937

    > Gitpod looked nice but the fact that you can only customize the editor per-repository doesn't make sense to me. Gitpod also has user-specific Preferences, and even user-specific …

  17. comment
    Comment #23093803

    You're right, Gitpod uses Theia, which uses Monaco, which doesn't officially support mobile browsers. However, we do extensive testing of Gitpod and Theia on mobile devices, and wo…

  18. comment
    Comment #23093370

    FYI gitpod.io offers 16 CPU / 60 GB RAM, and works great on Chromebooks & iPads.

  19. comment
    Comment #23093318

    We're pretty stoked to have new friends in cloud-native development! Microsoft/GitHub joining the dev-environment-as-code movement is huge, will likely save us all a few more years…

  20. story
  21. story
  22. story
  23. comment
    Comment #22794231

    You're welcome! And yes, both Theia and OpenVSX can be self-hosted. Please report issues if something is unclear or doesn't seem to work.

  24. comment
    Comment #22793303

    But the Eclipse Foundation is a pretty good place to develop vendor-neutral open-source software, kind of like the Linux Foundation. There are many great open-source projects under…

  25. comment
    Comment #22793283

    You're 100% correct, Theia supports configuration via a .vscode/ directory, because that seems to be a "standard" way to configure your IDE. (Before you jump, yes it also supports …