Philippe Charrière 💜's Avatar

Philippe Charrière 💜

@k33gorg.bsky.social

💜 #wasm 💙 #brompton 🐳 Principal Solutions Architect @ Docker 🎒 Backpack influencer I learned to speak emojis at 🐙 GitHub. A legend says I was the first person at 🦊 GitLab to name CI/CD jobs and stages with emojis. https://k33g.hashnode.dev

1,725 Followers  |  843 Following  |  1,739 Posts  |  Joined: 28.05.2023  |  1.847

Latest posts by k33gorg.bsky.social on Bluesky


k33g.org

New #cagent blog post!

Using tiny language models as coding agents with tools for cooking 🧑‍🍳

How to give a small LLM the ability to interact with its environment (read/write files) using @docker.com #cagent's built-in toolsets.

k33g.org/GRP-Coding%2...

27.02.2026 15:21 — 👍 3    🔁 1    💬 0    📌 0
Post image

🦩 J-2 avant la fermeture du CFP Sunny Tech !

Ce talk qui traîne dans un coin de ta tête ? C'est maintenant ou jamais de le proposer 😎 On cherche des personnes passionnées, avec l'envie de partager !

👉️ ️ sunny-tech.io/cfp

#SunnyTech #CFP #DernierJour

27.02.2026 09:01 — 👍 4    🔁 6    💬 0    📌 0
Preview
Hype Driven Development - L'EstamiTech Pour ce dernier épisode de l’année 2025, je vous propose une discussion libre, sans plan figé, mais avec un fil rouge bien connu des développeuses et d...

🎧️ Super épisode de @estamitech.bsky.social
😉 Avec l'ami Nicolas Delsaux
🗨️ À propos de sujets hype passés comme le cloud : "et ça on peut le dire aujourd'hui, parce qu'on est plus dans la hype, l'outil est redevenu un outil, l'outil n'est plus un support de fantasmes"

estamitech.fr/episode/ac28...

26.02.2026 09:03 — 👍 9    🔁 4    💬 0    📌 0
Post image

𝐖𝐨𝐰, 𝐈’𝐦 𝐥𝐢𝐬𝐭𝐞𝐝 𝐚𝐦𝐨𝐧𝐠 𝐭𝐡𝐞 𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐝 𝐒𝐩𝐞𝐚𝐤𝐞𝐫𝐬 𝐚𝐭 𝐍𝐄𝐗𝐓 𝐢𝐧 𝐋𝐚𝐬 𝐕𝐞𝐠𝐚𝐬! 😍
Can’t wait to be there, share, learn, and meet so many inspiring people.

👇 Link to the featured speakers in the comments

#GoogleCloud #GDE #DockerCaptain

26.02.2026 09:18 — 👍 4    🔁 1    💬 1    📌 0

congrats!

26.02.2026 15:00 — 👍 1    🔁 0    💬 0    📌 0
Gopherbot blinking

Gopherbot blinking

Less than 2 weeks until Embedded World & I will be at large on the expo floor! Let's chat about all things Go with microcontrollers, computer vision, & machine learning. Just look for Gopherbot.

#golang #tinygo #ew26 #embedded #computerVision #ml #openCV #llamacpp #yzma

26.02.2026 10:46 — 👍 12    🔁 10    💬 0    📌 0
k33g.org

🍳 New blog post! Using @docker.com #cagent with Tiny Language Models & #Skills.

I turned a 4b param local LLM into a cooking mentor using Docker Model Runner + #cagent skills. No cloud, no big model, just a small LLM with the right prompts & recipes.
k33g.org/GRP-Coding%2...

26.02.2026 12:29 — 👍 8    🔁 7    💬 2    📌 0
Preview
What I learned building an opinionated and minimal coding agent Lessons I learned while building my own coding agent from scratch.

Aux personnes qui continuent à installer Openclaw n'importe comment, sans faire attention à quoi Openclaw a le droit:
Openclaw utilise le projet pi-mono comme runtime d’agent.
J'aime beaucoup pi-mono (je l'utilise sans OpenClaw), mais vous devriez lire ce blogpost: mariozechner.at/posts/2025-1...

26.02.2026 11:14 — 👍 10    🔁 3    💬 1    📌 1

Je constate avec tristesse que personne ne parle -peut-être volontairement- de...

GHOST'N'GOBLINS www.youtube.com/watch?v=PdLS...

25.02.2026 14:28 — 👍 6    🔁 1    💬 2    📌 0
Video thumbnail

Xcpc, mon émulateur d'Amstrad CPC avec son nouveau renderer OpenGL simulant les écrans CRT avec simulation des scanlines, photophores, courbure d'écran et vignettage 🕹️🤓

Le code sera bientôt disponible sur mes miroirs GitHub, GitLab et Bitbucket 🔥

25.02.2026 07:41 — 👍 115    🔁 28    💬 20    📌 3
Post image

Deux grandes nouvelles pour l’édition 2026 de @BDXIO !

BDX I/O revient à l’ENSEIRB-MATMECA à Talence et se passe sur 2 jours 🔥 !
🗓️ 29 & 30 octobre 2026.

On a hâte 🔥
#BDXIO #Tech #Bordeaux

24.02.2026 17:57 — 👍 13    🔁 10    💬 0    📌 0
Post image

📢 Tomorrow at 🕐 1PM (Paris) / 🕛 noon (London), I'll be your host for our #WednesdayBuildHour

I'll guide you through an online workshop to learn how to
𝗕𝘂𝗶𝗹𝗱 #AI #Agents 𝘄𝗶𝘁𝗵 #ADK 𝗳𝗼𝗿 #Java

➡️ Register here: goo.gle/wbh-adk-java

24.02.2026 18:20 — 👍 4    🔁 3    💬 0    📌 1
Docker Compose Tip #31: Network isolation between services Isolate services with custom networks for enhanced security

🐳 🐙 Docker Compose Tip #31

Not every service needs to talk to every other service!

networks:
frontend:
backend:
database:
internal: true

Isolate by tier for better security.

Guide: lours.me/posts/compose-tip-031-network-isolation/

#Docker #Compose #Security #Networking

23.02.2026 09:56 — 👍 12    🔁 8    💬 2    📌 0
Preview
x86CSS x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

mais qu'est-ce qu..

x86CSS - An x86 CPU emulator written in CSS lyra.horse/x86css/ from Lobsters via #gcufeed@libera.chat / gcu.info/gruik/

24.02.2026 04:59 — 👍 8    🔁 3    💬 2    📌 2
image d'un jeune panda dans une scène de far west dans le style chibi

image d'un jeune panda dans une scène de far west dans le style chibi

Est-ce qu'il ne serait pas temps de parler de CALM #207 - L'IA, ce nouveau FarWest ?

Parce qu'on pourrait se retrouver sur www.twitch.tv/titimoby à partir de 13 h CET 💞

J'ai tellement de choses à vous raconter cette semaine qu'il faudra que je pense à me faire un grand café avant de démarrer 😜

23.02.2026 10:01 — 👍 2    🔁 1    💬 0    📌 0
Preview
🔄 Apprendre à son agent à réfléchir avec le pattern ReAct et LangChain4j 🤖 I’m not a man. I’m something that evolved. @Skynet

Si vous vous posez la question de comment implémenter le patter ReAct pour vous agents, je vous propose ma version avec @langchain4j.dev et AI Endpoints by #OVHcloud.

📖 philippart-s.github.io/blog/2026-02...
--
🏴󠁧󠁢󠁥󠁮󠁧󠁿 English version: philippart-s.github.io/blog/2026-02...

23.02.2026 10:41 — 👍 9    🔁 4    💬 0    📌 0
L'Intel 4004, le tout premier microprocesseur
YouTube video by Olivier Poncet L'Intel 4004, le tout premier microprocesseur

Nouvelle vidéo : « L'Intel 4004, le tout premier microprocesseur »

Dans cette nouvelle vidéo, je vous parle de l'Intel 4004, le tout premier microprocesseur à usage civil qui donnera l'impulsion à toute l'industrie de la micro-informatique naissante

🔗 youtu.be/rALIaNYejHc

23.02.2026 12:58 — 👍 56    🔁 16    💬 1    📌 2
Preview
GitHub - hybridgroup/yzma: Go with your own intelligence - Go applications that directly integrate llama.cpp for local inference using hardware acceleration. Go with your own intelligence - Go applications that directly integrate llama.cpp for local inference using hardware acceleration. - hybridgroup/yzma

yzma 1.10 is out with improvements like:
- install info for @officialarduino.bsky.social UNO Q and @raspberrypi.com
- experimental 'VLM' type
- improved yzma cmd so 'go install' works with latest

Go and get it!

github.com/hybridgroup/...

#golang #llama #llamacpp #ml #llm #vlm #cuda #vulkan

23.02.2026 13:06 — 👍 5    🔁 4    💬 0    📌 0
Marcin plays Michael Jackson's "Beat It" on acoustic guitar (Clip)
YouTube video by Marcin Clips Marcin plays Michael Jackson's "Beat It" on acoustic guitar (Clip)

je suis plus www.youtube.com/shorts/1z8c1...

23.02.2026 08:11 — 👍 0    🔁 0    💬 0    📌 0

ça manque un peu de punch

23.02.2026 08:04 — 👍 1    🔁 0    💬 1    📌 0
copie d'écran d'un émulateur Mac tournant sur Raspberry, piloté ) travers VNC depuis un mac mini :)

copie d'écran d'un émulateur Mac tournant sur Raspberry, piloté ) travers VNC depuis un mac mini :)

Pour lâcher les agents IA, quoi de mieux qu'un émulateur Mac, sur raspberry, piloté à travers VNC depuis un mac mini...

22.02.2026 17:40 — 👍 9    🔁 1    💬 2    📌 0
Post image

Plus qu'une semaine pour soumettre ton talk à Sunny Tech !

Tu as une idée de sujet qui te passionne ? Un retour d'expérience à partager ? Une techno que tu veux faire découvrir ? C'est le moment de te lancer

📆 Clôture : 1er mars
👉️ sunny-tech.io/cfp

#SunnyTech #CFP

22.02.2026 10:00 — 👍 5    🔁 7    💬 0    📌 0
Preview
GitHub - Ragnaroek/iron-wolf: wolf3D in Rust wolf3D in Rust. Contribute to Ragnaroek/iron-wolf development by creating an account on GitHub.

Est ce que j’aurai le courage de tester ça ?

github.com/Ragnaroek/ir...

22.02.2026 07:58 — 👍 3    🔁 1    💬 1    📌 0
Preview
GitHub - tnm/zclaw: Your personal AI assistant at all-in 888KiB (~25KB in app code). Running on an ESP32. GPIO, cron, memory, and more. Your personal AI assistant at all-in 888KiB (~25KB in app code). Running on an ESP32. GPIO, cron, memory, and more. - tnm/zclaw

ZClaw: a personal AI assistant running on an ESP32. github.com/tnm/zclaw

22.02.2026 09:27 — 👍 15    🔁 2    💬 2    📌 0

It's great to have a second opinion that points in the same direction

22.02.2026 06:59 — 👍 1    🔁 0    💬 0    📌 0
k33g.org

Can we do without Claude Code?
I tested #cagent from @docker.com with gpt-oss-120b on OVH AI endpoints.
First try on WebAssembly: big fail.
Second try with "knowledge skills": it worked! 🎉
The key: feed your coding agent with examples & context.
k33g.org/GRP-Coding%2...

21.02.2026 23:17 — 👍 20    🔁 6    💬 2    📌 1

One of the unfortunate side effects of company-backed open source projects is that people seem to expect all popular projects to be staffed full-time and just as responsive. Many maintainers work in their spare time on projects so this is an unfair expectation.

20.02.2026 21:15 — 👍 20    🔁 3    💬 0    📌 1

cool

21.02.2026 21:23 — 👍 1    🔁 0    💬 0    📌 0

Et en plus elle se démerde plutôt bien en function calling

21.02.2026 20:50 — 👍 0    🔁 0    💬 1    📌 0

je me demande si ce n'est pas une histoire de template, mais je n'ai pas encore creusé le sujet et ma todo list est tellement longue 🤣

21.02.2026 20:36 — 👍 0    🔁 0    💬 1    📌 0

@k33gorg is following 20 prominent accounts