Because every other continuous deployment tools turn my PC into a fry pan.
Reminder that to push to prod without relying on remote workloads like #github actions
there is a fast and minimalist cli to run #Toml/#Yaml pipelines locally.
Nice surprise, @MediaArea have uploaded a bunch of #NTTW9 videos including mine on JSONID:
https://www.youtube.com/watch?v=ZMVb3Bc_irc
Check out their YouTube, and also I'd love to hear feedback on JSONID too. Please follow it on GitHub: https://github.com/ffdev-info/jsonid/

Alacritty 0.17 Brings TOML 1.1 Support and Better Wayland Integration
Alacritty 0.17 updates to TOML 1.1, adds mouse wheel binding support, and improves Wayland and macOS stability.https://yoota.it/en/alacritty-0-17-brings-toml-1-1-support-and-better-wayland-integration/
Alacritty 0.17: aggiornamenti TOML 1.1 e nuove opzioni per Wayland
Scopri le novità di Alacritty 0.17: aggiornamento a TOML 1.1, nuove binding per il mouse e miglioramenti per Wayland e macOS.https://yoota.it/alacritty-0-17-aggiornamenti-toml-1-1-e-nuove-opzioni-per-wayland/
Bucketeer Lite: Running Our Feature Flag Management System on a lightweight environment on Fly.io or AWS
https://developers.cyberagent.co.jp/blog/archives/62993/
#developers #エンジニア #Bucketeer #CA_Dev_Platform #CI_CD #Hanoi_DevCenter #OSS #Terraform #TOML

A ligthweight cli for running single-purpose AI agents. Define focused agents in TOML, trigger them from anywhere; pipes, git hooks, cron, or the terminal. - jrswab/axe
Rust 1.94.0 Released with Array Windows and Cargo Improvements
https://techlife.blog/posts/rust-1-94-0-released/
#RustLang #Rust #Programming #SoftwareDevelopment #SystemsProgramming #OpenSource #Cargo #ArrayWindows #TOML #ConstEval #RustRelease
@zvezdochetia @cybertailor @sarahquartz @kafazen @evgandr правда, в некоторый момент я пришёл к идее проставления временных меток — мне почему-то нравится помечать, когда возникла некоторая идея — с тех пор журналом я пользуюсь несколько реже. По большей части, как черновиком. Выглядит это примерно так:
```
- (@ Четверг 15 января 2026) некоторый пункт списка в norg
- #ts("2026-01-15") некоторый пункт списка в typst
// timestamp
#let ts(date) = [(#toml(bytes("date = " + date)).date.display())]
```