How do you build a habit?
Hint: Morning or fresh
Do the behavior in the morning or when you are fresh from rest.
Hint: Morning or fresh
Do the behavior in the morning or when you are fresh from rest.
# Export onenote section to pdf | |
# py -m venv venv-dir | |
# . ./venv-dir/scripts/activate | |
pdf_f="Gratitude Journal.pdf" | |
def process_pdf_to_text(pdf): | |
# pip install --upgrade pymupdf | |
import pymupdf |
https://m.youtube.com/watch?v=AdtLxlttrHg&pp=ygUVb3BwZW5oZWltZXIgaW50ZXJ2aWV3
"I think when you’ve played a meaningful part in bringing about the death of over 100k people and the injury of a comparable number you naturally don’t think of that with ease." - Robert Oppenheimer
cherry blossoms bloom /
a week flies by in a flash /
cherry blossoms wilt
How do we distinguish between what we want and what we 'should' do?
But how do you know what you should do?
That depends on your overall goals.
But your goals are going to change on your current circumstances.
So you need to work with invariants. What are your values? Your values don't change easily because you truly believe in them.
git clone https://github.com/love2d/love.git | |
cd love | |
# build essentials | |
cmake make automake gcc gcc-c++ kernel-devel | |
# missing sdl3 | |
sudo dnf install SDL3-devel | |
# missing freetype | |
sudo dnf install freetype-devel |
#!/bin/bash | |
# see: https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash | |
# Create symlinks | |
# ln -s /path/to/file /path/to/symlink # path >> linkname | |
# remove symlinks | |
# ln -sf /path/to/file /path/to/symlink |
Requires love 11.5.
Put files in a directory then run love path/to/directory
dir
main.lua
classic.lua