← Journal

On silence and signal

Restraint, typography, and sites that invite instead of shout.

Ansh Sarkar

craft · meta

1 min read · 176 words0% read

Most personal sites are loud in the wrong places: motion for its own sake, confetti gradients, copy that tries to prove you are serious. The ones that linger do the opposite: they edit. This site is my attempt to keep that vow while still showing the full shape of the work.

A small liturgy for shipping

  1. Write the truest sentence first.
  2. Remove anything that could belong on anyone else's site.
  3. Let the typography carry emotion so the adjectives can stay home.
const threshold = (noise: number) => (noise < 0.2 ? "listen" : "speak");
console.log(threshold(0.08));

Tables as thinking aids

MoodUI moveRisk
CuriousReveal on hover, not on scrollHides content from mobile
ConfidentBig type, few colorsReads as stark if unbalanced
PlayfulEaster eggs in footnotesCan feel gimmicky

The secret society vibe is not about being cryptic. It is about respecting the reader's attention as a scarce resource.

When you host on Vercel, the craft moves upstream: fast defaults, clean cache behavior, and the freedom to treat your site like software: branches for drafts, previews for friends, redirects that feel invisible.