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
Sep 10, 2025 · Frontend Development

Boost Your Vue3 Projects: Essential Tools and Quick Start Guides

Discover how to rapidly launch Vue3 applications using create‑vue, Nuxt, uni‑app, electron‑vite, and essential libraries like Vue Router, Pinia, VueUse, VeeValidate, UnoCSS, and UI frameworks, while also learning debugging, testing, and static site generation techniques for modern frontend development.

TestingToolingUI components
0 likes · 15 min read
Boost Your Vue3 Projects: Essential Tools and Quick Start Guides
Sohu Tech Products
Sohu Tech Products
Sep 10, 2025 · Artificial Intelligence

Can Kimi K2 Replace Claude’s Brain? A Deep Dive into AI‑Powered Code Agents

This article evaluates whether the domestically‑developed Kimi K2 model can serve as a cost‑effective alternative brain for Claude Code, detailing step‑by‑step integration, performance tests across task accuracy, advanced feature compatibility, memory retrieval, parallel development with Git Worktree, and hook automation, concluding with strengths, limitations, and overall success.

AI model evaluationClaude CodeKimi K2
0 likes · 18 min read
Can Kimi K2 Replace Claude’s Brain? A Deep Dive into AI‑Powered Code Agents
Sohu Tech Products
Sohu Tech Products
Sep 10, 2025 · Mobile Development

Mastering CAEmitterLayer: Create Stunning Particle Effects in iOS

This article provides a comprehensive guide to using CAEmitterLayer in iOS, covering its core concepts, key properties of both the layer and its cells, practical Swift code examples for effects like snow, rain and fireworks, performance considerations, and advanced techniques for integrating with UIKit and physics engines.

CAEmitterLayerCoreAnimationParticleEffects
0 likes · 14 min read
Mastering CAEmitterLayer: Create Stunning Particle Effects in iOS
Sohu Tech Products
Sohu Tech Products
Sep 3, 2025 · Mobile Development

Hook an Android Native Function to Always Return True with ShadowHook

This guide demonstrates how to locate a target .so library’s base address on Android, compute the offset of a native method, and use the ShadowHook framework to hook the function, replacing its implementation with a stub that always returns true, complete with CMake setup and Java loading steps.

AndroidCFrida
0 likes · 10 min read
Hook an Android Native Function to Always Return True with ShadowHook
Sohu Tech Products
Sohu Tech Products
Sep 3, 2025 · Artificial Intelligence

How GRPO Revolutionizes RLHF for Large Language Models

This article explains the motivation, mathematical foundations, implementation details, advantages, experimental results, and future directions of Group Relative Policy Optimization (GRPO), a novel reinforcement‑learning algorithm that replaces PPO’s value network with efficient group‑wise relative evaluation for large language models.

Artificial IntelligenceGRPOLLM
0 likes · 17 min read
How GRPO Revolutionizes RLHF for Large Language Models
Sohu Tech Products
Sohu Tech Products
Aug 28, 2025 · Mobile Development

Master 8 Powerful Caching Strategies for Lightning‑Fast Android Apps

This article explains why caching is critical for modern Android apps and walks developers through eight robust caching strategies—ranging from in‑memory and SharedPreferences to file, Room, multi‑level, TTL, and HTTP caches—complete with Kotlin implementations, real‑world usage examples, pros and cons, and best‑practice guidelines for production.

AndroidCachingKotlin
0 likes · 22 min read
Master 8 Powerful Caching Strategies for Lightning‑Fast Android Apps
Sohu Tech Products
Sohu Tech Products
Aug 28, 2025 · Backend Development

Unlock MyBatis-Plus: From Zero-Code CRUD to Secure, Scalable DAO Architecture

This article introduces MyBatis-Plus, explains its core zero‑invasion features such as effortless single‑table CRUD, powerful Lambda condition builders, and a rich plugin system, then provides practical guidelines and code examples for building secure, high‑performance DAO layers in microservice back‑ends.

CRUDJavaMyBatis-Plus
0 likes · 16 min read
Unlock MyBatis-Plus: From Zero-Code CRUD to Secure, Scalable DAO Architecture