Skip to content

Instantly share code, notes, and snippets.

@hinataconsult
hinataconsult / column_B_20260906.html
Created September 6, 2026 11:49
生成AI最新ニュース 2026年08月31日〜09月06日 B
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>生成AI最新ニュース 2026年08月31日〜09月06日</title>
<style>
:root {
--green1:#1B512D; --green2:#7FB069; --earth1:#E6AA68; --earth2:#A67458; --light:#F3F9E3;
}
@hinataconsult
hinataconsult / column_A_20260906.html
Created September 6, 2026 11:49
生成AI最新ニュース 2026年08月31日〜09月06日 A
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>生成AI最新ニュース 2026年08月31日〜09月06日</title>
<style>
:root {
--green1:#1B512D; --green2:#7FB069; --earth1:#E6AA68; --earth2:#A67458; --light:#F3F9E3;
}
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 6, 2026 11:49
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Sunday, September 6, 2026, 7:48:32 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)
Better Mod Sort(And Error Inspector)(com.bettermodsort.rimworld)[mv:1.0.1]: BetterModSort(1.0.0), Newtonsoft.Json(av:13.0.0,fv:13.0.4.30916)
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)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 6, 2026 11:48
Rimworld output log published using HugsLib
Log uploaded on Sunday, September 6, 2026, 7:48:31 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
Thought: 1.3s
# Todos
[•] Leer ADR 002 y entender contratos exactos
[ ] Verificar estado actual: 54 tests pasando, estructura existente
[ ] Implementar src/ia_personal/ingest.py según ADR
[ ] Implementar tests/test_ingest.py
[ ] Ejecutar pytest y verificar 54+N tests pasan
[ ] Reporte final: archivos, resumen, pytest, git status, confirmación AX3
+ Thought: 210ms
→Read docs\decisiones\002-ingesta-documentos.md
We can't make this file beautiful and searchable because it's too large.
CLSID,ClassName
{0000031A-0000-0000-C000-000000000046},CLSID
{0000002F-0000-0000-C000-000000000046},CLSID CLSID_RecordInfo
{00000100-0000-0010-8000-00AA006D2EA4},CLSID DAO.DBEngine.36
{00000101-0000-0010-8000-00AA006D2EA4},CLSID DAO.PrivateDBEngine.36
{00000103-0000-0010-8000-00AA006D2EA4},CLSID DAO.TableDef.36
{00000104-0000-0010-8000-00AA006D2EA4},CLSID DAO.Field.36
{00000105-0000-0010-8000-00AA006D2EA4},CLSID DAO.Index.36
{00000106-0000-0010-8000-00AA006D2EA4},CLSID DAO.Group.36
{00000107-0000-0010-8000-00AA006D2EA4},CLSID DAO.User.36
@Felix-cfd
Felix-cfd / pi-commands.md
Created September 6, 2026 11:47 — forked from loggedbytucker-blip/pi-commands.md
Raspberry Pi 5 media server — Immich + Jellyfin + Tailscale

Raspberry Pi 5 Media Server — Commands

Immich (photos) + Jellyfin (movies/TV) + Tailscale (access from anywhere). Commands only, in the order they're run in the video.

Tested August 2026 on:

Hardware Raspberry Pi 5, 8GB — CanaKit Starter Kit PRO
@ayush1grc
ayush1grc / kittybet_deploy.sh
Last active September 6, 2026 11:50
KittyBet Deploy v2
#!/bin/bash
set -e
echo "🚀 Starting KittyBet One-Click Deployment..."
# Change to bot directory
cd /home/Order0792/kitty || cd "$HOME/kitty" || cd /home/Order0792
# 0. Check & install ffmpeg if missing
if ! command -v ffmpeg &> /dev/null; then
@hookttg
hookttg / gist:07c1e23b99e92ccd0a7ca8fe2271f96d
Created September 6, 2026 11:47 — forked from linbaiwpi/gist:d2d55a376453ccb048d602bc67b59061
Google Pinyin Chinese Input Method Installation on Ubuntu
sudo apt-get install fcitx im-config
im-config ## choose fcitx
sudo apt-get install fcitx-googlepinyin
## choose fcitx keyboard icon, choose "Text Entry Setting"
## in the opned windows, click "+" icon
## search "pinyin" and Google Pinin" will come out
## if cannot not be used immediately, log out once
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created September 6, 2026 11:47
xpipe v24.0.5 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2200383595-1912971063-3180447671-1000</user>
<keys>
<key installerType="Msi" displayName="XPipe" displayVersion="24.0.5.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B3D8B9C3-A83D-4B8F-B858-B9111479136C}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Users\vagrant\AppData\Local\XPipe\]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{B3D8B9C3-A83D-4B8F-B858-B9111479136C}]]></UninstallString>