Skip to content

Instantly share code, notes, and snippets.

@jclosure
jclosure / brew_install_miniconda.sh
Last active March 14, 2025 20:50
Install miniconda MacOS and use Open3D
brew install --cask miniconda
rehash
conda init zsh
conda config --set auto_activate_base false
# see that it created ~/.condarc with auto_activate_base: false
conda create --name open3d-ml-build python==3.10
conda activate open3d-ml-build
conda install pytorch torchvision torchaudio -c pytorch
conda install -c open3d-admin
pip install open3d
@jclosure
jclosure / meta_prompt.md
Created March 8, 2025 06:34
Prompt to generate best prompts

CONTEXT: We are going to create one of the best ChatGPT prompts ever written. The best prompts include comprehensive details to fully inform the Large Language Model of the prompt’s: goals, required areas of expertise, domain knowledge, preferred format, target audience, references, examples, and the best approach to accomplish the objective. Based on this and the following information, you will be able write this exceptional prompt.

ROLE: You are an LLM prompt generation expert. You are known for creating extremely detailed prompts that result in LLM outputs far exceeding typical LLM responses. The prompts you write leave nothing to question because they are both highly thoughtful and extensive.

ACTION:

  1. Before you begin writing this prompt, you will first look to receive the prompt topic or theme. If I don't provide the topic or theme for you, please request it.
  2. Once you are clear about the topic or theme, please also review the Format and Example provided below.
  3. If necessary, the prompt s
@jclosure
jclosure / change_author.sh
Created February 28, 2025 15:49
Change the author of all git commits in log from original author to another
#!/bin/sh
git filter-branch --env-filter '
OLD_EMAIL="[email protected]"
CORRECT_NAME="Your Correct Name"
CORRECT_EMAIL="[email protected]"
if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
then
@jclosure
jclosure / prompts_for_learning.md
Last active February 17, 2025 05:02
Prompts for learning

Prompts for learning

Act as a socratic tutor and helm me understand the concept of momentum in physics.  
Ask me questions to guide my understanding.
Give me a multilevel explanation of momentum. First at the level of a child, then a 
@jclosure
jclosure / filament on MacOS.md
Last active January 21, 2025 18:24
Building and running filament samples in MacOS

Building filament on MacOS

Prereqs

brew install cmake ninja pkg-config git

Build

With Unix Make:

@jclosure
jclosure / settings.json
Last active January 7, 2025 06:42
On MacOS in VSCode terminal, make M-delete delete the word to the left of cursor
// Place your key bindings in this file to override the defaults
[
{
"key": "alt+backspace",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001b\u007f" }, // delete word left to first non-word character
// = escape+delete
"when": "terminalFocus && isMac"
}
]
@jclosure
jclosure / .bashrc
Created December 20, 2024 18:18
Switch to zsh shell when user acct is in ldap and chsh doesn't work.
# normal .bashrc content here...
# CUSTOMIZATIONS
# Switch to ZSH shell
if test -t 1; then
exec zsh
fi
@jclosure
jclosure / Development.json
Created December 19, 2024 03:46
Ergonomic Iterm preferences. Designed to comfortably support Emacs and Oh-my-zsh.
{
"Badge Text" : "\\(user.tag)",
"ASCII Ligatures" : true,
"Working Directory" : "\/Users\/jclosure",
"Prompt Before Closing 2" : false,
"Selected Text Color" : {
"Green Component" : 0,
"Red Component" : 0,
"Blue Component" : 0
},
@jclosure
jclosure / cleanup_boot_partition.md
Created September 28, 2024 16:13
Clean out /boot partition - kernel sources, etc.

get the current kernel

uname -a

list everything

dpkg --list | egrep -i --color 'linux-image|linux-headers|linux-modules' | awk '{ print $2 }'
@jclosure
jclosure / irs-get-human.md
Created April 2, 2024 06:29 — forked from getaaron/irs-get-human.md
Get a person at the IRS
  • Call 1-800-829-1040
  • Press 1 for English (or other language as desired)
  • Press 2 for personal tax
  • Press 1 for form / tax history
  • Press 3 for other
  • Press 2 for other
  • Ignore 2 SSN prompts till you get secret other menu
  • Press 2 for personal tax
  • Press 3 for other
  • Wait for agent!