HN user

jankeromnes

248 karma
Posts32
Comments37
View on HN
www.gitpod.io 4y ago

VS Code in the Browser for Everyone

jankeromnes
73pts19
devxconf.org 5y ago

DevX Conf, with Jason Warner (GitHub CTO) and Erich Gamma (creator of VS Code)

jankeromnes
11pts0
www.businessinsider.com 5y ago

Gitpod raised $3M in seed funding using this pitch deck

jankeromnes
2pts0
www.theregister.com 5y ago

Git your ass to the cloud! Gitpod hooks up with Gitlab to take on Codespaces

jankeromnes
3pts0
www.gitpod.io 6y ago

Gitpod now supports Bitbucket repositories

jankeromnes
1pts0
github.com 6y ago

Show HN: An open-source registry for VS Code extensions

jankeromnes
2pts0
www.gitpod.io 6y ago

GitHub Codespaces, Welcome to the Party

jankeromnes
6pts0
www.gitpod.io 6y ago

Open VSX: A Free Marketplace for VS Code Extensions

jankeromnes
4pts0
github.com 6y ago

Open VSX: An open-source registry for VS Code extensions

jankeromnes
2pts0
theia-ide.org 6y ago

Theia: Cloud and Desktop IDE

jankeromnes
229pts183
open-vsx.org 6y ago

Open VSX Registry

jankeromnes
3pts0
www.gitpod.io 6y ago

Homebrew is now supported in Gitpod.io

jankeromnes
2pts0
www.gitpod.io 6y ago

Gitlab Support for Gitpod Is Here

jankeromnes
8pts0
github.com 7y ago

IDEs on GitHub Marketplace

jankeromnes
4pts0
github.com 11y ago

Devices.json

jankeromnes
1pts0
www.youtube.com 11y ago

Soyuz rendezvous and docking explained [video]

jankeromnes
3pts0
gear.mozilla.org 11y ago

Mozilla Gear

jankeromnes
19pts7
www.youtube.com 11y ago

How to Draw Mushrooms on an Oscilloscope with Sound

jankeromnes
5pts0
developer.mozilla.org 11y ago

Firefox DevTools can now debug Chrome and Safari

jankeromnes
3pts0
air.mozilla.org 11y ago

Firefox 10th (live)

jankeromnes
1pts0
translate.google.com 11y ago

Firefox OS overtakes iPhones in Peru

jankeromnes
21pts0
plus.google.com 11y ago

Power and productivity for a better world

jankeromnes
2pts0
www.google.com 11y ago

Moon and Mars in Google Maps

jankeromnes
2pts0
www.google.com 11y ago

The Moon and Mars in 3D in Google Maps

jankeromnes
1pts0
www.spacenews.com 12y ago

Bigelow Aerospace Begins Hiring Round by Adding Former Astronauts Ham, Zamka

jankeromnes
4pts0
bugzilla.mozilla.org 12y ago

Implement a Math.TAU constant in Firefox

jankeromnes
1pts0
thefiletree.com 12y ago

Timestamp 1400000000000 is today at 16:53:20 UTC

jankeromnes
2pts1
google-latlong.blogspot.ch 12y ago

Street View arrives at CERN

jankeromnes
37pts10
www.fastned.nl 12y ago

Netherlands Builds Nationwide EV Fast-Charging Network

jankeromnes
1pts0
dukgo.com 12y ago

DuckDuckGo gets its revenue through Bing Ads

jankeromnes
1pts0
GitHub Codespaces 6 years ago

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 working on documenting the process.

It also works with self-managed GitHub and GitLab installations (with Bitbucket coming soon).

GitHub Codespaces 6 years ago

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 VS Code extensions. (Usually customization places have a "Workspace" tab and a "User" tab.)

GitHub Codespaces 6 years ago

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 work around bugs or contribute fixes upstream to Monaco when possible.

Gitpod/Theia users now report that the iPad experience is great, and we continue to push forward on improving it.

On the other hand, VS Codespaces blocks you with a "This browser is not supported" error page when you're not using Chrome. (Even pre-Chromium Edge is unsupported.) But you absolutely need Safari support to work on iPad (all browsers there are basically just Safari skins).

GitHub Codespaces 6 years ago

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 of dependency-hell.

(EDIT: Removed official blog post link because taywrobel posted it first)

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.

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 the Eclipse Foundation umbrella, and anyone is free to use them; contribute to them; build businesses on them; etc.

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 EditorConfig).

Also, Theia indeed uses the Monaco editor, and various other open-source components also found in VS Code. The developers of Theia and VS Code actually collaborate on these.

And finally, Theia fully supports VS Code extensions. There is even an effort to make this IDE extension format an open standard: https://open-vsx.org

The phrasing chosen by the Eclipse foundation for the Theia 1.0 announcement was a bit unfortunate:

- It's not Theia versus VS Code

- Theia is not an "open-source alternative to VS Code"

- Theia is not a "rip-off of VS Code"

While confrontational narratives are appealing, it's more subtle than that: Theia is based on VS Code to address a different kind of need.

Much like TypeScript doesn't try to replace JavaScript, but builds on JS to address the need for type safety, Theia doesn't try to replace VS Code, but builds on VS Code to address the need for a framework to build IDEs for desktop (e.g. Arduino Pro, Arm mbed...) and for the cloud (e.g. Gitpod, Google Cloud Shell...).

Repl from Repo 7 years ago

'%22' is an urlencoded double-quote: '"'

Maybe you accidentally have a double-quote in your URL?

I'm totally biased, but I think Gitpod might be the closest thing to Cider here, being a hosted IDE + container solution that continuously prebuilds your workspaces along with your code.

The other options are just IDEs in a browser where you still have to hammer together your own setup + build manually every time.

Hi Josh, very sorry about the unfortunate surprise, we're aware of this and agree it's not nice.

We couldn't address it in time for the launch, so basically all the website's pricing options currently point directly to where you can buy them in the app, which implies a GitHub sign-in (where only a valid email is requested, NB).

We're planning to add un-authed pages with more info about each plan, but we also prefer spending our time on improving the developer experience rather than on payment options, so it may take a bit of time.

I think a better example for Google's deep integration into android is the "Google Search app" (previously "Google Now") that is sort of a Siri-equivalent: you can talk to it, it can manage your phone, send emails, create new alarms, manage your calendar, assist your transit, even change the temperature at home if you have Nest.

Worth noting that this type of deep integration is totally possible with the Web: you can use many APIs like voice recognition, alarms, etc. "3rd-party apps" from the web can very well integrate deeply with your device, if you allow them.

It's really great to have Windows Phone around, but I think the article calls for a more open and experiment-friendly alternative where you don't have to go "through the interests and lenses of the two dominant players" to innovate (making it "three" doesn't help).

Most of these reviews are unfair (comparing a 25$ FxOS to devices at 2x the cost or more) but you make a point about FxOS not being attractive for higher-end. That's part of why it's currently being reinvented.

Call me biased, but Firefox OS makes the web run on 25$ smartphones, is fully open and customizable because it's the web, has the biggest "app store" of the world because it runs any web app, is totally royalty-free (just like the other Mozilla projects), and is already being shipped on lots of devices all around the globe. How's that for an open, unlocked and innovation-friendly alternative?