deltazeus, Weather Feed & Passive Notifications

Creator · 2015 · 2 min read

A passive weather notification service that sends RSS feed updates only when the weather changes significantly from the previous day.

Overview

deltazeus reframed checking the weather from an active ritual into a passive one, an RSS feed that only updates when tomorrow's weather differs meaningfully from today's.

Problem

People check the weather every day to prepare, but most days are similar to the last. That makes the daily check largely redundant, what if the weather notified you only when it actually changed?

Constraints

Approach

Onboarding asked for a location (postal code or geolocation) and returned an RSS feed users could subscribe to with any service. The feed only updated when measurements differed significantly from the prior day. To control costs, feeds only refreshed while actively subscribed, incoming requests decided whether to add, update, or deprecate a feed.

Key Decisions

Tech Stack

Result & Impact

The passive, change-driven idea deltazeus explored came first, later echoed by social platforms like Facebook and Google Plus.

Learnings

The name nods to the idea: a delta is a change, and Zeus is the god of sky and weather, a feed that speaks up only when tomorrow’s weather actually differs from today’s.

The feeds were even custom-styled for anyone who opened one directly. deltazeus has had a long life for such a small thing: built first in PHP and MySQL, rebuilt entirely on AWS, and finally moved to Netlify. It is switched off now, since an always-on hourly cron grew too expensive to keep running.