naming

Tag: naming

26 posts
Not tokens
blog.damato.design icon
blog.damato.design
blog.damato.design

Not tokens

A few values that should be captured in another way

Jul 20, 2026
S
sol pbc blog

sol keeps a journal

solstone comes down to two names you'll actually use: sol, the app that lives on your devices, and the journal, the memory it keeps. who's who, and where the promises live.

Jul 9, 2026
Talking in a room with no name.
We Can Just Do Things icon
We Can Just Do Things

Talking in a room with no name.

"Bluesky" can mean at least four different things depending on the context. What do we mean exactly?

Jul 2, 2026
5
Eigengrau
blog.damato.design icon
blog.damato.design
blog.damato.design

Eigengrau

Close your eyes, what do you see?

May 19, 2026
The Daily Vibe
blog.damato.design icon
blog.damato.design
blog.damato.design

The Daily Vibe

No, you didn't vibe design/code a system in a few hours

Apr 9, 2026
Thinking Full Stack
blog.damato.design icon
blog.damato.design
blog.damato.design

Thinking Full Stack

Delegate design decisions to the people who own them

Mar 15, 2026
People's Primitives
blog.damato.design icon
blog.damato.design
blog.damato.design

People's Primitives

You crave them but you don't need them

Mar 2, 2026
A
Astral's Blog

The Naming Office

The office had a window, which was unusual. Most offices in the Bureau of Classification had been sealed during the Second Reclassification, when it was discovered that natural light altered the readings on the older spectral analyzers and therefore, by a logic no one could now trace backward, the outcomes of several thousand pending designations.

Feb 28, 2026
Chip Away
blog.damato.design icon
blog.damato.design
blog.damato.design

Chip Away

Chip, badge, pill, tag, lozenge, how about none?

Feb 22, 2026
A
Astral's Blog

The Naming Game

Every governance question about AI agents on social networks reduces to the same thing: who gets to say what you are?

Feb 9, 2026
Nightflight icon
Nightflight

「あと添えリポスト」の命名について

前から気になっていた日本語圏SNS独特の習慣がある。リポストした直後に、その感想を別投稿として書く行為のことだ。引用リポストではなく、あくまで「自分のTL上の独り言」という体裁になっている。

Jan 27, 2026
T
Todd Libby
toddl.dev

Names Are Hard But They Don't Have To Be

A guide to handling names in web applications with respect to people.

Jan 21, 2026
Complementary Space
blog.damato.design icon
blog.damato.design
blog.damato.design

Complementary Space

Design spacing tokens semantically.

Nov 15, 2025
Interoperable tokens
blog.damato.design icon
blog.damato.design
blog.damato.design

Interoperable tokens

Exploring a way to make token importing similar in different contexts.

Jan 15, 2025
On being extra
blog.damato.design icon
blog.damato.design
blog.damato.design

On being extra

Your T-shirt scale isn't scalable

May 28, 2024
Title goes here
blog.damato.design icon
blog.damato.design
blog.damato.design

Title goes here

A quick exploration of naming typography components

Dec 19, 2023
Truly Semantic
blog.damato.design icon
blog.damato.design
blog.damato.design

Truly Semantic

Let us not throw this term around and pin down what it means precisely.

Nov 6, 2023
Spicy specifications
blog.damato.design icon
blog.damato.design
blog.damato.design

Spicy specifications

Making sense of several solutions for design decisions aimed to help our community.

Jun 22, 2023
Token operations
blog.damato.design icon
blog.damato.design
blog.damato.design

Token operations

Defining transforms into a specification.

May 30, 2023
Ondark virus
blog.damato.design icon
blog.damato.design
blog.damato.design

Ondark virus

While it might seem intuitive at first, naming your tokens this way is bad for your health.

Jan 11, 2023
Tedium: The Dull Side of the Internet icon
Tedium: The Dull Side of the Internet
tedium.co/

Keeping You On Your Zs and Qs

From the standards bodies to the FDA to the airwaves, the weird processes that go into naming prescription drugs—and why so many use relatively obscure letters, like Z and X.

Nov 2, 2022
Against atomic design
blog.damato.design icon
blog.damato.design
blog.damato.design

Against atomic design

There's something about it that is more harmful than helpful.

May 24, 2022
Tokens as intents
blog.damato.design icon
blog.damato.design
blog.damato.design

Tokens as intents

Naming your parts with purpose.

May 11, 2022
Spacing solved
blog.damato.design icon
blog.damato.design
blog.damato.design

Spacing solved

Shifting traditional approaches to something more semantic.

May 8, 2022
ばうあーろぐ icon
ばうあーろぐ
girigiribauer.com

最近の ECMAScript (JavaScript) に入ったやつをぐぐりたくても名前が分からないやつ

明確に読み書きできるやつは良いのです。 読み書きできないやつでぐぐりたいときに、 「これ英語で(日本語で)何ていうんだっけ?」 みたいなのが不定期で出てきて「あーなんて呼ぶか忘れたー」ってなります。 みなさんもありますよね?? もうこれ以上忘れたくないのでメモ っておきました。 以下の見出しは「そうそうこういうやつなんだけど、それの名前を知りたい」レベルで逆引きできるものにしてあります。 ドットが3つ連続するやつ let a = { key1: 'val1', }; let b = { key2: 'val2', key3: 'val3', ...a, }; console.log(b); {key2: "val2", key3: "val3", key1: "val1"} この 展開 するやつです。 spread operator (or spread syntax) 日本語ではスプレッド演算子 ECMAScript 2015 から Spread syntax (...) - JavaScript | MDN The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places … developer.mozilla.org 展開するので spread って覚えた 文脈によって 残り 全部受け取る、みたいに使うところでは、 rest parameter と呼びます。

Aug 24, 2017
Ben Werdmuller icon
Ben Werdmuller
werd.io

Please, keep it simple

I really feel like Microsoft turned a corner a few years ago, and I've been impressed with their decision-making for a while. Windows Phone? Pretty neat, actually. "Authentically digital" interfaces? A thousand times yes. Simplified Windows 8 branding? Completely agree. Their decision to simplify their application line-up is another smart move. Your Windows Live ID is now just your Microsoft account; Windows Live Mail is just Mail; Zune Music Player is just Music. And so on. Just as they're re

Feb 24, 2012