-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeing-productive-while-sick.html
21 lines (19 loc) · 6.36 KB
/
being-productive-while-sick.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html> <head lang=en><meta charset=UTF-8><title>Being Productive while sick | EF</title><link href=//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css rel=stylesheet><link href=http://fonts.googleapis.com/css?family=Inconsolata rel=stylesheet type=text/css><link rel=stylesheet href=http://nafiulis.me/theme/css/main.css><link rel=stylesheet href=http://nafiulis.me/theme/css/pygment.css><script src=http://nafiulis.me/theme/js/jquery.min.js></script><script src=http://nafiulis.me/theme/js/main.js></script></head> <body> <!--Heading at the top saying "Engineering Fantasy"--> <div id=header_top> <div class=title> <a href=http://nafiulis.me><span id=engineering>Engineering</span><span id=fantasy>Fantasy</span></a> </div> </div> <button type=button class="js-menu-trigger sliding-menu-button button-nav"> <img src=https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/menu-white.png alt="Menu Icon"> </button> <!--Navigation Bar--> <nav class="js-menu sliding-menu-content"> <span class=section-header>Pages</span> <ul> <li><a href=http://nafiulis.me>Home</a></li> <li><a href=http://nafiulis.me/tags.html>Tags</a></li> <li><a href=http://nafiulis.me/pages/about-me.html>About Me</a></li> </ul> <span class=section-header>Categories</span> <ul> <li><a href=http://nafiulis.me/category/anime.html>Anime</a></li> <li><a href=http://nafiulis.me/category/education.html>Education</a></li> <li><a href=http://nafiulis.me/category/productivity.html>Productivity</a></li> <li><a href=http://nafiulis.me/category/programming.html>programming</a></li> <li><a href=http://nafiulis.me/category/rants.html>rants</a></li> </ul> </nav> <div class="js-menu-screen menu-screen"></div> <!--Main Container--> <div class=container> <!--Top most menu--> <div id=menu> <div class=left> <a href=http://nafiulis.me/feeds/all.atom.xml><i class="fa fa-rss
icon"></i></a> <a href=https://twitter.com/gamesbrainiac><i class="fa fa-twitter icon"></i></a> </div> <div class=center> <h1 class=message>Nafiul Islam on casting spells with code</h1> </div> <div class=right> <a href=https://github.com/gamesbrainiac><i class="fa fa-github icon"></i></a> <a href=http://stackoverflow.com/users/1624921/games-brainiac><i class="fa fa-stack-overflow icon" style="padding-right: 30px"></i></a> </div> </div> <!--Main blog list container--> <div id=blogroll> <div class=article-container> <h1>Being Productive while sick</h1> <p class=time>Saturday, 03 May 2014</p> <div class=article-content> <p>I hate being sick. I'm pretty sure you do too, but it wasn't always like this. When I was seven, I used to take super cold showers at the dead of night so that I'd get sick (and bunk!). Even if I didn't I'd do my best to act convincingly enough.</p> <p>But now nearing 20, I find that being sick is probably the worst thing that can happen to me. I have a ton of work to do and more work keeps being added to be ever growing backlog. So, this time I forced myself to do at least some of work that I was capable of doing.</p> <div class=section id=getting-in-touch-with-old-friends> <h2>Getting in touch with old friends</h2> <blockquote> <dl class=docutils> <dt>Make new friends, but keep the old. One is silver and the other's gold</dt> <dd>-- Some Wise Person</dd> </dl> </blockquote> <p>I often do this, but as of late I've been doing it very infrequently (tons of work). But over the last few days, I've gotten in touch with some of the people who've helped me a lot, and some people I used to be very close with. A simple call doesn't take much time or effort, and stuff like this is always somewhere on my backlog. The funny thing is, a lot of people were genuinely concerned about how I was doing. Maybe you think its not much, but a gentle "Hey, hows it goin'?" can often make someone's day a lot brighter.</p> </div> <div class=section id=audio-books> <h2>Audio Books</h2> <p>I had trouble reading or looking at a screen for that matter; my head started aching (its aching right now). So, I just closed my eyes and listened to a couple of audio books. This was great, since I managed to learn a lot of stuff while laying down in bed.</p> </div> <div class=section id=planning> <h2>Planning</h2> <p>I made tons of lists about the things I wanted to do and then sorted my list with regard to priority. Now, as soon as my head stops aching I can get back to work with a clear idea of what needs to be done.</p> <hr class=docutils> <p>I'm still recovering, but I thought I write this down so that I can take a look back at what this when I need to.</p> </div> </div> </div> <div class=post-meta><span class=meta-type>Category: </span> <span><a href=http://nafiulis.me/category/productivity.html>Productivity</a></span> <span class=meta-type> Tags: </span> <span> <a href=http://nafiulis.me/tag/life.html>life</a>, <a href=http://nafiulis.me/tag/sickness.html>sickness</a>, <a href=http://nafiulis.me/tag/productivity.html>productivity</a> </span> </div> <div id=disqus_thread style="margin-top: 10px; margin-left: 20px; margin-right: 20px;"></div> <script type=text/javascript>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nafiulisme'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script> <noscript>Please enable JavaScript to view the <a href=http://disqus.com/?ref_noscript>comments powered by Disqus.</a></noscript> </div> <!--Footer--> <div id=footer> <footer> Code examples licenced under MIT License <br> Copyright <i class="fa fa-copyright"></i> 2018 Quazi Nafiul Islam </footer> </div> </div> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55554110-1', 'auto');
ga('send', 'pageview');
</script> </body> </html>