Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 17, 2026 02:29
Rimworld output log published using HugsLib
Log uploaded on Wednesday, June 17, 2026, 10:29:46 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)
RimModManager Companion(RMM.Companion): RMMCompanion(1.0.0)
FSharp.Core(latta.fsharp.core): FSharp.Core(av:4.7.0,fv:4.700.20.27008), Poet(5.4.1)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.11.0)
Loading Progress(简中汉化)(ilyvion.LoadingProgress.zh): (no assemblies)
Faster Game Loading - Continued(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0)
Core(Ludeon.RimWorld): (no assemblies)
import asyncio
import sys
import os
import re
import shutil
import datetime
sys.path.insert(0, "/opt/jarvis")
from aiogram import Bot, Dispatcher
@david-steeves
david-steeves / rekey.ps1
Created June 17, 2026 02:29
rekey paul-rig SSH
$ErrorActionPreference='Stop'
$k='ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDx+wkHMCg2VSZurGihK3+cWMow9Wwdclc4Y6XKKK31G davidsteeves-m5pro'
$f='C:\ProgramData\ssh\administrators_authorized_keys'
New-Item -ItemType Directory -Force -Path 'C:\ProgramData\ssh' | Out-Null
Set-Content -Path $f -Value $k -Encoding ascii
icacls $f /inheritance:r /grant 'SYSTEM:F' /grant 'Administrators:F' | Out-Null
Set-Service -Name sshd -StartupType Automatic
Restart-Service sshd
$ts=(Get-Command tailscale -ErrorAction SilentlyContinue).Source
if(-not $ts){ $ts='C:\Program Files\Tailscale\tailscale.exe' }
@dufour9953
dufour9953 / gist:e7bf601fce85074371d9fe8ad065e359
Created June 17, 2026 02:28
Localized Life Lighthouse State
{"pillars":{},"lastSynced":null,"nodeId":"localized-life"}
@jleechan2015
jleechan2015 / README.md
Created June 17, 2026 02:26
PR #7593 RAG seam — regenerated ATOMIC self-consistent 3-mode real-Gemini bundle @ HEAD f80d688326 (supersedes prior spliced bundle; all sidecars verify, exit 0)

RAG seam 3-mode real-Gemini evidence bundle

  • Git HEAD: f80d688326c8d4980ef037e3b72defc7c76d34d5
  • Generated (UTC): 2026-06-17T02:25:21.840564+00:00
  • Harness: scripts/rag_shadow_real_evidence.py (single atomic run)
  • Overall result: PASS (exit 0)

All data files, this README, and every .sha256 sidecar are produced by ONE invocation of the harness against the REAL Gemini API (no mocks). Verify with: cd /tmp/worldarchitect.ai/feat-rag-seam-combined/rag-3mode-evidence/latest && sha256sum -c *.sha256

Question 4 - Decompose OrderProcessor + Confirmation Workflow

1. Proposed Service Boundaries

Service Owns Contract Transaction Boundary
Order Service Order draft, submitted order, order status, idempotency key POST /orders/confirm Creates order record and outbox event in one DB transaction
Pricing Service School tier discounts, embroidery surcharge, final line prices POST /pricing/quote Read-only calculation, no transaction
Inventory Service Stock availability and reservation `POST /inventory/reser
@xumiao0613
xumiao0613 / test.srt
Created June 17, 2026 02:24
测试字幕
1
00:00:01,200 --> 00:00:02,500
aaa
2
00:00:03,800 --> 00:00:05,100
bbb
@alethbathe
alethbathe / 亚星与offici123al1-ya1xingcn1.com.cn项目观察.md
Created June 17, 2026 02:24
亚星 - offici123al1-ya1xingcn1.com.cn
@pengx17
pengx17 / index.html
Created June 17, 2026 02:24
Cue Product Progress Dashboard
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cue Product Progress — 2026-06-17</title>
<style>
:root {
--bg: #0d1117;
--card: #161b22;