-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57091c8
commit 3b403aa
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: post | ||
title: Self Analytics | ||
tags: productivity | ||
date: 2022-10-02 | ||
--- | ||
|
||
Productivity is one of my favorite things to read about and experiment with. | ||
|
||
A list of various things I've found helpful for productivity: | ||
|
||
- The book [Getting Things Done](https://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0143126563/ref=asc_df_0143126563/?tag=hyprod-20&linkCode=df0&hvadid=316997822370&hvpos=&hvnetw=g&hvrand=469227348480918262&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9001970) as recommendations for a general system | ||
- [Notion](https://www.notion.so/) as a personal wiki creator | ||
- [Obsidian](https://obsidian.md/) for note-taking | ||
- [The Task Notebook](https://somethingdelightful.com/crgibson/mj174-22696) as a physical templated system for each day | ||
- [Toggl](https://toggl.com/) for self tracking work | ||
- [Rescue Time](https://www.rescuetime.com/rtx/overview) for getting a more high fidelity / granular automated audit log of work | ||
- [QuickTime's screen recording for observing my own work sessions](https://support.apple.com/guide/quicktime-player/record-your-screen-qtp97b08e666/mac) for reviewing what I did over some time on my computer | ||
|
||
I believe strongly in the "what gets measured is what gets managed" principle. High-fidelity tracking of work I think is the only way to create accurate descriptions of why specific tasks took as long as they did. Otherwise, it becomes near impossible to account for meaningful amounts of time without generalizing. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: tag | ||
title: "Tag: productivity" | ||
tag: productivity | ||
robots: noindex | ||
--- |