在 GitHub 给个 Star — 社区维护的发音词典

CBOR 怎么读

缩写 存在争议

SEE bore /ˈsiːbɔːr/ mp3

CBOR 在英语中的标准读法是 「SEE bore」(/ˈsiːbɔːr/)。

Concise Binary Object Representation, the binary data format defined in IETF RFC 8949 (used in COSE, WebAuthn attestation, CoAP/IoT). The RFC defines the expansion but gives no spoken form, so usage is split: many say it as one word 'SEE-bore' (C read as the letter, second syllable like 'bore' — roughly 'seaboard' minus the 'd'), while others spell it out 'C-B-O-R'. Compare the related token format CWT, which RFC 8392 explicitly says is pronounced like 'cot' — no such ruling exists for CBOR itself, leaving it genuinely contested. Stress on the first syllable in the word form (SEE-bore); on the final letter in the spelled-out form (see-bee-oh-AR).

其他读法:

来源:IETF RFC 8949 — Concise Binary Object Representation

读对项目名只是工程师文化的一部分 — 但开会时被人轻轻纠正、或者在 podcast 上被嘉宾礼貌打断的滋味,并不好受。Pronounce 是一个开源的开发者词汇发音词典,每条都标注来源、信心等级,并且有预渲染的音频可以直接听。

在命令行里听

$ say-it CBOR # 主读音 × 3 次

安装 CLI:git clone https://github.com/anzy-renlab-ai/pronounce.git && cd pronounce && ./install.sh

Star on GitHub