Journal

26 entries for October 2023

Monday, October 30, 2023

no matter how platforms may persuade us otherwise, there is no ‘undo send’ or ‘delete message’ in human communication, we can only add context to what has been expressed

Saturday, October 28, 2023

[Arguments are an indication of something important, not necessarily bad. It’s normal for them to come back like weeds. Not dealing with them to ‘avoid rocking the boat’ can create anxiousness underlying everything.]

[Try to determine whether it’s about being true, meaningful, or useful.]

Part of Why are we yelling?.

[Recaps can help ease tension contours after intense learning.]

Part of The Thinking Method.

Wednesday, October 25, 2023

[If you teach well, people might pay you to help them with things you’re skilled at, even without expertise.]

[Putting people in a group or course would yield better outcomes when they have been vetted to have similar needs that can be addressed by your offering. The transactional ‘buy and enroll’ misses this opportunity.]

Part of The Thinking Method.

Saturday, October 21, 2023

[Living documentation that everyone can access. Many people have talked about doing it, but you actually do it in a relational way. Nice reminder of the beauty created through that process. No logic or reason behind it, other than connection, recognizing that something cool is happening and doing it.]

Part of The Thinking Method.

Friday, October 20, 2023

Poorly dressed in other folks’ old clothes, with a dog and a noisy borrowed bicycle, I’d see half the eyes in the room wish they hadn’t come the moment they realised that it was me giving the workshop. ’this is the guy?!’. Some would quickly look away as if to hide the way their faces openly displayed their shock. I quickly learnt to play off of that, and to enjoy it too; it was the first tension contour to resolve! Knowing that I would resolve that tension, I could enjoy it, a little like sitting in front of a big cake you know you are about to eat, and waiting a little!

[Problematic learners can become observers. Problematic rapports in one-on-one might work out better in a worokshop setting, or in an audio course. Terminating a relationship with the student can still maintain their engagement with the method.]

[Bear with difficult learners as long as they help illuminate deficiencies in your method. Try to convince them to play ball, but ultimately leave the choice with them.]

[Explaining etymology can help mask repetition.]

Part of The Thinking Method.

Tuesday, October 17, 2023

not a tree shaker but a forest shaker

Saturday, October 14, 2023

[Moving at the speed of trust.]

Part of The Thinking Method.

Wednesday, October 11, 2023

How can I include a piece of those I’ve met so that they see themselves in me?

If I can sleep comfortably on a yoga mat, I have significantly expanded the ‘surface area’ of what’s possible.

No side wins when humans suffer; more to ‘win’ by finding out why are there are sides in the first place.

“Platform data” and “Other” disk usage

Reclaim Docker storage:

docker image prune
# or
docker image prune -a

docker volume prune

How do I free up disk space?

# remove downloaded packages
sudo apt-get clean

# clear package caches that can't be downloaded
sudo apt-get autoclean

# remove unused packages
sudo apt-get autoremove

5 Linux commands to check free disk space

# show disk space in human-readable format
df -h

# show disk usage in human-readable format for all directories and subdirectories
du -h

Cannot update due to one tiny app filling up 20GB drive

Remove swap storage

sudo swapoff -a
# or
sudo swapoff /apps.swap

# if desired
truncate -s 1G /apps.swap

sudo rm /apps.swap

Tuesday, October 10, 2023

Jojoba oil

Hydrate skin without blocks.

Monday, October 9, 2023

Critique, The Internet, and You

[Offer critique only when you understand: 1) is it for you?; 2) under what conditions was it created?; 3) who is your audience? 4) what are your goals?. Important not to misalign by simply sharing whether you ’like’ it, or by complaining that “your seafood is bad because I don’t like seafood”.]

The Art of Documentation

[Note the context for when something is relevant so that it can be easily removed when things change.]

[Use git commit messages to document the reasoning behind certain changes.]

So you have to do a layoff.

[Do it only once, not in multiple rounds. Consider salary reductions instead (also only once), accompanied by lower labor expectations. Be very direct without trying to lighten the mood. Management signed up for this.]

Sunday, October 8, 2023

[Teaching a language vertically is quickly tedious. Nobody makes a sentence from only prepositions. Better to tie together various concepts to enable creating simple expressions.]

[Teach common words after the necessary knowledge to understand them, not at the beginning.]

Part of The Thinking Method.