stations.albertguillaumes.cat shows 3d models of many european metro stations. Here's Chatelet Les Halles in Paris:
Steren
@steren.fr
Engineer turned Product Manager ⬣ Google Cloud Run founder+leader ⬣ Google Cloud Carbon Footprint founder steren.fr 𝕏: @steren
Glad to have participated in person to the 2025 edition of Cloud Run day India! The team had prepared great deep dive sessions, quizzes, and workshops. Nice to connect with the local developer community.
Add /deploy to Gemini CLI with the Cloud Run Gemini CLI extension: $ gemini extensions install github.com/GoogleCloudP... Read more: cloud.google.com/blog/product...
Deploy your Gradio app to Cloud Run from the gradio CLI: $ gradio deploy --provider gcloud
Gemini 2.5 Flash Image (a.k.a. nano banana) is a massive leap forward, an a 171 elo point jump is huge. See nice landing page from Google DeepMind deepmind.google/models/gemin...
A group is building a "spatial browser", i.e. a user agent that presents web content directly inside a 3D coordinate space. I love the idea. m-creativelab.github.io/jsar-runtime...
JSAR | Open Source Spatial Web Browser Engine for Immersive Browsing
Experience the future of web browsing with JSAR - an open-source spatial web browser engine for 3D, WebXR, and immersive spatial browsing experiences.
m-creativelab.github.io
I'll be speaking at the AI For Developers meetup in San Francisco next Wednesday: - 6:30pm: Google Cloud Run for AI (Inference, agents, and MCP) - 7pm: A Python-First Approach to AI Infra, from Sandboxes to Inference - 7:30pm: Zylo-docs: The Code-first, AI-powered API Spec Tool lu.ma/qemn7akv
- Vibe coded apps go to Cloud Run - AI Agents go to Cloud Run - MCP servers go to Cloud Run Cloud Run's flexibility and on-demand nature make it a runtime of choice for these new workloads.
Thanks to Gemini CLI: - I don't write tests (manually) anymore - test coverage of my projects go up.
The Cloud Run MCP server is now listed in Docker's MCP hub. The catalog page does a great job listing the available tools and giving clear setup instructions. hub.docker.com/mcp/server/c...
Gemini CLI and I added an anaglyph mode to my <stereo-img> web component, for non-VR users. stereo-img.steren.fr
Previously, we waited for a language runtime to be Stable or LTS before launching it on Cloud Run. We are changing that: Go 1.25 (today "Release Candidate") and Node.js 24 ("Current") are available in Preview today. They will GA once Stable and "Active LTS". $ gcloud run deploy
Right now: 10,000 homes sending 60MW to the grid as one Virtual Power Plant
Carbon numbers for Google Cloud regions, 2024 edition. - Details: cloud.google.com/sustainabili... - CSV: github.com/GoogleCloudP...
I'd like to thank TikTok and Gen Z for a potential new Radiohead tour (and one can hope) album.
The Gemini CLI roadmap is now public github.com/orgs/google-... 👀 2 Cloud Run-related items: Start background agent either locally, by deploying to Cloud Run, or through Jules integrations: github.com/google-gemin... Deploy to Cloud Run with /deploy github.com/google-gemin...
Gemini CLI Public Roadmap • google-gemini
This project publishes the Public Roadmap for the Gemini CLI Project.
github.com
In an alternate timeline, we would have flown from San Francisco to Paris in 4.5 hours today.
Announcing Docker, Inc compose support for Google Cloud Run: - Define your app in "compose.yaml" - Run locally with "docker compose up" - Deploy with "gcloud run compose up" Docker blog: www.docker.com/blog/build-a... GCP blog: cloud.google.com/blog/product... Video: youtu.be/KHM3YGkLOxo?...
Gemini API is getting a Batch Mode, to run within a 24-hour window. Priced 50% lower and with higher limits. developers.googleblog.com/en/scale-you...
Batch Mode in the Gemini API: Process more for less
Discover how Batch Mode in Gemini API allows developers to submit large jobs, offload processing, and get results in 24 hours, offering simplicity, convenience, and cost-savings.
developers.googleblog.com
GitHub PR review tool is way behind Google's internal code review tool. For performance, usability, and features
Nice to see that ElectricityMaps has a "Carbon aware scheduler" API endpoint. Given a job duration, start and end window, and set of locations (which can be GCP regions), the API returns the optimal execution time and location. portal.electricitymaps.com/docs/api#car...
Serverless Gemma 3n with Ollama and Cloud Run in two lines: $ gcloud run deploy --image ollama/ollama --port 11434 --gpu 1 $ OLLAMA_HOST=[...] ollama run gemma3n
Yesterday, we introduced Cloud Run worker pools, designed for continuous background processing , ideal for pull-based workloads. Today, we are introducing an open source autoscaler for Kafka consumers. Read the blog post: cloud.google.com/blog/product...
npm i -g @google/gemini-cli
This is truly a proud moment for me. For the past few months we've pushed non-stop to build Gemini CLI. It's been a journey, and I couldn't be happier to finally share it with all of you. Free and open source! Check it out: github.com/google-gemin... #GeminiCLI #Gemini #AI #OpenSource
The Cloud Run and Firebase MCP servers are now listed in the list of official MCP servers, alongside other very useful ones like GitHub. github.com/modelcontext...
Build and Deploy a remote MCP server to Google Cloud Run in under 10 Minutes: cloud.google.com/blog/topics/...
Build and Deploy a Remote MCP Server to Google Cloud Run in Under 10 Minutes | Google Cloud Blog
Learn how to quickly build and deploy a remote Model Context Protocol (MCP) server to Google Cloud Run, enabling secure and scalable integration of external context with Large Language Models (LLMs).
cloud.google.com