You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
4.2 KiB
116 lines
4.2 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Things I Learnt The Hard Way - You Always Have The Time</h1> |
|
<span class="post-date"> |
|
2019-07-29 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/personal/">#personal</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/time/">#time</a> |
|
|
|
</span> |
|
<p>You may think "Alright, I have a list of things I don't know, but I have no |
|
time to learn those things!" You do have time.</p> |
|
<span id="continue-reading"></span> |
|
<p>Most of this blog/book was written during my lunch breaks; I can have my lunch |
|
in 30 minutes, and then I still have 20-30 minutes free for myself. In those |
|
lunch breaks, I wrote a very stupid application in Rust to download some stuff |
|
I wanted.</p> |
|
<p>I don't fall asleep straight away, it still takes me about 30 minutes to |
|
actually feel sleepy. That's when I pick my tablet and read a book, which most |
|
of the time is technical book, about some technology I'm interested in.</p> |
|
<p>Even if when I get home I don't feel like sitting in front of a computer to |
|
code/write something, I always have the time to slowly progress.</p> |
|
<p>And that's how I always have the time.</p> |
|
<p>Sure, I could take those 30 minutes after lunch just to play games. I could |
|
put myself to sleep watching Netflix. But, then again, I'd never wrote this |
|
bunch of words, would never have an automated downloader and would not learn |
|
about new stuff that people are talking about.</p> |
|
<p>Maybe people think "If I don't finish, it's over". Your life doesn't end in |
|
one day. You still have tomorrow to keep going -- <em>to keep going</em>, not to |
|
start.</p> |
|
<div> |
|
|
|
<div style="float:left"> |
|
<< <a href="/books/things-i-learnt/things-i-dont-know">Keep A List of Things I Don't Know</a> |
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div style="float:right"> |
|
<a href="/books/things-i-learnt/own-your-shit">Own Your Shit</a> >> |
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|