numbers around us
  • Writing
  • Topics
    • Data Science
    • Business Intelligence
    • Data Philosophy
  • Practice
  • About
  • GitHub

Numbers Around Us

A field guide to thinking with data

Beyond numbers.
Into meaning.

Practical ideas for people who write code, build dashboards, and ask better questions of their data.

Find your next read ↗ R · SQL · Python · A little perspective

data context meaning
n↗
01 / CONNECT THE DOTS
01

Data Science

From messy inputs to readable code.

↗
02

Business Intelligence

Make your metrics mean something.

↗
03

Data Philosophy

Question the assumptions underneath.

↗

The notebook

Ideas worth opening.

All articles ↗

Data Science

The User Ordered Pizza. We Delivered Pierogi.
10 min
Jun 16, 2026
No matching items

Business Intelligence

Grammar of Graphics: An Idea Worth Spreading
11 min
Jun 23, 2026
No matching items

Data Philosophy

Lessons from the Bronze Age Collapse: When Complex Systems Outsmart Themselves
7 min
Oct 7, 2025
No matching items

Less scrolling. More solving.

Get your hands into the data.

Explore challenge solutions and turn a tricky problem into a clearer way of thinking.

Explore the challenges ↗

# Small steps. Clear intent.
data |>
  tidyr::drop_na() |>
  dplyr::count(category) |>
  dplyr::arrange(desc(n))

# Less noise. More understanding.

The practitioner’s perspective

Good data work starts with better questions.

What does this number mean? Who trusts it? What decision does it support?

Numbers Around Us connects analytical craft with the thinking that makes it useful. For analysts, developers, engineers — and anyone who wants to see past the surface.

Meet the writer on Medium ↗

Numbers Around Us

For everybody, not to be fooled by numbers.

Built with Quarto