all repos — site @ 2fb9cf6851bf708c9d3d0ab2bf37cf2dbb3f2fa7

source for my site, found at icyphox.sh

build/blog/digital-minimalism/index.html (view raw)

  1<!DOCTYPE html>
  2<html lang=en>
  3<link rel="stylesheet" href="/static/style.css" type="text/css">
  4<link rel="stylesheet" href="/static/syntax.css" type="text/css">
  5<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
  6<meta name="description" content="Put that screen down!">
  7<meta name="viewport" content="initial-scale=1">
  8<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9<meta content="#021012" name="theme-color">
 10<meta name="HandheldFriendly" content="true">
 11<meta name="twitter:card" content="summary_large_image">
 12<meta name="twitter:site" content="@icyphox">
 13<meta name="twitter:title" content="Thoughts on digital minimalism">
 14<meta name="twitter:description" content="Put that screen down!">
 15<meta name="twitter:image" content="/static/icyphox.png">
 16<meta property="og:title" content="Thoughts on digital minimalism">
 17<meta property="og:type" content="website">
 18<meta property="og:description" content="Put that screen down!">
 19<meta property="og:url" content="https://icyphox.sh">
 20<meta property="og:image" content="/static/icyphox.png">
 21<html>
 22  <title>
 23    Thoughts on digital minimalism
 24  </title>
 25<div class="container-text">
 26  <header class="header">
 27    
 28        <a href="/">home</a>
 29        <a href="/blog">blog</a>
 30        <a href="/reading">reading</a>
 31        <a href="https://twitter.com/icyphox">twitter</a>
 32        <a href="/about">about</a>
 33
 34  </header>
 35<body> 
 36   <div class="content">
 37    <div align="left">
 38      <code>2019-10-05</code>
 39      <h1>Thoughts on digital minimalism</h1>
 40      <h2>Put that screen down!</h2>
 41      <p>Ah yes, yet another article on the internet on this beaten to death
 42subject. But this is inherently different, since it&#8217;s <em>my</em> opinion on
 43the matter, and <em>my</em> technique(s) to acheive &#8220;digital minimalism&#8221;.</p>
 44
 45<p>According to me, minimalism can be acheived on two primary fronts &#8211;
 46the phone &amp; the computer. Let&#8217;s start with the phone. The daily carry.
 47The device that&#8217;s on our person from when we get out of bed, till we get
 48back in bed.</p>
 49
 50<h3 id="the-phone">The phone</h3>
 51
 52<p>I&#8217;ve read about a lot of methods people employ to curb their phone
 53usage. Some have tried grouping &#8220;distracting&#8221; apps into a separate
 54folder, and this supposedly helps reduce their usage. Now, I fail to see
 55how this would work, but YMMV. Another technique I see often is using
 56a time governance app&#8212;like OnePlus&#8217; Zen Mode&#8212;to enforce how much
 57time you spend using specific apps, or the phone itself. I&#8217;ve tried this
 58for myself, but I constantly found myself counting down the minutes
 59after which the phone would become usable again. Not helpful.</p>
 60
 61<p>My solution to this is a lot more brutal. I straight up uninstalled the
 62apps that I found myself using too often. There&#8217;s a simple principle
 63behind it &#8211; if the app has a desktop alternative, like Twitter,
 64Reddit, etc. use that instead. Here&#8217;s a list of apps that got nuked from
 65my phone:</p>
 66
 67<ul>
 68<li>Twitter</li>
 69<li>Instagram (an exception, no desktop client)</li>
 70<li>Relay for Reddit</li>
 71<li>YouTube (disabled, ships with stock OOS)</li>
 72</ul>
 73
 74<p>The only non-productive app that I&#8217;ve let remain is Clover, 
 75a 4chan client. I didn&#8217;t find myself using it as much earlier, but we&#8217;ll see how that 
 76holds up. I&#8217;ve also allowed my personal messaging apps to remain, since 
 77removing those would be inconveniencing others.</p>
 78
 79<p>I must admit, I often find myself reaching for my phone out of habit
 80just to check Twitter, only to find that its gone. I also subconsciously
 81tap the place where its icon used to exist (now replaced with my mail
 82client) on my launcher. The only &#8220;fun&#8221; thing left on my phone to do is
 83read or listen to music. Which is okay, in my opinion.</p>
 84
 85<h3 id="the-computer">The computer</h3>
 86
 87<p>I didn&#8217;t do anything too nutty here, and most of the minimalism is
 88mostly aesthetic. I like UIs that get out of the way. </p>
 89
 90<p>My setup right now is just a simple bar at the top showing the time,
 91date, current volume and battery %, along with my workspace indicators.
 92No fancy colors, no flashy buttons and sliders. And that&#8217;s it. I don&#8217;t
 93try to force myself to not use stuff &#8211; after all, I&#8217;ve reduced it
 94elsewhere. :)</p>
 95
 96<p>Now the question arises: Is this just a phase, or will I stick to it?
 97What&#8217;s going to stop me from heading over to the Play Store and
 98installing those apps back? Well, I never said this was going to be
 99easy. There&#8217;s definitely some will power needed to pull this off.
100I guess time will tell.</p>
101 
102    </div>
103    <hr />
104    <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p>
105    <footer>
106      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
107        <img class="footimgs" src="/static/cc.svg">
108        </a>
109        <a href="https://webring.xxiivv.com/#random" target="_blank">
110        <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
111        </a>
112        
113    </footer>
114  </body>
115  </div>
116 </html>