Skip to content

Instantly share code, notes, and snippets.

View icedmoca's full-sized avatar
🕳️
Getting spaghettified in a blackhole

Kyle Drake icedmoca

🕳️
Getting spaghettified in a blackhole
View GitHub Profile
@icedmoca
icedmoca / framenext.txt
Created August 16, 2026 12:49
Whats next for frame
FRAME is already the substrate. You do not rebuild Core. You stack products on it in this order, because
each step is something later steps admit, pay for, or govern.
────────────────────────────────────────
1. Ship hosts as infrastructure
Run ProductRuntime as the box: owner identity, data dir, snapshot + change log, frame.client.v1, package
admit, backup.
@icedmoca
icedmoca / framedesc.md
Created June 30, 2026 23:31
Frame desc

Today the Internet is largely built around:

  • Websites
  • Accounts
  • APIs
  • Companies owning your data
  • Different authentication systems
  • Different permissions
  • Different user interfaces
  • Different data models
@icedmoca
icedmoca / Pains.txt
Created May 21, 2026 11:53
Pains I’m solving
FRAME — pains solved
FRAME solves the pain of modern computing being centralized, fragmented, unverifiable, and user-hostile.
Core pains
* Users do not truly own their apps, identity, data, or execution history.
* Every app has its own login, cloud account, permissions, storage model, and lock-in.
* Software depends too much on servers, app stores, platforms, APIs, and company-controlled infrastructure.
* AI tools are powerful but disconnected from real execution, identity, memory, permissions, and audit trails.
@icedmoca
icedmoca / gist:f4c3348b388646b52a63a13306aabd34
Created May 10, 2026 11:54
Frame | Dapp: slang roast? -[ Slang (bang) <- dynamic coplx "Each word has its own world voted on by humans and made by creators - even of other dapps"
That actually fits FRAME’s architecture extremely well because the slang layer becomes a modular interpretation/runtime layer instead of hardcoded platform behavior.
You could have:
a core social dApp for identity/posts/messages
a regional/cultural language pack dApp
an AI slang-agent dApp that rewrites/translates tone dynamically
governance policies that tune allowed dialect intensity/community norms
user-selectable “internet dialect profiles”
@icedmoca
icedmoca / netinfoarch.sh
Created April 13, 2026 05:06
Arch Linux network reconnaissance tool and diagnostics utility that enumerates interfaces, fingerprints gateways, discovers devices, analyzes services, and performs deep layer connectivity, security, and performance assessments using system tools and active probing techniques.
#!/bin/bash
# Network Scanner & Hotspot/Gateway Explorer
# Discovers devices, scans gateway services, and explores network
set -e
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
@icedmoca
icedmoca / ces.jsx
Created March 31, 2026 07:20
Consciousness entropy sim
import { useState, useEffect, useRef, useCallback } from "react";
const TAU = Math.PI * 2;
function hexColor(r, g, b) {
return `#${[r, g, b].map(v => Math.max(0, Math.min(255, Math.round(v))).toString(16).padStart(2, "0")).join("")}`;
}
function lerpColor(a, b, t) {
return hexColor(
@icedmoca
icedmoca / edsg.md
Created March 31, 2026 06:22
Entanglement Defined Synthetic Geometry: A Technical Framework for Emergent Reality Sandboxes

Entanglement-Defined Synthetic Geometry: A Technical Framework for Emergent Reality Sandboxes

Abstract

We formalize a framework in which geometry, distance, and dynamical behavior emerge from entanglement structure in a finite quantum system. By controlling subsystem correlations, one induces an effective metric space and associated physics within the system. This yields a constrained “reality sandbox”: a physically real substrate whose internal observables obey emergent geometric laws derived from information-theoretic quantities rather than pre-existing spacetime.


1. System Definition

Let the system be a composite quantum many-body system:

#!/usr/bin/env bash
set -e
KWINRULES=~/.config/kwinrulesrc
echo "Focus the window now. Capturing in 3 seconds..."
sleep 3
RAW=$(gdbus call --session --dest org.kde.KWin --object-path /KWin --method org.kde.KWin.queryWindowInfo 2>/dev/null) || {
echo "Error: could not get window info from KWin. Is the window focused?"
@icedmoca
icedmoca / globalpower.md
Last active October 2, 2025 10:12
Architecture of global power, finance, and influence. It visualizes how hidden capital networks, elite policy groups, governments, corporations, and covert systems interconnect.

Global Power & Control Structure – Reference Table

Warning

The following representation is a synthetic construct generated via machine learning models.
All entities and linkages are the result of pattern recognition and inferred associations, not empirical verification. This diagram should be interpreted as a heuristic visualization of hypothesized systemic relationships, rather than a factual or evidentiary account.

Category (Color) Nodes / Elements
Hidden Core Unknown / WSAP (Breakaway Civilization)
@icedmoca
icedmoca / dell5430system.md
Created September 18, 2025 10:49
dell 5430 system

Dell Latitude 5430 — OS Stack

Layer Components
BIOS / Firmware • Coreboot (custom build, ME disabled with me_cleaner)
• Hidden BIOS menus unlocked
• Overclock/undervolt controls
• TPM patched or disabled
Boot Manager • rEFInd (custom theme)
• Optional GRUB chainloading for kernel params
• Hidden boot profiles (only via hotkey)
• Full disk encryption with LUKS2 detached key
Primary OS • Arch Linux (KDE Plasma)
• BlackArch repo integrated
• Btrfs with snapshots/rollback
• Hardened kernel (linux-hardened / grsecurity)
• AppArmor + firejail confinement
• Encrypted swap and tmpfs
Secondary OS • Windows 11 Pro (stripped/minimal) • Used only for GPU-heavy tasks (gaming, CAD, CUDA) • BitLocker encryption • Hardened via regis