Twitter
youtube
Discord
Contact us
Forums
New posts
Trending
Rules
Explore
Bioenergetic Wiki
Bioenergetic Life Search
Bioprovement Peat Search
Ray Peat Interviews by Danny Roddy
Master List: Ray Peat, PhD Interviews & Quotes by FPS
Traveling Resources
Google Flights
Wiki Voyage
DeepL Translator
Niche
Numbeo
Merch
Log in
Register
What's new
Search
Search
Search engine:
Threadloom Search
XenForo Search
Search titles only
By:
New posts
Trending
Menu
Log in
Register
Navigation
Install the app
Install
More options
Light/Dark Mode
Contact us
Close Menu
Information
World News
Ask HN: How do you maintain your daily log?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Hacker News" data-source="post: 73067" data-attributes="member: 365"><p>A few years ago, I read an excellent article on HN [0], which recommended keeping a daily log in a simple text file. I've been following this advice. Recording many short entries over a day is very useful for me. I can easily find items for my performance review, leave notes for myself, etc.</p><p><em>Questions</em>:</p><p>1. What is your workflow?</p><p>2. What tools do you use?</p><p>3. If you log to a text file, how do you format your entries?</p><p><em>My framework</em></p><p>Daily log vs. daily journal</p><p>For me, entries in a daily journal require deeper thought and reflection on what you have done, your goals, etc. Usually, journaling is done 1-2 times/day. Conversely, entries in a daily log concern immediate actions and are done many times a day. However, your daily log could inform entries in your daily journal.</p><p>Daily log vs. a to-do list</p><p>For me, entries in a to-do list are only the things you need to do. Also, most to-do lists I've seen don't store the timestamp of when a to-do item was created. Conversely, entries in a daily log are more diverse and are all timestamped. They may include to-do items but don't have to. My entries are updates, notes, questions, and to-dos.</p><p>My log is a markdown file, which I edit in Sublime Text. I created Espanso [1] shortcuts to add timestamped entries. E.g., "zzq" expands to "[2022-10-26 10:45:24]: Question []:" and "zzn" expands to "[2022-10-26 10:45:56]: Note:". For proper task/to-do management, I use Amazing Marvin [2], which is decent.</p><p></p><p>[CODE] [2022-10-23 09:18:44]: Update: prepared slides for meeting with @Laura #1on1 #projectLion</p><p></p><p> [2022-10-23 10:54:36]: Note: I created a new keystore key using these instructions https://xxx.xxx, stored in keys dir #projectGamma</p><p></p><p> [2022-10-23 11:16:54]: TODO [x]: deploy a new build, which fixes the bug with incorrectly parsed dates (id:1332); [2022-10-24 10:12:12]: rolled out, v17 (2.0-17) #projectGamma</p><p></p><p> [2022-10-23 12:27:56]: TODO []: ask about daily log software on HN @me</p><p></p><p> [2022-10-23 13:38:00]: Note: password for W in stored in LP #projectGamma</p><p></p><p> [2022-10-23 13:43:25]: Question [x]: should the style guide be in the repo or YouTrack? @Alex #weeklymeet #projectGamma; [2022-10-25 15:17:13]: @alex said in YT because we'll use it in other projects</p><p></p><p> [2022-10-23 14:11:15]: Question []: should we use Red Frames (https://github.com/maxhumber/redframes) in addition to Pandas? Criteria for decision? @me #projectLion</p><p>[/CODE]</p><p><em>What do you want to improve and why?</em></p><p></p><p>[CODE] - I need an easier way to find, e.g., all questions from this week for @Alex about #projectGamma. I'd like to easily filter entries by date, project (#projectGamma), person (@Alex), and type (Update, Question). </p><p></p><p> - Nice to have but not required:</p><p> - sort entries by status (not done: [], done: [x])</p><p> - auto-timestamp when a to-do item was created and completed</p><p> - surround selected text with [], {}, "" and auto-close them like a programming text editor, e.g., ST, VSCode</p><p> - duplicate & move entries via shortcuts</p><p>[/CODE]</p><p><em>What have you looked into?</em></p><p></p><p>[CODE] - People enjoy Obsidian [3] and Logseq [4]. I find them alluring too, but I don't yet know how to make them support my daily log. I'd need to spend at least a full day to figure out each of them, the time I don't have at the moment. (I use Obsidian for code snippets; it is excellent.)</p><p></p><p> - Org-mode is very popular, but emacs and vim are way too much of a time investment (I tried many times before). Do share your evil and holy workflows, though. There are org-mode extensions for other text editors and EasyOrg [5]. I still need to try them.</p><p></p><p> - I like the todo.txt format [6] and I am considering forking pter [7], but making it fit my needs would take quite a bit of work. </p><p>[/CODE]</p><p><em>Dealbreakers:</em></p><p></p><p>[CODE] - No Windows version</p><p></p><p> - No desktop app</p><p></p><p> - Subscription-based software, including charging for syncing between computers</p><p></p><p> - No export option</p><p>[/CODE]</p><p>Links posted in a comment.</p><p></p><hr /><p></p><p>Comments URL: <a href="https://news.ycombinator.com/item?id=33359329" target="_blank">https://news.ycombinator.com/item?id=33359329</a></p><p></p><p>Points: 15</p><p></p><p># Comments: 19</p><p></p><p><a href="https://news.ycombinator.com/item?id=33359329" target="_blank">Continue reading...</a></p></blockquote><p></p>
[QUOTE="Hacker News, post: 73067, member: 365"] A few years ago, I read an excellent article on HN [0], which recommended keeping a daily log in a simple text file. I've been following this advice. Recording many short entries over a day is very useful for me. I can easily find items for my performance review, leave notes for myself, etc. [I]Questions[/I]: 1. What is your workflow? 2. What tools do you use? 3. If you log to a text file, how do you format your entries? [I]My framework[/I] Daily log vs. daily journal For me, entries in a daily journal require deeper thought and reflection on what you have done, your goals, etc. Usually, journaling is done 1-2 times/day. Conversely, entries in a daily log concern immediate actions and are done many times a day. However, your daily log could inform entries in your daily journal. Daily log vs. a to-do list For me, entries in a to-do list are only the things you need to do. Also, most to-do lists I've seen don't store the timestamp of when a to-do item was created. Conversely, entries in a daily log are more diverse and are all timestamped. They may include to-do items but don't have to. My entries are updates, notes, questions, and to-dos. My log is a markdown file, which I edit in Sublime Text. I created Espanso [1] shortcuts to add timestamped entries. E.g., "zzq" expands to "[2022-10-26 10:45:24]: Question []:" and "zzn" expands to "[2022-10-26 10:45:56]: Note:". For proper task/to-do management, I use Amazing Marvin [2], which is decent. [CODE] [2022-10-23 09:18:44]: Update: prepared slides for meeting with @Laura #1on1 #projectLion [2022-10-23 10:54:36]: Note: I created a new keystore key using these instructions https://xxx.xxx, stored in keys dir #projectGamma [2022-10-23 11:16:54]: TODO [x]: deploy a new build, which fixes the bug with incorrectly parsed dates (id:1332); [2022-10-24 10:12:12]: rolled out, v17 (2.0-17) #projectGamma [2022-10-23 12:27:56]: TODO []: ask about daily log software on HN @me [2022-10-23 13:38:00]: Note: password for W in stored in LP #projectGamma [2022-10-23 13:43:25]: Question [x]: should the style guide be in the repo or YouTrack? @Alex #weeklymeet #projectGamma; [2022-10-25 15:17:13]: @alex said in YT because we'll use it in other projects [2022-10-23 14:11:15]: Question []: should we use Red Frames (https://github.com/maxhumber/redframes) in addition to Pandas? Criteria for decision? @me #projectLion [/CODE] [I]What do you want to improve and why?[/I] [CODE] - I need an easier way to find, e.g., all questions from this week for @Alex about #projectGamma. I'd like to easily filter entries by date, project (#projectGamma), person (@Alex), and type (Update, Question). - Nice to have but not required: - sort entries by status (not done: [], done: [x]) - auto-timestamp when a to-do item was created and completed - surround selected text with [], {}, "" and auto-close them like a programming text editor, e.g., ST, VSCode - duplicate & move entries via shortcuts [/CODE] [I]What have you looked into?[/I] [CODE] - People enjoy Obsidian [3] and Logseq [4]. I find them alluring too, but I don't yet know how to make them support my daily log. I'd need to spend at least a full day to figure out each of them, the time I don't have at the moment. (I use Obsidian for code snippets; it is excellent.) - Org-mode is very popular, but emacs and vim are way too much of a time investment (I tried many times before). Do share your evil and holy workflows, though. There are org-mode extensions for other text editors and EasyOrg [5]. I still need to try them. - I like the todo.txt format [6] and I am considering forking pter [7], but making it fit my needs would take quite a bit of work. [/CODE] [I]Dealbreakers:[/I] [CODE] - No Windows version - No desktop app - Subscription-based software, including charging for syncing between computers - No export option [/CODE] Links posted in a comment. [HR][/HR] Comments URL: [URL]https://news.ycombinator.com/item?id=33359329[/URL] Points: 15 # Comments: 19 [url="https://news.ycombinator.com/item?id=33359329"]Continue reading...[/url] [/QUOTE]
Loading…
Insert quotes…
Verification
Post reply
Information
World News
Ask HN: How do you maintain your daily log?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top