]> git.za3k.com Git - blog.git/commitdiff
Improve styling
authorZachary Vance <za3k@za3k.com>
Wed, 16 Apr 2025 16:44:40 +0000 (12:44 -0400)
committerZachary Vance <za3k@za3k.com>
Wed, 16 Apr 2025 16:46:24 +0000 (12:46 -0400)
posts/telescoping.md
static/css/style-wordpress.css
template.md

index e2d2fced12834caa85ac29b6ed9a65c9621f2af6..8b9fa2da2510ad42bf27f7dc7d136038ac7ab388 100644 (file)
@@ -13,13 +13,13 @@ Sometimes I try to figure out what to do in a given week, and my first step is t
 Recently I tried going the other way, with much more success. I call this exercise **telescoping**. It takes 7 minutes, and is performed as follows:
 
 1. Open a text document or grab a piece of paper. Grab a kitchen timer with an alarm, or your phone's alarm app.
-2. For one minute, answer: *What do I want to do today?*
-4. For one minute, answer: *What do I want to do this week?*
-5. For one minute, answer: *What do I want to do this month?*
-6. For one minute, answer: *What do I want to do this year?*
-7. For one minute, answer: *What do I want to do this month?*
-8. For one minute, answer: *What do I want to do this week?*
-9. For one minute, answer: *What do I want to do today?*
+2. For one minute, answer: *What do I want to happen today?*
+4. For one minute, answer: *What do I want to happen this week?*
+5. For one minute, answer: *What do I want to happen this month?*
+6. For one minute, answer: *What do I want to happen this year?*
+7. For one minute, answer: *What do I want to happen this month?*
+8. For one minute, answer: *What do I want to happen this week?*
+9. For one minute, answer: *What do I want to happen today?*
 
 I found this a bit enlightening. Here's an early example (I type fast):
 
@@ -69,6 +69,8 @@ I found this a bit enlightening. Here's an early example (I type fast):
 
 I realized went from "Make progress on the zorchpad" to having a specific list of parts to order, and noticing I needed sleep. It helped me prioritize what I wanted to do.
 
+I think it's more helpful to think about outcomes (*What do I want to happen*) rather than tasks (*What do I need to do?*), although I usually try to do both.
+
 I did this two or three times, and kept finding it helpful. I decided to find out what happened if I did it every day.
 
 Two weeks of doing it daily, I will report: it was neither super helpful nor a waste of time?
index 8b2de9c45a68794eb507849f4f0422a231f5945e..b1baab67c637a6194bb50e2fb00138644c9c5e3f 100644 (file)
@@ -7836,3 +7836,7 @@ body .wp-caption {
     margin: 1em auto 0;
     text-align: center;
 }
+
+.entry-content li > p:first-child:has(+ ol, + ul) {
+    margin-bottom: 0;
+}
index 1091153cb2611c2f240622b8900837cafb878cc8..990066b8d8beeb71ad6bcefda8739e4e2ef1843f 100644 (file)
@@ -5,5 +5,5 @@ categories:
 date: 2025-??-??
 tags:
 - untagged
-title: 'TITLE'
+title: TITLE
 ---