Earlier quoted context omitted.
I wouldn't bet on an Electron app winning anything long-term in the dev-oriented space.
Electron apps will win because they're just web apps - and web apps won so decisively years ago that they will never go anywhere.
Google Antigravity
571–580 of 1001 posts
Re: Google Antigravity
#572I really don't know why I struggle so much with this stuff. I believe these models / agents / whatever write code that is often at least as good as the code I write, and they are super helpful tools, but it just feels like it takes away so much of the joy that is programming to me. I'm not saying it's "right" of me to feel this way, but for me the struggle, and the figuring things out by testing, identifying patterns…
Using agents effectively is this whole other skillset including managing requirements, prioritization and, worse yet, I'm rarely left with any knowledge. I don't nearly get the same joy out of "I finished a task with an agent" like I do with "I had a problem, I delved deep to understand it, learned something new and solved it"
Then again, I bet people making furniture out of wood felt the same about industrial furniture factories. And it can be argued that not every use case needs custom tailored furniture...
Re: Google Antigravity
#573I gave it a fair shot. It is a vs code fork. There were some UI glitches. Some usability was better. Cursor has some real annoying usability issues - like their previous/next code change never going away and no way to disable it. Design of this one looks more polished and less muddy. I was working on a project and just continued with it. It was easy because they import setting from cursor. Feels like the browser wars…
> It is a vs code fork Google may have won the browser wars with Chrome, but Microsoft seems to be winning the IDE wars with VSCode
Meanwhile, JetBrains IDEs are still the best, but remain unpopular outside of Android Studio.
Re: Google Antigravity
#574Earlier quoted context omitted.
- don't learn from what you tell them - don't have career growth that you can feel good about having contributed to - don't have a genuine interest in accomplishment or team goals - have no past and no future. When you change companies, they won't recognize you in the hall. - no ownership over results. If they make a mistake, they won't suffer.
- don't learn from what you tell them Whenever I have a model fix something new I ask it to update the markdown implementation guides I have in the docs folder in my projects. I add these files to context as needed. I have one for implementing routes and one for implementing backend tests and so on. They then know how to do stuff in the future in my projects.
Key words are these.
> They then know how to do stuff in the future in my projects.
No. No, they don't. Every new session is a blank slate, and you have to feed those markdown files manually to their context.
Re: Google Antigravity
#575See the videos: https://www.youtube.com/watch?v=YX-OpeNZYI4 https://www.youtube.com/watch?v=rKQ9b4UMpGQ https://news.ycombinator.com/item?id=45967787
Wonder why they're unlisted.
Re: Google Antigravity
#576This whole blog post is seemingly about Google, not about the user. "Why We Built Antigravity" etc. "We want Antigravity to be the home base for software development in the era of agents" - cool, why would I as the user care about that?
Remember took my a while early in my career from changing my resume away from saying "I want to do this at my next job and make a lot of money" and towards "here is how I can make money and save costs for your company".
Google didn't learn that lesson here. They are describing why us using Antigravity is good for Google, not why us using Antigravity is good for us.
Re: Google Antigravity
#577Earlier quoted context omitted.
> It is a vs code fork Google may have won the browser wars with Chrome, but Microsoft seems to be winning the IDE wars with VSCode
VSCode is based on Chromium. https://chromium.googlesource.com/chromium/src/+/HEAD/docs/v...
Re: Google Antigravity
#578Re: Google Antigravity
#579Re: Google Antigravity
#580Earlier quoted context omitted.
I believe our definitions of "winning the IDE wars" are very, very different. For one thing, using "user count" as a metric for this like using "number of lines of code added" in a performance review. And even if that was part of the metric, people who use and don't absolutely fall in love with it, so much so that they become the ones advocating for its use, are only worth a tiny fraction of a "user". neovim won the…
> I don't know what IntelliJ is. It started as a modernized Eclipse competitor (the Java IDE) but they've built a bunch of other IDEs based on it. Idk if it still runs on Java or not, but it had potential last I used it about a decade ago. But running GUI apps on the JVM isn't the best for 1000 reasons, so I hope they've moved off it.
- This isn't a scientific approach.