@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

Let's use #TOML for #Python packaging, it will be fun, they said.

Now we have TOML 1.1, and if packages start using it, they will no longer work with tools only supporting TOML 1.0. Such fun :)

https://discuss.python.org/t/adopting-toml-1-1/105624

Adopting TOML 1.1?

TOML 1.1 was released a few weeks ago bringing small but welcome changes: TOML: English v1.1.0 toml/CHANGELOG.md at main · toml-lang/toml · GitHub This presents an interesting compatibility challenge for Python packaging standards, as I don’t think any of the PEPs that introduce toml based files (pyproject.toml and pylock.toml) specify which version of TOML should be used. I assume that at some point TOML 1.1 will be added to tomli and then those changes will be upstreamed to the standard li...

Discussions on Python.org

https://toml.io/en/v1.1.0#inline-table

#TOML has officially become the best configuration format, with support for multi-line inline tables in v1.1.0. I want it to be supported in cargo ASAP so that we can get rid of the super long lines for dependencies.

Update: TOML 1.1.0 support in Rust has been released in sync with the spec release. I'm going to try it out: https://crates.io/crates/toml

#rust

TOML: English v1.1.0

Release TOML 1.1 by arp242 · Pull Request #1073 · toml-lang/toml

Fixes #928

GitHub

Tạo công cụ `envsgen` – tổng hợp file docker-compose, dotenvs, JSON và YAML từ 1 file TOML chính. Tính năng nổi bật: import, biến số, kế thừa, hỗ trợ lệnh shell (${\shell}), đầu ra đa dạng. Phân phối biến môi trường dễ dàng, giảm trùng lặp cấu hình. Dự án open-source tại GitHub.

#PhátTriểnMãMở #Docker #DevOps #TOML #envsgen #VietnamTech #CôngNghệMới #SelfHosted #ToolMới #ViệtNamTech

https://www.reddit.com/r/selfhosted/comments/1pibdob/i_built_envsgen_generate_dockercompose_files/

**Duper's new superpowers!**

It's been over a month since Duper's public announcement, and now, it's more super than ever! I've taken all the feedback from the initial post and worked on it. With Temporal values, support for more languages, extra tools for logging, a fully-functioning LSP, and more, it's certainly not pulling any punches!

https://duper.dev.br/blog/duper-s-new-superpowers.html

#rust #rustlang #dotnet #node #javascript #wasm #python #json #yaml #toml

Tombi で便利な Python/Rust のワークスペース管理
https://developers.cyberagent.co.jp/blog/archives/59998/

#developers #エンジニア #python #TOML

I also just want to say, that while I am enjoying playing with #rustlang #rust - no amount of shiny new language coolness is going to make me like #toml which is a bad format that Tom should feel badly about.

Interesting new #CLI / #TUI program for manipulating #JSON, #YAML, and #TOML with support for JS syntax. Gonna have to give this a go!

https://fx.wtf/

via

https://andre.arko.net/2025/06/13/fx.wtf/

via

@b0rk 's #TIL blog: https://jvns.ca/til/fx--a-jq-replacement/

fx – a terminal JSON viewer & processor

A terminal viewer & processor for JSON, YAML, & TOML (TUI and CLI)

Announcing Duper: The format that's super!

https://duper.dev.br/

An MIT-licensed human-friendly extension of #json with quality-of-life improvements (comments, trailing commas, unquoted keys), extra types (tuples, bytes, raw strings), and semantic identifiers (think type annotations).

#rust #rustlang #python #javascript #toml #yaml #ron