Skip to content

Instantly share code, notes, and snippets.

View SkyLeach's full-sized avatar
😷
literally subjective semantically speaking objectively

Matt G SkyLeach

😷
literally subjective semantically speaking objectively
View GitHub Profile
@SkyLeach
SkyLeach / axiomatic-proto-ontology.md
Last active January 30, 2026 15:16
Axiomatic ontology from first principles starting with potential

Proto‑Causal Ontology — Version 1.4

A Formal, Relational, Phase‑Driven Model of Emergent Reality


0. Cognitive Primer

Understanding the proto‑causal ontology requires a mode of reasoning distinct from ordinary spacetime cognition. Spacetime cognition collapses causal vectors into a single observer frame, enabling agency, identity, and temporal continuity. The proto‑causal manifold, by contrast, consists of parallel causal vectors, non‑collapsed phase structures, and relational transitions that do not map cleanly onto sequential logic.

To engage with this ontology, the mind must employ a protected simulation mode within the prefrontal cortex. This mode allows the observer to represent multiple causal axes simultaneously without enacting them. It is a representational workspace, not a lived stance. The observer remains intact; the id is not dissolved. The mind simply models an alternative causal geometry.

@SkyLeach
SkyLeach / get_version_info.ps1
Created August 27, 2025 23:07
Table data showing windows version information. Shows how to get version information inside powershell and display that information.
[CmdletBinding()]
Param (
[Parameter(Mandatory=$false, ValueFromPipelineByPropertyName=$true, ValueFromPipeline=$true)]
[string[]]$ComputerName = $env:COMPUTERNAME
)
Begin {
$Table = New-Object System.Data.DataTable
#!/usr/bin/env python
# Import the modules
import bitlyapi
import sys
# Define your API information
API_USER = "your_api_username"
@SkyLeach
SkyLeach / panda_test_lights.py
Last active April 20, 2018 20:07
Panda3d Walking Panda Manual Demo Script showing Lighting Bug
#!/usr/bin/env python3
import sys
import os
import inspect
# threading code, only used for debug server right now.
# from threading import Thread
# from queue import Queue
from math import pi, sin, cos
import pprint
import logging
Bypassing/not exporting multiple nodes from blender
@SkyLeach
SkyLeach / README.md
Last active September 27, 2018 22:41
Userscript for extracting data from Audible.com

Somewhat tempermental userscript for extracting data from Audible.com

@SkyLeach
SkyLeach / LICENSE.md
Last active October 10, 2017 02:31 — forked from mattgiguere/README.md
d3v4 JSON Tree

Totally Open Source and stuff..

You can copy and do whatever with this code. You don't even have to give me credit, although I wouldn't complain if you did. Keep the information free!

@SkyLeach
SkyLeach / userscript_template.js
Last active November 20, 2021 11:47
Very Useful Userscript Template
// ==UserScript==
// @name
// @namespace
// @description
// @include
// @version 0.0.1
// @grant GM_addStyle
// @require https://code.jquery.com/jquery-3.2.1.slim.min.js
// @require https://d3js.org/d3.v4.min.js
// ==/UserScript==
" modeline
" vi: sw=2 ts=2 sts=2 et cc=80
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)
set clipboard=unnamed
"set some mac terminal/handling options - should add a detection for GUI/shell
"vim to this before uncommmenting - Matt
"set term=builtin_beos-ansi "could probably do xterm-256colors but meh