<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>emre şahin's digital garden 🍃 - digital-garden</title>
    <link>https://emresahin.net/tags/digital-garden/</link>
    <description>Posts in the digital-garden tag</description>
    <language>en</language>
    <managingEditor>contact@emresahin.net (Emre Şahin)</managingEditor>
    <lastBuildDate>Tue, 15 Sep 2026 19:46:32 +0000</lastBuildDate>
    <atom:link href="https://emresahin.net/tags/digital-garden/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>write. dream. debug! repeat.</title>
      <published>2025-02-02T14:00:00+00:00</published>
      <updated>2025-02-02T14:00:00+00:00</updated>
      <author>Emre Şahin</author>
      <pubDate>Sun, 02 Feb 2025 14:00:00 +0000</pubDate>
      <link>https://emresahin.net/about/</link>
      <guid isPermaLink="true">https://emresahin.net/about/</guid>
      <description>Welcome to Emre Şahin’s digital garden. 🪴 It’s mostly (in)tended for my future self as a technical logbook. Continuous Developer Everyone knows software development never finishes. You have to keep up, learn new technologies and fix (or replace) the bugs. I’ve been developing software since aroun...</description>
      <category>blog</category>
      <category>meta</category>
      <category>about</category>
      <category>biography</category>
      <category>digital garden</category>
      <content:encoded><![CDATA[<p>Welcome to Emre Şahin’s digital garden. 🪴</p>
<p>It’s mostly (in)tended for my future self as a technical logbook.</p>
<h2 id="continuous-developer">Continuous Developer</h2>
<p>Everyone knows <em>software development</em> never finishes.
You have to keep up, learn new technologies and fix (or replace) the bugs.
I’ve been developing software since around 1996.
These are mostly tidbits and <em>development journals</em>.</p>
<ul>
<li><a href="https://emresahin.net/developing-a-gitignore-crate/">Developing a Gitignore crate</a>: This is an example of developing via writing.
It details the step-by-step development of a .gitignore library from scratch.</li>
<li><a href="https://emresahin.net/Creating-a-file-system-watcher-with-ignore-rules/">A file system watcher with ignore rules</a>: Similar to the above.
This one adds <code>notify</code> on top of ignore to report changes in a directory.</li>
<li><a href="https://emresahin.net/Creating-OS-dependent-temporary-directories-in-Rust/">Creating OS-dependent temp directories in Rust</a>: For Rust beginners.</li>
<li><a href="https://emresahin.net/Rust--ends_with--and--strip_prefix--behavior-differences-in--Path--and--str-/">Behavior differences in ends_with and strip_prefix functions in Path and str (Rust)</a>: For Rust beginners.</li>
<li><a href="https://emresahin.net/convert-mnist-data-to-numpy/">Converting MNIST dataset to Numpy</a>: I believe converting data formats and filling the gaps is about 80% of the work we do.
It may be an exaggeration, but this post explains how to convert the custom data format of the venerable MNIST dataset to Numpy arrays for processing with Python.</li>
<li><a href="https://emresahin.net/converting-numpy-image-to-qimage-14359-22392/">Another post about converting Numpy image to QImage</a>: This was for a face recognition application with Qt and Python I was building at the time.</li>
<li><a href="https://emresahin.net/anonymous-functions-in-dart-32304/">Anonymous functions in Dart</a>: Some time ago, I was using Dart and Flutter to build mobile apps for <a href="https://dervaze.com">dervaze</a>.</li>
</ul>
<h2 id="perpetual-learner">Perpetual Learner</h2>
<ul>
<li><a href="https://emresahin.net/About-estimation-from-the--Mythical-Man-Month-/">A quote about estimation from Mythical Man-Month</a></li>
<li><a href="https://emresahin.net/Quote-from-the-Mythical-Man-Month/">Another quote from Mythical Man-Month</a>: I believe this book should be read and interpreted like a holy book in our profession.</li>
<li><a href="https://emresahin.net/coursera-deep-learning-14336-24273/">Coursera Deep Learning Course Notes</a></li>
<li><a href="https://emresahin.net/r-notes/">R Notes</a>: Some notes about the R language.</li>
<li><a href="https://emresahin.net/rnn-notes/">RNN Notes</a></li>
</ul>
<h2 id="masochistic-minimalist">Masochistic Minimalist</h2>
<ul>
<li><a href="https://emresahin.net/cat-for-writers/">Using cat for writing</a>: I was using a simple script based on <code>cat</code> to write notes and posts.
It was an experiment to encourage myself to think more about content and less about minor errors.
I think I’ve lost that kind of minimalist enthusiasm, and switching from Emacs to Neovim has also helped.</li>
<li><a href="https://emresahin.net/recurrent-todo-txt-14085-74577/">Using todo.txt for recurring tasks</a>: I gave up using todo.txt after the list grew to be unmanageable.
These days I use Trello to forget tasks.</li>
</ul>
<h2 id="manager">Manager</h2>
<ul>
<li><a href="https://emresahin.net/Burnouts/">Burnouts</a>: I’ve read a lot about them, but I don’t think I’ve ever experienced one.
This is mostly because I haven’t had to work on projects I dislike over the long term.</li>
<li><a href="https://emresahin.net/risk-taking-energy/">Energy for taking risks</a>: How do you get people to work on long-term goals?</li>
</ul>
<h2 id="tool-junkie">Tool-Junkie</h2>
<ul>
<li><a href="https://emresahin.net/rclone-google-drive-deletion/">Deleting Google Drive files in Rclone</a></li>
<li><a href="https://emresahin.net/aerc-and-goneovim--3894/">Aerc and Goneovim</a>: I’ve noticed that when I’m learning a language, I’m more inclined to use tools written in it.
This post is an example, though I don’t use them anymore.</li>
<li><a href="https://emresahin.net/mu4e/">mu4e (Emacs)</a>: Once upon a time, I was an avid Emacs user.</li>
</ul>
<h2 id="lazy-scripter">Lazy Scripter</h2>
<ul>
<li><a href="https://emresahin.net/Activate-left-window-when-the-current-one-is-closed-in-tmux/">A post about Tmux hooks</a>.</li>
<li><a href="https://emresahin.net/backup-script-for-recent-files/">A backup script for recent files</a></li>
<li><a href="https://emresahin.net/zenity-14386-18029/">Zenity</a></li>
<li><a href="https://emresahin.net/zsh-dosya-operasyonlari/">Zsh Dosya Operasyonları (Turkish)</a></li>
</ul>
<h2 id="software-architect">Software Architect</h2>
<ul>
<li><a href="https://emresahin.net/Execution-and-memory-as-a-tree/">A draft post about finding trees in the jungle</a></li>
<li><a href="https://emresahin.net/Object-Oriented-Brain-Damage/">Object-Oriented Brain-Damage</a>: A bit controversial, but I don’t like OOP and this was to show why.</li>
<li><a href="https://emresahin.net/Death-of-Agile-/">Death of Agile</a></li>
<li><a href="https://emresahin.net/premature-caching/">Premature Caching is the root of all evil</a></li>
</ul>
<h2 id="researcher">Researcher</h2>
<p>These are mostly about my Ph.D. work in building OCR for Ottoman Turkish.
They are dated.
I may return to work on this some time in the future, as the problem still seems open.</p>
<ul>
<li><a href="https://emresahin.net/transliteration-pipeline/">A transliteration pipeline</a></li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>Digital Garden</title>
      <published>2023-09-05T18:03:00+00:00</published>
      <updated>2023-09-05T18:03:00+00:00</updated>
      <author>Emre Şahin</author>
      <pubDate>Tue, 05 Sep 2023 18:03:00 +0000</pubDate>
      <link>https://emresahin.net/digital-garden/</link>
      <guid isPermaLink="true">https://emresahin.net/digital-garden/</guid>
      <description>I have begun to consider this site as a digital garden after reading this : Tom Critchlow, a consultant who has been cultivating his digital garden for years, spells out the main difference between old-school blogging and digital gardening. “With blogging, you’re talking to a large audience,” he ...</description>
      <category>Personal</category>
      <category>Writing</category>
      <category>digital-garden</category>
      <category>blog</category>
      <category>knowledge-management</category>
      <category>self-improvement</category>
      <content:encoded><![CDATA[<p>I have begun to consider this site as a <em>digital garden</em> after <a href="https://www.technologyreview.com/2020/09/03/1007716/digital-gardens-let-you-cultivate-your-own-little-bit-of-the-internet/">reading this</a>:</p>
<blockquote>
<p>Tom Critchlow, a consultant who has been cultivating his digital garden for years, spells out the main difference between old-school blogging and digital gardening. “With blogging, you’re talking to a large audience,” he says. “With digital gardening, you’re talking to yourself. You focus on what you want to cultivate over time.”</p>
</blockquote>
<p>This site doesn’t have any significance except being a collection of notes to myself.</p>]]></content:encoded>
    </item>
  </channel>
</rss>
