Skip to content

Instantly share code, notes, and snippets.

View witt3rd's full-sized avatar
⌨️
coding

Donald Thompson witt3rd

⌨️
coding
View GitHub Profile
@witt3rd
witt3rd / root-cause-analysis.md
Last active July 17, 2024 00:38
VOY-4321: Root Cause Analysis Report

VOY-4321: Root Cause Analysis Report

Filed by LI-RCA

Issue

The LinkedIn sharing functionality in the ShareBoxController is non-functional on iOS 11 and later versions.

Root Cause

@witt3rd
witt3rd / combine_src.md
Created July 4, 2024 12:50
Combine all the source files (recursively) of a particular type into a single markdown document
#!/usr/bin/env python3
"""
Source Code to Markdown Converter
This script creates a markdown file from source code files in a specified
folder. It recursively searches for files with a given extension and formats
them into a single markdown document with appropriate headings and code fences.
Usage:
python script_name.py
@witt3rd
witt3rd / ADA_v2_README.md
Created July 1, 2024 03:17 — forked from crjaensch/ADA_v2_README.md
Personal AI Assistant: 'Ada' - v0.2

This is not working complete code.

This is strictly a v0.2, scrapy, proof of concept version of a personal AI Assistant working end to end in just ~726 LOC.

This is the second iteration showcasing the two-way prompt aka multi-step human in the loop. The initial, v0, assistant version is here.

It's only a frame of reference for you to consume the core ideas of how to build a POC of a personal AI Assistant.

To see the high level of how this works check out the explanation video. To follow our agentic journey check out the @IndyDevDan channel.

@witt3rd
witt3rd / notebook_publishing.md
Last active May 7, 2024 15:57
Setup notebook publishing
@witt3rd
witt3rd / python.md
Last active September 7, 2021 13:29
Python
@witt3rd
witt3rd / kelly.md
Last active August 31, 2021 17:05
For Kelly

Never going to give you up

@witt3rd
witt3rd / unity.md
Last active May 5, 2021 19:36
Unity

Unity

Setup

  • Install the Unity Hub
  • Use the hub to install the latest LTS (long-term support) editor (e.g., 2020.3.6f1 LTS)
  • No additional modules are needed during the editor install, so accept the defaults

Projects

@witt3rd
witt3rd / scala.md
Last active April 18, 2021 14:08
Scala installation, setup, and usage notes

Scala

Install

Installers

These CLI utilities are used to fetch things we need.

@witt3rd
witt3rd / Pluto.jl.md
Last active October 13, 2020 20:36
Working in Pluto.jl
@witt3rd
witt3rd / pluto-test.jl
Created October 13, 2020 11:49
Test of online interactive notebook
### A Pluto.jl notebook ###
# v0.12.3
using Markdown
using InteractiveUtils
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
macro bind(def, element)
quote
local el = $(esc(element))