Skip to content

Instantly share code, notes, and snippets.

@dlesage-nvidia
dlesage-nvidia / README.md
Created September 8, 2026 23:21
Reproducibility artifacts for vLLM nvImageCodec PR #9

nvImageCodec vLLM PR evidence

This bundle supports the throughput and output-quality claims in dlesage-nvidia/vllm#9. It contains no image data.

Files

  • throughput-raw-summaries.json: all 24 matrix cells (12 configurations × Pillow/nvImageCodec), including the three individual fresh-start results and raw GPU/CPU telemetry samples for each cell. Machine-local paths were replaced
@forkyau
forkyau / hourly_rainfall_data-2026-09-09|07-00.csv
Created September 8, 2026 23:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
1 湿地公园 RF002 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
2 水边围 N12 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
3 石岗 RF003 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
4 大美督 RF004 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
5 大埔墟 RF005 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
6 北潭涌 RF006 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
7 滘西洲 RF007 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
8 西贡 N15 0 mm 2026-09-09T07:00:00+08:00 2026-09-09
@networkextension
networkextension / FreeBSD booted on M4 Max T6041.log
Created September 8, 2026 23:20
FreeBSD booted on M4 Max T6041
root@fbsd-m1:~ # dmesg
---<<BOOT>>---
GDB: debug ports: uart
GDB: current port: uart
KDB: debugger backends: ddb gdb
KDB: current backend: ddb
WARNING: Cannot find freebsd,dts-version property, cannot check DTB compliance
Copyright (c) 1992-2026 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
@aliwanzi
aliwanzi / For Mac 4.2.6 unlimited trial.md
Created September 8, 2026 23:20 — forked from rise-worlds/For Mac 4.2.6 unlimited trial.md
Beyond Compare 4 license for Windows, Mac, Linux

for 4.2.4 or higher, 4.2.5,4.2.6,4.3.7, it's works, this is the way which makes Always in evaluation mode.

  1. open Terminal, go to the dir : cd /Applications/Beyond Compare.app/Contents/MacOS
  2. change the name BCompare to BCompare.bak: mv BCompare BCompare.bak
  3. touch a file name BCompare , and chmod a+ux BCompare : touch BCompare && chmod a+ux BCompare
  4. open BCompare with text editor, insert the script :
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@
@csh1668
csh1668 / metadata.json
Last active September 8, 2026 23:20
RimWorld AutoTranslation Cache - Russian / Русский (Yandex)
{"targetLanguage":"Russian \/ Русский","translatorName":"Yandex","translatorModel":"Yandex","date":"2026-09-09 02:20:25","translationCount":31447}
@LeoSigal
LeoSigal / rmini-recovery.sh
Created September 8, 2026 23:20
RooMini Recovery: start SSH + create leoadmin (no deactivate)
#!/bin/bash
# Run in macOS Recovery Terminal:
# curl -fsSL URL -o /tmp/r.sh && sh /tmp/r.sh
set -e
DS="/Volumes/Data/private/var/db/dslocal/nodes/Default"
if [ ! -d "$DS/users" ]; then
echo "ERROR: $DS/users not found. Volumes:"
ls /Volumes
exit 1
fi
@esinachun
esinachun / abl_data.json
Created September 8, 2026 23:19
Biotech Monitor – ABL 자동 수집 데이터
{
"meta": {
"ticker": "ABL",
"name": "에이비엘바이오",
"last_updated": "2026-09-08T23:19:54.189470",
"update_count": 1,
"errors": [],
"gist_updated_at": "2026-09-08T23:19:56.160069",
"static_updated_at": "2026-09-08",
"source": "biotech_monitor_local"
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 8, 2026 23:19
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, September 8, 2026, 6:19:08 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.14.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)
@steev611
steev611 / privacy.md
Created September 8, 2026 23:19
Bank Monitor - Privacy & Terms

Bank Monitor — Privacy Notice

Bank Monitor is a personal, single-user tool run locally by its owner to view their own bank accounts.

  • Data accessed: account balances and transactions, only from accounts the owner explicitly connects via Open Banking (through Enable Banking).
  • Storage: all data is stored locally on the owner's own computer (a local SQLite file). It is not sent to any server or third party operated by the developer.
  • Sharing: none. No analytics, no advertising, no third-party sharing.
  • Access: bank authentication is performed by the bank; the app stores access tokens only on the owner's machine and uses them solely to read the owner's own data.
  • Retention / consent: access follows Open Banking consent rules (up to ~90 days), after which re-consent is required. Deleting the local database removes stored data.
  • Contact:
function FindProxyForURL(url, host) {
return "SOCKS5 192.168.2.219:8889; SOCKS 192.168.2.219:8889; DIRECT";
}