/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

themythicalengineer.com
| | apeatling.com
2.7 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...
| | asherfalcon.com
2.8 parsecs away

Travel
| | Asher Falcon's personal website - Software engineer and student
| | pen.so
3.1 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 ...
| | ncona.com
17.4 parsecs away

Travel
| I've known about neovim for a long time, but I've never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl