Reading Your Own Timeline
2026-08-11

A user's own wall showing a chronological column of their posts, newest at the top, each with a timestamp
My wall, newest first. Every post I have written, private ones included, in the order they happened.
Part 3 of 7: A Field Guide to Messages
I have been rebuilding a small synth pedal for three weekends, and it has not gone well, which is exactly why it is a good story. Somewhere in weekend two I fixed the hum, and somewhere in weekend three I brought the hum back, and I could not for the life of me remember what I had changed. Normally that is where a project dies: in the gap between "I definitely solved this" and "I have no idea how."
Except I had been dropping one-line notes into Messages the whole time. swapped the 100nF for a 220nF on the filter, hum gone. ret==ested with the new jack, still quiet, good. moved the ground wire, tone is better. Private, unformatted, posted and forgotten. And when weekend three fell apart, that pile of forgotten notes turned into the thing that saved the build: a timeline I could read backward.
The feed is sorted by time, on purpose
This is the part that does the work, and it is almost too simple to notice. Messages come back newest first, ordered strictly by when they were created. In the code it is one line, orderBy: { createdAt: 'desc' }, and it is the same rule on the home feed and on your own wall. There is no clever ranking, no "you might like," no algorithm deciding which of your own notes you get to see. It is time, descending. What you wrote most recently is at the top, and you scroll down to go back in time.
That predictability is the feature. When I want to know what I was doing on the second weekend, I do not search for a keyword and hope. I scroll to the second weekend. The timeline is the index.
Your wall shows you everything you wrote
Here is a distinction that matters the moment you start using Messages as a notebook. Your own wall shows you all of your posts, private ones included. Everyone else who visits your profile sees only the public ones. Same page, two different views, decided by who is looking.
So the private incident notes from the last post, the half-formed synth log, the throwaway reminders: they are all sitting on your wall, in order, visible to you, invisible to everyone else. Your wall is simultaneously your public feed and your private notebook, and the Public checkbox on each post is the only thing sorting one from the other. I find that genuinely useful. I do not maintain two systems. I maintain one timeline and decide, per post, what leaks out.
Two side-by-side profile views of the same wall: the owner's view showing both public and private posts, and a visitor's view showing only the public subset
Same wall, two viewers. I see the private notes woven in. You see only what I made public.
Scrolling back is the search
The feed loads in pages. You get a batch, you scroll, it fetches the next batch, and you keep going as far back as you want. For a working notebook that is often faster than search, because the thing you are looking for usually lives near a date you remember. "It was the weekend I fixed the hum" gets me there in three flicks of the thumb. I did not have to remember that I wrote the word "capacitor." I only had to remember roughly when.
I will be honest about the limit, because it is a real one. Scrolling-back-as-search works beautifully when you remember the when and less well when you only remember the what. There is keyword search across your posts, and it does plain substring matching, so it finds a note if you can recall an exact word you used. But it will not find a synonym or a fuzzy memory of a concept. If your memory is "that article about durable execution somewhere," time-scrolling and substring search both make you work. That is a gap I think about a lot, and it is a different post than this one.
What this post is really about is a mindset shift. Once you trust that the box remembers, and that the timeline stays in order, you start writing to it differently. You stop writing notes for the moment and start writing notes for the version of you who reads this in three weeks. Short, specific, dated automatically. Future-me is the primary audience of most of what I type, and future-me is remarkably easy to please: he just wants to know what present-me actually did.
So far every note in this series has been for an audience of one. Next, I flip the one switch that changes that, and let other people into the timeline.
We'll email you a summary and link when a new post goes live. Confirm via the email we send.