xkx's Tech General Store
Author

xkx's Tech General Store

Code with the left hand, enjoy with the right; a keystroke sweeps away worries.

31
Articles
0
Likes
59
Views
0
Comments
Recent Articles

Latest from xkx's Tech General Store

31 recent articles
xkx's Tech General Store
xkx's Tech General Store
Jun 14, 2026 · Fundamentals

Lesson 4: Breaking Down Time Series into Trend, Seasonality, Cycle & Random Noise

This tutorial explains the four fundamental components of a time series—trend, seasonality, cyclicality, and random noise—covers additive and multiplicative decomposition models, provides step‑by‑step Python code with visualizations, and shows how removing these components improves stationarity for forecasting.

PythonTime Seriesadditive decomposition
0 likes · 14 min read
Lesson 4: Breaking Down Time Series into Trend, Seasonality, Cycle & Random Noise
xkx's Tech General Store
xkx's Tech General Store
Mar 4, 2026 · Frontend Development

How to Build Browser Live Streaming for Small Projects with WebRTC and SRS

This article shows how seemingly complex real‑time video requirements can be satisfied cheaply by combining the open‑source WebRTC stack with the lightweight SRS media server, detailing the architecture, step‑by‑step signaling, full JavaScript code for publishing and playing, and the resulting end‑to‑end live‑streaming solution.

BrowserReal-time communicationSRS
0 likes · 10 min read
How to Build Browser Live Streaming for Small Projects with WebRTC and SRS
xkx's Tech General Store
xkx's Tech General Store
Feb 8, 2026 · Artificial Intelligence

Mastering U‑Net: The Core Engine of Stable Diffusion – Theory to Practice

This article introduces the U‑Net architecture—originally designed for medical image segmentation—explains why its pixel‑wise processing makes it the core denoising engine in Stable Diffusion, details three key modifications for diffusion models, and walks through a ResNet‑50‑based implementation trained on the VOC2012 dataset, achieving 0.92 pixel accuracy and 0.64 mean IoU.

Deep LearningPyTorchResNet50
0 likes · 11 min read
Mastering U‑Net: The Core Engine of Stable Diffusion – Theory to Practice
xkx's Tech General Store
xkx's Tech General Store
Feb 1, 2026 · Artificial Intelligence

OpenClaw’s Private‑Agent Architecture: How a Local AI Assistant Redefines Automation

The article explains OpenClaw’s three‑component architecture—Gateway, Client, and Node—showing how it differs from cloud‑only AI tools, enables private, locally‑deployed agents controllable via social apps, and demonstrates a daily AI news‑summary use case with step‑by‑step instructions.

AI AgentAutomationOpenClaw
0 likes · 9 min read
OpenClaw’s Private‑Agent Architecture: How a Local AI Assistant Redefines Automation