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.
101 lines
4.1 KiB
101 lines
4.1 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 - The... Book?</h1> |
|
<span class="post-date"> |
|
2019-06-14 |
|
|
|
<a href="https://blog.juliobiason.me/tags/programming/">#programming</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/work/">#work</a> |
|
|
|
</span> |
|
<p>Random thought about the previous post about "Things I Learnt The Hard Way".</p> |
|
<span id="continue-reading"></span> |
|
<p>When I wrote the post about "Things I Learnt The Hard Way", I never thought it |
|
would gather the traction it did.</p> |
|
<p>It was posted <a href="https://old.reddit.com/r/programming/comments/bzipb5/things_i_learnt_the_hard_way_in_30_years_of/">on Reddit</a>, |
|
<a href="https://lobste.rs/s/hf0bkk/things_i_learnt_hard_way_30_years_software">on Lobste.rs</a>, |
|
and it is being discussed on Twitter.</p> |
|
<p>None of those was posted by me (except a single tweet, which didn't gather |
|
that much attention).</p> |
|
<p>Since then, I've added a bunch of new points -- as life goes on, I remember |
|
another thing that I forgot to mention in the first time -- and when I write |
|
this new post, the original now captures 83 (!!!) points.</p> |
|
<p>But while the short format gives a quick idea of what I meant, it doesn't |
|
properly explain the points -- and a lot of people are (correctly) raising |
|
those in the discussion boards. So I feel I should really expand those.</p> |
|
<p>And, at the same time, I have created a few macros for |
|
<a href="http://getzola.org/">Zola</a> (the blogging engine I'm using) to "publish" some |
|
books (if you allow me to be really loose with the meaning of "publishing").</p> |
|
<p>That's why I'm currently considering expanding the points in a digital book |
|
format, also here in this blog, using each point as a chapter.</p> |
|
<p>I'll still update the original post, but expanding the points into chapters |
|
will give me more room to put my thoughts on each of them, and I can link each |
|
point to the longer explanation.</p> |
|
<p>Sounds like a plan, doesn't it?</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|