#CBOR

Petr Menšík :fedora:pemensik@fosstodon.org
2026-02-06

Watched @pid_eins #fosdem2026 presentation record about #Varlink. I think the idea is good, except it should use some binary protocol for communication between services. RFC 8949 #CBOR seems like excellent candidate. Text serialization is not necessary if human is never direct part of a pipeline. Data conversion is not slow, but not necessary between localhost- only services.

2026-01-29

The sign is a lie (and they knew that advance: train goes only to Köln), but still on my way to #FOSDEM.

Happy any time to talk about #CoAP, #CBOR, #DectNrPlus, IoT security and embedded Rust development, especially on @ariel and @RIOT_OS.

Railway station with ÖBB train arriving. Overhead sign says NJ486 to Bruxelles-Midi.
Olivier Langellaolangella@fosstodon.org
2026-01-09

Hello #Proteomics !

Thinking about a better mzML to store proteomics data, but not convinced by the #parquet approach, I've converted it into #CBOR :
* Smaller data files (only 66% of the mzML original file) for the exact same data
* Faster to read (25s for a big mzML vs 18s in mzcbor on the same computer)
* Very quick random access to spectra (24.6577 ms for mzML vs 786.731 μs for mzcbor for the same operation using index)

I'd like to share it if you are interested at #eubIC #eubic2026

2025-12-09

Проектируем как синьор: универсальная бинаризация

Здравствуйте, меня зовут Дмитрий Карловский и я.. да не важно кто я. Важно о чём я говорю, и как аргументирую. Кто меня знает, тому и не надо рассказывать. А кто не знает — у того есть прекрасная возможность подойти к вопросу с чистым разумом. А это крайне важно, если мы хотим спроектировать что-то по настоящему хорошо, а не как обычно. Что ещё за VaryPack?

habr.com/ru/articles/975020/

#VaryPack #MsgPack #CBOR #BSON

2025-11-14

JSON? JSONB? BSON? CBOR? MsgPack? А, VaryPackǃ

VaryPack - новый, простой, гибкий, шустрый и компактный формат бинарной сериализации произвольных данных. Что за модная тема?

habr.com/ru/articles/966270/

#VaryPack #MsgPack #CBOR #JSON #JSONB #BSON

2025-11-07

OH in the #CBOR meeting of #IETF:

Everything you can do on a light bulb, you can do [on a computer] a billion times.

2025-09-12

@algernon Still undecided, I'm considering #CBOR diagnostic format, but it's not ideal either.

2025-08-08

@lambdageek That's a good observation, and helps me express the troubles I face using it with idiomathc #CBOR

GripNewsGripNews
2025-07-30

🌘 從 XML 到 JSON 再到 CBOR:資料的通用語言?
➤ 探究資料交換格式的演進歷程,理解從結構化文件到二進位效率的轉變
cborbook.com/introduction/from
本文深入探討了現代計算中至關重要的資料交換格式的演進,從具有強健文件結構的 XML,轉向以網路為中心的 JSON,再到專為受限裝置設計的二進位效率格式 CBOR。文章詳細闡述了 XML 的起源、設計原則、優勢與侷限,以及它如何演變成現代資料交換的基石。
+ 這篇文章對於 XML 的起源和發展有非常詳盡的介紹,讓我對它在網路時代的地位有了更深的認識。
+ 很好奇接下來的 JSON 和 CBOR 會如何介紹,期待了解它們的優勢和與 XML 的區別。
,SGML

David Wheelertheory@xoxo.zone
2025-05-16

I got an IANA assignment registered: “JSON Number String Tag for CBOR.” Useful to preserve string literal representation of JSON numbers, such as those created by Go's json.Number.

gist.github.com/theory/ef667af

Will show up on iana.org/assignments/cbor-tags soonish.

#golang #cbor

2025-04-03

Nice new milestone for #embedded #Rust development: defmt 1.0 has been released. The crate enables logging for microcontrollers without text or number formatting on the device – instead, the device sends numbers of interned strings to the host, which composes log messages.
1.0 is not only a stable release, but also enables logging #CBOR data into diagnostic notation on the host.

#RustLang

2025-03-14

The #IETF122 hackathon starts in a few hours. I will be joining remotely, work on #EDHOC on @ariel (let's see if its out-of-the-box support also interoperates out-of-the-box), and play with #embeddfriendly URIs expressed in #CBOR.

#IETF #IETFHackathon #ArielOS

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2025-03-05

RFC 9741: CDDL Additional Control Operators for the Conversion and Processing of Text

Le langage #CDDL, qui permet de créer un schéma formel pour des formats comme #CBOR, peut s'étendre via l'ajout d'« opérateurs de contrôle ». Ce #RFC en spécifie quelques uns, notamment pour agir sur du texte ou convertir d'une forme dans un autre.

bortzmeyer.org/9741.html

2025-01-14

My recent work on #CBOR diagnostic tools has culminated in the release v0.0.7 of the cbor-edn #RustLang crate, and the cbor-diag v1.1.0 #Python package (which is powered by the former, #maturin and #PyO3).
It is now easy to receive CBOR data structure with internal tags, and have them display like this:
{1: IP'2001:db8::1', 3: DT'2025-01-14T13:27:49Z'}
cbor-diag.readthedocs.io/en/la
docs.rs/cbor-edn/latest/cbor_e

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2024-11-19

RFC 9682: Updates to the CDDL grammar of RFC 8610

Voici une légère mise à jour de la grammaire du langage de description de schéma #CDDL (Concise Data Definition Language), originellement normalisé dans le RFC 8610. Pas de gros changement.

bortzmeyer.org/9682.html

#CBOR #RFC

2024-11-05

Starting into a busy #IETF121 day: talking about #CoAP in the morning CoRE meeting, IoT lunch, #CBOR in afternoon, and board game night to unwind.
And that's only the Tuesday :-)

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2024-11-03

"ChatGPT can explain it, so it means the spec is fine."

#CBOR #IETF121

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2024-11-03

#DNS encoded in #CBOR (for IoT). Two implementations (including one in RIOT.)

(Not related to C-DNS.]

#IETF121

Martine (she/they)miri64@ohai.social
2024-11-03

This week, I am at the @ietf Hackathon and #IETF121 in Dublin. In #CoRE and #CBOR WGs, I will present #DNS over #CoAP and related work to make DNS more concise and resource-friendly. Check our drafts at datatracker.ietf.org/person/ma

Me in front of the IETF Hackathon room. The IETF logo is projected on a screen above the stage behind me.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst