This comprehensive guide explores how to build lightweight, high-performance desktop applications using Tauri and a Python Sidecar architecture. It covers the complete development lifecycle—from solving traditional Python GUI bottlenecks and setting up cross-language communication, to implementing an elegant hot-reloading workflow and packaging a standalone executable.
-
Guide for Boosting FPS in UE5 Games for Nvidia GPUs
A comprehensive technical guide to fixing low frame rates in Unreal Engine 5 games on older Nvidia GPUs (20 and 30 series). Using Silent Hill 2 Remake as a case study, this post covers enabling FSR3 frame generation, reducing input latency with Nvidia Reflex via RTSS, and applying ultrawide/framerate unlock patches for seamless cutscenes.
-
Wiki for Quick Lookups in Life and Tech
A continuously updated personal wiki for recording easily forgotten fragments of daily life and programming knowledge.
-
Guide for Hexo Blog Backup and Recovery
A comprehensive guide to Hexo blog disaster recovery and cross-device deployment using a public-private dual-repository architecture. It includes .gitignore configuration, private repository backups, one-click environment restoration, and a standard cross-device synchronization workflow.
-
Python Desktop Application Packaging Guide
A guide on packaging Python scripts into standalone desktop executables. This article covers dependency management using virtual environments, compares the mechanisms and parameters of PyInstaller and Nuitka, and details specific configurations for GUI frameworks. It also provides solutions for common runtime issues.
-
Userscript Development and Deployment Workflow Guide
A comprehensive manual for userscript development, covering everything from metadata configuration and GitHub hosting to achieving seamless ‘hands-free’ synchronization with Greasy Fork via Webhooks.
-
A Guide to Video Release Naming Conventions and Technical Specifications
Deconstructs the standard naming conventions for digital video releases (The Scene) and provides a technical deep dive into resolution, source types (REMUX/WEB-DL), codecs, and bitrates to help users accurately assess media quality and device compatibility.
-
Alist Multi-Drive Mounting and Startup Script Writing
Walks through setting up Alist on Windows to mount multiple cloud drives (with Baidu Netdisk as an example), configure WebDAV/UA for smooth playback, and includes a ready-to-run batch script to launch the server and open the web UI in one click.
-
Game Text Localization Process Based on Poedit
A standardized workflow guide for game text localization using Poedit, covering the complete process from string extraction to final file generation. Ideal for localization managers and translators working on game projects with Gettext/POT-PO systems.
-
How to Display Account Data on GitHub Profile
This guide walks you through three ways to show GitHub profile data (stats, trophies, visitor counters): using public services, self-hosting forks on Vercel to avoid rate-limit errors, and building a custom counter with Vercel Edge Functions + Upstash Redis, including setup steps, env vars, and cache-busting tips.