What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
Hey there. I'm the developer who made the POC. My original idea came after watching non-technical people try to make changes to the readme. They would have to ask for a lot of help to get the terminal open or use a GUI. When really all they wanted to do was make a quick change. The idea is that there's a lot of different users using git and I want to make it accessible for everyone.
GitLab Web IDE
171–180 of 280 posts
Re: GitLab Web IDE
#172GitLab 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!
So I don't think we'll be creating a programming language soon. I'm following crystal https://crystal-lang.org/ with interest. And one of our team members is making one in a private capacity https://gitlab.com/yorickpeterse/inko
Re: GitLab Web IDE
#173What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
I have several repos of text-file based validators that members of the public contribute to. They don't understand git, so it's handy to be able to edit on the website. Git has a super high learning curve for simple edits...
Git, like God, is good :) But even, over time, God has evolved and gotten more accessible.
Re: GitLab Web IDE
#174Earlier quoted context omitted.
That's really what I hope the future is. I'm shocked Google hasn't tripled their efforts to make the chromebook a code editor masterpiece. You'd think they'd have spearheaded it themselves. Now I'm keeping my eyes on Microsoft bringing arm64 hardware in the game. 20+hr battery life + wifi means I could just work wherever I want during the day and then go home at night and charge. Adventure coding, EVERY DAY! That'd b…
What would it take to run Electron apps on a Chromebook? Just gimme VS Code and I'm good to go.
Docs: https://chromium.googlesource.com/chromiumos/docs/+/master/c...
Re: GitLab Web IDE
#175I wonder if VSC could be used as a library to render editor in the browser.
Re: GitLab Web IDE
#176Re: GitLab Web IDE
#177What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
Companies want to force us back to the days of time-sharing taking the power out of our computers, placing the gems of our work gated into their systems.
Re: GitLab Web IDE
#178Re: GitLab Web IDE
#179This would have been a nice path to bring less technical folks into gitlab, say for writing articles and other copy. But I can already imagine the non-stop complaints about losing work.
Re: GitLab Web IDE
#180Wow, 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…