Earlier quoted context omitted.
This has not been my experience. First, I work on lots of code bases and this is where a lot of the brittleness comes from. They don’t use the same versions of the same things. Second, C dependencies are a giant pain in the ass when you add the first problem above.
Meanwhile, on BSD UNIX derivatives, I can 'make world' since the dawn of time...
GitHub’s engineering team has moved to Codespaces
21–30 of 704 posts
Re: GitHub’s engineering team has moved to Codespaces
#22I don't actually doubt that this (and the 4 other glowing employee quotes) are real, but even assuming they are, I can understand people remaining skeptical about the sample size of 5 being broadly representative of the 100s (1000s?) of engineers at the company.
Also slightly hilarious that "This is the way" is a Star Wars callback referring to a character blindly following dogma before eventually realising the error of their ways...
On the other hand, there's quite a few "hints" littered throughout the article that their current setup is a bit of a beast, so I can definitely imagine some engineers being relieved to be able to get such a behemoth off their physical laps/desks: I guess if the local development experience is sufficiently brittle & frustrating, any alternative may seem welcome.
Re: GitHub’s engineering team has moved to Codespaces
#23I would quit so fast if my company forced me to use a web IDE.
I'm in the GitHub Codespaces personal beta: counterintuitively, the UI/UX of Codespaces is as performant as VS Code on the desktop.
Re: GitHub’s engineering team has moved to Codespaces
#24locked-in to visual studio code? no thanks
I'm ready for the downvotes.
Re: GitHub’s engineering team has moved to Codespaces
#25I would quit so fast if my company forced me to use a web IDE.
Re: GitHub’s engineering team has moved to Codespaces
#26Re: GitHub’s engineering team has moved to Codespaces
#27Earlier quoted context omitted.
I'm in the GitHub Codespaces personal beta: counterintuitively, the UI/UX of Codespaces is as performant as VS Code on the desktop.
I also don't use VS Code usually. My personal preference is a JetBrains IDE, but my point is more engineers should be able to choose the environment they're most productive in.
Re: GitHub’s engineering team has moved to Codespaces
#28I'm currently working on a huge codebase that takes forever to compile. I'd love to use Codespaces or a self hosted alternative so that I don't need to carry around a heavy i7 laptop. Being able to develop in the cloud from a browser opens up the possibility to develop from a thin Chromebook.
Isn't this option already available with CI/CD or Vim?
Re: GitHub’s engineering team has moved to Codespaces
#29I've been using Sublime Text for a decade and it has kept the scope creep to a minimum. I've also used JetBrains IDEs and while there is a massive amount of complexity, it is well organized I think. I just get anxiety from launching VSCode, may be it is because of not being familiar with it, I don't know.