Web-based editor
281–290 of 307 posts
Re: Web-based editor
#282Re: Web-based editor
#283Earlier quoted context omitted.
Really? I swapped to PyCharm when I was a solo dev because it had superior code insight compared to the other editors. What is enterprise about it beyond it costing money?
Yea that’s a weird flex, I get some companies have “use these tools” but that’s largely for support and discounts
Re: Web-based editor
#284This is more than a little ironic, because if I remember correctly, Github created the open source Atom editor, which was gaining popularity until VS Code came into the picture and absolutely destroyed it.
Re: Web-based editor
#285Earlier quoted context omitted.
> VS feels like a big, bloated IDE where you have to memorise the location of 4e6 different GUI positions This one sentence convinces me that you have not used VSCode in any meaningful way. I ditched GUI items for getting stuff done long time ago with VSCode. I just bring up the command palette and type away. Its insanely great.
> I ditched GUI items When I tried VS Code, it wasn't even possible to hide the tabs. As a long-time user of Emacs and highly-configurable X window managers, the inability to remove useless graphical elements like tabs made VS Code unbearable.
Re: Web-based editor
#286Earlier quoted context omitted.
Are you alleging that GitHub was aware of this and copied it? Personally, this is the first that I've heard of 1s, but I'm conversely aware that Microsoft has been working on cloud based development with vscode for a while now.
I'm sure even Nat Friedman saw github1s because it was high up on HN and he frequents the site. When I saw github1s on HN a while ago I thought Githuh should just hire whoever built that. Difficult to argue if it was a plain rip-off or not, because the idea is somewhat obvious if you work in that space. BUT, it's amazing to see how innovation is driven by individuals and small players faster then large companies - be…
Re: Web-based editor
#287Earlier quoted context omitted.
Why is it scary?
Ellen Ullman quotes Whitfield Diffie in her book Life in Code and I think he’s spot on: > We were slaves to the mainframe! he said. Dumb terminals! That's all we had. We were powerless under the big machine's unyielding central control. Then we escaped to the personal computer, autonomous, powerful. Then networks. The PC was soon rendered to be nothing but a "thin client," just a browser with very little software res…
Re: Web-based editor
#288Re: Web-based editor
#289Earlier quoted context omitted.
I've just tested with Safari on MacOS. 1. Go to any Github repo 2. Press . 3. Wait for the editor to load... 4. Press Ctrl/Command + P 5. It opens VSCode's "Go to File" prompt
Nice! Works for me too on Chrome on MacOS. Too bad cmd+w, ctrl+tab, and ctrl+shift-tab doesn't close an editor tab / switch editor tabs… and if you hover on the close icon, it just tells you to use cmd+w instead of something else.
Considering that there was obviously going to be a keyboard-clash, their approach seems to be very pragmatic.
Re: Web-based editor
#290I've been using this for a while. Very, very, very handy for - Just exploring some code. - Quickly pull up as reference code w/ decent navigation without having to checkout locally or navigate forward/back in the source tree in GitHub. - When reviewing PRs and wanting to check out some surrounding code that is not part of the actual PR. - If you want to quickly commit something really small and trivial in master/a br…
All of this works for me when I am in full-screen mode.