publish: Properly Disorganized

This commit is contained in:
murtezayesil 2020-08-24 23:03:22 +06:00
parent 557218d6a6
commit 7dd549cafe
68 changed files with 550 additions and 217 deletions

View File

@ -0,0 +1,28 @@
title: Properly unorganized
date: 2020-08-24 12:25
tags: 100DaysToOffload
summary: Chaotically Organized File System
status: published
comment: https://fosstodon.org/@murtezayesil/104745430139845480
hundreddaystooffload: 23
I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.
I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.
1. Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.
2. SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.
3. HDD is my first line of backup and redundancy.
4. Local HDD is faster than remote NAS
5. Local HDD doesn't require a local NAS server.
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.
My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]\_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]\_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. __It annoys me but doesn't disable me__ from finding what I need. I just hate myself for being disorganized and envy tidy people.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -161,7 +161,7 @@ Your browser does not support the video tag.
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -51,6 +51,8 @@
<h1>Archives for Ali Murteza Yesil</h1>
<dl>
<dt>Mon 24 August 2020</dt>
<dd><a href="https://murtezayesil.me/properly-unorganized.html">Properly unorganized</a></dd>
<dt>Fri 21 August 2020</dt>
<dd><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html">May we meet in Heaven Dear Omar Hamza</a></dd>
<dt>Wed 19 August 2020</dt>
@ -132,7 +134,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,25 +50,55 @@
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html">May we meet in Heaven Dear Omar Hamza</a></h1>
<h1 class="entry-title"><a href="https://murtezayesil.me/properly-unorganized.html">Properly unorganized</a></h1>
<footer class="post-info">
<span>Mon 24 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>23</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.</p>
<p>I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.</p>
<ol>
<li>Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.</li>
<li>SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.</li>
<li>HDD is my first line of backup and redundancy.</li>
<li>Local HDD is faster than remote NAS</li>
<li>Local HDD doesn't require a local NAS server.</li>
</ol>
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
<p>You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.</p>
<p>My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. <strong>It annoys me but doesn't disable me</strong> from finding what I need. I just hate myself for being disorganized and envy tidy people.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104745430139845480">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="bookmark"
title="Permalink to May we meet in Heaven Dear Omar Hamza">May we meet in Heaven Dear Omar Hamza</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Fri 21 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>22</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend <strong>Muhammad Omar Hamza</strong> who closed his eyes to get some rest during recover after his surgery never to open them again.</p>
<p>I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.</p>
<p>While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.</p>
<p>We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104732050982524858">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
@ -195,22 +225,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>14</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -254,7 +268,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/swap-on-ssd-done-right.html" rel="bookmark"
@ -191,22 +207,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/nextcloud.html">nextcloud</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>4</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -251,7 +251,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-for-better-privacy.html" rel="bookmark"
@ -122,7 +138,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -49,7 +49,7 @@
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Authors on Ali Murteza Yesil</h1> <li><a href="https://murtezayesil.me/author/ali-murteza-yesil.html">Ali Murteza Yesil</a> (22)</li>
<h1>Authors on Ali Murteza Yesil</h1> <li><a href="https://murtezayesil.me/author/ali-murteza-yesil.html">Ali Murteza Yesil</a> (23)</li>
</section>
<section id="extras" class="body">
@ -87,7 +87,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -122,7 +122,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -117,7 +117,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,7 +50,7 @@
<h1>Categories on Ali Murteza Yesil</h1>
<ul>
<li><a href="https://murtezayesil.me/category/notes.html">Notes</a> (5)</li>
<li><a href="https://murtezayesil.me/category/personal.html">Personal</a> (7)</li>
<li><a href="https://murtezayesil.me/category/personal.html">Personal</a> (8)</li>
<li><a href="https://murtezayesil.me/category/tech.html">Tech</a> (10)</li>
</ul>
<section id="extras" class="body">
@ -88,7 +88,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -176,7 +176,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,25 +50,55 @@
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html">May we meet in Heaven Dear Omar Hamza</a></h1>
<h1 class="entry-title"><a href="https://murtezayesil.me/properly-unorganized.html">Properly unorganized</a></h1>
<footer class="post-info">
<span>Mon 24 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>23</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.</p>
<p>I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.</p>
<ol>
<li>Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.</li>
<li>SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.</li>
<li>HDD is my first line of backup and redundancy.</li>
<li>Local HDD is faster than remote NAS</li>
<li>Local HDD doesn't require a local NAS server.</li>
</ol>
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
<p>You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.</p>
<p>My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. <strong>It annoys me but doesn't disable me</strong> from finding what I need. I just hate myself for being disorganized and envy tidy people.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104745430139845480">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="bookmark"
title="Permalink to May we meet in Heaven Dear Omar Hamza">May we meet in Heaven Dear Omar Hamza</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Fri 21 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>22</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend <strong>Muhammad Omar Hamza</strong> who closed his eyes to get some rest during recover after his surgery never to open them again.</p>
<p>I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.</p>
<p>While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.</p>
<p>We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104732050982524858">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
@ -205,7 +235,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -334,7 +334,7 @@ mkdir ../output
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -139,7 +139,7 @@ Redundancy is a good way to ensure reliable network but also costly one.</p>
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -123,7 +123,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -121,7 +121,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -143,7 +143,7 @@ If you think some of the services or softwares I mentioned here aren't that bad
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -192,7 +192,7 @@ Glad you ask. Many companies banned use of Zoom and switched to alternatives suc
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -150,7 +150,7 @@ What I understood at the time was that, there are servers running Mastodon syste
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -192,7 +192,7 @@ You can't play songs from your Spotify account either. Songs on Spotify/Apple Mu
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -131,7 +131,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -104,7 +104,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -104,7 +104,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -118,7 +118,7 @@ It isn't a platform that is only for one thing. It is the combination of many di
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -104,7 +104,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -107,7 +107,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -104,7 +104,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -1,5 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Ali Murteza Yesil</title><link href="https://murtezayesil.me/" rel="alternate"></link><link href="https://murtezayesil.me/feeds/atom.xml" rel="self"></link><id>https://murtezayesil.me/</id><updated>2020-08-21T20:36:00+06:00</updated><subtitle>Blog</subtitle><entry><title>May we meet in Heaven Dear Omar Hamza</title><link href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="alternate"></link><published>2020-08-21T20:36:00+06:00</published><updated>2020-08-21T20:36:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-21:/may-we-meet-in-heaven-dear-omar-hamza.html</id><summary type="html">&lt;p&gt;My unworthy writing about recently deceased friend, Muhammed Omer Hamza.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend &lt;strong&gt;Muhammad Omar Hamza&lt;/strong&gt; who closed his eyes to get some rest during recover after his surgery never to open them again.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Ali Murteza Yesil</title><link href="https://murtezayesil.me/" rel="alternate"></link><link href="https://murtezayesil.me/feeds/atom.xml" rel="self"></link><id>https://murtezayesil.me/</id><updated>2020-08-24T12:25:00+06:00</updated><subtitle>Blog</subtitle><entry><title>Properly unorganized</title><link href="https://murtezayesil.me/properly-unorganized.html" rel="alternate"></link><published>2020-08-24T12:25:00+06:00</published><updated>2020-08-24T12:25:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-24:/properly-unorganized.html</id><summary type="html">&lt;p&gt;Chaotically Organized File System&lt;/p&gt;</summary><content type="html">&lt;p&gt;I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.&lt;/p&gt;
&lt;p&gt;I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.&lt;/li&gt;
&lt;li&gt;SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.&lt;/li&gt;
&lt;li&gt;HDD is my first line of backup and redundancy.&lt;/li&gt;
&lt;li&gt;Local HDD is faster than remote NAS&lt;/li&gt;
&lt;li&gt;Local HDD doesn't require a local NAS server.&lt;/li&gt;
&lt;/ol&gt;
&lt;div style="text-align: center;"&gt;
&lt;img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups"&gt;
&lt;/div&gt;
&lt;p&gt;You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.&lt;/p&gt;
&lt;p&gt;My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. &lt;strong&gt;It annoys me but doesn't disable me&lt;/strong&gt; from finding what I need. I just hate myself for being disorganized and envy tidy people.&lt;/p&gt;</content><category term="Personal"></category><category term="100DaysToOffload"></category></entry><entry><title>May we meet in Heaven Dear Omar Hamza</title><link href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="alternate"></link><published>2020-08-21T20:36:00+06:00</published><updated>2020-08-21T20:36:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-21:/may-we-meet-in-heaven-dear-omar-hamza.html</id><summary type="html">&lt;p&gt;My unworthy writing about recently deceased friend, Muhammed Omer Hamza.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend &lt;strong&gt;Muhammad Omar Hamza&lt;/strong&gt; who closed his eyes to get some rest during recover after his surgery never to open them again.&lt;/p&gt;
&lt;p&gt;I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.&lt;/p&gt;
&lt;p&gt;While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.&lt;/p&gt;
&lt;p&gt;We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.&lt;/p&gt;</content><category term="Personal"></category><category term="100DaysToOffload"></category></entry><entry><title>Blog in Progress #2</title><link href="https://murtezayesil.me/blog-in-progress-2.html" rel="alternate"></link><published>2020-08-19T12:45:00+06:00</published><updated>2020-08-19T12:45:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-19:/blog-in-progress-2.html</id><summary type="html">&lt;p&gt;I have more ambitious plans for the update to blog's theme. It will take time. I am thinking of few months.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Current theme I use isn't all old school but it isn't responsive enough either. Since I don't want to have external dependencies to other frameworks there will be no Bootstrap import. I am thinking of writing a responsive theme from scratch. Also, I am putting more emphasize on the text size and spacing. which is one of the things I don't like about the current theme. Of course I could change text sizes in blueidea theme but I am feeling itchy for a challenge 😅️&lt;/p&gt;

View File

@ -1,5 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Ali Murteza Yesil - Personal</title><link href="https://murtezayesil.me/" rel="alternate"></link><link href="https://murtezayesil.me/feeds/personal.atom.xml" rel="self"></link><id>https://murtezayesil.me/</id><updated>2020-08-21T20:36:00+06:00</updated><subtitle>Blog</subtitle><entry><title>May we meet in Heaven Dear Omar Hamza</title><link href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="alternate"></link><published>2020-08-21T20:36:00+06:00</published><updated>2020-08-21T20:36:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-21:/may-we-meet-in-heaven-dear-omar-hamza.html</id><summary type="html">&lt;p&gt;My unworthy writing about recently deceased friend, Muhammed Omer Hamza.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend &lt;strong&gt;Muhammad Omar Hamza&lt;/strong&gt; who closed his eyes to get some rest during recover after his surgery never to open them again.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Ali Murteza Yesil - Personal</title><link href="https://murtezayesil.me/" rel="alternate"></link><link href="https://murtezayesil.me/feeds/personal.atom.xml" rel="self"></link><id>https://murtezayesil.me/</id><updated>2020-08-24T12:25:00+06:00</updated><subtitle>Blog</subtitle><entry><title>Properly unorganized</title><link href="https://murtezayesil.me/properly-unorganized.html" rel="alternate"></link><published>2020-08-24T12:25:00+06:00</published><updated>2020-08-24T12:25:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-24:/properly-unorganized.html</id><summary type="html">&lt;p&gt;Chaotically Organized File System&lt;/p&gt;</summary><content type="html">&lt;p&gt;I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.&lt;/p&gt;
&lt;p&gt;I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.&lt;/li&gt;
&lt;li&gt;SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.&lt;/li&gt;
&lt;li&gt;HDD is my first line of backup and redundancy.&lt;/li&gt;
&lt;li&gt;Local HDD is faster than remote NAS&lt;/li&gt;
&lt;li&gt;Local HDD doesn't require a local NAS server.&lt;/li&gt;
&lt;/ol&gt;
&lt;div style="text-align: center;"&gt;
&lt;img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups"&gt;
&lt;/div&gt;
&lt;p&gt;You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.&lt;/p&gt;
&lt;p&gt;My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. &lt;strong&gt;It annoys me but doesn't disable me&lt;/strong&gt; from finding what I need. I just hate myself for being disorganized and envy tidy people.&lt;/p&gt;</content><category term="Personal"></category><category term="100DaysToOffload"></category></entry><entry><title>May we meet in Heaven Dear Omar Hamza</title><link href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="alternate"></link><published>2020-08-21T20:36:00+06:00</published><updated>2020-08-21T20:36:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-21:/may-we-meet-in-heaven-dear-omar-hamza.html</id><summary type="html">&lt;p&gt;My unworthy writing about recently deceased friend, Muhammed Omer Hamza.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend &lt;strong&gt;Muhammad Omar Hamza&lt;/strong&gt; who closed his eyes to get some rest during recover after his surgery never to open them again.&lt;/p&gt;
&lt;p&gt;I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.&lt;/p&gt;
&lt;p&gt;While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.&lt;/p&gt;
&lt;p&gt;We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.&lt;/p&gt;</content><category term="Personal"></category><category term="100DaysToOffload"></category></entry><entry><title>Name Everything</title><link href="https://murtezayesil.me/name-everything.html" rel="alternate"></link><published>2020-08-17T17:14:00+06:00</published><updated>2020-08-17T17:14:00+06:00</updated><author><name>Ali Murteza Yesil</name></author><id>tag:murtezayesil.me,2020-08-17:/name-everything.html</id><summary type="html">&lt;p&gt;Finding a suitable name for stuff is both fun and a possible cause of cancer. So, I am naming devices I own.&lt;/p&gt;</summary><content type="html">&lt;p&gt;You probably have a phone and a laptop and possibly even a desktop for heavy duty jobs such as wm ricing. But what do you call those devices? If you have 2 phones how do you differentiate them? If they are the same make, do you use their modal numbers?&lt;/p&gt;

File diff suppressed because one or more lines are too long

View File

@ -138,7 +138,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -50,25 +50,55 @@
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html">May we meet in Heaven Dear Omar Hamza</a></h1>
<h1 class="entry-title"><a href="https://murtezayesil.me/properly-unorganized.html">Properly unorganized</a></h1>
<footer class="post-info">
<span>Mon 24 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>23</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.</p>
<p>I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.</p>
<ol>
<li>Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.</li>
<li>SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.</li>
<li>HDD is my first line of backup and redundancy.</li>
<li>Local HDD is faster than remote NAS</li>
<li>Local HDD doesn't require a local NAS server.</li>
</ol>
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
<p>You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.</p>
<p>My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. <strong>It annoys me but doesn't disable me</strong> from finding what I need. I just hate myself for being disorganized and envy tidy people.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104745430139845480">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="bookmark"
title="Permalink to May we meet in Heaven Dear Omar Hamza">May we meet in Heaven Dear Omar Hamza</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Fri 21 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>22</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend <strong>Muhammad Omar Hamza</strong> who closed his eyes to get some rest during recover after his surgery never to open them again.</p>
<p>I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.</p>
<p>While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.</p>
<p>We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104732050982524858">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
@ -195,22 +225,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>14</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -254,7 +268,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/swap-on-ssd-done-right.html" rel="bookmark"
@ -191,22 +207,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/nextcloud.html">nextcloud</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>4</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -251,7 +251,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-for-better-privacy.html" rel="bookmark"
@ -122,7 +138,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -139,7 +139,7 @@ But watching a sport event without supporting any team is weird silly. I didn't
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -114,7 +114,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -176,7 +176,7 @@ Sorry for being negative but if it won't break (hopefully), I will make a newbie
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -135,7 +135,7 @@ Battery: ~3000mAh (was 4100mAh but aged 25% in 3 years)</p>
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -118,7 +118,7 @@ Favourite memes: <a href="https://knowyourmeme.com/memes/hide-the-pain-harold">H
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -87,7 +87,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -140,7 +140,7 @@ I see many ways this can be achieved (numbers in front suggest how difficult I t
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -0,0 +1,151 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Properly unorganized</title>
<link rel="stylesheet" href="https://murtezayesil.me/theme/css/main.css" />
<link href="https://murtezayesil.me/feeds/atom.xml" type="application/atom+xml" rel="alternate" title="Ali Murteza Yesil Atom Feed" />
<link href="https://murtezayesil.me/feeds/rss.xml" type="application/rss+xml" rel="alternate" title="Ali Murteza Yesil RSS Feed" />
<!-- This border added via BLACK_LIVES_MATTER toggle in site settings -->
<style>
body {
border-width: 5em ;
border-color: #000000 ;
border-style: none solid solid solid ; /* top border : none, right bottom left : solid */
}
</style>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<!-- This banner added via BLACK_LIVES_MATTER toggle in site settings -->
<div style="background-color: black; padding: 1em; margin-bottom: .8em">
<h1 style="text-align: center; margin-bottom: 0em"><a href="https://blacklivesmatter.com/" style="color: #fce21b; font-size: 2em">Black Lives Matter</a></h1>
</div>
<header id="banner" class="body">
<h1><a href="https://murtezayesil.me/">Ali Murteza Yesil <strong>Blog</strong></a></h1>
<nav><ul>
<li><a href="https://murtezayesil.me/pages/about.html">About</a></li>
<li><a href="https://murtezayesil.me/pages/contact.html">Contact</a></li>
</ul>
<form id="search" action"#" onsubmit="javascript:window.open('https://duckduckgo.com/?q='+document.getElementById('keywords').value+'+site:https://murtezayesil.me');">
<input id="keywords" type="text" />
</form>
</nav>
<div id="submenu">
<ul>
<li><a href="https://murtezayesil.me/category/notes.html">Notes</a></li>
<li class="active"><a href="https://murtezayesil.me/category/personal.html">Personal</a></li>
<li><a href="https://murtezayesil.me/category/tech.html">Tech</a></li>
</ul>
<div>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="https://murtezayesil.me/properly-unorganized.html" rel="bookmark"
title="Permalink to Properly unorganized">Properly unorganized</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 24 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>23</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> <p>I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.</p>
<p>I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.</p>
<ol>
<li>Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.</li>
<li>SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.</li>
<li>HDD is my first line of backup and redundancy.</li>
<li>Local HDD is faster than remote NAS</li>
<li>Local HDD doesn't require a local NAS server.</li>
</ol>
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
<p>You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.</p>
<p>My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. <strong>It annoys me but doesn't disable me</strong> from finding what I need. I just hate myself for being disorganized and envy tidy people.</p>
</div><!-- /.entry-content -->
<!-- #100DaysToOffload message -->
<p>Day <strong>23</strong> of <a href="https://100daystooffload.com/" title="click to read about the challenge">#100DaysToOffload</a></p>
<!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104745430139845480">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="https://kevq.uk">Kev Quirk</a></li>
<li><a href="https://mikestone.me">Mike Stone</a></li>
<li><a href="https://yarmo.eu/">Yarmo Mackenbach</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://murtezayesil.me/feeds/atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://murtezayesil.me/feeds/rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
<li><a href="https://fosstodon.org/@murtezayesil" rel="me">Fostodon</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<!-- IndieWeb Profile -->
<!-- ToDo : Make IndieWeb Profile auto generating according to site preferences -->
<!-- This profile is created by following https://kevq.uk/how-to-create-an-indieweb-profile/ blog post. Thanks to Kev Quirk -->
<section style="display: none;" class="h-card">
<!-- About me -->
<span class="p-name">Ali Murteza Yesil</span>
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->
<!-- Links -->
<a class="u-url u-uid" href="https://murtezayesil.me"></a>
<!-- Mail Template <a class="u-email" rel="me" href="mailto:USERNAME@SERVICEPROVIDER"></a> -->
<a class="u-url" rel="me" href="https://fosstodon.org/@murtezayesil"></a>
<!-- Twitter Example <a class="u-url" rel="me" href="https://twitter.com/USERNAME"></a> -->
<!-- Template <a class="u-url" rel="me" href="https://URL"></a> -->
<!-- Categories -->
<span class="p-category">Blogging</span>
<span class="p-category">Open Source Software</span>
<span class="p-category">Privacy</span>
</section>
</body>
</html>

View File

@ -195,7 +195,7 @@ mkdir ../output
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -123,7 +123,7 @@ Asking for help, opinions and experiences of others is important for making educ
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -160,7 +160,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -121,7 +121,7 @@ Just like every other in-ear earphones, they aren't comfortable even after I rep
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,25 +50,55 @@
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html">May we meet in Heaven Dear Omar Hamza</a></h1>
<h1 class="entry-title"><a href="https://murtezayesil.me/properly-unorganized.html">Properly unorganized</a></h1>
<footer class="post-info">
<span>Mon 24 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>23</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>I always envied people who can keep their living space tidy, data storage organized and wake up on time. Thanks to living abroad as a student, my life fits into 1 luggage, 1 handbag and 1 backpack. I have to throw stuff around get untidy due to lack of stuff. That being said, I have Juggernaut with enough SSD and 1TB HDD and I heavily utilize the HDD.</p>
<p>I am not going HDDless even on my laptop just yet thanks to some advantages it offers when paired with much faster SSD.</p>
<ol>
<li>Offloading data on SSD to HDD is important for longer SSD lifespan.
Data blocks on SSD is much more fragile than sectors on HDD. If most of the SSD is filled, smaller section will be used for supervisioning and cause certain blocks to age much faster and possibly causing premature death of SSD.</li>
<li>SSD speed can be affected by how much of it is filled. Less data on SSD means the faster it can operate.
SSD write operation depends on finding healthy blocks and utilizing them instead of previously used and more degraded blocks. More available storage means faster the SSD will find a suitable block and start operation.</li>
<li>HDD is my first line of backup and redundancy.</li>
<li>Local HDD is faster than remote NAS</li>
<li>Local HDD doesn't require a local NAS server.</li>
</ol>
<div style="text-align: center;">
<img src="images/screenshots/hdd_storage.webp" alt="File manager showing some directories in Juggernaut's HDD, the storage device. Visible directories are Books, Backups, timeshift, Linux and sub directories of Linux such as Distro Hop Backups">
</div>
<p>You probably got that I heavily use my HDD.
It has an installed distro for recovery (that I hop will never need to boot into), my data from previous distro hops, Steam and GOG backups, game saves, encrypted diary, distro ISOs, ebooks, phone backups etc, etc, etc.</p>
<p>My HDD is a beautiful mess. Even though I organize stuff in outer most level, Not knowing whether something is in Pictures or Backup/[Device]_[Date]/Pictures or Linux/Distro Hop Backups/[Distro]_[Date]/Pictures turns looking for files into dumpster diving. And I still can find the stuff I am looking for. <strong>It annoys me but doesn't disable me</strong> from finding what I need. I just hate myself for being disorganized and envy tidy people.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104745430139845480">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/may-we-meet-in-heaven-dear-omar-hamza.html" rel="bookmark"
title="Permalink to May we meet in Heaven Dear Omar Hamza">May we meet in Heaven Dear Omar Hamza</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Fri 21 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/personal.html">Personal</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>22</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --><p>Today is Friday, holy day for Muslims. Sun put on its brightest smile and birds are chirping to turn the day into festive. Unfortunately, not for us. We are going to funeral for our beloved friend <strong>Muhammad Omar Hamza</strong> who closed his eyes to get some rest during recover after his surgery never to open them again.</p>
<p>I always use my headphones to listen to something while riding a taxi. Today is different. I am thinking of death as we ride to the mosque. I am listening to the bitter feelings as tiers grind over the asphalt. Feeling, as if I am the one in the coffin.</p>
<p>While I am in deep thoughts, we arrived at the mosque. Follow the broken hearts and you shall find the Beautiful Muhammad in whites. It grabbed my attention that he isn't in a coffin. Must be the rush during Covid19. After the prayer, we carried the Glorious Omar to hearse to deliver him to his final home, semi-mixed graveyard for Christians and Muslims. Flat places were taken. Great Hamza is lowered to a grave on slope. Thank god I was lucky enough to carry him to the hearse and put dirt on his grave as we farewell him to his final home. He past away in the abroad country he came to study. His parents couldn't attend to his funeral, so I put a shovel of dirt for each of his parents too.</p>
<p>We left him in his final home in this world, along with angels to question him and ask about his deeds. My prayers are that I can reunite with all the people I love, that includes Muhammad Omar Hamza, and his parents can visit the grave of their son and recite Quran.</p><!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="https://fosstodon.org/@murtezayesil/104732050982524858">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
@ -195,22 +225,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>14</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -254,7 +268,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-music.html" rel="bookmark"
title="Permalink to Digital Cleansing - Music">Digital Cleansing - Music</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 03 August 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/music.html">music</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>13</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/swap-on-ssd-done-right.html" rel="bookmark"
@ -191,22 +207,6 @@
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/nextcloud.html">nextcloud</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a></span> <span>| Day <strong>4</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
@ -251,7 +251,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -50,6 +50,22 @@
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="9">
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-identifying-services-we-use.html" rel="bookmark"
title="Permalink to Digital Cleansing - Identifying services we use">Digital Cleansing - Identifying services we use</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Tue 14 July 2020</span>
<span>| in <a href="https://murtezayesil.me/category/tech.html">Tech</a></span>
<span>| tags: <a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a><a href="https://murtezayesil.me/tag/privacy.html">privacy</a><a href="https://murtezayesil.me/tag/100daystooffload.html">100daystooffload</a></span> <span>| Day <strong>3</strong> of #100DaysToOffload</span>
</footer><!-- /.post-info --> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://murtezayesil.me/digital-cleansing-for-better-privacy.html" rel="bookmark"
@ -122,7 +138,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -153,7 +153,7 @@ Your browser does not support the video tag.
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -206,7 +206,7 @@ mkdir ../output
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -267,7 +267,7 @@ You can't play songs from your Spotify account either. Songs on Spotify/Apple Mu
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -140,7 +140,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -142,7 +142,7 @@ What I understood at the time was that, there are servers running Mastodon syste
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -184,7 +184,7 @@ Glad you ask. Many companies banned use of Zoom and switched to alternatives suc
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -184,7 +184,7 @@ You can't play songs from your Spotify account either. Songs on Spotify/Apple Mu
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -142,7 +142,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -225,7 +225,7 @@ What I understood at the time was that, there are servers running Mastodon syste
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -153,7 +153,7 @@ Your browser does not support the video tag.
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -132,7 +132,7 @@ I see many ways this can be achieved (numbers in front suggest how difficult I t
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -49,7 +49,7 @@
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Tags for Ali Murteza Yesil</h1> <li><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a> (22)</li>
<h1>Tags for Ali Murteza Yesil</h1> <li><a href="https://murtezayesil.me/tag/100daystooffload.html">100DaysToOffload</a> (23)</li>
<li><a href="https://murtezayesil.me/tag/android.html">android</a> (1)</li>
<li><a href="https://murtezayesil.me/tag/code.html">code</a> (2)</li>
<li><a href="https://murtezayesil.me/tag/digitalcleansing.html">digitalcleansing</a> (6)</li>
@ -98,7 +98,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -39,8 +39,7 @@ h6 {font-size: 1em} /* 14px */
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.1;
margin-bottom: .8em;
font-family: 'Yanone Kaffeesatz', arial, serif;
margin-bottom: .8em;\
}
h3, h4, h5, h6 { margin-top: .8em; }

View File

@ -129,7 +129,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -39,8 +39,7 @@ h6 {font-size: 1em} /* 14px */
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.1;
margin-bottom: .8em;
font-family: 'Yanone Kaffeesatz', arial, serif;
margin-bottom: .8em;\
}
h3, h4, h5, h6 { margin-top: .8em; }

View File

@ -126,7 +126,7 @@
<span class="p-note">I'm a student, privacy advocate and SysAdmin wannabe. I was born in Turkey but I live abroad.</span>
<!-- Profile picture -->
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_1.png"/>
<img class="u-photo" src="https://murtezayesil.me/images/avatar_polygon_128x128.png"/>
<!-- My location -->
<!-- <span class="p-locality">City, Country or Country</span> -->

View File

@ -13,7 +13,7 @@
@import url("reset.css");
@import url("pygment.css");
@import url("typogrify.css");
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
/* @import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); */
/***** Global *****/
/* Body */