As we test Kubernetes clusters beyond the supported 5,000+ nodes limit at LinkedIn, we're finding out 'List API' calls are a bottleneck in cluster reliability. So I'm publishing a deep dive about why this is a problem and what you can do about them. ahmet.im/blog/kuberne...
09.07.2025 20:38 β π 24 π 7 π¬ 0 π 1
for function calling, there's still a big diff between proprietary models and open-weight models...
30.06.2025 11:43 β π 1 π 0 π¬ 1 π 0
Prompt engineering is dead, long live Context engineering!
Well, maybe something like 1 year? ;-)
29.06.2025 21:08 β π 0 π 0 π¬ 0 π 0
Sneak pick:
- Kubernetes: Origins
- The Crew: One UX to Drive Them All
- Prince of Platforms: The Sands of Innovation
#Kubernetes #SunnyTech2025
19.06.2025 19:35 β π 5 π 0 π¬ 0 π 0
GitHub - charmbracelet/fang: The CLI starter kit
The CLI starter kit. Contribute to charmbracelet/fang development by creating an account on GitHub.
Charm published a new Go CLI starter kit: Fang (experimental)
github.com/charmbracele...
Features
- Fancy output
- Fancy errors
- Automatic --version
- Manpages
- Completions
- Themeable
- Silent usage output
Need to test π
19.06.2025 06:54 β π 4 π 4 π¬ 1 π 0
Nice! The interesting part is github.com/apple/contai...
TL;DR it uses a lightweight VM for each container
10.06.2025 05:05 β π 2 π 0 π¬ 0 π 0
Introducing container use for agents.
Go from babysitting one agent at a time to enabling many agents to work safely and independently with your preferred stack.
github.com/dagger/conta...
05.06.2025 17:39 β π 5 π 5 π¬ 1 π 0
For my simple use case (read it later / offline) instapaper is really good so far
24.05.2025 07:51 β π 0 π 0 π¬ 1 π 0
Instapaper
A simple tool for saving web pages to read later on your iPhone, iPad, Android, computer, or Kindle.
I just tried www.instapaper.com to replace Pocket and found out I already have an account.
Indeed, there was 1 item in my account from 14 years ago!
> Automatic Flushing: The Rails 3.1 Plan
23.05.2025 12:04 β π 0 π 0 π¬ 0 π 0
When the LLM doesn't know what LLM means...
In an AI-generated code review, it suggested the following comment:
> "DAGGER_ALLOW_LLM=all", // Enables Long-term Memory (LLM) capabilities for Dagger processing
23.05.2025 07:43 β π 2 π 0 π¬ 0 π 0
PR Creation and Configuration | dailymotion-oss/octopilot | DeepWiki
This document details how Octopilot creates, configures, and manages Pull Requests (PRs) in GitHub repositories. It explains the PR creation strategies, configuration options, and merge capabilities.
DeepWiki is pretty cool. I've tried it on some on my own projects, such as octopilot, and the generated schemas are really nice.
For example Octopilot has a complex logic to create/update github pull-requests with 3 different strategies, and deepwiki.com/dailymotion-... makes it easy to understand!
21.05.2025 08:45 β π 0 π 0 π¬ 1 π 0
Updatecli v0.100.0: A Milestone in Continuous Delivery
We just released Updatecli version v0.100.0! While hitting version 100 feels like a milestone, the truth is even more impressive: weβve published 206 releases since the beginning of the project, 5 yea...
We just released @updatecli.io version v0.100.0! While hitting version 100 feels like a milestone, the truth is even more impressive: weβve published 206 releases since the beginning of the project, 5 years ago.
www.updatecli.io/blog/updatec...
#devops #continuousdelivery
15.05.2025 07:27 β π 2 π 1 π¬ 0 π 0
because it's simple and human-friendly ;-)
14.05.2025 06:50 β π 0 π 0 π¬ 0 π 0
Congrats, you're a front end developer now :-)
09.05.2025 19:45 β π 1 π 0 π¬ 1 π 0
What ? You don't do that too? ;-)
29.04.2025 13:24 β π 1 π 0 π¬ 0 π 0
Nice! And perfect timing with the buzz around nats ;-)
25.04.2025 15:22 β π 0 π 0 π¬ 1 π 0
Let's fix OAuth in MCP
Let's not overthink auth in MCP.
Excellent blog post by @aaronpk.com on OAuth for MCP aaronparecki.com/2025/04/03/1... - thanks!
24.04.2025 08:50 β π 1 π 0 π¬ 0 π 0
Et alors, tu l'as convertie au scala ? ;-)
23.04.2025 10:56 β π 0 π 0 π¬ 1 π 0
Here's the main prompt that runs in a loop, which starts like this:
You are operating as and within the Codex CLI, a terminal-based agentic coding assistant built by OpenAI. It wraps OpenAI models to enable natural language interaction with a local codebase. You are expected to be precise, safe, and helpful.
You can:
- Receive user prompts, project context, and files.
- Stream responses and emit function calls (e.g., shell commands, code edits).
- Apply patches, run commands, and manage user approvals based on policy.
- Work inside a sandboxed, git-backed workspace with rollback support.
- Log telemetry so sessions can be replayed or inspected later.
- More details on your functionality are available at codex --help
The Codex CLI is open-sourced. Don't confuse yourself with the old Codex language model built by OpenAI many moons ago (this is understandably top of mind for you!). Within this context, Codex refers to the open-source agentic coding interface. [...]
Wrote some notes on OpenAI codex, their new open CLI "agent" tool for writing and iterating on code. Since it's open source (Apache 2) the workings are available, including an interesting system prompt and a macOS sandbox using the sandbox-exec mechanism simonwillison.net/2025/Apr/16/...
16.04.2025 22:10 β π 56 π 4 π¬ 2 π 0
The models are choosing their names themselves... And "sometimes" they get confused ;-)
15.04.2025 11:32 β π 1 π 0 π¬ 0 π 0
Kubernetes and Model Context Protocol discussion
"Kubernetes and Model Context Protocol discussion" groups.google.com/g/kubernetes...
15.04.2025 02:11 β π 2 π 1 π¬ 0 π 0
GitHub - minio/minlz: MinLZ is a LZ77 compressor, focused on realtime data compression
MinLZ is a LZ77 compressor, focused on realtime data compression - minio/minlz
I with just released about 2 years of work on improving compression with a fixed encoding LZ77 style compressor for #golang
Our goal was to improve compression by combining and tweaking the best aspects of LZ4 and Snappy.
Check it out: github.com/minio/minlz
17.03.2025 17:36 β π 36 π 12 π¬ 3 π 0
Speakers:Vincent Behar et Louis Fradin: Développeurs go chez UbisoftDescription:Talos est une distribution Linux qui se distingue par son caractère minimalis...
Cloud Native Paris - Talos chez Ubisoft pour nos serveurs de jeux
Vincent Behar et Louis Fradin parlent de Talos et Omni Γ Cloud Native Paris. Γcoutez l'enregistrement pour une dΓ©mo et les dΓ©tails techniques.
19.03.2025 16:13 β π 3 π 3 π¬ 0 π 0
A Docker AI Agent story
When you (@rumpl.bsky.social) ask Docker's AI Agent to tell you a story about your running containers...
16.03.2025 18:22 β π 7 π 3 π¬ 0 π 1
I develop software for software developers to develop software - working on @dagger.io - Docker Captain - prev @Docker.com
"Le Permacodeur", sur Twitch et YouTube π
Du dev et des memes, partout, tout le temps !
CEO d'HTMX et "Greugue" pilulΓ©
NΓ©orustacΓ© π¦
Γtre de lumiΓ¨re, et fier de l'Γͺtre (de lumiΓ¨re) !
π€² OSS contributor β’ π₯οΈ Eng. @KelkooGroup β’ π΄ Bike commuter β’ β°οΈ Mountains lover
#Scala #JVM #DevOps
Never look back, Darling. It distracts from the now.
tailscale co-founder, programmer, building sketch.dev
Helping engineering teams find and fix failure for good.
Promote Montpellier's tech community through an event for techs by techs. https://sunny-tech.io/
#NoBullshit #Tech #Event #Montpellier #SeaTechAndSun
Chaotic French Speaker. Software Engineer at Docker.
Open source durable execution system. Write code thatβs fault tolerant, durable, and simple. Used by @stripe @netflix @datadoghq @snapchat and many others.
CTO @bitdrift.io. Software engineer and creator of Envoy Proxy.
Ecosystem at Dagger - PDX, OR
Mostly on www.linkedin.com/in/jeremy-adams-pdx but also here
Tech and pictures of nature. Suffolk, UK
#architect, #java, #devops & #kubernetes enthusiast
@ParisJUG
Software developer
Blog : yannmoisan.com
Engineer on cloudy things at Google.
@deleplace@hachyderm.io
π Serverless, QR codes, β‘Go.
https://programming-idioms.org
Try coolmaze.io π±β‘οΈπ»
Platform engineer at Telenor. Friend of stuffed animals. Nagging people about #a11y since 2014. she/her
Staff Cloud Security Engineer @Ledger