<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: dayora</title>
    <description>The latest articles on Forem by dayora (@dayora).</description>
    <link>https://forem.com/dayora</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3849157%2Fb0065781-38e6-4ff3-97ae-d9c252ae427e.png</url>
      <title>Forem: dayora</title>
      <link>https://forem.com/dayora</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dayora"/>
    <language>en</language>
    <item>
      <title>I Built a Personal Debugging Tool for My Own Mental Health</title>
      <dc:creator>dayora</dc:creator>
      <pubDate>Thu, 02 Apr 2026 20:45:23 +0000</pubDate>
      <link>https://forem.com/dayora/i-built-a-personal-debugging-tool-for-my-own-mental-health-2g2p</link>
      <guid>https://forem.com/dayora/i-built-a-personal-debugging-tool-for-my-own-mental-health-2g2p</guid>
      <description>&lt;p&gt;As a developer, I build tools for other people all day. But I realized I had no tool for tracking my own mental state. So I built one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I kept hitting the same walls: burnout cycles that felt unpredictable, frustration with certain projects that I couldn't explain, and a general sense that "some weeks are good, some aren't" without understanding why.&lt;/p&gt;

&lt;p&gt;I tried mood tracking apps. They were either too clinical (rate your mood 1-10 five times a day) or too fluffy (gratitude journals with flower backgrounds). Neither stuck.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;A journaling app where you write a few sentences and AI reads them back to you the next morning as a pattern summary.&lt;/p&gt;

&lt;p&gt;The key insight: I don't want to analyze my own writing. I want something to do it for me and surface what I'm missing.&lt;/p&gt;

&lt;p&gt;After 90 days of entries, the AI told me things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"You mention feeling drained after meetings with the design team 4 times this month"&lt;/li&gt;
&lt;li&gt;"Your entries on days after running are consistently more positive"&lt;/li&gt;
&lt;li&gt;"You've mentioned imposter syndrome 3 times in the past 2 weeks, all on Mondays"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of this was obvious to me while I was writing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Decisions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Next.js + PostgreSQL + Vercel.&lt;/strong&gt; Boring stack, fast to ship. The AI is OpenAI GPT for summarization. I considered running a local model but the quality gap for nuanced emotional language was too big.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Voice input&lt;/strong&gt; turned out to be more important than I expected. Developers think in text, but after a long day of coding, typing more feels like work. Speaking for 30 seconds into your phone captures more honest thoughts than carefully typing them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy&lt;/strong&gt; was non-negotiable. Entries are encrypted at rest. The AI processes them for summaries but nothing is stored beyond the user's own data. No training on user entries.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making It Free
&lt;/h2&gt;

&lt;p&gt;I made it completely free because I think the "journaling app that costs $13/month" model is broken. The marginal cost per user is tiny (a few API calls for summaries). The value of having more people journaling consistently outweighs any subscription revenue I'd get from a premium tier.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned About Developer Wellness
&lt;/h2&gt;

&lt;p&gt;Building this taught me something: most developers are terrible at self-awareness. We're trained to debug systems, not ourselves. But the same skills transfer. Logging, pattern matching, root cause analysis. These all work on your own mental state if you have the data.&lt;/p&gt;

&lt;p&gt;The app is &lt;a href="https://dayora.ai" rel="noopener noreferrer"&gt;Dayora&lt;/a&gt; if anyone wants to try it. Genuinely free, no catch.&lt;/p&gt;

&lt;p&gt;But the bigger takeaway: keep a record of how you feel. The tool doesn't matter. What matters is having 90 days of data to look back on. The patterns will surprise you.&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>The One-Line Journaling Method That Actually Sticks (After 5 Failed Attempts)</title>
      <dc:creator>dayora</dc:creator>
      <pubDate>Thu, 02 Apr 2026 10:46:29 +0000</pubDate>
      <link>https://forem.com/dayora/the-one-line-journaling-method-that-actually-sticks-after-5-failed-attempts-3a06</link>
      <guid>https://forem.com/dayora/the-one-line-journaling-method-that-actually-sticks-after-5-failed-attempts-3a06</guid>
      <description>&lt;p&gt;We've all heard "you should journal." But most advice stops there. Here's what actually happens when you do it consistently, and how to make it stick even if you've failed before.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Most People Quit
&lt;/h2&gt;

&lt;p&gt;The typical journaling attempt looks like this: buy a nice notebook, write two pages on day one, one page on day two, skip day three, feel guilty, never open it again.&lt;/p&gt;

&lt;p&gt;The problem isn't discipline. It's the expectation that entries need to be &lt;em&gt;good&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One-Line Method
&lt;/h2&gt;

&lt;p&gt;Write one sentence about how you feel. That's it. Not about what happened. About how you &lt;em&gt;feel&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Tired but weirdly calm today"&lt;/li&gt;
&lt;li&gt;"Anxious about tomorrow's meeting"
&lt;/li&gt;
&lt;li&gt;"Good morning. First time in a while."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's a complete entry. It takes 10 seconds. And it's more useful than three paragraphs about what you had for lunch.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Changes After 30 Days
&lt;/h2&gt;

&lt;p&gt;After a month of one-liners, you can scroll back and see something no amount of thinking would reveal: &lt;strong&gt;your patterns&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;My patterns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Energy crashes on days after poor sleep (but delayed by 48 hours, not immediate)&lt;/li&gt;
&lt;li&gt;Anxiety clusters around the same recurring situations&lt;/li&gt;
&lt;li&gt;Good days almost always follow mornings where I moved my body before checking my phone&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of this was visible day-to-day. My brain smoothed it all out into "things are mostly fine." The one-liners told a different story.&lt;/p&gt;

&lt;h2&gt;
  
  
  After 90 Days
&lt;/h2&gt;

&lt;p&gt;Three months of data gets interesting. You start seeing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Weekly rhythms&lt;/strong&gt; you didn't know existed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Relationship patterns&lt;/strong&gt; that only become clear in aggregate
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What actually makes you feel better&lt;/strong&gt; (it's rarely what you think)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Progress that's invisible in real time&lt;/strong&gt; but obvious looking back&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Making It Stick
&lt;/h2&gt;

&lt;p&gt;Three rules that worked for me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Attach it to something you already do.&lt;/strong&gt; I write immediately after my first sip of coffee. The coffee is the trigger, not an alarm or reminder app.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Never write more than you want to.&lt;/strong&gt; One line is enough. If more comes, great. If not, the one line counts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Reread once a week.&lt;/strong&gt; This is the secret. Sunday evening, scroll through the week. The patterns jump out. This is what makes the daily writing feel worthwhile.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;I use &lt;a href="https://dayora.ai" rel="noopener noreferrer"&gt;Dayora&lt;/a&gt; because it's free and the AI summarizes patterns for me. But I started with Apple Notes. The tool matters less than the consistency.&lt;/p&gt;

&lt;p&gt;What matters: you can search it, scroll it, and access it quickly. If it takes more than 5 seconds to open and start writing, you'll skip it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start Today
&lt;/h2&gt;

&lt;p&gt;Open your notes app. Write one line about how you feel right now. Set a reminder for tomorrow. That's your journaling practice. Everything else is optional.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If you're interested in the AI pattern-recognition angle, &lt;a href="https://dayora.ai" rel="noopener noreferrer"&gt;Dayora&lt;/a&gt; does daily summaries and mood pattern analysis for free. But honestly, even a plain text file works if you're consistent.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>wellness</category>
    </item>
    <item>
      <title>I Tracked My Mood for 90 Days. The Patterns Were Invisible in Real Time.</title>
      <dc:creator>dayora</dc:creator>
      <pubDate>Sun, 29 Mar 2026 11:22:30 +0000</pubDate>
      <link>https://forem.com/dayora/i-tracked-my-mood-for-90-days-the-patterns-were-invisible-in-real-time-115l</link>
      <guid>https://forem.com/dayora/i-tracked-my-mood-for-90-days-the-patterns-were-invisible-in-real-time-115l</guid>
      <description>&lt;p&gt;I tracked my mood in a journal for 90 days. Here's what the data revealed about patterns I was completely blind to.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Setup
&lt;/h2&gt;

&lt;p&gt;Nothing fancy. One line per day about how I felt, written before bed. Sometimes two sentences if something specific happened. I used an AI journaling app that gives you daily summaries, but a notes app would work too.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Found After 90 Days
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Energy crashes follow a weekly pattern
&lt;/h3&gt;

&lt;p&gt;My worst days clustered on Thursdays. Every single week. It took me a month to realize that's my heaviest meeting day. Once I moved two recurring meetings to Tuesday, the Thursday crashes mostly stopped.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Sleep quality shows up 48 hours later
&lt;/h3&gt;

&lt;p&gt;A bad night doesn't hit me the next day. It hits the day after. When I feel terrible on a Wednesday, the actual cause is usually Monday night's poor sleep. Seeing this lag pattern completely changed how I think about recovery.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. The good days had one common thread
&lt;/h3&gt;

&lt;p&gt;Morning walks before checking my phone. That was it. The days I walked first were consistently better, regardless of what happened after.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Takeaway
&lt;/h2&gt;

&lt;p&gt;Your memory smooths everything out. It tells you "every day is pretty much the same." But 90 days of one-line entries told a very different story.&lt;/p&gt;

&lt;p&gt;If you're thinking about starting: don't try to write well. Don't try to be deep. Just write one honest line about how you feel. The patterns reveal themselves.&lt;/p&gt;

&lt;p&gt;I use &lt;a href="https://dayora.ai" rel="noopener noreferrer"&gt;Dayora&lt;/a&gt; for this (it's free and the AI summaries help surface patterns faster), but honestly any consistent method works. The key is 90 days of data.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What patterns have you noticed when you look back at your own records?&lt;/em&gt;&lt;/p&gt;

</description>
      <category>selfimprovement</category>
    </item>
  </channel>
</rss>
