From 1ef67981709081208596f9a44e98dbac3786aeb2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 25 Jul 2019 13:08:20 -0300 Subject: [PATCH] New chapter: blog it! --- content/books/things-i-learnt/_index.md | 1 + .../books/things-i-learnt/blogging/index.md | 33 +++++++++++++++++++ .../things-i-learnt/small-world/index.md | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 content/books/things-i-learnt/blogging/index.md diff --git a/content/books/things-i-learnt/_index.md b/content/books/things-i-learnt/_index.md index 7e16c78..95d121b 100644 --- a/content/books/things-i-learnt/_index.md +++ b/content/books/things-i-learnt/_index.md @@ -89,3 +89,4 @@ template = "section-contentless.html" * [Toxic/Aggressive People Are Not Fixable -- Unless It's You](fixable) * [Realize When It's Time To Quit](quit) * [I.T. World Is Really Small](small-world) + * [Blogging About Your Stupid Solution Is Still Better Than Being Quiet](blogging) diff --git a/content/books/things-i-learnt/blogging/index.md b/content/books/things-i-learnt/blogging/index.md new file mode 100644 index 0000000..86ce961 --- /dev/null +++ b/content/books/things-i-learnt/blogging/index.md @@ -0,0 +1,33 @@ ++++ +title = "Things I Learnt The Hard Way - Blogging About Your Stupid Solution Is Still Better Than Being Quiet" +date = 2019-07-25 + +[taxonomies] +tags = ["en-au", "books", "things i learnt", "personal", "blogging"] ++++ + +You may feel "I'm not start enough to talk about this" or "This must be so +stupid I shouldn't talk about it". Don't. + + + +Create a blog. Post about your stupid solutions. They are still smarter than +someone else's solution. + +Also, come back later and fight your own solutions with better ones. + +Show your growth. + +But do yourself a favour and turn off comments. Unfortunately, the internet is +a toxic place and the fears you may have are created by a small portion of it +that doesn't care about people learning. + +Focus on your work. Focus on whatever you are thinking. Post about your +speculations if something would work. Revisit them later. Answer yourself. All +that will show that you're interested in the field and will count points +towards you. + +There are several options on where to blog; even Github/Gitlab can be used to +blogging, using their Pages features. + +{{ chapters(prev_chapter_link="/books/things-i-learnt/small-world", prev_chapter_title="I.T. World Is Really Small") }} diff --git a/content/books/things-i-learnt/small-world/index.md b/content/books/things-i-learnt/small-world/index.md index 33205a6..f1e4f30 100644 --- a/content/books/things-i-learnt/small-world/index.md +++ b/content/books/things-i-learnt/small-world/index.md @@ -33,4 +33,4 @@ I can but, hey, I'm just human. I'm bad mouthing or just telling what happened is up to whoever is listening to me. -{{ chapters(prev_chapter_link="/books/things-i-learnt/quit", prev_chapter_title="Realize When It's Time To Quit") }} +{{ chapters(prev_chapter_link="/books/things-i-learnt/quit", prev_chapter_title="Realize When It's Time To Quit", next_chapter_link="/books/things-i-learnt/blogging", next_chapter_title="Blogging About Your Stupid Solution Is Still Better Than Being Quiet") }}