Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created August 22, 2026 04:15
Rimworld output log published using HugsLib
Log uploaded on Saturday, August 22, 2026, 1:15:46 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(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)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
Actually Vanilla Music Expansion(Billnotic.ActuallyVanillaMusicExpansion): (no assemblies)
@streetquant
streetquant / dmf-v45-relay-link.txt
Created August 22, 2026 04:14
Temporary encrypted DMF v45 transfer relay
@choco-bot
choco-bot / FilesSnapshot.xml
Created August 22, 2026 04:14
nerd-fonts-ShareTechMono v3.5.1 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\FontFilesInstalled.log" checksum="BBA9405F905D4D0E72F20FFFBA7397F8" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\nerd-fonts-ShareTechMono.nupkg" checksum="623B0CB87BE3CBF650B71F245116949F" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\nerd-fonts-sharetechmono.nuspec" checksum="923D7D2F50747804BA5BE9C23F5EC416" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\ShareTechMono.zip.txt" checksum="F1AF0B15E53E5B10A2548124EA1BE830" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\tools\chocolateyBeforeModify.ps1" checksum="7F975B9C5FA53E07E94D699D779D7CDC" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-ShareTechMono\tools\chocolateyInstall.ps1" checksum="4450014
@bvdlingen
bvdlingen / Another day!
Created August 22, 2026 04:14
Another day! It's August 22, 2026 at 06:14AM
August 22, 2026 at 06:14AM
@qlijarvis
qlijarvis / pr_only_checker_log_detailed.md
Created August 22, 2026 04:13
PR #1702 checker-log-analyzer detailed analysis
@qlijarvis
qlijarvis / pr_only_validate_patch_detailed.md
Created August 22, 2026 04:13
PR #1702 validate-patch detailed analysis

PR #1702 — validate-patch Detailed Analysis

PR: qualcomm-linux/kernel-topics#1702

Report

🔍 Patch Validation

PR: #1702 (qualcomm-linux/kernel-topics)
Upstream commit: N/A

-- Tải thư viện UI Rayfield
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
-- Dịch vụ Roblox
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local Camera = workspace.CurrentCamera
local LocalPlayer = Players.LocalPlayer
@nosmonky
nosmonky / priority-anchor-2-20260822.txt
Created August 22, 2026 04:12
wizard-tower priority anchor 2 2026-08-22
wizard-tower priority anchor #2 - 2026-08-22
SHA-256: 867757f8a2f968a90e9b0ab0e681cbe07793855003e64d5212d8d134b75cd303
Successor to the 2026-08-21 anchor (58ff5006...). Opaque cryptographic
priority anchor binding a sealed research estate bundle held by its
author: the original sealed result, two successor reseal ceremonies,
eight rounds of adversarial audit, referee draft v0.5, erratum, and
piece-2 receipts. Verification: hash the disclosed bundle and compare.
@choco-bot
choco-bot / FilesSnapshot.xml
Created August 22, 2026 04:12
nerd-fonts-RobotoMono v3.5.1 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\FontFilesInstalled.log" checksum="280D442B90C8CF52FD424149356411C5" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\nerd-fonts-RobotoMono.nupkg" checksum="AC6542B1EC983FD9FE1BDCF89DD33439" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\nerd-fonts-robotomono.nuspec" checksum="F3403B23F9D40016BC9DC4CB813C024A" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\RobotoMono.zip.txt" checksum="C9AB1A9AA037A139E98334E976D23866" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\tools\chocolateyBeforeModify.ps1" checksum="7F975B9C5FA53E07E94D699D779D7CDC" />
<file path="C:\ProgramData\chocolatey\lib\nerd-fonts-RobotoMono\tools\chocolateyInstall.ps1" checksum="ACB662E2E6E6096ED41763FCC3216739"
import java.util.*;
public class Dijkstra {
static class Edge {
int to;
int weight;
Edge(int to, int weight) {
this.to = to;