Valentin Deleplace
@val_deleplace
Engineer on cloudy things at Google. @[email protected] 💙 Serverless, QR codes, ≡Go. http://Programming-Idioms.org Try http://coolmaze.io 📱➡️💻
My talk Performance tuning #Golang apps in GCP This was yesterday at #GoogleNext2019 youtu.be/b0o-xeEoug0
It it surprisingly cumbersome to determine the Error Correction Level (ECL) of a given QR code, as QR scan libraries don't expose this low-level info. TIL I can just visually read it 🤦 which was enough for my specific needs

I've updated the list of Go features by version. Now, each feature has ➀ a link to the documentation, ➁ a link to the proposal, and ➂ a link to the commits. It's fascinating to see how Go has changed over the years. antonz.org/which-go
404 is the past. Just let AI generate appropriate content based on URL
how the clip + mask combo works: mask the container element using the relevant keycap image so the image is clipped on translate clip the container element so the hit area doesn't overlap other keys 🧑🍳
keypad w/ CSS + <img> layers 🧑🍳 .key { mask: url(keycap.png); } .key:active img { translate: 0 20%; } use keycap images as a mask for the container that they translate in ✨ bonus: clip-path to clip the hit area + filter to style the keys 🤙
🌟 Go 1.24.5 and 1.23.11 are released! 🔐 Security: Includes a security fix for the Go toolchain (CVE-2025-4674) 📡 Announcement: groups.google.com/g/golang-annou… 📦 Download: go.dev/dl/#go1.24.5 #golang