blog-contributions/productivity/pomodoro/index.html
2024-10-26 08:18:19 +02:00

217 lines
9.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
<title>Pomodoro Focus times (Intentional pauses to prevent burnouts)</title>
<!-- Bootstrap core CSS -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
<link href="../../assets/css/xt256.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../assets/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse-productivity navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-productivity" href="\index.html">The Nihilism Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Posts Lists +++++ -->
<!-- +++++ First Post +++++ -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a>
<h1>Pomodoro Focus times (Intentional pauses to prevent burnouts) </h1>
<p> </p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /grey -->
<!-- +++++ Second Post +++++ -->
<div id="productivity3">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Why should I take pauses ? </b></h2>
<p>Following <a href="../morningroutine/index.html">my routine</a> to the letter, it's now Saturday at 7 AM, you've made sure <a href="../mentalopti/index.html">that nothing can distract you from working</a>, all that's left is to work non-stop until the end of the day right? Well, you will see that there is a problem after some time.</p>
<p>So you're now working on the project of your life, and you've been working on one task without stopping for 45 minutes straight. Are you in shape to go for another hour without pause ? </p>
<p>One analogy to compare this to is when you are running outdoors, doing cardio. can you really sprint all the time ? You can't do that. You can only sprint so long before <b>you need to catch your breath and make a pause, to be able to sprint again.</b> The same principle applies here, <b>you can't just focus all the time, you need to take small breaks at regular intervals.</b></p>
<p>If your work matters alot to you, especially the projects that you decide to do on your free time, <b>You do NOT want to get burned out from doing it</b>. If your work matters to you, <b>you need to force yourself to take breaks</b> if you want to keep putting the best you can do out there. </p>
<img src="1.png" class="imgRz">
<p>Now here the question is how long should the breaks be ? At what interval ? And do you even do during those breaks ? </p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>The Pomodoro Technique</b></h2> </br> </br>
<p>Pomodoro is a time management method orginially developed by Francesco Cirillo in the late 1980s, it basicaly uses a timer to break work into intervals that are 25 minutes in length, separated by short breaks of 5 minutes. </p>
<img src="2.png" class="imgRz">
<p>The idea being that you are able to function at your maximum cerebral capacity on average for 25 minutes before requiring a break. And the break needs to last 5 minutes on average, before you are able to focus at your maximum capacity again. And after 4 working sessions, you take a long break of 30 minutes, or in my version of pomodoro, a 35 minutes long break:</p>
<img src="3.png" class="imgRz">
<p>The question also is what the hell do you do during your breaks? do you just open up your phone and start scrolling through social media? My recommended break method is to do a quick <a href="../nihilism/index.html">Nihilism</a> meditation, to reset your mind:</p>
<pre><code class="nim">
Recommended break:
0) sit with your back straight
1) close your eyes
2) slow down and deepen your breath
3) mentally, go over the 3 nihilism mantras for 5 minutes at least:
<a href="../sum-nihil/index.html">Sum Nihil:</a> to dissolve your identities
Inhalation: I am nothing,
Exhalation: I am noone
<a href="../scio-nihil/index.html">Scio Nihil:</a> to dissolve your beliefs
Inhalation: I know nothing,
Exhalation: I know nothing else
<a href="../opus-nihil/index.html">Opus Nihil:</a> to dissolve your compulsions
Inhalation: I want nothing,
Exhalation: I need nothing
</pre></code>
<p>In my opinion, this is the most efficient break you can take. As you are intentionally winding down your brain activity, on top of mentally dissolving what you were previously working on, and shifting your focus on something else (here, the slowing and deepening of breath and thoughts). If you do it right (meaning, if you managed to dig deep enough), <b>the moment you open your eyes again, you should rediscover what you were working on, as if it was the first time, with a completely fresh view on it.</b></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<div id="productivity1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>How do i do it ?</b></h2> </br> </br>
<p>To make it simple (and not require an actual timer), just look at the digital clock on your computer:</p>
<img src="4.png" class="imgRz">
<p>Whenever it strikes <b>"minute 55"</b> or <b>"minute 25"</b> it is time to take a break. </p>
<img src="5.png" class="imgRz">
<p><b>The first 3 breaks</b> will last <b>5 minutes</b>, and if it is your <b>fourth break</b>, it will last <b>35 minutes</b>.</p>
<pre><code class="nim">
FIRST WORKING SESSION:
-7h00 : 25 minute work
-7h25 : 5 minute break
-7h30 : 25 minute work
-7h55 : 5 minute break
-8h00 : 25 minute work
-8h25 : 5 minute break
-8h30 : 25 minute work
-8h55 : 35 minute long break
</code></pre>
<p>During the long break i also recommend doing the nihilism meditation, in order to dig deep into yourself, to recover on a deeper level. Another way of doing it is to go out for a walk, as the reasoning is the same, you are intentionally changing the context, changing what you are doing, and lowering the mental effort as much as possible, so that your brain may integrate what you were doing, and recover from it.</p>
<p>And then you can repeat the working cycle once again after the 35 minute break is over:</p>
<pre><code class="nim">
SECOND WORKING SESSION:
-9h30 : 25 minute work
-9h55 : 5 minute break
-10h00 : 25 minute work
-10h25 : 5 minute break
-10h30 : 25 minute work
-10h55 : 5 minute break
-11h00 : 25 minute work
-11h25 : 35 minute long break
</pre></code>
<p>And thats it! You now know how to not get burned out at the end of the day, while putting out as much work as you possibly can.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="productivityb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>