Skip to content

Instantly share code, notes, and snippets.

@minimaxir
minimaxir / AGENTS.md
Last active June 11, 2026 18:15
Rust AGENTS.md (2026-02-23)

Agent Guidelines for Rust Code Quality

This document provides guidelines for maintaining high-quality Rust code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

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.

@frontrowmdgist
frontrowmdgist / sourbellies-analysis.liquid
Created June 11, 2026 17:44
Sourbellies - All Widget Types (analysis, gpt, qual, sticker, quant)
<section class="fr-analysis">
{% if request.path contains '/' %}
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=analysis&product_id=5426"></script>
<iframe id="frontrow-analysis" class="iframe-frontrow-analysis" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=analysis&product_id=5426"></iframe>
{% endif %}
<style>iframe.iframe-frontrow-analysis { width: 100%; display: block; }</style>
</section>
@Jakedismo
Jakedismo / Belief-Maintenance-Memory
Created June 9, 2026 18:40
Why agent memory solutions based on KGs, Markdown files and dream pipelines used by harnesses ATM simply don't feel right to me
# Agent memory is a belief-maintenance problem, not a storage problem
> Concept note + minimal file-based spec. Compares against agent-maintained wikis (the Karpathy sketch), "infinite brain" markdown vaults, vector-RAG memory, dream-style background pipelines, and temporal knowledge graphs — then gives a JSONL prototype you can build in a weekend with no databases and no framework. Ideas are free; take them.
---
## 1. The convergence, and the shared flaw
Agent memory keeps re-converging on five designs:
@Danga1963
Danga1963 / WRP IPTV.m3u
Last active June 11, 2026 17:29
WRP IPTV.m3u
#EXTM3U
#EXTINF:-1 tvg-id="" tvg-name="BigBrotherBrasil 2018" tvg-logo="http://bbb2018.net/wp-content/uploads/2017/08/bbb-2018.png" group-title="VARIEDADES",BigBrotherBrasil 2018
http://painel.iptvmove.com:25461/live/danga07/1963/1116.m3u8
#EXTINF:-1 tvg-id="" tvg-name="BigBrotherBrasil 2018 [Alter]" tvg-logo="http://bbb2018.net/wp-content/uploads/2017/08/bbb-2018.png" group-title="VARIEDADES",BigBrotherBrasil 2018 [Alter]
http://painel.iptvmove.com:25461/live/danga07/1963/3128.m3u8
#EXTINF:-1 tvg-id="A&E [Brazil]" tvg-name="A&E" tvg-logo="http://i.imgur.com/7NKeRuh.png" group-title="DOCUMENTARIOS",A&E
http://painel.iptvmove.com:25461/live/danga07/1963/1354.m3u8
#EXTINF:-1 tvg-id="" tvg-name="ALL Sports HD" tvg-logo="https://i0.wp.com/www.simpletvbrasil.tv/cliente/logo/4366c67d4d4be3381abe034e7c15b80e.png" group-title="CANAIS ESPORTE",ALL Sports HD
http://painel.iptvmove.com:25461/live/danga07/1963/1215.m3u8
#EXTINF:-1 tvg-id="" tvg-name="AMC" tvg-logo="http://i.imgur.com/JYislkb.png" group-title="FILMES/SERI
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Quanto custa o [Produto]?",
"acceptedAnswer": {
"@type": "Answer",
@BrandowLucas
BrandowLucas / setup_udev.sh
Created March 18, 2026 18:03
Fix: USB HID devices not detected in browser (Linux udev script)
#!/bin/bash
GREEN='\033[0;32m'
NC='\033[0m'
RULES_FILE="/etc/udev/rules.d/50-chromium-hid.rules"
if [ "$EUID" -ne 0 ]; then
echo "Please run as root (use sudo)."
exit 1
TERMS OF SERVICE AGREEMENT
This Terms of Service Agreement (the "Agreement") is entered into between [Anshul Chauhan] ("Bot Owner") and the user ("User") of the [Bot Name] Discord bot (the "Bot").
By using the Bot, the User agrees to be bound by the terms of this Agreement. If the User does not agree to the terms of this Agreement, they should immediately discontinue use of the Bot.
1. Use of the Bot: The Bot Owner grants the User a non-exclusive, non-transferable, limited license to use the Bot for personal or non-commercial purposes.
2. Prohibited Use: The User may not use the Bot in any way that violates applicable laws, rules, or regulations or infringes upon the rights of any third party. The User may not use the Bot for any commercial purposes without the express written consent of the Bot Owner.
3. Limitation of Liability: The Bot Owner shall not be liable for any damages arising out of the use or inability to use the Bot, including but not limited to, damages for loss of profits, loss of data, or o
Privacy Policy for [Bot Name]
This Privacy Policy governs the collection, use, and sharing of personal information by [Bot Name], a Discord bot developed by [Developer Name]. By using [Bot Name], you agree to the terms of this Privacy Policy.
Information We Collect
We collect information that you provide to us through your use of the bot, such as your Discord user ID and username, server and channel information, and message content. We may also collect usage data, such as the frequency and duration of your use of the bot.
How We Use Your Information