Skip to content

Instantly share code, notes, and snippets.

@xbot-my
xbot-my / index.html
Created May 31, 2026 16:46
Repository Wiki — generated by GitNexus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>foundation — Wiki</title>
<script src="https://cdn.jsdelivr.net/npm/marked@11.0.0/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
<style>
@fridayfang
fridayfang / run_report.html
Created May 31, 2026 16:46
TransFuser — 跑通记录 (run.md HTML)
This file has been truncated, but you can view the full file.
<!DOCTYPE html><html lang="zh"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TransFuser — 跑通记录</title>
<style>
body{font-family:-apple-system,'Helvetica Neue',Arial,sans-serif;max-width:960px;margin:0 auto;padding:32px 24px;line-height:1.75;color:#24292e;background:#fff}
h1{font-size:2em;border-bottom:2px solid #0366d6;padding-bottom:10px}
h2{font-size:1.4em;margin-top:32px;border-bottom:1px solid #eaecef;padding-bottom:6px}
h3{font-size:1.15em;margin-top:22px;color:#444}
table{border-collapse:collapse;width:100%;margin:16px 0;font-size:14px}
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 31, 2026 16:45
Rimworld output log published using HugsLib
Log uploaded on Monday, June 1, 2026, 12:45:36 AM
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)
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)
{
"timestamp": "2026-05-31T00:00:00",
"metrics": {"latency_ms": 150.0, "error_rate": 0.0, "availability": 1.0},
"status": "OK",
"analysis": "",
"action": "",
"davis_insight": ""
}
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
@crowleycoofficial-ops
crowleycoofficial-ops / README.md
Created May 31, 2026 16:44
Rapport AARO 2024 - F. Mathieu | Analyse critique

Rapport AARO 2024 - F. Mathieu

Date : 8 mars 2024

Résumé

Analyse critique du Volume 1 historique de l'AARO (All-domain Anomaly Resolution Office). L'auteur, F. Mathieu, démontre comment l'agence tente de minimiser le phénomène UAP (PAN) et les témoignages de rétro-ingénierie, malgré des contradictions flagrantes avec ses propres documents passés.

Liens

如果你最近在找一个值得关注的网站,不妨看看开云。界面清爽,内容更新及时,使用体验也很顺手。无论是日常浏览还是获取信息,开云都值得一试。

@ppetermann
ppetermann / CLAUDE.md
Created May 31, 2026 16:44
a claude md for a bit of savings on the ultracode mode

Workflow model routing

When generating a dynamic workflow, route stages by cost, do not run every agent on the session model:

  • Use Opus ONLY for: the planning/contract phase, and the final adversarial review or convergence check.
  • Use Sonnet for everything else: parallel implementation agents, file-level ports, test writing, search/inventory passes, and fix-loop iterations.
  • Default any stage you're unsure about to Sonnet. Escalate to Opus only when a stage's
@pulkit6732
pulkit6732 / integrity.py
Created May 31, 2026 16:43
Minimal stdlib reproducer: an autoresearch agent can lower val_bpb without training — plus a ~30-line integrity receipt that catches it. Run: python repro_gaming.py
"""
integrity.pyminimal experiment integrity receipt (Python stdlib only).
Writes ONE tamper-evident line per run that binds the reported val_bpb to the
exact code, data, and model that produced it. This is *detection*, not
prevention: enough to make a gamed run stand out in the overnight log and to
make any kept result reproducible.
Each receipt records:
- val_bpb the reported metric
@caoxiaoyuyuyuyuyu
caoxiaoyuyuyuyuyu / scan_analysis_dashboard.html
Created May 31, 2026 16:43
Agent-ML 40 Projects Meta-Analysis Interactive Dashboard
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent-ML 40 Projects Meta-Analysis Dashboard</title>
<style>
:root {
--bg: #0f1419;
--surface: #1a2332;