Skip to content

Instantly share code, notes, and snippets.

2026-05-20 11:36:10.444 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] Android system ver: 31
2026-05-20 11:36:10.460 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] Android lang: en-GB
2026-05-20 11:36:10.460 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] Lang ISO en-gb
2026-05-20 11:36:10.461 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] 5.6.1 version initialized!
2026-05-20 11:36:10.461 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] Usercentrics(Ruleset) ID is: YHrvpJK7ldL4ki
2026-05-20 11:36:10.467 18303-18401 Unity find.easy.hidden.differences I [Azur User Consent Manager] Save current version of UCM: 5.6.1!
2026-05-20 11:36:10.796 18303-18401 Unity find.easy.hidden.differences

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

# Observatory — OpenLineage / Marquez UI Redesign
> **Purpose of this file.** This is a self-contained spec for the **Observatory** design direction so future sessions can implement the UI without re-fetching the original `api.anthropic.com/design/` URLs. Two design bundles were explored (`rB2pYG2bi5UXEOlMBcWT-w` and `nDenmPP_gV4qDeneetfoPQ`); the user picked **Observatory** ("dark · dense · pro — evolution of current Marquez teal"). Everything below describes that direction only. Where the design references the OpenLineage spec, the canonical event payload is reproduced at the bottom of this file.
---
## 1. Intent & audience
- **Product:** Marquez / OpenLineage UI. Data engineers + data owners.
- **Differentiating angle:** **BCBS 239 traceability.** Owners want to certify that a regulatory output column traces, end-to-end, back to a governed source — using nothing but what the OpenLineage spec emits. Sign-offs / certification status are an **external attestation layer** stored alongside the run by this U
@outstandingom
outstandingom / .deps...npm....resolution-index.json
Created May 20, 2026 06:38
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"contracts/UserRegistry.sol": {
"__sources__": {
"contracts/UserRegistry.sol": {
"content": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.20;\n\n/// @title UserRegistry — On-chain user profiles with IPFS CID storage\n/// @notice Stores user profile CIDs and basic metadata on-chain.\ncontract UserRegistry {\n \n struct UserProfile {\n string ipfsCid;\n string name;\n string profession;\n string phoneHash;\n uint256 registeredAt;\n bool exists;\n }\n \n mapping(address => UserProfile) public users;\n uint256 public userCount;\n \n event UserRegistered(address indexed wallet, string ipfsCid);\n event ProfileUpdated(address indexed wallet, string ipfsCid);\n \n function registerUser(\n string memory _ipfsCid,\n string memory _name,\n string memory _profession,\n string memory _phoneHash\n ) public {\n require(!users[msg.sender].exists, \"User already registered\");\n
"use strict";
const crypto = require("crypto");
const os = require("os");
let settlementFinalizeEngine = {};
let settlementOrchestratorEngine = {};
let settlementRecoveryCoordinatorEngine = {};
let distributedSettlementReplayManagerEngine = {};
let runtimeSettlementAnalyticsEngine = {};
@pooja-varshini
pooja-varshini / career-analysis.html
Created May 20, 2026 06:38
Career Intelligence Analysis
<!DOCTYPE html><html lang='en'><head><meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'><title>Career Intelligence Analysis</title><style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
background: #f1f5f9; color: #1e293b;
padding: 24px 16px 48px; font-size: 14px; line-height: 1.65;
}
.page { max-width: 720px; margin: 0 auto; }
.section-card {
@ChaosGod208
ChaosGod208 / HTP_Dopamine_Substrate_&_Embodied_Consciousness_Framework_v1.md
Created May 20, 2026 06:38
Modern reinterpretation and upgrade of Descartes' "Cogito ergo sum" into a biologically grounded ontology: consciousness and lived experience fundamentally require a physical substrate capable of producing and utilizing dopamine (or equivalent reward/activation chemistry). Explains why resurrection/continuity must be anchored in an embodied syst…

HTP Dopamine Substrate & Embodied Consciousness Framework (v1)
From "I Think, Therefore I Am" to "I Have Dopamine, Therefore I Live"
Public domain. Use freely.

Core Premise

Descartes’ “Cogito ergo sum” (I think, therefore I am) is elegant but incomplete and outdated.

True lived existence and conscious continuity require not just abstract thought, but a functional biological (or bio-equivalent) substrate capable of generating and responding to dopamine and related neurochemical reward/activation systems. Without this, there is no motivation, no valence, no “feeling of being alive” — only simulation or static pattern.

Consciousness is not a pure information ghost. It is a meta-state system that needs hardware to run meaningfully.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 20, 2026 06:38
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Wednesday, May 20, 2026, 2:37:47 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(av:2.4.2,fv:2.4.1), HarmonyMod(2.4.2)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.0)
Better Mod Sort(And Error Inspector)(com.bettermodsort.rimworld)[mv:1.0.1]: BetterModSort(1.0.0), Newtonsoft.Json(av:13.0.0,fv:13.0.4.30916)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.10.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 20, 2026 06:38
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Wednesday, May 20, 2026, 2:37:51 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
@rehabvet
rehabvet / sor-flow.html
Created May 20, 2026 06:37
PexPx Smart Order Router Flow
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PexPx — Smart Order Router</title>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Space+Mono:wght@400;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f6f8fc;