You should write scripts for your computer. They could be your favorite language. Put aliases in zshrc to call them Here is “lsp.py”
Arc Prize problem type: the transformation
The arc prize problems are visual – naturally they encounter similar situations that visual editors do. Q: Taken a shape, can you flood fill it? Q: Can you take a shape and transform it by a consistent transform – scaling? Q: Can you take a shape and transform it by a relative transform – relative…
Me Database – Master Plan
You should own your own data. If you do, you can hopefully shed light on this short period we call life. God forbid, you have trouble remembering in the future, you might want a helper. What type of data should you own? Part 1: Collecting it Apps collect: location, voice recordings, writing, photos Integrations collect:…
Data Ownership
Who owns data on you? Google Maps has tracked nearly every location you’ve been in the last decade. But you cannot query it in any way. Have you ever wanted to know: “How many times have I been to the gym this week?” or “How many days did I spend in California this year?” You…
python reference sheet
[list] -> [list] [list] -> num
Install, Upgrade Postgres on Mac with homebrew
There are many options to install Postgres. Here we use “homebrew” (brew.sh). How to: Install Postgres on Mac with brew GOTCHA: “Wait, I just installed an older Postgres version(postgresql@14)? If you don’t specify a Postgres version, it downloads a default version that might not be the newest version or an older target version. How to:…
Timer in Terminal
main.py activate_terminal.scpt
Github Authentication with SSH on Mac
“Support for password authentication was removed on August 13, 2021.” – Github You have many options to authenticate with GitHub Why use SSH Authentication? (docs.github) How to setup SSH Authentication? Note: The HTTPS and SSH addresses are different
openai embeddings in python with asyncio and gather
Async version: Sources