Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created August 16, 2026 03:18
Rimworld output log published using HugsLib Standalone Log Publisher
This file has been truncated, but you can view the full file.
Log uploaded on Sunday, August 16, 2026, 4:18:47 AM
Loaded mods:
Prepatcher(jikulopo.prepatcher)[v:1.3.3]: 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.3.3), Prestarter(1.0.0)
Harmony(brrainz.harmony)[v:2.4.2.0][mv:2.4.2.0]: 0Harmony(av:2.4.2,fv:2.4.1), HarmonyMod(2.4.2)
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)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created August 16, 2026 03:18
Rimworld output log published using HugsLib
Log uploaded on Saturday, August 15, 2026, 10:18:37 PM
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)
SF Grim Reality(SF.Grim.Reality): (no assemblies)
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)
@Eduardloz15
Eduardloz15 / llm-wiki.md
Created August 16, 2026 03:17 — forked from karpathy/llm-wiki.md
llm-wiki

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.

nexontop
{
"version": 1,
"words": [
{ "word": "apple", "ipa": "/ˈæp.əl/", "image_url": "https://raw.githubusercontent.com/cuongcm/tank-game-assets/main/apple.jpg" },
{ "word": "ant", "ipa": "/ænt/", "image_url": "" },
{ "word": "alligator", "ipa": "/ˈæl.ɪ.ɡeɪ.tər/", "image_url": "" },
{ "word": "bird", "ipa": "/bɜːd/", "image_url": "" },
{ "word": "bed", "ipa": "/bed/", "image_url": "" },
{ "word": "bear", "ipa": "/beər/", "image_url": "" },
{ "word": "banana", "ipa": "/bəˈnɑː.nə/", "image_url": "" },
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NXT DDA — Path to Contract Execution</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
@encredible
encredible / LOGICKOR_REPORT.md
Created August 16, 2026 03:14
Gaiel Korean LLM Benchmark (LogicKor Results)

Gaiel Series Korean Intelligence Benchmark (LogicKor)

Evaluated with GPT-4o Judge across 6 core Korean language & reasoning domains.

Overall Score Leaderboard

Model Single Turn Multi Turn Overall Score (10점 만점)
Gaiel-7B-Korean-Tuned-MLX 4.78 3.59 4.19
Gaiel-32B-Korean-Tuned-MLX 8.67 7.41 8.04
@ferrata
ferrata / openapi.yaml
Created August 16, 2026 03:12
OpenAPI spec for PR #3138
openapi: 3.1.0
info:
title: Makeswift API
description: Documentation for the Makeswift public REST API.
version: '1.0'
servers:
- url: https://api.makeswift.com
description: Production server
paths:
/v1/auth/user-info:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created August 16, 2026 03:12
Rimworld output log published using HugsLib
Log uploaded on Sunday, August 16, 2026, 11:12:01 AM
Loaded mods:
[RH2] BCD: CASEVAC(RH2.BCD.CASEVAC): Casevac(1.0.0)
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Deep And Deeper(Shashlichnik.DeepAndDeeper): DeepAndDeeper(1.2.1.9)
[1.6]Deep And Deeper-简繁汉化(DeepAndDeeper.Language.CNpack): (no assemblies)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.14.0)
Faster Game Loading - Continued(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
{
"client_id": "https://gist.githubusercontent.com/Kish-KISA/5df9d2b1180903281d6348d39e759dde/raw/canva-client-probe.json",
"client_name": "KISA Frontend Collage",
"redirect_uris": [
"https://hub.kisabrands.com/extraction-studio/canva/mcp-callback"
],
"grant_types": [
"authorization_code",
"refresh_token"
],