<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ConstWerk</title>
    <description>This is my personal blog</description>
    <link>/</link>
    <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 12 Mar 2026 21:29:15 +0000</pubDate>
    <lastBuildDate>Thu, 12 Mar 2026 21:29:15 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>
    
      <item>
        <title>Daily Planner</title>
        <description>&lt;h3 id=&quot;premise&quot;&gt;Premise&lt;/h3&gt;
&lt;p&gt;I have been looking into productivity tools for a long time already and somewhat optimized my setup towards a state that I can work with.
Recently I looked into daily planning as this is still an area I would like to improve.
In this context, daily planning just means taking tasks and events from your other tools and structuring them for the current day.&lt;/p&gt;

&lt;h3 id=&quot;timeblocking&quot;&gt;Timeblocking&lt;/h3&gt;

&lt;p&gt;There are many apps that hope to solve daily planning for you. Most of them implement a form of timeblocking.&lt;label for=&quot;sn-timeblock&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-timeblock&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;See the &lt;a href=&quot;https://en.wikipedia.org/wiki/Timeblocking&quot;&gt;Wikipedia article on timeblocking&lt;/a&gt; for an overview of the technique. &lt;/span&gt;
I had a shot at Structured&lt;label for=&quot;sn-structured&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-structured&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;&lt;a href=&quot;https://structured.app/&quot;&gt;Structured&lt;/a&gt; is an interesting and polished timeblocking app for iOS and Android. &lt;/span&gt; and while I like the polish and presentation of the app, I found myself falling behind, even when the timeblocked tasks should be simple to start.&lt;/p&gt;

&lt;h3 id=&quot;working-theory&quot;&gt;Working Theory&lt;/h3&gt;

&lt;p&gt;I found that timeblocking doesn’t work for me as I often don’t &lt;em&gt;feel like it&lt;/em&gt; in the &lt;em&gt;planned&lt;/em&gt; moment of action. I don’t like too much structure, so the tools have to cater to that if I want to be productive.
This means that I need something other than timeblocking to structure my day. A simple list of ToDos for the day already works OK in most cases. But what this list lacks is &lt;strong&gt;commitment and gratification&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A lot of posts and blogs mention Sunsama&lt;label for=&quot;sn-sunsama&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-sunsama&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;&lt;a href=&quot;https://www.sunsama.com/&quot;&gt;Sunsama&lt;/a&gt; is an extensive daily planner that integrates with many project management and calendar tools. It costs around 20€/month. &lt;/span&gt; and how it transformed their daily planning, prompting people to content themselves with a steep pricetag.
After briefly testing the app I found for myself why it may be interesting. However, I can’t make use of any of the tool integrations, where a lot of the cost stems from, I assume.&lt;/p&gt;

&lt;p&gt;During my brief testing, I found that &lt;em&gt;assigning a planned duration&lt;/em&gt; and then also &lt;em&gt;commiting&lt;/em&gt; to the task and &lt;em&gt;recording an actual duration&lt;/em&gt; for it really helps.
My understanding is, that the &lt;strong&gt;act of commiting&lt;/strong&gt; and recording the time taken &lt;strong&gt;helps engaging with the task&lt;/strong&gt;, as it’s a simple low-barrier entry that builds momentum.
Sunsama also gives you a break-down of all tasks completed which is really neat and probably helps with the &lt;em&gt;gratification&lt;/em&gt; aspect, that my ToDo list approach lacks.&lt;/p&gt;

&lt;h3 id=&quot;iterating&quot;&gt;Iterating&lt;/h3&gt;

&lt;p&gt;I am not willing to pay 20€/month or even 10€/month for a feature set that barely expands on my todo app. That’s why I vibe coded a quick daily planner myself, to test what works and what doesn’t.&lt;label for=&quot;mn-planner&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-planner&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Try it out: &lt;a href=&quot;https://constwerk.com/planner.html&quot;&gt;Daily Planner Mockup&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;As the devs of Sunsama and Structured point out, their tools are an extension on top of an existing calendar and todo list. So my solution for now is that this extension can be simple and ephemeral.
The daily planner prototype is just a static HTML site that lets you put in tasks, their duration and when to do them. Each task has a &lt;em&gt;commit&lt;/em&gt; button called “Do”.
Pressing this button places the start of the task at the current time. When you press the “Done” button, the task updates with the actual time taken.
This way, I get the benefit of commitment in my daily planner and hopefully no stress from not completing tasks in their designated timeslot, as I can just move them around and the tool doesn’t nag me about it.&lt;/p&gt;

&lt;p&gt;A neat feature of this simple implementation is that I can add the website as a web app&lt;label for=&quot;sn-webapp&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-webapp&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Apple calls these &lt;a href=&quot;https://www.macrumors.com/how-to/use-web-apps-iphone-ipad/&quot;&gt;Home Screen web apps&lt;/a&gt;. They run in a standalone browser window and retain local storage data between sessions. &lt;/span&gt; on the homescreen of my phone and it retains the task information! So I got a simple app really quickly.&lt;/p&gt;

&lt;p&gt;I will probably iterate on this idea further but for now I’m happy to have a basic working version that I can test. What’s definitely still missing is the &lt;em&gt;gratification&lt;/em&gt; aspect and I’m not sure I want my tasks in a calendar-like view in the first place.&lt;/p&gt;
</description>
        <pubDate>Sun, 09 Nov 2025 00:00:00 +0000</pubDate>
        <link>/articles/25/daily-planner</link>
        <guid isPermaLink="true">/articles/25/daily-planner</guid>
        
        
      </item>
    
      <item>
        <title>Blog: Hello World</title>
        <description>&lt;p&gt;This is my first blog post.&lt;/p&gt;
</description>
        <pubDate>Fri, 07 Jul 2023 00:00:00 +0000</pubDate>
        <link>/articles/23/hello-world</link>
        <guid isPermaLink="true">/articles/23/hello-world</guid>
        
        
      </item>
    
  </channel>
</rss>
