Skip to content

Commit 9a8b303

Browse files
committed
thoughts improvements
1 parent 79c55d9 commit 9a8b303

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

archetypes/thoughts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ aliases:
1010
- "/thoughts/{{ .Name }}/"
1111
# Alias for /thoughts/SLUG/
1212
- "/thoughts/{{ .Name | urlize }}/"
13+
description: # Add a short description of the post here. This will be used for SEO and social media sharing on Facebook, Twitter, etc.
1314
---
1415

content/en-gb/thoughts/1-penny-for-your-thoughts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ slug: "penny-for-your-thoughts"
77
aliases:
88
# Alias for /thoughts/NUMBER/
99
- "/thoughts/1/"
10+
description: "Introducing a new section of my blog: Thoughts. These are short, ephemeral posts that are less polished than my regular posts."
1011
---
1112

1213
For a long time I have been wanting a place to share my thoughts out loud. This site has been a fantastic creative outlet for me but I have found a few issues. Mostly just one, it takes a very long time to write a single blog post. My posts tend to be technical and include code examples, so it is really important that my code examples actually do what they are supposed to. I would really hate it if someone read my article, was excited to try the code, and then found out the whole thing didn't compile at all. So that means that I need to read and re-read my posts. I need to research them and think about them deeply.

content/en-gb/thoughts/2-post-expertise-scarcity/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ aliases:
99
- "/thoughts/post-expertise-scarcity/"
1010
# Alias for /thoughts/SLUG/
1111
- "/thoughts/post-expertise-scarcity/"
12+
description: "The internet made information abundant, but now something is making expertise abundant too."
1213
---
1314

1415

1516
# Post Expertise Scarcity
1617

17-
There's a scene in the early-2000s medical sitcom [Scrubs](https://www.imdb.com/title/tt0285403/) where an older hotshot doctor is visiting a patient. He reads off a bunch of stats about her medical tests and tells her all about her diagnosis, but she constantly finishes his sentences before him. How? Google. She's using this new-fangled device called a smartphone and looking up all the answers faster than he can even say them.
18+
There's a scene in the early-2000s medical sitcom [Scrubs](https://www.imdb.com/title/tt0285403/) where an older hotshot doctor is visiting a patient. He reads off a bunch of stats about her medical tests and tells her all about her diagnosis, but she constantly finishes his sentences before him. How? Google. She's using this new-fangled device called a smartphone[^1] and looking up all the answers faster than he can even say them.
19+
20+
[^1]: Of course, I can hear people saying, "But wait! The iPhone didn't come out until 2007!" This is revisionistic. The scene is set in 2001, and the iPhone was not released until 2007. But the smartphone was already a thing, they just weren't good yet.
1821

1922
She's convinced that she doesn't need a doctor. She can look up whatever she needs to on Google.
2023

0 commit comments

Comments
 (0)