It's been bothering me that releasing #helm charts has become such a pain. Both CI and the act of bumping the chart versions when handling many has been a real friction point for us.

So this weekend, I put some effort into it to create a tool that both solves bumping & publishing!
Works briliantly together with #mise & #hk !

Automatically bumps the chart version depending on the conventional commit message & publishes all new charts in the repo. 🚀

https://codeberg.org/kejne/helmat

helmat

In a monorepo with multiple Helm charts, manually bumping Chart.yaml versions is tedious and error-prone. helmat automates this by reading your commit message, figuring out the semver bump, and updating only the charts that actually changed. ✨

Codeberg.org
New blog post > Making Codex CLI and Codex.app Use mise-managed Ruby and Node.js | Masutaka's ChangeLog Memo https://masutaka.net/en/2026-05-30-1/ #codex #mise
Making Codex CLI and Codex.app Use mise-managed Ruby and Node.js

I mostly use Claude Code, but lately I’ve been using Codex CLI and Codex.app (hereafter “Codex”) more often too. My environment is macOS. However, after I started using mise in [2026-03-29-1] , I ran into trouble because Codex wouldn’t use the mise-managed Ruby, Node.js, and so on. Here’s the state I was in: $ where ruby /usr/bin/ruby $ ruby --version ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin25] The Solution I solved it by adding the following to ~/.zshenv:

Masutaka's ChangeLog Memo
Sciencepost: 30 #lignes de #code pour #sauver la #planète ? L’incroyable #mise #jour de #Linux qui réduit la consommation des #serveurs de 30 % sciencepost.fr/30-lignes-de...

30 lignes de code pour sauver ...
30 lignes de code pour sauver la planète ? L’incroyable mise à jour de Linux qui réduit la consommation des serveurs de 30 %

Ajouter 30 lignes au système d’exploitation Linux pourrait réduire considérablement la quantité d’énergie consommée.

Sciencepost
30 lignes de code pour sauver la planète ? L’incroyable mise à jour de Linux qui réduit la consommation des serveurs de 30 %

Ajouter 30 lignes au système d’exploitation Linux pourrait réduire considérablement la quantité d’énergie consommée.

Sciencepost

Shoutout to old reliable #Pushover which is still a great option for sending quick notification to any of your devices! And because I need my (containered) agents to do just that, here's a bash-based CLI script that can be installed with #mise.

- CLI: https://github.com/czottmann/pushover-cli
- PO: https://pushover.net/

Srsly, Pushover is ace. A wee bit fiddly, yes, but no subscriptions! You pay a few bucks *once* per platform (iOS, Android, whatever), and then you're good. Super-fair.

GitHub - czottmann/pushover-cli: Pushover CLI - A mise-installable command line interface for Pushover notifications

Pushover CLI - A mise-installable command line interface for Pushover notifications - czottmann/pushover-cli

GitHub

mise 개발자 Jeff Dickey, 전업 오픈소스 개발자로 전향

mise(구 rtx) 개발자인 Jeff Dickey가 Figma를 퇴사하고 mise를 포함한 오픈소스 도구 개발에 전념하기 위해 en.dev를 설립했다.

🔗 원문 보기

mise 개발자 Jeff Dickey, 전업 오픈소스 개발자로 전향

mise(구 rtx) 개발자인 Jeff Dickey가 Figma를 퇴사하고 mise를 포함한 오픈소스 도구 개발에 전념하기 위해 en.dev를 설립했다.

Ruby-News | 루비 AI 뉴스

« Enlever des couches : mon chemin de Make vers de simples scripts Bash »

https://notes.sklein.xyz/2026-05-07_1213/zen/

#DevKit #Mise #Makefile #Bash #Lean #CargoCult

Ruby 버전 관리 도구 비교와 Rails 8의 환경 구성 변화

Ruby 버전 관리자는 여러 버전의 공존과 프로젝트별 자동 전환을 지원하여 운영 체제 패키지 매니저의 한계를 해결한다.

🔗 원문 보기

Ruby 버전 관리 도구 비교와 Rails 8의 환경 구성 변화

Ruby 버전 관리자는 여러 버전의 공존과 프로젝트별 자동 전환을 지원하여 운영 체제 패키지 매니저의 한계를 해결한다.

Ruby-News | 루비 AI 뉴스

💡 Mise-en-place unifica runtime, variabili d'ambiente e task in un solo strumento dichiarativo
https://gomoot.com/mise-en-place-sta-cambiando-il-modo-di-gestire-gli-ambienti-di-sviluppo/

#mise #tech

Curious about people's local dev setups.

I've used #asdf and #just for tool versioning and task management, but seeing mise-en-place ( #mise ) be able to handle both and env vars is really tempting.

Anyone with experience with one or the other, or both? Would be great to hear stories.