Cmd Enter to save Save
#design#a11y
today

Revisit the contrast ratios on the primary button. The Save action gets lost on white backgrounds. Maybe tweak the tone toward warmer greige?

#design#a11y
[ photo: desk ]
#inspo#home
1d

Desk setup inspiration. Love the natural light and the minimalist shelf arrangement.

#inspo#home
"

"Simplicity is the ultimate sophistication."

Leonardo da Vinci
To-do 3d

Sunday Grocery Run

  • Oat milk
  • Cat food, salmon flavor
  • Arabica coffee beans
  • Sourdough loaf
#ideas#memocat
4d

Idea: a low-stakes journaling app that feels like leaving a sticky note for future-you. No streaks. No nags. Just a soft place to land.

#ideas#memocat
#reading#type
7d

The Evolution of Web Typography

smashingmagazine.com

Interesting read on how variable fonts are changing the web performance landscape.

#reading#type
#code#snippet
5d
snippet.js
const sum = (a, b) => a + b;
console.log(sum(2, 3));

Quick helper for the calc module.

#code#snippet