Live data from Hacker News

GitLab Web IDE

about.gitlab.com

181–190 of 280 posts

Re: GitLab Web IDE

#181
post #59

GitLab is slowly on its way to compete with Microsoft, Google, JetBrains... I hope you guys create your own programming language as well to become a real software company ;-) Good luck!

I admire Gitlab in all sorts of ways, but in the context of IDEs, they're no JetBrains yet. Their IDE is unsurpassed for Java folks. I tried to stick with Eclipse as long as I could, but IntelliJ keeps adding amazing features at a breakneck speed. Admittedly, Java is a very IDE heavy language, umm, "culturally" (while I've seen people doing Python or JavaScript in other editors like vim, for Java that seems hardly ever the case). Maybe this whole online IDE thing is just not aimed at is Java folks? (Like... How would I do TDD?)

Re: GitLab Web IDE

#183

Earlier quoted context omitted.

Honestly I generally don't want to do my entire development on a Web IDE, but I do think it's very useful for a repo hosting site to have editing tools, as I often find myself wanting to fix something quick away from my setup. Web IDEs in general are a great concept though, mostly because developers generally love having their editor customized the way they like it, and from there, having it in the cloud accessible f…

I've heard this a lot since around 2012/13 when I first became aware of C9, and even gave it a go. Granted it was and is impressive as a technical achievement, but I really don't see the use case at all, other than as something to use as a quick fix embedded by a repo host. My laptop is a tool I use every single day and have with me almost all of the time. I do not need internet connectivity to remain productive, whi…

There's no reason an online hosted Web IDE can't work perfectly well in an offline mode too. Offline-capable Web apps are essentially a solved problem.

Re: GitLab Web IDE

#184

Wow, very cool. Lots of new players in this space: https://repl.it , https://glitch.me , and now GitLab (and I'd be surprised if GitHub doesn't follow in tow). Cloud9's acquisition really left a big hole in the market. AFAIK there's still nothing out there that gives you a decent code editor (edit multiple files, have multiple tabs open, etc) that also gives you access to a Linux shell and ability to expose ports lik…

> I'd be surprised if GitHub doesn't follow in tow

Xray, GitHub's experimental possible Atom successor, seems to be designed to support this usecase, per https://github.com/atom/xray#web-compatibility . Seems like they want to be able to use the same code to power both a desktop and web IDE, and would support collaborative real-time editing in both.

Re: GitLab Web IDE

#185

Wow, very cool. Lots of new players in this space: https://repl.it , https://glitch.me , and now GitLab (and I'd be surprised if GitHub doesn't follow in tow). Cloud9's acquisition really left a big hole in the market. AFAIK there's still nothing out there that gives you a decent code editor (edit multiple files, have multiple tabs open, etc) that also gives you access to a Linux shell and ability to expose ports lik…

> I'd be surprised if GitHub doesn't follow in tow

And since Microsoft now own Github this will most likely be VSCode in the browser just like azure already uses. A lot of people will be happy with that

Re: GitLab Web IDE

#186
post #115
post #45

Earlier quoted context omitted.

One day, I can toss out all my expensive hardware and do my job with a hi-res Chromebook and steady wifi.

The future being unevenly distributed, I've been doing that for a long time privately, not publicly, via Apache Guacamole (with LDAP integration for configuring) as my front end to some virtual dev boxes. I've never run into the slightest issue between chromebook html5 browser and Apache Guacamole, which I suppose does not prove no problem could exist for anyone else. Its SSH is really a very nice terminal emulator,…

> The biggest problem I have is I can buy a chromebook with a decent screen for roughly the price of a decent windows laptop

Why would anyone choose the former in that situation? I thought the whole argument for chromebooks was that they were going to be cheaper than regular laptops. If you need a decent keyboard, buy a ThinkPad. You're not limited to windows, you can run any flavour of Linux and quite a few of them make a decent hackintosh

Re: GitLab Web IDE

#187
I wish GitLab would take whatever resources this has and put them all on site reliability.

They have a ton of open positions listed, but none are for Site Reliability Engineer.

Frequent slow requests and 5xx errors keep me from giving GitLab a real try.

Re: GitLab Web IDE

#188
Good job! This looks like a great code/text editor than an IDE at the moment.

You would need some sort of code navigation, debug and run capabilities to call it an IDE :) Hope to see more soon?

Redhat's OpenShift.io Eclipse Che integration would be a good example of a cloud IDE where you can could code,build and debug off a web-browser backed by a container-based workspace running on Kubernetes.

Re: GitLab Web IDE

#189

Wow, very cool. Lots of new players in this space: https://repl.it , https://glitch.me , and now GitLab (and I'd be surprised if GitHub doesn't follow in tow). Cloud9's acquisition really left a big hole in the market. AFAIK there's still nothing out there that gives you a decent code editor (edit multiple files, have multiple tabs open, etc) that also gives you access to a Linux shell and ability to expose ports lik…

Cloud9 Core available on github. They never replied regarding a onprem license[0].

[0]: https://github.com/c9/core/blob/master/LICENSE-COMMERCIAL-US...

Re: GitLab Web IDE

#190
post #187

I wish GitLab would take whatever resources this has and put them all on site reliability. They have a ton of open positions listed, but none are for Site Reliability Engineer. Frequent slow requests and 5xx errors keep me from giving GitLab a real try.

Getting GitLab.com reliable is a top priority. We are hiring multiple SREs and https://jobs.lever.co/gitlab/a9ec2996-b7b6-4d87-aed0-1fc2ce3... is on our jobs page.
Post reply on HN