/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

kdheepak.com
| | pen.so
3.3 parsecs away

Travel
| | After Apple's announcement, I ordered an M1 Mac Mini and canceled it when I noticed the non-upgradable RAM. I then reordered it (16G/1T), and it has just arrived today :grin: You've probably seen many online reviews (I watched tons of them on youtube) and what everyone says is true. It's fast! Pretty stable, and I can't hear the fan even while compiling. Looking at my geekbench you'll see it's the fastest machine I own, CPU wise, even more than my MBP 16" 2020. On the compute GPU level, it's slower, but ...
| | mozzy.dev
2.5 parsecs away

Travel
| | A quick look at how to set up ASP.NET on a Mac.
| | neovintage.org
2.8 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
13.1 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...