Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 23, 2026 00:16
Rimworld output log published using HugsLib
Log uploaded on Tuesday, September 22, 2026, 8:16:07 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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
Cherry Picker(Owlchemist.CherryPicker): CherryPicker(av:1.0.62,fv:1.0.62)
@v4dkou
v4dkou / README.md
Created September 23, 2026 00:16
Playwright walkthrough for newly-app/newly#5930

Playwright walkthrough for newly-app/newly#5930 at 29523c59457e69786ac231795ec7ca3b6dca8017.

@voyage-plow
voyage-plow / ROM.md
Created September 23, 2026 00:15
Mortal Kombat 11 ROM Full Game Updated Version 2026

🦂 Mortal Kombat 11

⚔️ Brutal Combat • 🩸 Fatalities • 🥊 Iconic Fighters • 🔥 Epic Battles

A Fast-Paced Fighting Experience from the Mortal Kombat Universe

@kressm
kressm / multiversx-incident-evidence-review.md
Created September 23, 2026 00:15
DRAFT — MultiversX/EGLD incident: source evidence, Barnard attribution, and unresolved claims

MultiversX / EGLD incident: what the public evidence establishes

DRAFT FOR REVIEW — Research snapshot: 22 September 2026. Prepared with AI-assisted source and bytecode inspection. This is not an official incident report, a full security audit, or a replay of the exploit. Source links below use immutable commits wherever possible. Chain/API state may change after recovery.

Findings

Two findings can both be true: the inspected node source constructs and integrates the hard-fork trigger, contradicting the literal “not instantiated” claim; and the original attacker contract directly calls a Barnard-gated VM interface, strongly corroborating Robert Sasu’s separate Barnard/atomicity explanation.

Neither finding establishes that the Foundation used the trigger, that exchange deposits were sold, or that Supernova’s 600ms design caused the exploit. Approximate abnormal balances and outflows total 76.68 million EGLD, but that is not an exact net-issuance calculation or a dollar-loss estimate.

@choco-bot
choco-bot / FilesSnapshot.xml
Created September 23, 2026 00:14
dart-sass-embedded v1.62.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\dart-sass-embedded\dart-sass-embedded.nupkg" checksum="F54DA24A7E0B0722E3F54A842E4831F7" />
<file path="C:\ProgramData\chocolatey\lib\dart-sass-embedded\dart-sass-embedded.nuspec" checksum="05507A3378B9B845A9A6BE84C9645700" />
<file path="C:\ProgramData\chocolatey\lib\dart-sass-embedded\sass_embedded-1.62.1-windows-x64.zip.txt" checksum="9D85565A5E49A0FD52F75678EF765972" />
<file path="C:\ProgramData\chocolatey\lib\dart-sass-embedded\tools\chocolateyinstall.ps1" checksum="144ECFD4A3776C08672A7D11B31728F9" />
<file path="C:\ProgramData\chocolatey\lib\dart-sass-embedded\tools\chocolateyuninstall.ps1" checksum="A4063BBBC3CD20BA9A0B0CAF4DB90BD2" />
<file path="C:\ProgramData\chocolatey\lib\dart-sass-embedded\tools\sass_embedded\dart-sass-embedded.bat" checksum="0F93F4820D2F385F7A7
@fahadmunir53
fahadmunir53 / ucp.json
Created September 23, 2026 00:14
ucp-agent-profile
{
"ucp": {
"version": "2026-08-25",
"services": {},
"payment_handlers": {},
"agent": {
"name": "shopseo",
"description": "A read only SEO and AI visibility measurement agent. It searches a store's public catalogue to record what an assistant would find. It never carts, never checks out and never pays.",
"capabilities": ["dev.ucp.shopping.catalog"]
}
@jimdewhit
jimdewhit / version.json
Created September 23, 2026 00:14
Bill Tracker latest version manifest
{
"version": "0.1.0",
"releaseUrl": "https://github.com/jimdewhit/bill-tracker/releases/tag/v0.1.0",
"dockerUrl": "https://github.com/jimdewhit/bill-tracker/pkgs/container/bill-tracker"
}
@manuvamp
manuvamp / gist58.md
Created September 23, 2026 00:14
Team standup, replaced by a brief (for distributed teams)

Team standup, replaced by a brief (for distributed teams)

The daily standup exists to answer three questions: what moved, what's blocked, and what's next. For distributed teams across time zones, a live meeting answers none of them well — half the team attends while sleepy.

The async replacement

A written standup with a hard structure, posted before your workday starts:

YESTERDAY: 
@manuvamp
manuvamp / gist57.md
Created September 23, 2026 00:14
Watch it once, own it forever: the conversion checklist

Watch it once, own it forever: the conversion checklist

The difference between people who learn from video and people who consume it is one habit: a conversion pass at save-time. Here's the checklist — five items, five minutes, once per video.

  1. The claim (1 sentence). What does this video argue? Write it as a statement you could defend. Can't write it? You're watching for entertainment — tag it and move on honestly.

  2. The evidence (max 3 points, timestamped). What supports the claim? Timestamps attached, always — they're how you re-check without re-watching.

  3. The actions (0-5, verb-first). What does the video tell you to do? Each becomes a task with a scope. Zero actions is a valid, guilt-free outcome for entertainment.

@David-dach
David-dach / mi_algoritmo.psc
Created September 23, 2026 00:13
Creado con PseInt Web
Algoritmo Ejemplo3
Definir edad como Entero
Escribir "Ingresa una edad"
Leer edad
Si edad > 0 y edad <=3 Entonces
Escribir "Es un bebe"
SiNo