Tagged articles
4 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Sep 21, 2025 · Operations

Why WeChat Bloats Your Phone and How to Safely Clean Up Storage

Many users think WeChat stores duplicate copies of files when forwarding, causing massive storage bloat, but the app actually uses hard links to avoid redundancy; a misguided Python script can delete files by name suffixes, risking data loss, while proper cleanup involves clearing caches, managing large chat files, disabling auto‑download, and using deep clean options.

Cache CleaningPython scriptStorage Management
0 likes · 5 min read
Why WeChat Bloats Your Phone and How to Safely Clean Up Storage
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Fundamentals

How to Quickly Remove Code Comments in Embedded Projects

This guide explains practical methods—including specialized tools, custom scripts, and regular‑expression tricks in editors like VS Code and Notepad++—to efficiently strip //, /* */ and blank‑line comments from C/C++ source files for software copyright submissions.

Notepad++Python scriptVS Code
0 likes · 4 min read
How to Quickly Remove Code Comments in Embedded Projects
Baidu Geek Talk
Baidu Geek Talk
Apr 24, 2023 · Mobile Development

Image Optimization Techniques for Baidu iOS App: Unused Image Removal, Asset Catalog, and HEIC Encoding

The article details Baidu’s iOS image‑size reduction strategy, combining automated detection and removal of unused PNG/WebP assets, migration to Xcode’s Asset Catalog for lossless compression, and selective conversion to HEIC format, which together shaved roughly 9.75 MB from the app bundle.

App Size ReductionHEICPython script
0 likes · 18 min read
Image Optimization Techniques for Baidu iOS App: Unused Image Removal, Asset Catalog, and HEIC Encoding