@steveth75737857 I don’t. If you go to grocery shopping or Costco backing in makes it a real PITA to load your purchases into the back of the car. Plus my car has backup sensors, backup camera, and it will apply the brakes if I am backing up and someone runs behind me (no safety advantage).
@yashmp2004 Seems difficult to get employees to work there as it is so remote. Infrastructure (electricity, etc) is another problem and another poster had mentioned international treaties preventing commercial development there. It would be tough to get building materials too
@N_and_ni The agent GUI is gone as it was replace with a new Antigravity CLI. I believe the Antigravity IDE is still there. The CLI tool is called “agy” and it’s a TUI like Claude Code.
@the_codewala Why would I want to use the keyboard when I can’t see the screen? Also, that’s the most horrendous position for ergonomics. You might want to investigate that before you hurt yourself
@poonam_twtt It depends on what the app is for. If it’s a personal project most like self host on bare metal and use CloudFlare Tunnels. For enterprise I would deploy to AWS.
@heyyyyyieeee Era or not it depends on the problem being solved. You have to choose the correct language for the problem. It’s definitely not always Python.
@jahirsheikh8 Typically with a Postgres database I use the UUID extension and let the database create it. Put unique on the id column and not worry about it as the database handles all the checking.