Skip to content

Instantly share code, notes, and snippets.

@tankxu
tankxu / VoHive-Deploy.md
Last active August 5, 2026 16:37
VoHive 仓库 / 固件 / 部署 / 升级 完全手册

VoHive 仓库 / 固件 / 部署 / 升级 完全手册

记录 vohive 的来源、二进制获取、在网心云 OES Plus(arm64)上的部署与升级方法。 整理时间:2026-07。当前 OES Plus 上运行 v1.5.15 原生 arm64/opt/vohive,systemd 服务,端口 7575)。


一、仓库现状(重要:官方已跑路)

  • 官方iniwex5/vohive(Go 源码)+ iniwex5/vohive-release(发布)

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.

@gianlucamazza
gianlucamazza / distrobox-macos-setup.sh
Created May 3, 2025 00:12
Installing Distrobox on macOS with full Podman support
#!/bin/bash
# Strict mode: exit on error, exit on unset variable, pipefail
set -euo pipefail
echo "🚀 Installing Distrobox on macOS with full Podman support..."
# 1. Check for Homebrew
if ! command -v brew >/dev/null 2>&1; then
echo "❌ Homebrew is not installed. Please install it first: https://brew.sh"
@2600box
2600box / IPA-Sources.md
Created October 9, 2025 19:06— forked from ongkiii/IPA-Sources.md
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@dori4n
dori4n / Office 2021 ISO Links at Microsoft.md
Last active August 5, 2026 16:29
Office 2021 ISO Download Links at Microsoft
@DNA64
DNA64 / USB-Host-Mod.md
Last active August 5, 2026 16:26
Compatible USB Devices for USB Host Mod

The following USB devices have been tested and are known to be compatible with the USB-HOST mod for SNES and NES Classic Edition Consoles.

Please report any devices not listed below! Post a comment below with the Name, Size, and Model Number and whether or not it works, and I will add it to the list.

It seems like ALL SanDisk sticks are compatible so far and they're the RECOMENDED brand to go with for speed.

ALL HARD DRIVES WORK!

This list is for USB Flash/Thumb Drives only!

@nafiskabbo
nafiskabbo / typescript-7-migration.md
Created July 8, 2026 18:34
TypeScript 6.x to 7.0 Migration Guide - Agent Guide

TypeScript 7.0 Migration Guide (Go-Native Compiler)

Status as of this writing (July 2026): TypeScript 7.0 is stable / generally available. It shipped as a Release Candidate on June 18, 2026, and Microsoft has now published the full "Announcing TypeScript 7.0" stable release. This guide reflects the stable release, not the RC. If you're reading this much later, sanity-check version numbers against https://devblogs.microsoft.com/typescript/ before running anything.

This doc is written so an AI coding agent (or a human) can follow it step-by-step to migrate a repo from TypeScript 6.x to TypeScript 7.0. Copy the "Agent Instructions"

@T-Birth
T-Birth / SetupGuide.md
Created August 3, 2026 22:51— forked from stevester-codes/SetupGuide.md
Multi-User Vibepollo + Playnite Setup with User Switching (Samsung Tizen OS 5.5 Smart TV (Q80T) + Moonlight Guide)

Streaming Gaming PC Setup – Complete Installation Guide (Final 2025 Edition – Hybrid, Crash-Proof, Zero-Watcher)

Dad + Son Multi-User Setup with Playnite, Vibepollo, and Moonlight to Samsung Q80T

Total setup time: 3–5 hours (including downloads and testing)
Defaults: HEVC @ 60–70 Mbps (stable for Q80T). AV1 optional to test later (50–60 Mbps).

This guide is event-driven only (Task Scheduler + Vibepollo Commands).
No always-running “watcher” script; everything reacts to real events.