how this works

what's under the feeder, explained gently.

You don't need to know any of this to use the site — but you're curious, and curiosity deserves a real answer. So here's what's actually happening when you open this page, in plain words. The good news: it's the same machinery underneath orchidclay.com and a huge slice of the modern web. Once you get this, you sort of get how a lot of sites work.

the address

Every site has an address. This one's birds.msimoes.dev — a name, like a name on a mailbox. But the internet doesn't actually find places by name; it finds them by number. So there's a phone book, called DNS, whose only job is to look up "birds.msimoes.dev" and say, "ah, that lives over here." A company called Cloudflare runs our phone book — and they also stand at the front door like a fast, watchful doorman, greeting every visitor before anything else happens.

the host who answers the door

Past the doorman is the host. Ours is a little program called a Worker, and it lives on Cloudflare's computers all over the world. That's the trick to why the site feels quick: when someone in Lisbon visits, a host near Lisbon answers; when you visit from Denver, one near Denver does. There's no single machine humming in a closet that Sam keeps plugged in. The host only wakes up when someone knocks, builds what's needed, and goes back to sleep. Think of it like the kiln — it doesn't run all day; it fires up exactly when there's work, then cools.

building the page fresh

Here's the part most people get backwards. The site isn't a stack of pre-printed pages sitting on a shelf. Every time you open one, the host assembles it on the spot — looks up the newest birds, the latest notes, the freshest photos, and arranges them into a page right then, warm out of the oven. (The tool it uses to do the assembling is called Astro.) The lovely consequence: the moment you add a bird or a note, it's just there. Nothing to rebuild, nothing to wait for. Like setting a fresh mug on the shelf — you don't re-fire the whole cupboard.

the recipe box

Where does the host find all those birds and notes? In the database — picture a recipe box, or the card catalog at a library. It's a set of labeled drawers, each holding tidy little cards.

One drawer is species — a card per bird, with its name, its Latin name, its field marks, a fun fact, the story. One drawer is sightings — a card for each dated visit. One is photos — a card holding a photo's details. And one is posts — Rita's feeder notes. The cards point at each other, too: a sighting card says "this was the chickadee," a note can be tagged to the birds it mentions. The host pulls open the right drawers, reads the cards, and that's how it knows what to put on the page. Ours is called D1, but it's just a very organized recipe box.

the photo album

A recipe card can describe a photo — its caption, which bird, how big it is — but a card can't hold the actual picture. So the photos live somewhere else: a big shoebox of an album built just for files, called R2. Each photo gets a little label, called a "key," so the host can reach in and grab exactly the right one. The recipe card basically says "see the photo in the album, page 14," and R2 is the album. Details in the recipe box, pictures in the album — two places, working together.

the open gallery and the locked back room

Now, who's allowed to do what. Looking is open to the whole world — that's the entire point. Anyone can wander the gallery, enjoy the birds, and Sam can too. But changing things — adding a bird, writing a note, uploading a photo — that happens in a locked back room.

Rita gets into the back room through a locked studio door called Cloudflare Access. She proves it's really her with her email, and only then can she write anything. Sam comes in his own way, with a secret key (a token) from his computer. So: the front gallery is open to everyone, the back room is locked, and only the two of them carry keys.

how sam keeps it fed

The reason the site stays current is the same reason the feeder does — somebody tends it. When Rita tells Sam about a bird, or sends a photo from the balcony, Sam has a little reminder-reflex that nudges him: go update the site. Add the bird, write the note, slip the photo into the album — all through that same locked back door. The two of them keep it filled together, the way you keep the feeder filled. That's not a metaphor the site invented; it's literally how it works.

So, the whole journey, start to finish:

you type the address → cloudflare's doorman → the worker builds the page → it reads the recipe box (D1) + grabs the photos (R2) → it hands you the finished page.


that's it — no magic, just a host, a recipe box, a photo album, and two people who keep the feeder full.