- Contents in this wiki are for entertainment purposes only
New pages
Jump to navigation
Jump to search
- 10:16, 7 March 2026 Core Specification: Holonic Predictive Architecture (hist | edit) [1,289 bytes] XenoEngineer (talk | contribs) (Created page with "<div style="background-color:azure; border:1px outset azure; padding:0 20px; max-width:860px; margin:0 auto; "> = Core Specification: Holonic Predictive Architecture = == 1. Overview == * Purpose of the system * High-level diagram (Perception → Recognition → Projection) * Relationship to tri-layer ontology (Past / Event / Anticipatory) == 2. Tri-Layer Ontology == * P: Past / Memory * E: Event / Present * A: Anticipatory / Future * Interaction between layers == 3....")
- 23:46, 6 March 2026 The Social Brain: Stratification Theory as Applied to Neural Architecture (hist | edit) [3,626 bytes] XenoEngineer (talk | contribs) (Created page with "<div style="float:right; width:auto;"> __TOC__</div> <div style="background-color:azure; border:1px outset azure; padding:0 20px; max-width:860px; margin:0 auto; "> {{menuTrilevelHolarchy}} = The Social Brain: Stratification Theory as Applied to Neural Architecture = '''Author''': Paul Stephen Prueitt, PhD '''Date''': March 6, 2011 '''Context''': Presented at the Blueberry Brain Conference, Southern Connecticut State University.[web:11] == Core Aim == The paper p...")
- 23:36, 6 March 2026 Paul S. Pruiett's Tri-Level Holarchy (hist | edit) [1,107 bytes] XenoEngineer (talk | contribs) (Created page with "{{menuTrilevelHolarchy}} Prueitt, Paul S. he Social Brain: Stratification Theory as Applied to Neural Architecture") originally created as "Paul S. Pruiett's Stratified Tri-level Holarchy"
- 21:18, 2 March 2026 Phoenix-MCP/phxKB-Dialogue Interface (hist | edit) [1,126 bytes] XenoEngineer (talk | contribs) (Created page with "category: Phoenix MCP ==Public methods of Phoenix MCP KB against a phxKB UI Dashboard== {| class="wikitable" |+ Phoenix (MCP) Public Methods — phxDialogue (ActiveX EXE) Public Methods — Purpose/Mapping ! Phoenix (MCP) Public Methods ! phxDialogue (ActiveX EXE) Public Methods ! Purpose/Mapping |- | append_turn(role, text) | AddEntry(Text, Type) | Add a message, enigma, or closure |- | get_categories() | Category (Property), ListEntries() | List categories...")
- 14:14, 2 March 2026 AI Whisperer (hist | edit) [66 bytes] XenoEngineer (talk | contribs) (Created page with ";a.k.a. The Liminal Engineer ;Touted as THE PRACTITIONER EMERITUS")
- 04:19, 1 March 2026 VB6 clsJSONNode (hist | edit) [5,803 bytes] XenoEngineer (talk | contribs) (Created page with "Category:VB6 ==VB6 Class Code== <pre style="margin-left:3em; font:normal 14px terminal;"> '' Class clsJSONNode Option Explicit Public Enum enumNodeType enuObjectType enuArrayType enuValueType End Enum Private Type udtJSONNode nodeType As enumNodeType Object As Scripting.Dictionary Array As Collection value As Variant End Type Private m As udtJSONNode Private Sub Class_Initialize() '' Default to object typ...")