Skip to content

Commit

Permalink
feat: conviction
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Aug 19, 2023
1 parent 50589d8 commit 028973c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
32 changes: 32 additions & 0 deletions content/posts/conviction/index.svx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Conviction
date: 2023-08-19
---

> Conviction (noun) -
> a firmly held belief or opinion.

It's more important to have conviction than to be right. This is because conviction precedes action. Without conviction, it doesn't matter how right you are, you will never do anything.

#### Bad Mindsets

- You only seriously consider in well-trodden paths and popular ideas. You will will suffer the same as everyone else, if you have the same convictions.
- You are afraid of being wrong. What if you are wrong and you are ridiculed for it, end up destitute, or alone?
- You are waiting on the perfection.

#### Developing Conviction

Try exposing yourself to the fears driving these mindsets. For example:

- Join a group, or start a hobby that you would consider weird.
- Go without food for a day, or commit to the cheapest diet you can find for a week.
- Post a blog post with an obvious spelling mistoke. And don't fix it.

After each of these, reflect on how the actual outcomes compared with your expectations.

#### Hit Me Up

Hit me up, seriously. I love listening to people with ideas. Even if you don't have any conviction, maybe a discussion might help. Contact me however you like.



7 changes: 7 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,16 @@ article pre {

article code {
border-radius: 0.5em;
font-size: 0.9rem;
font-family: monospace;
}

article blockquote {
border-left: 0.25em solid darkslategray;
padding-left: 1em;
font-style: italic;
}

hr {
opacity: 0.1;
}
Expand Down

0 comments on commit 028973c

Please sign in to comment.