/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

suranyami.com
| | apeatling.com
1.9 parsecs away

Travel
| | This post is the first of five parts of: A simple guide to local LLM fine-tuning on a Mac with MLX. If you're starting on this journey from scratch, you'll...
| | www.fredrikmeyer.net
2.2 parsecs away

Travel
| | I just got a new Macbook, and I thought it would be useful for my future self to write down what I installed on it. Luckily the history file in my shell is l...
| | neovintage.org
2.1 parsecs away

Travel
| | Crystal isn't yet ready to run on a Mac M1. Sad, I know. In the meantime, I found these instructions from Max Fierke to be helpful. His post tries taking you through the whole process of cross-compiling Crystal to arm64 but I didn't want to have to manage a hand-rolled version. These are the commands that I used to get Crystal running using Rosetta: # installs the version of Homebrew that works with ARM $ /bin/bash -c "$(curl -fsSL https://raw.
| | ankane.org
11.3 parsecs away

Travel
| Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an...