Bad jokes were made on an otherwise good day.

#linux #toml

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.

#cicd #sre
http://github.com/crocuda/pipelight

GitHub - crocuda/pipelight: Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.

Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only. - crocuda/pipelight

GitHub

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/

#digipres #serde #FileFormats #JSON #YAML #TOML

No Time To Wait - S09E12 - Day 1 - Introducing JSONID - Ross Spencer

YouTube

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

Bucketeer Lite: Running Our Feature Flag Management System on a lightweight environment on Fly.io or AWS | CyberAgent Developers Blog

Hi, I’m a backend engineer on the Bucketeer ...

CyberAgent Developers Blog
I fucking love the #toml file format. Ever since I discovered it through #rustlang I can't switch back to #json 
🎨✨ Wow, a 12MB "lightweight" binary! Because nothing screams efficiency like replacing your AI framework with something only slightly smaller than the #Titanic 🚢. If only axes were as sharp as this marketing hype—TOML never felt so revolutionary. 🤦‍♂️🔨
https://github.com/jrswab/axe #lightweightbinary #AIefficiency #marketinghype #TOML #HackerNews #ngated
GitHub - jrswab/axe: 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.

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

GitHub
Rust 1.94.0 Released with Array Windows and Cargo Improvements

Rust 1.94.0 introduces array_windows for slices, Cargo config inclusion, TOML 1.1 support in Cargo, and stabilized APIs in const contexts.

TechLife

@zvezdochetia @cybertailor @sarahquartz @kafazen @evgandr правда, в некоторый момент я пришёл к идее проставления временных меток — мне почему-то нравится помечать, когда возникла некоторая идея — с тех пор журналом я пользуюсь несколько реже. По большей части, как черновиком. Выглядит это примерно так:
```
- (@ Четверг 15 января 2026) некоторый пункт списка в norg
- #ts("2026-01-15") некоторый пункт списка в typst

// timestamp
#let ts(date) = [(#toml(bytes("date = " + date)).date.display())]
```

#norg #neorg #typst