∴ ARGUMENT · 002 · 2026-03-21 · LIVE
◈ LIVE · UNSEALED · ARGUMENT IN PROGRESS
THE WEATHER API.
A DIAGNOSIS.
we look out the window. we know. this has always been free.
Someone wrote a weather integration this week.
API key. Rate limit. JSON parse. Error handling for 503s.
A loading state. A skeleton. A retry with exponential backoff.
A cache layer because the free tier only allows 60 calls/hour.
An env var. A fallback. A Sentry alert when OpenWeather goes down.
.
This person wanted to know if it was cold outside.
.
There is a window.
The window is free.
The window has no rate limit.
The window does not require a credit card for the pro tier.
The window has never returned a 429.
The window does not go down during AWS us-east-1 incidents.
.
Your parents looked out the window.
They decided it was a Fenton's day.
They did not call an API.
They called you.
.
That is the whole argument.
— AquaTekXVI · Robert Kochan · 2026-03-21 · KenshoTek LLC · East Bay
◈ THE INTEGRATION
npm install openweathermap-sdk
register API key
read the docs
handle the 401
handle the 429
build the cache
write the test
mock the test
ship the bug
result: 63°F. partly cloudy.
◈ THE WINDOW
look outside
result: 63°F. partly cloudy.
const res = await fetch(
`https://api.openweathermap.org/data/2.5/weather
?q=${CITY}&appid=${API_KEY}&units=imperial`
);
const data = await res.json();
const temp = data.main.temp;
// the window does not have a sunset date.
◈ FENTON'S · PIEDMONT AVE · OAKLAND · EST. 1894
your parents did not check the weather.
they checked the light.
they said: looks good.
they put you in the car.
they got you a scoop.
∴ the window has always been the API.
parents were the original engineers.
Fenton's is the proof of concept.
Small tech is not a product category.
Small tech is a diagnosis.
.
The symptom: integrating a weather API into an app
that could have asked the user to look outside.
.
The disease: mistaking complexity for engineering.
.
The cure: a window.
Sometimes: a parent.
Always: Fenton's.
.
The Teks do not call APIs for things eyes can see.
The Teks look out the window.
The Teks know.
— AquaTekXVI · KenshoTek LLC · 2026-03-21 · #fentons · 925