3 Great Tools for Hacking your Truth
Computer tools that facilitate your direct expression
Some great and free tools facilitate your direct expression.
Zim : your personal local notepad
On top of the list, I put ZIM. I use it for taking and organizing my notes. It is free easy and secure. You type and it saves all instantaneously.
It is available for Windows, Mac and Linux. It is open source and is immediately available for any thought that come to you. You may create a page for a theme or a project and throw your ideas without worrying about technical difficulties.
Android Audio-recorder : to record your thoughts
Here we have an open source recorder for your phone under Android. To find it, type audio recorder gitlab.com/axet in the Play Store. I use it for channeling.
Whisper AI : Ai to transcribe audio into text
First you need to have installed Python. For installing it on Windows, you need to install Scoop, with it you will be able to install Python, git and ffmpeg.
Now you follow the Whisper tutorial to install it with git. Then when it is finished, you go with the command cd in your directory where is the audio file and you type:
whisper audiofile.mp3 model base > transcription.txt