Archives
All the articles I've archived.
Create Classic Glass Animals-Style Music in Strudel
Play two original Strudel studies based on the hazy, percussive production ideas behind Glass Animals songs such as Heat Waves and Youth.
Build a Cozy Lo-fi Study Loop with Strudel
Play and study an original 72 BPM lo-fi loop made from synthesized drums, warm jazz chords, bass, melody, and crackle in Strudel.
Blender 5 Film Flash, Part 5: Style Materials and the Film Look
Configure clothes, shoes, skin tones, light filters, and a restrained film-look preview in Blender 5.2 without losing the calibrated EI 80 flash setup.
Blender 5 Film Flash, Part 4: Build and Load the Background
Load, scale, organize, light, and optimize a Blender background for a fast Fujifilm GW690III-style flash previsualization at EI 80.
Blender 5 Film Flash, Part 3: Meter and Match the Camera
Configure Blender 5.2 for 135, 120, 4×5, or 8×10 film; then approximate EI 80 aperture, shutter speed, guide number, and flash-to-ambient balance through a calibrated static workflow.
Blender 5 Film Flash, Part 2: Iterate Lighting in Real Time
Configure Blender 5.2 LTS for fast EEVEE lighting changes, controlled comparisons, and focused Cycles checks while planning an EI 80 medium-format flash shoot.
Blender 5 Film Flash, Part 1: Place and Shape the Light
Learn to place, aim, and shape flash-like lights around an existing model in Blender 5.2 LTS for a Fujifilm GW690III-style 120-film shoot at EI 80.
Note App: 胶片闪光设置:GN、功率与曝光微调
Updated:按场景、胶卷工作 EI、GN、距离与环境测光,选择光圈、镜间快门速度及 1/128 至 1/1 闪光功率,再从 0 EV 微调到可以拍摄。
胶卷使用与曝光速查:2460、5207、Pro Image 100 与 Phoenix II
四款彩色负片在室内人像、街拍和风光场景中的 EI、滤镜、曝光、冲洗与扫描速查。
遇到私有 Proxy 客户端的正确使用方法
私有 Proxy 客户端,缺功能, BUG 多,优化差,怎么办,用 Socks5 服务,再用 Momo 接入,从此,再也不怕宽带浪费啦!
Forward Domain Email with Cloudflare
A minimal guide to forwarding email from a custom domain to Gmail or another inbox with Cloudflare Email Routing.
My Ten Essentials
Ten objects that are essential to me and why I chose them.
Cameras and Lenses I Recommend
Cameras and lenses I have bought and recommend.
Control Coding Agents with herdr
A quick note on controlling coding agents with the herdr CLI.
Write Markdown Lexer and Parser in Zig
As the Zig able to do some sort of pattern maching(tagged union), it would be a good way to write some simple DFA(Parser, Lexer) using Zig, using code to create DFA, manage state transform using if-else(switch).
eframe problems you have to know(in 2026-01)
You could uses egrame to dev serious applications, as Rust provide a good DX and good performance, but its eco still lacks something.
eframe (Wayland) reliable Ctrl+V paste for clipboard images (payload + preview)
A small helper to reliably detect Ctrl+V on Wayland and read clipboard images as encoded bytes (plus optional RGBA8 preview).
Make Zig Avaliable in Jules Env
Updated:How to add Zig programming language compiler to Jules environment
One Tab failed to load on Chrome
One Tab extension failed to load on Chrome browser, some config might affect it.
Add CJK font rendering to eframe and egui
Updated:Quick examples for loading a CJK fallback font in native and WASM eframe applications.
Python Code Type Hints Snippets
A collection of python code that helps you pass the check from ruff/pyright(based).
Some Tricks for Doing Web Dev
Some tricks for debugging DOM in browser, especially in React(might able to applied to other frameworks).
Useful Typst Snippets: CTyp and CeTZ
Updated:Set up Chinese typography with CTyp, draw diagrams with CeTZ, and find legacy Typst snippets for CJK fonts and paragraph indentation.
中国大陆居民来香港办理 HSBC 及 IKBR 开户记录
作为普通工薪阶层, 想要购买股票, 但是又不懂A股, 怎么办, 买点美股或者港股, 于是会尝试使用IBKR; 但众所周知, 大陆的外汇交易是有限制的, 直接购买外汇有额度上限并且转账到券商还要手续费, 那么可以选择Hong Kong SAR的银行, 通过港澳通行证来办理汇丰银行卡来减少IBKR入金时的收费.
Remote Compile Service
I'm trying to use Cloudflare Worker to transpile React code to pure JS, and I'm going to share my experience with you.