Skip to content

Instantly share code, notes, and snippets.

View Co0olCat's full-sized avatar

TY Co0olCat

View GitHub Profile
@Co0olCat
Co0olCat / lrm.md
Last active June 16, 2026 10:28
Labyrinth of Reflections Model

Labyrinth of Reflections Model

Training intelligence on obraz instead of words

Author: Timur Yusupov, PhD

Status: Draft v0.5 for public discussion

Date: 2026-06-16

@Co0olCat
Co0olCat / deep.md
Last active June 13, 2026 07:55
Deep Draft: a speculative design for a reversible gaze-controlled symbolic cognition interface, starting with Deep-0C: a smartphone/cardboard prototype where sparse glyphs, perceptual keyframes, gaze commands, head-tilt movement, and reliable return form the first door into directed imagination.

There Is Nothing Impossible: We Are Building Deep

Version: v0.4 Draft

Status: speculative design document, not medical advice, not a hypnosis protocol, not a claim of clinical validation

Author: Timur Yusupov, PhD

Working concept: Deep as a reversible gaze-controlled symbolic cognition interface

@Co0olCat
Co0olCat / SABRE.md
Created May 5, 2026 04:30
SABRE: a lightweight human-led protocol for coding agents, where one agent builds, another red-teams the Git delta, and the human owns scope, risk, and handoff.

SABRE: Slice-Based Adversarial Build/Review Engineering

Version: v0.7 Draft
Status: Proposed human-led operating protocol for coding agents
Author: Timur Yusupov, PhD

SABRE is a compact way to use coding agents without letting one agent write, explain, and bless its own change.

Core rule:

@Co0olCat
Co0olCat / TRACE.md
Last active June 30, 2026 04:38
TRACE: a proposed trust layer for retrieval systems that need provenance, contradiction handling, and auditability.

TRACE: Trust-Ranked Adjudicated Corpus Engine

Version: v0.11 Draft

Status: Proposed protocol and reference architecture

Author: Timur Yusupov, PhD

Future project home, if implemented later: Agent Cognitive Enterprise / ACE-labs (Agent-Cognitive-Enterprise/trace)

README is empty

@Co0olCat
Co0olCat / ddns.sh
Last active March 7, 2018 18:40 — forked from lyoshenka/ddns.sh
Quick and dirty DDNS using Bash and Cloudflare (API v4 compatible)
#!/usr/bin/env bash
# Step 1: Fill in EMAIL, TOKEN, DOMAIN and SUBDOMAIN. Your API token is here: https://www.cloudflare.com/a/account/my-account
# Make sure the token is the Global token, or has these permissions: #zone:read, #dns_record:read, #dns_records:edit
# Step 2: Create an A record on Cloudflare with the subdomain you chose
# Step 3: Run "./ddns.sh -l" to get the zone_id and rec_id of the record you created.
# Fill in ZONE_ID and REC_ID below
# This step is optional, but will save you 2 requests every time you this script
# Step 4: Run "./ddns.sh". It should tell you that record was updated or that it didn't need updating.
# Step 5: Run it every hour with cron. Use the '-s' flag to silence normal output