3 pages tagged with "macos"
macOS: File vs file - switching to a case-insensitive filesystem for my code
October 30, 2024 - 284 words - 2 minsSince moving to macOS for my mobile work, found extremely frustrating that by
default, macOS allows File
and file
be the same thing, leading to issues
when deploying or working with Linux.
Here is how I handle it without having to format and re-install the entire OS, something Apple hasn't made easier in newer Apple Silicon devices.
read moreCross-compiling Crystal applications - Part 2
August 11, 2024 - 3244 words - 17 minsPart 2: cross-architecture is not that hard, but cross-platform is a bit more complicated.
read moreCross-compiling Crystal applications - Part 1
June 22, 2024 - 2698 words - 14 minsPart 1: exploring simplification on compiling Crystal applications to other platforms and architectures.
read more