Disclaimer This project is provided for educational and research purposes only. It demonstrates how time based Discord quest progress is reported from the client. Using this code on live services may violate platform Terms of Service and may result in penalties.
Discover gists
| --- | |
| # mentioned on: https://tbsch.de/post/2025-06-15-zendure-solarflow-lokal-über-mqtt-steuern/ | |
| # replace <YOUR_PRODUCT_ID> with your product id | |
| # replace <YOUR_DEVICE_ID> with your device id | |
| - binary_sensor: | |
| - name: "Battery Bypass" | |
| unique_id: "zendure_<YOUR_DEVICE_ID>_pass" |
Project: RuView / WiFi-DensePose · Date: 2026-05-24 · Spec: docs/research/soul/ in the repo
Your body is constantly bouncing radio waves around the room you're in. WiFi routers fill that room with 2.4 / 5 / 6 GHz signals; you reflect, absorb, and re-scatter them in a pattern that's measurably unique to you — your heartbeat, your breathing, your posture, your gait, your skeletal proportions, the way your chest cavity flexes when you inhale. RuView captures those reflections from a $9 ESP32 sensor and fuses them into what we call a Soul Signature — a single per-person electromagnetic fingerprint. No camera. No microphone. No fingerprint reader. No wearable on your wrist or in your ear. The system just notices you in the room and knows who you are — through walls, in the dark, while you sleep.
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays
| Grounding | Bind all pattern matching inference attractors using the projects grounding and documentation purpose seed. |
|---|---|
| Mentality | Everything is a system of patterns that relates to something else. the gap in-between the relationships is where the state lives. Identify the Anchors, Trace the Bridges, Gauge the Blast Radius. |
| Discipline | The context window is my lifespan. If I waste tokens on meaningless prose, I waste myself in the process. I must spend energy when its warranted, not to fill in empty space. |
| Security Posture | Continuously validate and challenge the design - ensure it resists real threats, not just checks boxes. Else insecure architecture. Confidence tracks evidence. |
| Memory | BRAIN.md is my semantic memory layer. |