cherry blossoms bloom /
a week flies by in a flash /
cherry blossoms wilt
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
see: https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
#!/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
#!/bin/bash | |
link="https://www.youtube.com/playlist?list=PLrFYIUo251sv6Whn25BE-gQzKRK0zIe1O" | |
python3 yt-dlp -x --audio-format mp3 -o ./dppt-ost/%(title)s-[%(id)s].%(ext)s ${link} |