We’ve pushed out the Pareto frontier of efficiency vs. intelligence again.
With Gemini 3 Flash ⚡️, we are seeing reasoning capabilities previously reserved for our largest models, now running at Flash-level latency. This opens up entirely new categories of near real-time applications that require complex thought.
It’s available in the API, and rolling out today as the default model in AI Mode in Search and Gemini app globally.
Read more on the blog at: https://t.co/Uw9bmlJvhI
More in thread ⬇️
Over a year ago, I built https://t.co/jDHzDWYCdo, a simple side project that notifies U.S immigrants when the visa bulletin is released. Hopefully no one here will ever need to know what that is.
I used cloudflare workers cron (runs every minute), and pages (Astro). It's been running the whole time with no maintenance whatsoever, except when the mailchannels integration got phased out.
the @Firebase Data Connect emulator is using:
◆ pglite by @ElectricSQL
◆ pg-gateway by @supabase
... and this is awesome. This is 100% how open source should work. More collaboration helps everyone - many thanks to the Firebase team 🫡
@yacineMTB Cause it's fun, especially with AI. The biggest problem I have with AI is that it can cause brain rot. I find myself sometimes trying repeatedly to get the AI to do what I want when the solution is to sit down, read the code, and do it myself.
if you argue “[some language] will replace Python/JavaScript” I feel you need to acknowledge the history that over 30 years, Python and JS have steamrolled over hundreds of other scripting languages and derivatives — many of them promising!
Python and JS are just very good
@_swanson Is this just adding foreign keys? Foreign keys don't add index in most dbs by the way, you need a unique constraint or manually create index.
In what ways is using @sveltejs better than using @astrodotbuild in SSR mode?
Astro seems to have a pretty solid CSR and SSR story. Am I missing any quality of life features by using it instead of sveltekit for interactive apps?