this post was submitted on 12 Aug 2023
129 points (88.6% liked)

Programming

16212 readers
51 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

What if your dev experience was entirely in the cloud?

These days, launching applications means navigating an endless sea of complexity. We felt this pain at Google, so we started Project IDX, an experimental new initiative aimed at bringing your entire full-stack, multiplatform app development workflow to the cloud.

Project IDX gets you into your dev workflow in no time, backed by the security and scalability of Google Cloud.

Project IDX lets you preview your full-stack, multiplatform apps as your users would see them, with upcoming support for built-in multi-browser web previews, Android emulators, and iOS simulators.

As a Vim fanatic, I can't say I'll ever feel comfortable working in a browser, but some parts of IDX seem interesting. I wonder what the implications are for proprietary code.

I do think it solves an interesting problem where you're working on your desktop and decide to move to your laptop and continue working on the same codebase, but don't want to commit early so you can pull down the changes to your laptop.

It reminds me vaguely of Shells.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 10 months ago (1 children)
[–] [email protected] 6 points 10 months ago* (last edited 10 months ago) (2 children)

Aren't we past that point?

VS Code is Electron based and it can even be deployed in the cloud. We are talking about one of the most popular IDEs.

[–] [email protected] 11 points 10 months ago (1 children)

You are talking about transmitting every bit of code you write to the internet. Go ahead if you want that, I don't

[–] [email protected] 2 points 10 months ago (1 children)

I am not saying otherwise. But do we still have a say?

[–] [email protected] 2 points 10 months ago (2 children)

Yes. It is still entirely possible to run VSCode or VSCodium locally without any of that cloud crap.

[–] [email protected] 1 points 10 months ago (1 children)

True, I myself prefer VS Codium but how many people use it? And some site like Coursera have VSCode on the web and it can't be changed to VSCodium.

[–] [email protected] 1 points 10 months ago

My entire point is that you aren’t forced into using that cloud crap for normal development. And you aren’t forced into any specific IDE. You can choose whatever IDE you want unless your employer mandates something specific.

[–] [email protected] 2 points 10 months ago (1 children)

Is it good technically though? Or is it just really popular because it's so well maintained and extensible?

I think the main reason vscode is so popular is, because there aren't really good native alternatives (e.g. I wouldn't compare e.g. vim because it's kind of a different target audience).

So maybe something like zed or so will take the reign of this class of editors, but we'll see, I just hope it's not yet another electron or DOM based editor, DOM is bad enough in the web already...

[–] [email protected] 2 points 10 months ago

I just hope it’s not yet another electron or DOM based editor

Unfortunately, yes.