4 bookmarks for 2024-04-20

7135.

toot by https://fosstodon.org/@chrishannah

fosstodon.org/@chrishannah/112305940648815688

Another great tool is skhd (<https://github.com/koekeishiya/skhd>), which is a hotkey daemon for Mac. It's especially great for controlling things like yabai. Here's my keybinds for moving focus to different spaces, and also moving applications between spaces.

7134.

toot by https://fosstodon.org/@chrishannah

fosstodon.org/@chrishannah/112305215680057795
7133.

toot by https://fediscience.org/@ct_bergstrom

fediscience.org/@ct_bergstrom/112302205065369262
7132.

toot by https://fedi.simonwillison.net/@simon

fedi.simonwillison.net/@simon/112300818053845553

I upgraded the llm-gpt4all plugin to support running Llama 3 8B Instruct (thanks, Nomic AI):

llm install --upgrade llm-gpt4all  
llm -m Meta-Llama-3-8B-Instruct 'Write Python code to print 5 great names for a pet pelican'  

The quantized model is a 4.34GB download and should run on machine with 8GB RAM - works great on my M2 MacBook Pro

<https:github.com/simonw/llm-gpt4all/releases/tag/0.4>