Sohu Tech Products
Author

Sohu Tech Products

A knowledge-sharing platform for Sohu's technology products. As a leading Chinese internet brand with media, video, search, and gaming services and over 700 million users, Sohu continuously drives tech innovation and practice. We’ll share practical insights and tech news here.

1.1k
Articles
0
Likes
3.2k
Views
0
Comments
Recent Articles

Latest from Sohu Tech Products

100 recent articles max
Sohu Tech Products
Sohu Tech Products
Feb 25, 2026 · Artificial Intelligence

How to Replicate the Spring Festival Robot Dance: A Complete Video‑to‑Robot Motion Guide

This tutorial walks you through building a full video‑to‑robot motion pipeline—from installing the necessary repositories and environments, configuring GMR and PromptHMR, running command‑line tools, launching a multilingual Web UI, to exporting multi‑person trajectories and MuJoCo simulations—while highlighting common pitfalls and advanced considerations.

GitHubRoboticsembodied AI
0 likes · 15 min read
How to Replicate the Spring Festival Robot Dance: A Complete Video‑to‑Robot Motion Guide
Sohu Tech Products
Sohu Tech Products
Feb 25, 2026 · Operations

Streamline AI Agent Skill Management with SkillDeck on macOS

This article explains how SkillDeck, a native macOS application, unifies installation, discovery, updating, and removal of AI coding agent skills, reducing manual symlink handling and providing a visual dashboard, while sharing development insights and AI‑assisted coding tips.

AI agentsSwiftUImacOS
0 likes · 10 min read
Streamline AI Agent Skill Management with SkillDeck on macOS
Sohu Tech Products
Sohu Tech Products
Feb 25, 2026 · Frontend Development

How Open WebUI Builds a Production‑Grade AI Chat UI with Svelte

This article dissects the open‑source Open WebUI project, explaining its three‑layer architecture, key Svelte components, streaming rendering pipeline, message‑tree data model, state management, RAG integration, and plugin system, while offering practical optimization tips for building a performant production‑level AI chat interface.

AI chat UIFrontend ArchitectureOpen WebUI
0 likes · 18 min read
How Open WebUI Builds a Production‑Grade AI Chat UI with Svelte
Sohu Tech Products
Sohu Tech Products
Feb 25, 2026 · Mobile Development

Why R8 Beats D8: Deep Dive into Android’s Powerful Code Optimizer

This article explains the differences between D8 and R8, details R8’s advanced optimization techniques, discusses challenges like reflection and keep‑rules, and highlights recent tooling improvements and future features that make R8 essential for faster, smaller Android apps.

AndroidPerformanceR8
0 likes · 9 min read
Why R8 Beats D8: Deep Dive into Android’s Powerful Code Optimizer
Sohu Tech Products
Sohu Tech Products
Feb 4, 2026 · Backend Development

Why LiteFlow Is the Go‑to Rule Engine for Complex Business Logic

LiteFlow is a lightweight, open‑source Chinese rule engine that transforms tangled if‑else code into modular, hot‑deployable components using a simple EL DSL, offering high performance, multi‑language scripting, and visual orchestration for backend systems.

EL DSLHot DeploymentJava
0 likes · 12 min read
Why LiteFlow Is the Go‑to Rule Engine for Complex Business Logic
Sohu Tech Products
Sohu Tech Products
Feb 4, 2026 · Mobile Development

Why Flutter Text Gets Clipped Under Opacity/ShaderMask? Deep Dive into Skia Bounds Bug

The article explains a long‑standing Flutter bug where Text wrapped by Opacity or ShaderMask loses its descender glyphs on Android due to overly precise layer bounds calculated by Skia/FreeType, detailing how saveLayer, hinting, and glyph outline bounds interact, and offers practical workarounds to avoid the clipping.

AndroidFlutterOpacity
0 likes · 11 min read
Why Flutter Text Gets Clipped Under Opacity/ShaderMask? Deep Dive into Skia Bounds Bug
Sohu Tech Products
Sohu Tech Products
Feb 4, 2026 · Frontend Development

How to Seamlessly Integrate Legacy Backends with Vue and Qiankun Micro‑Frontend

This article presents a comprehensive case study on unifying multiple legacy backend systems by building a modern Vue‑based front‑end, combining native iframe integration with the qiankun micro‑frontend framework to achieve a single entry point, smooth migration, reduced costs, and an evolvable architecture for enterprise applications.

Frontend ArchitectureIframe IntegrationPerformance Monitoring
0 likes · 18 min read
How to Seamlessly Integrate Legacy Backends with Vue and Qiankun Micro‑Frontend
Sohu Tech Products
Sohu Tech Products
Jan 28, 2026 · Backend Development

What’s New in IntelliJ IDEA 2026.1 EAP? Java 26, Spring Boot 4, Gradle 9 & More

IntelliJ IDEA 2026.1 EAP introduces Java 26 language‑level support, deep Spring Boot 4 integration, Gradle 9 and Maven 4 compatibility, numerous IDE enhancements, and over 600 bug fixes, offering developers early access to next‑generation Java features and performance improvements while recommending non‑production use.

Gradle 9IDE releaseIntelliJ IDEA
0 likes · 14 min read
What’s New in IntelliJ IDEA 2026.1 EAP? Java 26, Spring Boot 4, Gradle 9 & More
Sohu Tech Products
Sohu Tech Products
Jan 28, 2026 · Artificial Intelligence

How OnePiece Brings Context Engineering and Implicit Reasoning to Industrial Ranking

This article details the OnePiece framework, which integrates context engineering, anchor item sequences, and progressive implicit reasoning into generative recommendation systems, achieving significant offline and online performance gains on Shopee Search by enhancing model inference, personalization, and computational efficiency.

Context EngineeringGenerative RecommendationRanking Models
0 likes · 13 min read
How OnePiece Brings Context Engineering and Implicit Reasoning to Industrial Ranking
Sohu Tech Products
Sohu Tech Products
Jan 28, 2026 · Backend Development

How We Evolved a News App Comment System: From Threaded Views to AI‑Driven Ranking

This article details the evolution of a news‑app comment backend, covering early thread‑based displays, the transition to sharded databases and mixed adjacency‑path models, current hot‑comment ranking strategies, an in‑house experiment platform, topic aggregation via Kafka, and future AI‑driven architectural enhancements.

AIRankingbackend
0 likes · 16 min read
How We Evolved a News App Comment System: From Threaded Views to AI‑Driven Ranking