This gist gives instructions on how LLVM MLIR can be installed on MacOS. It is also available as a blog post on my website.
On MacOS, building MLIR requires installing ninja and cmake, along with xcode's developer tools.
xcode-select --installThis gist gives instructions on how LLVM MLIR can be installed on MacOS. It is also available as a blog post on my website.
On MacOS, building MLIR requires installing ninja and cmake, along with xcode's developer tools.
xcode-select --installFrom August 2021, GitHub announced they would not be allowing password authentication when using the command line [^1].
This means that in order to interact with GitHub from the command line you have
to use another authentication method. This gist enumerates the process of
configuring git and GitHub to use SSH keys, and some tips to streamline their
This gist enumerates a process which worked for me to repair an installation of EndeavourOS with full-disk encryption when it is unable to boot. It is also available as a blog post on my website.
Specifically, this set of steps fixed the boot process on a HP-Envy laptop running EndeavourOS with an ext4 file system. The issue normally occurs after an interrupted update using pacman -Syu, which then causes the system to be unable to boot after the next restart (showing only "boot to firmware interface" in the boot menu).