Skip to content

Instantly share code, notes, and snippets.

View aeschylus's full-sized avatar

Drew Winget aeschylus

View GitHub Profile
@aeschylus
aeschylus / README.md
Created July 20, 2026 16:57
Jacobian Conjecture dependency DAG (nodes/edges/adjacency list, sourced from literature)

Jacobian Conjecture Dependency DAG

jacobian-conjecture-dag.json is a directed graph of theorems, conjectures, and open problems connected to the Jacobian Conjecture (JC) — the 1939 (Keller) / 1884 (Kraus) conjecture that a polynomial self-map of affine n-space with constant nonzero Jacobian determinant must be a polynomial automorphism (invertible with polynomial inverse). It is Smale's Problem #16.

Built from literature review: Wikipedia, nLab, Encyclopedia of Mathematics, zbMATH Open (confirmed via its public API — JC is indexed under MSC 14R15,

@aeschylus
aeschylus / lobster-lifecycle.svg
Created February 21, 2026 20:50
Lobster Lifecycle State Machine (high contrast SVG)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aeschylus
aeschylus / events.json
Created December 8, 2023 17:02
Cancer drug events
[
{
"drug_name": "0.9% Sodium Chloride Irrigation",
"updated_date": "Oct 11, 2023",
"created_date": "Feb 25, 2022"
},
{
"drug_name": "0.9% Sodium Chloride Large Volume Bags",
"updated_date": "Oct 12, 2023",
"created_date": "Feb 22, 2022"
@aeschylus
aeschylus / machine.js
Last active August 17, 2021 18:43
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@aeschylus
aeschylus / machine.js
Last active August 5, 2021 22:39
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@aeschylus
aeschylus / machine.js
Last active August 5, 2021 15:57
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@aeschylus
aeschylus / machine.js
Created January 14, 2021 07:01
Generated by XState Viz: https://xstate.js.org/viz
// config
var clip; // For audioSource
const numListeningLoops = 5;
const numPrimingLoops = 2;
const numRecordingReps = 2;
const numComparisonLoops = 2;
const partiallyTimedStudyMachine = Machine({
initial: 'loading',
context: {
@aeschylus
aeschylus / machine.js
Last active October 20, 2020 23:15
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@aeschylus
aeschylus / machine.js
Last active September 22, 2020 20:02
Generated by XState Viz: https://xstate.js.org/viz
// config
var clip; // For audioSource
const numListeningLoops = 5;
const numPrimingLoops = 2;
const numRecordingReps = 2;
const numComparisonLoops = 2;
const partiallyTimedStudyMachine = Machine({
initial: 'loading',
context: {
@aeschylus
aeschylus / machine.js
Last active October 22, 2020 23:18
Generated by XState Viz: https://xstate.js.org/viz
// Automatic learning mode
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise