Skip to content

Instantly share code, notes, and snippets.

@ak1ra-komj
ak1ra-komj / oh-my-openagent.opencode-go.jsonc
Created August 5, 2026 01:03 — forked from Alice39s/oh-my-openagent.opencode-go.jsonc
oh-my-openagent.jsonc for OpenCode Go subscriptions
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
// ===== 核心编排与顶级架构 =====
// 主 orchestrator:GLM-5 更接近 Claude-like 长指令跟随,缺点是上下文低 (平替 Qwen3.7-Max/Plus)
"sisyphus": {
"model": "opencode-go/glm-5",
"fallback_models": [
@ak1ra-komj
ak1ra-komj / foobar2000-dsd-sacd.md
Created January 10, 2026 11:36 — forked from milnak/foobar2000-dsd-sacd.md
Foobar 2000 DSD and SACD support: Guide to setting up Foobar2000 player for hi-res audio (DSF, DFF, SACD, ISO) #windows

Foobar2000 DSD and SACD support

I've successfully followed these steps to get DSD (.dsf filetype) and SACD (.iso filetype) playing at high bit rate using foobar2000 on my S.M.S.L M500 DAC.

This has been adapted from "SECTION II" of this page, thanks to "sirblew" for the tip!

Introduction

DSD stands for Direct Stream Digital and it is a high-definition lossless audio format with a twist. PCM signal solutions (like FLAC, TTA or APE) measure a set of bits multiple times per second to capture the audio data, hence the 16/24-bit parameter. On the other hand, DSD uses only one bit but samples it 2.8 million times a second to capture the audio signal.

@ak1ra-komj
ak1ra-komj / deepl.rs
Created February 19, 2023 12:56 — forked from andelf/deepl.rs
DeepL Rust command line
// https://zu1k.com/posts/thinking/deception-tactics-in-deepl-api-design/