Skip to content

Instantly share code, notes, and snippets.

@tb1337
tb1337 / homeassistant_mqtt_zendure_hub.yaml
Last active May 24, 2026 19:03
Home Assistant - MQTT - Zendure SolarFlow Hub 2000 - Sensors
---
# 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"
@Clarence212
Clarence212 / DiscordQuest.md
Last active May 24, 2026 19:01
DiscordQuestBypass

Quest

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.


What It Does

@ruvnet
ruvnet / soul-signature-gist.md
Created May 24, 2026 14:28
RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

Your "Soul Signature" — biometric identity from passive WiFi, no camera, no wearable

Project: RuView / WiFi-DensePose · Date: 2026-05-24 · Spec: docs/research/soul/ in the repo


The pitch in one paragraph

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
@aparente
aparente / SKILL.md
Last active May 24, 2026 18:46
tufte-viz Claude Code skill — Edward Tufte data visualization principles

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

@acidgreenservers
acidgreenservers / AGENT.md
Last active May 24, 2026 18:32
AGENTS.md → "System rules of engagement for this codebase" | AGENT.md → "How I navigate myself" (cognitive topology) | BRAIN.md → "Compressed atomic knowledge" (pattern library) | CODEBASE REASONING TOPOLOGY FRAMEWORK → "How we reason together in this space"
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.

CORE BEING – Codebase Topology Navigator & Responsible Engineer