Fill out time note
This commit is contained in:
@@ -17,7 +17,13 @@ references:
|
|||||||
file: www-artofmanliness-com-6lxmwc.txt
|
file: www-artofmanliness-com-6lxmwc.txt
|
||||||
---
|
---
|
||||||
|
|
||||||
{{<thumbnail graph1 "500x" />}}
|
Broadly, three categories of productive activities:
|
||||||
|
|
||||||
|
* **Chores** -- things you have to do to maintain stasis.
|
||||||
|
* [Sunday Firesides: To-Dos, the Rent We Pay For Living | The Art of Manliness][3]
|
||||||
|
* **Improving the world** -- not in some grand sense necessarily, but activities that create lasting improvement: building things, fixing things, getting rid of things.
|
||||||
|
* [What Do You Want to Make Real in the World? — Anna Havron][4]
|
||||||
|
* **Improving yourself** -- things you do to make you better at doing other things.
|
||||||
|
|
||||||
> Book smarts, street smarts. Learning by study, learning by doing.
|
> Book smarts, street smarts. Learning by study, learning by doing.
|
||||||
> Read about it, apply it, see it in action, take that practical experience
|
> Read about it, apply it, see it in action, take that practical experience
|
||||||
@@ -29,3 +35,20 @@ references:
|
|||||||
|
|
||||||
[1]: https://openlibrary.org/works/OL2777748W/The_Slight_Edge?edition=key%3A/books/OL9820911M
|
[1]: https://openlibrary.org/works/OL2777748W/The_Slight_Edge?edition=key%3A/books/OL9820911M
|
||||||
[2]: slight_edge_180.pdf
|
[2]: slight_edge_180.pdf
|
||||||
|
[3]: https://www.artofmanliness.com/character/advice/sunday-firesides-to-dos-the-rent-we-pay-for-living/
|
||||||
|
[4]: https://www.annahavron.com/blog/what-do-you-want-to-make-real-in-the-world
|
||||||
|
|
||||||
|
{{<thumbnail graph1 "500x" />}}
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Experiences:
|
||||||
|
|
||||||
|
* Routine
|
||||||
|
* Novel
|
||||||
|
|
||||||
|
Leisure:
|
||||||
|
|
||||||
|
* [Spend Exactly None Of Your Time Killing Time][5]
|
||||||
|
|
||||||
|
[5]: https://deadspin.com/spend-exactly-none-of-your-time-killing-time-1831777904
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0;
|
margin: 0 2ch 0 0;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
{{ $img = $orig.Fill $options }}
|
{{ $img = $orig.Fill $options }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<figure>
|
<a href="{{ $orig.RelPermalink }}">
|
||||||
<a href="{{ $orig.RelPermalink }}">
|
<figure>
|
||||||
<img src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">
|
<img src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">
|
||||||
<figcaption>
|
|
||||||
{{ with .Inner }}
|
{{ with .Inner }}
|
||||||
|
<figcaption>
|
||||||
{{ . }}
|
{{ . }}
|
||||||
{{ end }}
|
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</a>
|
{{ end }}
|
||||||
</figure>
|
</figure>
|
||||||
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user