this post was submitted on 12 Aug 2023
128 points (88.6% liked)
Programming
17326 readers
212 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 !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Damn, I'm exhausted, why does launching an application have to be so hard?
CTRL + T
terminal opensMeta+e .. emacsclient pops up instantly
Hey, there's always double-clicking the icon too. Now that is exhausting.
I imagine they mean launching in more of a release sense (IE: Announcing the launch of new app XYZ). I sure hope so, anyways.
Probably, I don't really know how a web IDE would make it any easier but perhaps that's because of a lack of personal experience.
It's selling itself as more than an IDE. The idea is to have templates for common languages/frameworks. Ideally, this would mean not having to learn how to init a project in a given framework, not having to learn the build tools, not having to learn deployment, ci/cd, etc. Just open this new webapp, pick a framework, develop, and click a "launch" button to have it spin up in GCP.
That sums up, I could use sensible CMake templates in my life.