Skip to content

Instantly share code, notes, and snippets.

@neofright
neofright / MCTB2 Books.md
Last active February 22, 2024 22:30
Books referenced by Arahant Daniel M. Ingram in MCTB2
  • This is not 100% complete and I have editorialized with a focus on:
    • References which are not to Suttas, Nikāya (discourses), Jataka, Udana, the Dhammapada or Vinaya.
    • Removing works of fiction that I felt had little dharmic relevance (e.g. Harry Potter and The Unbearable Lightness of Being etc.).
  • Many of these books can be found for free online (legally). I have started adding a few links.
  • The table is sorted by Title.
  • Some of these can already be found at https://www.integrateddaniel.info/book-list.
Author Title
Bhikkhu Bodhi A Comprehensive Manual of Abhidhamma
#!/usr/bin/env bash
# set -o nounset
# set -o errexit
########################################################
## Am I running this on my ZFS server or my Macbook?
if [[ $(uname) == "Darwin" ]]
then
music_mount_point="/Volumes/tank"
ipod_mount_point="/Volumes/IPOD"
transflac_path="$HOME/Documents/GitHub/transflac/transflac"
#!/usr/bin/env bash
# Taken from (and freely modified as no license was specified):
# https://gist.github.com/ecompayment/b1054421eb90f296bbca226683c7ff7e
# https://gist.github.com/pwnsdx/1217727ca57de2dd2a372afdd7a0fc21
# Before running this script, you must:
# - Disable FileVault (if it is enabled) Note: You will not be able to re-enable FileVault AND keep these customisations.
# - Reboot your Mac into Recovery Mode.
# - Select Terminal from top menu and run the following commands: