Guillaume Laforge — @glaforge@uwyn.net (@glaforge) 's Twitter Profile
Guillaume Laforge — @[email protected]

@glaforge

🥑 Developer Advocate at @GoogleCloud
⭐️ @ApacheGroovy programming language co-founder
🏆 @java_champions
📣 @lescastcodeurs podcast
🐘 @[email protected]

ID: 14441858

linkhttps://glaforge.dev/ calendar_today19-04-2008 09:10:53

47,47K Tweet

16,16K Followers

2,2K Following

Surma (@dassurma) 's Twitter Profile Photo

Tried myself at something new: A video! 📺 Nix explained from the ground up What is Nix? And how does it build software in a completely deterministic way? youtube.com/watch?v=5D3nUU…

🇫🇷 🇪🇺 Pr Philippe Juvin MD PhD (@philippejuvin) 's Twitter Profile Photo

Je vous illustre la charge administrative des médecins. En médecine, on doit «coder» le diagnostic. Ici l’exemple d’un cas de « chute ». Je dois choisir à la main un item dans une liste longue et absurde. Cela prend un temps précieux qui serait plus utile consacré au malade.

Richard Seroter (@rseroter) 's Twitter Profile Photo

I still miss platform-as-a-service. Maybe it never left, but it didn’t become as ubiquitous as we all hoped. There were limitations that kept it from taking on most apps. Google Cloud Run is different. I wrote up a post with 10 reasons it’s great for your next app. Recap 🧵…

I still miss platform-as-a-service. Maybe it never left, but it didn’t become as ubiquitous as we all hoped. There were limitations that kept it from taking on most apps.

<a href="/googlecloud/">Google Cloud</a> Run is different. I wrote up a post with 10 reasons it’s great for your next app. Recap 🧵…
Steren (@steren) 's Twitter Profile Photo

The Cloud Run team is now accelerating the onboarding to Cloud Run GPUs. If you sign up at g.co/cloudrun/gpu today, you are likely to get access the next day.

Logan Kilpatrick (@officiallogank) 's Twitter Profile Photo

We just shipped a new variant of Structured Outputs in the Gemini API called Enum Mode, which allows you to easily constrain the model to pick between pre-defined options 🚢

We just shipped a new variant of Structured Outputs in the Gemini API called Enum Mode, which allows you to easily constrain the model to pick between pre-defined options 🚢
Gene Kim (@realgenekim) 's Twitter Profile Photo

This is such an amazing talk from Dr. Erik Meijer (Erik Meijer, famous for his work on Visual Basic, C#, LINQ, Hack), on how LLMs upended his research, and are changing coding and what developers do. I've clipped some of my fave parts of his talk: - His team found that the

Mazlum Tosun 💙 #GCP (@mazlumtosun3) 's Twitter Profile Photo

📣 I published a new article, with a #Python Module + Real World use case, deployed in a #CloudRun job 💬 Unlike a Cloud Run Service, which listens for and serves requests, a Cloud Run Job only runs its tasks and exits when finished medium.com/google-cloud/c… Google Cloud Tech 🧵

Philipp Schmid (@_philschmid) 's Twitter Profile Photo

New Gemma 2 models! 🚀 Google DeepMind just released 2x Gemma2 fine-tuned optimized Data Commons (DC). DataGemma RAG transfers a user query with context into a DC query. DataGemma RIG includes interleaved DC queries. TL;DR; 🔍 Incorporates public statistical data to answer user

New Gemma 2 models! 🚀 <a href="/GoogleDeepMind/">Google DeepMind</a> just released 2x Gemma2 fine-tuned optimized Data Commons (DC). DataGemma RAG transfers a user query with context into a DC query. DataGemma RIG includes interleaved DC queries.

TL;DR;
🔍 Incorporates public statistical data to answer user
Jeff Dean (@🏡) (@jeffdean) 's Twitter Profile Photo

Check out NotebookLM! Create a notebook, upload one or more sources (e.g. PDFs of research papers, your favorite PhD thesis, a newspaper article, etc) then click on 'Generate' to create a podcast of two voices talking about the content you've uploaded. blog.google/technology/ai/…

Paul King (@paulk_asert) 's Twitter Profile Photo

Versions 5.0.0-alpha-10 (bleeding edge) & 4.0.23 (latest stable) of ApacheGroovy are available for download with 31 & 19 fixes and improvements respectively! Groovy 5 now includes SBOM details. #groovylang groovy.apache.org/download.html

Versions 5.0.0-alpha-10 (bleeding edge) &amp; 4.0.23 (latest stable) of <a href="/ApacheGroovy/">ApacheGroovy</a> are available for download with 31 &amp; 19 fixes and improvements respectively! Groovy 5 now includes SBOM details. #groovylang groovy.apache.org/download.html
Logan Kilpatrick (@officiallogank) 's Twitter Profile Photo

We just shipped a new model comparison mode in Google AI Studio, which makes it super easy to see how different models and parameters impact outputs 🚢⚡️

We just shipped a new model comparison mode in Google AI Studio, which makes it super easy to see how different models and parameters impact outputs 🚢⚡️
Richard Seroter (@rseroter) 's Twitter Profile Photo

What's Ray? And why would you run Ray on Kubernetes? If you care about scaling Python or AI workloads, keep reading. Kaslin Fields has a good post that answers your questions. I learned something! kaslin.rocks/ray-on-k8s/

What's Ray? And why would you run Ray on Kubernetes? If you care about scaling Python or AI workloads, keep reading.

<a href="/kaslinfields/">Kaslin Fields</a> has a good post that answers your questions. I learned something!

kaslin.rocks/ray-on-k8s/
Akshay 🚀 (@akshay_pachaar) 's Twitter Profile Photo

K-Means has two major problems: - Number of clusters must be known - Doesn't handle outliers But there's a solution! Introducing DBSCAN, a Density based clustering algorithm. 🚀 Read more...👇

K-Means has two major problems:

- Number of clusters must be known
- Doesn't handle outliers

But there's a solution!

Introducing DBSCAN, a Density based clustering algorithm. 🚀

Read more...👇
Vlad Mihalcea (@vlad_mihalcea) 's Twitter Profile Photo

A very efficient way to learn a given technology is to start writing about it. You'll learn way more than just reading the documentation.