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.

30
Articles
0
Likes
14
Views
0
Comments
Recent Articles

Latest from xkx's Tech General Store

30 recent articles
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.

BrowserLive StreamingReal‑time communication
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.

PyTorchResNet50Semantic Segmentation
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 AgentGateway ArchitectureOpenClaw
0 likes · 9 min read
OpenClaw’s Private‑Agent Architecture: How a Local AI Assistant Redefines Automation
xkx's Tech General Store
xkx's Tech General Store
Jan 29, 2026 · Artificial Intelligence

Understanding CLIP: The Image‑Text Translator Behind Text‑to‑Image Models

This article explains CLIP’s dual‑encoder architecture, contrastive training, and zero‑shot inference, then demonstrates its use through image‑text matching and CIFAR‑10 classification experiments with code examples, highlighting strengths and limitations such as resolution mismatch.

CLIPContrastive LearningImage-Text Matching
0 likes · 11 min read
Understanding CLIP: The Image‑Text Translator Behind Text‑to‑Image Models