<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>productivity &amp;mdash; Kemal&#39;s Braindump</title>
    <link>https://write.moxnet.eu/tag:productivity</link>
    <description>Notes on engineering, systems, and leadership in practice.</description>
    <pubDate>Sun, 31 May 2026 12:52:09 +0200</pubDate>
    <item>
      <title>Brainiac v2.0 released</title>
      <link>https://write.moxnet.eu/brainiac-v2-0-released</link>
      <description>&lt;![CDATA[#emacs #brainiac #productivity #systems&#xA;&#xA;Time has come to release a new version of Brainiac. The whole configuration file has been almost completly restructured, cleaned up and properly commented. So I will declare this to be version 2.0.&#xA;&#xA;!--more--&#xA;&#xA;Following changes have been made:&#xA;&#xA;READ.md has been extended to explain the installation and usage.&#xA;Readability improvements:&#xA;  All colors decisions are now left to Modus themes, we only change typografy, e.g. underline the PROG tasks to encode work in progress.&#xA;  Multiple Org elements were restyled, e.g. ellipsis, tags etc., to improve scanability in large documents.&#xA;  Added the configuration for fixed and variable pitch fonts. You may set the font family to your liking.&#xA;  Packages org-bullets, org-appear and diminish introduced.&#xA;  Priority cookies are removed after the task is closed, to remove visual clutter.&#xA;  When saving, the tags will be aligned automatically.&#xA;Added number of matches to isearch.&#xA;Repeaters are now visible in the agenda.&#xA;When jumping to items from the agenda, automatic narrow is done to improve focus.&#xA;Capture from anywhere is now implemented by a custom script based on org-protocol.&#xA;Many, many small tweaks, fixes and changes.&#xA;&#xA;Get the new release from here.&#xA;&#xA;Enjoy and keep hacking!]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://write.moxnet.eu/tag:emacs" class="hashtag"><span>#</span><span class="p-category">emacs</span></a> <a href="https://write.moxnet.eu/tag:brainiac" class="hashtag"><span>#</span><span class="p-category">brainiac</span></a> <a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a> <a href="https://write.moxnet.eu/tag:systems" class="hashtag"><span>#</span><span class="p-category">systems</span></a></p>

<p>Time has come to release a new version of Brainiac. The whole configuration file has been almost completly restructured, cleaned up and properly commented. So I will declare this to be version 2.0.</p>



<p>Following changes have been made:</p>
<ul><li><code>READ.md</code> has been extended to explain the installation and usage.</li>
<li>Readability improvements:
<ul><li>All colors decisions are now left to Modus themes, we only change typografy, e.g. underline the <code>PROG</code> tasks to encode work in progress.</li>
<li>Multiple Org elements were restyled, e.g. ellipsis, tags etc., to improve scanability in large documents.</li>
<li>Added the configuration for fixed and variable pitch fonts. You may set the font family to your liking.</li>
<li>Packages org-bullets, org-appear and diminish introduced.</li>
<li>Priority cookies are removed after the task is closed, to remove visual clutter.</li>
<li>When saving, the tags will be aligned automatically.</li></ul></li>
<li>Added number of matches to <code>isearch</code>.</li>
<li>Repeaters are now visible in the agenda.</li>
<li>When jumping to items from the agenda, automatic narrow is done to improve focus.</li>
<li>Capture from anywhere is now implemented by a custom script based on <code>org-protocol</code>.</li>
<li>Many, many small tweaks, fixes and changes.</li></ul>

<p>Get the new release from <a href="https://codeberg.org/kemal/brainiac/releases/tag/v2.0.1">here</a>.</p>

<p>Enjoy and keep hacking!</p>
]]></content:encoded>
      <guid>https://write.moxnet.eu/brainiac-v2-0-released</guid>
      <pubDate>Fri, 29 May 2026 13:54:23 +0200</pubDate>
    </item>
    <item>
      <title>Brainiac</title>
      <link>https://write.moxnet.eu/brainiac-pushed-to-codeberg</link>
      <description>&lt;![CDATA[#brainiac #emacs #productivity #system&#xA;&#xA;Brainiac started as a way for me to organize my own work: meeting notes with my team, technical reflections, TODOs, and the many small but important thoughts that accumulate over the course of real engineering work. Over time, it became a stable personal system that supports both focused technical work and leadership responsibilities, without getting in the way.&#xA;&#xA;I host stable versions of Brainiac on Codeberg.&#xA;&#xA;In it&#39;s core this is a minimal Emacs configuration, built around the great Org-mode, with additional external tools mixed in to build a complete, sustainable, flexible productivity system. As it&#39;s built around text files, it can be synced across multiple devices with ease using e.g. Syncthing, Nextcloud, git, etc. It is complimented nicely with mobile apps like Beorg, Orgzly, etc.&#xA;&#xA;Brainiac is not meant to be a polished product. It’s a living system, shaped by everyday use — the kind of system you build when you care about clarity, continuity, and reducing friction in knowledge work. If you use it, feel free to reach out with feedback, ideas, or improvements. Shared practice tends to evolve better than isolated solutions.&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://write.moxnet.eu/tag:brainiac" class="hashtag"><span>#</span><span class="p-category">brainiac</span></a> <a href="https://write.moxnet.eu/tag:emacs" class="hashtag"><span>#</span><span class="p-category">emacs</span></a> <a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a> <a href="https://write.moxnet.eu/tag:system" class="hashtag"><span>#</span><span class="p-category">system</span></a></p>

<p>Brainiac started as a way for me to organize my own work: meeting notes with my team, technical reflections, TODOs, and the many small but important thoughts that accumulate over the course of real engineering work. Over time, it became a stable personal system that supports both focused technical work and leadership responsibilities, without getting in the way.</p>

<p>I host stable versions of Brainiac on <a href="https://codeberg.org/kemal/brainiac">Codeberg</a>.</p>

<p>In it&#39;s core this is a minimal Emacs configuration, built around the great Org-mode, with additional external tools mixed in to build a complete, sustainable, flexible productivity system. As it&#39;s built around text files, it can be synced across multiple devices with ease using e.g. Syncthing, Nextcloud, git, etc. It is complimented nicely with mobile apps like Beorg, Orgzly, etc.</p>

<p>Brainiac is not meant to be a polished product. It’s a living system, shaped by everyday use — the kind of system you build when you care about clarity, continuity, and reducing friction in knowledge work. If you use it, feel free to reach out with feedback, ideas, or improvements. Shared practice tends to evolve better than isolated solutions.</p>
]]></content:encoded>
      <guid>https://write.moxnet.eu/brainiac-pushed-to-codeberg</guid>
      <pubDate>Wed, 11 Mar 2026 16:51:51 +0100</pubDate>
    </item>
    <item>
      <title>Brainiac v1.2 released</title>
      <link>https://write.moxnet.eu/brainiac-v1-2-released</link>
      <description>&lt;![CDATA[#emacs #brainiac #productivity #systems&#xA;&#xA;Hello everyone!&#xA;&#xA;I have been using the Brainiac intensively over the last months and made some changes to the configuration along the way. Get your update here or from Codeberg.&#xA;&#xA;Improvements:&#xA;&#xA;Added journal.org to the list of refile targets.&#xA;Reduced the width of comment, source, etc. boxes in brainiac.css.&#xA;The attached items are now visibly listed in the drawer of the headline.&#xA;Minor changes in the configuration, e.g. increase of idle time etc.&#xA;&#xA;New things:&#xA;&#xA;Added org-crypt to the config, so that sensitive information can be encrypted if storing files on public servers.&#xA;To integrate Brainiac into your system menu, I propose the following: copy brainiac.desktop to ~/.local/share/applications and brainiac.svg to ~/.local/share/icons.&#xA;I added basic AI support by using a customized ollama-buddy-mini and running models locally with ollama. Although I previously stated that Brainiac would not have AI, the chosen combination presents a nice compromise between functionality and privacy.&#xA;I also introduced the abbrev-mode as a template storage for some useful org templates and as a mechanism for storing AI prompts for future usage.&#xA;In order to consolidate important functions and keystrokes, I configured a menu which can be reached by pressing C-c b using transient.]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://write.moxnet.eu/tag:emacs" class="hashtag"><span>#</span><span class="p-category">emacs</span></a> <a href="https://write.moxnet.eu/tag:brainiac" class="hashtag"><span>#</span><span class="p-category">brainiac</span></a> <a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a> <a href="https://write.moxnet.eu/tag:systems" class="hashtag"><span>#</span><span class="p-category">systems</span></a></p>

<p>Hello everyone!</p>

<p>I have been using the Brainiac intensively over the last months and made some changes to the configuration along the way. Get your update <a href="https://write.moxnet.eu/images/brainiac_v1.2.zip">here</a> or from <a href="https://codeberg.org/kemal/brainiac">Codeberg</a>.</p>

<p>Improvements:</p>
<ul><li>Added <code>journal.org</code> to the list of refile targets.</li>
<li>Reduced the width of comment, source, etc. boxes in <code>brainiac.css</code>.</li>
<li>The attached items are now visibly listed in the drawer of the headline.</li>
<li>Minor changes in the configuration, e.g. increase of idle time etc.</li></ul>

<p>New things:</p>
<ul><li>Added <code>org-crypt</code> to the config, so that sensitive information can be encrypted if storing files on public servers.</li>
<li>To integrate Brainiac into your system menu, I propose the following: copy <code>brainiac.desktop</code> to <code>~/.local/share/applications</code> and <code>brainiac.svg</code> to <code>~/.local/share/icons</code>.</li>
<li>I added basic AI support by using a customized <code>ollama-buddy-mini</code> and running models locally with <code>ollama</code>. Although I previously stated that Brainiac would not have AI, the chosen combination presents a nice compromise between functionality and privacy.</li>
<li>I also introduced the <code>abbrev-mode</code> as a template storage for some useful <code>org</code> templates and as a mechanism for storing AI prompts for future usage.</li>
<li>In order to consolidate important functions and keystrokes, I configured a menu which can be reached by pressing <code>C-c b</code> using <code>transient</code>.</li></ul>
]]></content:encoded>
      <guid>https://write.moxnet.eu/brainiac-v1-2-released</guid>
      <pubDate>Sun, 22 Feb 2026 14:37:47 +0100</pubDate>
    </item>
    <item>
      <title>Not every task is worth it</title>
      <link>https://write.moxnet.eu/not-every-task-is-worth-it</link>
      <description>&lt;![CDATA[#productivity #reflection&#xA;&#xA;I often read about people „living“ in their TODO list, meaning everything that comes to mind, is seen on the net, needs to be done someday (maybe), … gets jotted down and processed thru their productivity system. The purpose of this is to not forget anything and to live a quantified, but relaxed life, as everything is recorded and nothing is forgotten.&#xA;&#xA;Although I can relate to the „nothing gets forgotten“ part, because I need this to ease my mind, having everything I need to do in a day, week, … added to my TODO list, makes me feel like a machine and I actually feel psychological pressure to „get those tasks done“. I do not like it.&#xA;&#xA;Every once in a while I fall down that rabbit hole and start filling my main.org with everything possible. But then at some point the list gets too long and I start feeling that pressure of still having „so many open tasks“ when the day is done. The only thing that helps then is to radically go thru the list and delete all the junk that is not 100% a real task, that has to get done, or a note which has value and shall be kept.]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a> <a href="https://write.moxnet.eu/tag:reflection" class="hashtag"><span>#</span><span class="p-category">reflection</span></a></p>

<p>I often read about people „living“ in their TODO list, meaning everything that comes to mind, is seen on the net, needs to be done someday (maybe), … gets jotted down and processed thru their productivity system. The purpose of this is to not forget anything and to live a quantified, but relaxed life, as everything is recorded and nothing is forgotten.</p>

<p>Although I can relate to the „nothing gets forgotten“ part, because I need this to ease my mind, having everything I need to do in a day, week, … added to my TODO list, makes me feel like a machine and I actually feel psychological pressure to „get those tasks done“. I do not like it.</p>

<p>Every once in a while I fall down that rabbit hole and start filling my <code>main.org</code> with everything possible. But then at some point the list gets too long and I start feeling that pressure of still having „so many open tasks“ when the day is done. The only thing that helps then is to radically go thru the list and <strong>delete all the junk that is not 100% a real task, that has to get done, or a note which has value and shall be kept</strong>.</p>
]]></content:encoded>
      <guid>https://write.moxnet.eu/not-every-task-is-worth-it</guid>
      <pubDate>Tue, 30 Dec 2025 16:02:19 +0100</pubDate>
    </item>
    <item>
      <title>Brainiac v1.1 released</title>
      <link>https://write.moxnet.eu/brainiac-v1-1-released</link>
      <description>&lt;![CDATA[Brainiac v1.1 released&#xA;&#xA;#emacs #orgmode #brainiac #gtd #productivity&#xA;&#xA;Brainiac is a minimal, distraction-free Emacs configuration designed for GTD workflows, notes, and task management using Org-mode. This v1.1 update focuses on stability and workflow refinements — keeping the setup lightweight while improving daily use.&#xA;&#xA;If you&#39;re new to Brainiac, check out the original introduction to learn about the philosophy behind this configuration.&#xA;&#xA;!--more--&#xA;&#xA;For the past four months, Brainiac has been my daily Emacs setup for managing work projects, personal tasks, notes, and planning. I’m genuinely impressed by how little needed to change — proof that a simple Emacs workflow can stay effective without constant tweaking.&#xA;&#xA;✅ What’s New in v1.1&#xA;&#xA;Default search now uses rgrep instead of find-grep-dired&#xA;Added ultra-scroll for smoother scrolling over large images&#xA;Removed DONE tasks from agenda to reduce clutter&#xA;New focused Day Agenda:&#xA;&#xA;  Scheduled tasks, deadlines, and priority backlog ([#A])&#xA;New Week Agenda:&#xA;&#xA;  Full week view + entire backlog to support weekly review flow&#xA;Statistic cookies auto-update on save (accurate project status always)&#xA;Improved print CSS to prevent long lines from overflowing&#xA;&#xA;Along with the update, you’ll now find a picture of Brainiac — a friendly organization-loving robot — in the config folder. Enjoy the company!&#xA;&#xA;Get your update from here.&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<h2 id="brainiac-v1-1-released" id="brainiac-v1-1-released">Brainiac v1.1 released</h2>

<p><a href="https://write.moxnet.eu/tag:emacs" class="hashtag"><span>#</span><span class="p-category">emacs</span></a> <a href="https://write.moxnet.eu/tag:orgmode" class="hashtag"><span>#</span><span class="p-category">orgmode</span></a> <a href="https://write.moxnet.eu/tag:brainiac" class="hashtag"><span>#</span><span class="p-category">brainiac</span></a> <a href="https://write.moxnet.eu/tag:gtd" class="hashtag"><span>#</span><span class="p-category">gtd</span></a> <a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a></p>

<p>Brainiac is a minimal, distraction-free Emacs configuration designed for GTD workflows, notes, and task management using Org-mode. This v1.1 update focuses on stability and workflow refinements — keeping the setup lightweight while improving daily use.</p>

<p>If you&#39;re new to Brainiac, check out the <a href="https://write.moxnet.eu/brainiac-v1-0-released">original introduction</a> to learn about the philosophy behind this configuration.</p>



<p>For the past four months, Brainiac has been my daily Emacs setup for managing work projects, personal tasks, notes, and planning. I’m genuinely impressed by how little needed to change — proof that a simple Emacs workflow can stay effective without constant tweaking.</p>

<h2 id="what-s-new-in-v1-1" id="what-s-new-in-v1-1">✅ What’s New in v1.1</h2>
<ul><li>Default search now uses <code>rgrep</code> instead of <code>find-grep-dired</code></li>
<li>Added <code>ultra-scroll</code> for smoother scrolling over large images</li>
<li>Removed <code>DONE</code> tasks from agenda to reduce clutter</li>

<li><p>New focused <strong>Day Agenda</strong>:</p>
<ul><li>Scheduled tasks, deadlines, and priority backlog (<code>[#A]</code>)</li></ul></li>

<li><p>New <strong>Week Agenda</strong>:</p>
<ul><li>Full week view + entire backlog to support weekly review flow</li></ul></li>

<li><p>Statistic cookies auto-update on save (accurate project status always)</p></li>

<li><p>Improved print CSS to prevent long lines from overflowing</p></li></ul>

<p>Along with the update, you’ll now find a picture of Brainiac — a friendly organization-loving robot — in the <code>config</code> folder. Enjoy the company!</p>

<p>Get your update from <a href="https://write.moxnet.eu/images/brainiac_v1.1.zip">here</a>.</p>
]]></content:encoded>
      <guid>https://write.moxnet.eu/brainiac-v1-1-released</guid>
      <pubDate>Tue, 04 Nov 2025 20:12:30 +0100</pubDate>
    </item>
    <item>
      <title>My summary Mindmap of BASB</title>
      <link>https://write.moxnet.eu/my-summary-mindmap-of-basb</link>
      <description>&lt;![CDATA[#book #productivity&#xA;&#xA;I read the nice book from Tiago Forte &#34;Building a Second Brain&#34; and in order to understand the concepts better, I created this small Mindmap as a summary.  &#xA;&#xA;As I like to play around Emacs, I used PlantUML and generated the Mindmap using Org-mode.  &#xA;&#xA;Processing in Second Brain]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://write.moxnet.eu/tag:book" class="hashtag"><span>#</span><span class="p-category">book</span></a> <a href="https://write.moxnet.eu/tag:productivity" class="hashtag"><span>#</span><span class="p-category">productivity</span></a></p>

<p>I read the nice book from Tiago Forte “<a href="https://www.buildingasecondbrain.com/">Building a Second Brain</a>” and in order to understand the concepts better, I created this small Mindmap as a summary.</p>

<p>As I like to play around Emacs, I used PlantUML and generated the Mindmap using Org-mode.</p>

<p><img src="https://write.moxnet.eu/images/brain.png" alt="Processing in Second Brain"></p>
]]></content:encoded>
      <guid>https://write.moxnet.eu/my-summary-mindmap-of-basb</guid>
      <pubDate>Wed, 10 Jul 2024 16:13:37 +0200</pubDate>
    </item>
  </channel>
</rss>