Skip to content

Commit

Permalink
docs: ✏️ enhance journaling and LLM content, update link checker argu…
Browse files Browse the repository at this point in the history
…ments

Added practical journaling tips to Journaling.md, emphasizing daily reflection and emotional understanding. Included a note on the rising importance of English in programming within Large Language Models.md. Updated link checker arguments in links.yml to improve error handling during checks, ensuring better workflow efficiency.
  • Loading branch information
davidgasquez committed Dec 13, 2024
1 parent f3d9544 commit 9470ca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: -a 403
args: --accept '200..=204, 429, 403, 500' --suggest .
fail: false

- name: Create Issue From File
Expand Down
4 changes: 4 additions & 0 deletions Journaling.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Journaling

- Journaling is a "keystone" habit. It tightly locks all of your other [[habits]] in place.
- Every day at some point, just open up a diary, add the date, then start writing. Write what you did today, and how you are feeling, even if it seems boring.
- [Use it as a place to ask yourself questions, and answer them](https://sive.rs/dj).
- It helps build a self evaluation loop in your life. It gives you the ability to discover what were you thinking and how the decisions turned out. If you don't reflect on your past, any improvements you do in the future will be by randomness.
- You're doing this for your future self. Future you will want to look back at this time in your life, and find out what you were actually doing, day-to-day, and how you really felt back then. It will help you make better decisions.
- When you are in an intensely emotional mood, journaling can help you more fully experience and understand those emotions.
- [Journal about things, people, or situations for which you are grateful](https://youtu.be/fSwpe8r50_o). Consider including negative situations like avoiding an accident, for instance. **Be specific!**
- If you care about your thoughts, keep them.
- The development of a coherent narrative helps you reorganize and structure old memories, making them less traumatic.
- [[Writing]] on a regular basis may allow for repeated exposure to your old memories, which will help you get rid of your negative emotional responses.
- **Premeditatio Malorum**. By imagining the worst case scenario ahead of time, you could overcome the fear of negative experiences and make better plans to prevent them.
Expand Down
1 change: 1 addition & 0 deletions Large Language Models.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

- Use comments to guide the model to do what you want.
- Divide the problem into smaller problems (functions, classes, ...) and solve them one by one.
- English is becoming the hottest new programming language. [Use it](https://addyo.substack.com/p/the-70-problem-hard-truths-about).

## Tools

Expand Down

0 comments on commit 9470ca7

Please sign in to comment.