All Articles

140545 articles · Page 65 of 7028
Golang Shines
Golang Shines
Jun 19, 2026 · Backend Development

From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide

This article presents a thorough 113‑page Nginx tutorial covering its architecture, core and advanced configurations, virtual host setup, access control, file existence checks, reverse‑proxy mechanisms, and production deployment patterns, helping newcomers master high‑performance web serving.

Access ControlDeploymentMaster/Worker model
0 likes · 6 min read
From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide
Machine Heart
Machine Heart
Jun 19, 2026 · Artificial Intelligence

Who Is Quietly Building China’s Mythos‑Level AI? Musk Says 9 Months, Tang Says It’s Not That Fast

The article analyzes China’s race to achieve Mythos‑level intelligence, contrasting Musk’s nine‑month claim with Tang’s skepticism, and highlights Mind Lab’s unique post‑training work on GLM‑5.1/5.2 that has already delivered significant benchmark gains, while outlining the technical hurdles and timeline uncertainties.

AI development in ChinaGLM-5.2Large Language Models
0 likes · 8 min read
Who Is Quietly Building China’s Mythos‑Level AI? Musk Says 9 Months, Tang Says It’s Not That Fast
DataFunSummit
DataFunSummit
Jun 19, 2026 · Artificial Intelligence

Mastering Data Acquisition for AI Agents: From Crawler Pitfalls to MCP Browser Control

The article distills three Bright Data webinars, detailing how to overcome traditional web‑crawling challenges with an adaptive Crawler API, integrate the Model Context Protocol (MCP) for human‑like browser control, and build a LangGraph‑powered AI search engine while addressing compliance, billing, and scaling considerations.

AI agentsAPI billingBright Data
0 likes · 15 min read
Mastering Data Acquisition for AI Agents: From Crawler Pitfalls to MCP Browser Control
DataFunSummit
DataFunSummit
Jun 19, 2026 · Artificial Intelligence

Why Memory Bottlenecks AI Agents: Inside MemOS Architecture and 200% Cloud Usage Surge

The article analyzes how memory has become the critical bottleneck for AI agents, compares model‑driven and application‑driven memory approaches, details the five‑layer MemOS framework, reports cloud service call growth of over 200% and token‑cost reductions of up to 72%, and shows real‑world enterprise deployments such as OpenClaw and ClawForce.

AI agentsAI memoryLarge Language Models
0 likes · 16 min read
Why Memory Bottlenecks AI Agents: Inside MemOS Architecture and 200% Cloud Usage Surge
IT Services Circle
IT Services Circle
Jun 19, 2026 · Fundamentals

Understanding C++ Multiple Inheritance: What Goes Into the A and B Parts of a vtable

The article explains how clang can dump the exact vtable layout for a class with multiple inheritance, revealing that a single vtable is actually a virtual table group composed of a primary and secondary table, each containing its own offset_to_top, RTTI entries, function slots and thunks, and shows why new virtual functions appear only in the primary part while the secondary part holds adjusted thunks for overridden base functions.

C#Itanium ABIMultiple Inheritance
0 likes · 21 min read
Understanding C++ Multiple Inheritance: What Goes Into the A and B Parts of a vtable
IT Services Circle
IT Services Circle
Jun 19, 2026 · Fundamentals

The Hidden Giant: How FFmpeg Powers the Internet While Its Creators Remain Poor

FFmpeg, the open‑source multimedia framework that underlies YouTube, Netflix, TikTok and countless video apps, was created by a handful of brilliant but under‑paid developers whose relentless reverse‑engineering, performance‑focused design and community battles have made it the invisible backbone of modern digital media.

CommunityFFmpegVideo Processing
0 likes · 12 min read
The Hidden Giant: How FFmpeg Powers the Internet While Its Creators Remain Poor
IT Services Circle
IT Services Circle
Jun 19, 2026 · Information Security

Why Do Many Devices Disable Ping? Understanding What Disabling Ping Actually Achieves

The article explains that disabling ping blocks only ICMP Echo Reply traffic, outlines security benefits such as preventing network scans and mitigating ICMP flood attacks, discusses practical drawbacks for troubleshooting and monitoring, and offers scenario‑based guidance on when to enable or disable ping.

Cloud ComputingICMPTroubleshooting
0 likes · 7 min read
Why Do Many Devices Disable Ping? Understanding What Disabling Ping Actually Achieves
Java Tech Enthusiast
Java Tech Enthusiast
Jun 19, 2026 · Fundamentals

Why FFmpeg’s Creator, Used by Billions, Lives in Poverty – History & Architecture

FFmpeg, the hidden engine behind every video you watch, was built by a handful of passionate developers who split container and codec layers, reverse‑engineered closed formats, and endured poverty and community conflict, yet their relentless optimization made it the dominant, open‑source multimedia framework worldwide.

FFmpegSoftware ArchitectureVideo Processing
0 likes · 14 min read
Why FFmpeg’s Creator, Used by Billions, Lives in Poverty – History & Architecture
Java Tech Enthusiast
Java Tech Enthusiast
Jun 19, 2026 · Artificial Intelligence

Turn Claude Code into a Senior Engineer with a 9‑Step Loop

The article outlines a disciplined nine‑step workflow—exploration, plan mode, project‑wide CLAUDE.md rules, incremental builds, enforced hooks, automated testing, a review sub‑agent, iterative fixes, and a final slash‑command ship—to make Claude Code operate like a senior software engineer rather than a junior assistant.

AICLIClaude Code
0 likes · 13 min read
Turn Claude Code into a Senior Engineer with a 9‑Step Loop
Data Party THU
Data Party THU
Jun 19, 2026 · Artificial Intelligence

The Six Critical Choices Every AI Engineer Must Make

This article examines six production trade‑offs that AI engineers face—build vs. buy LLMs, model complexity vs. maintainability, data quantity vs. quality, batch vs. real‑time inference, prompt engineering vs. fine‑tuning, and automation vs. human‑in‑the‑loop—backed by surveys, research studies, and concrete cost analyses.

AI engineeringData QualityLLM build vs buy
0 likes · 15 min read
The Six Critical Choices Every AI Engineer Must Make
James' Growth Diary
James' Growth Diary
Jun 19, 2026 · Artificial Intelligence

Why Smart AI Keeps Forgetting and How Externalizing Decisions to Files Solves It

The article explains that conversational consensus with AI is volatile because each new session starts with an empty context window, and demonstrates that writing architectural decisions and technical conventions into persistent files—such as CLAUDE.md, .cursorrules, or copilot‑instructions.md—ensures the AI consistently loads the same guidelines across sessions, improving reliability.

AI Prompt EngineeringClaudeconfiguration files
0 likes · 17 min read
Why Smart AI Keeps Forgetting and How Externalizing Decisions to Files Solves It
Lisa Notes
Lisa Notes
Jun 19, 2026 · Artificial Intelligence

Common NLP Q&A: Key Concepts, Models, and Tools Explained

This article provides concise answers to frequent Natural Language Processing questions, covering the distinction between NLP and NLG, popular pretrained models, deep‑learning architectures, word‑vector techniques, named‑entity recognition, sentiment, semantic and syntax analysis, part‑of‑speech tagging, language models, core tasks, real‑world applications, challenges, future trends, interpretability, and essential tools and libraries.

NLPNamed Entity RecognitionPretrained Models
0 likes · 14 min read
Common NLP Q&A: Key Concepts, Models, and Tools Explained
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 19, 2026 · Backend Development

Java Pooling Under High Concurrency: Resource Reuse and Performance Optimization

The article explains Java pooling techniques for high‑concurrency scenarios, introduces Apache Commons Pool 2, demonstrates how to configure dependencies, implement a PooledObjectFactory, create custom eviction policies and statistics, and shows a complete runnable example that highlights resource reuse and performance gains.

Performance Optimizationapache-commons-pooljava
0 likes · 8 min read
Java Pooling Under High Concurrency: Resource Reuse and Performance Optimization
Java Architect Handbook
Java Architect Handbook
Jun 19, 2026 · Backend Development

What Is a RabbitMQ Dead Letter Queue? Interview Guide

This article explains the concept of RabbitMQ dead‑letter queues, the three conditions that turn a message into a dead letter, how to configure DLX and routing keys in Spring Boot, common pitfalls, a classic order‑timeout use case, and typical interview follow‑up questions.

Dead‑Letter QueueRabbitMQdlx
0 likes · 11 min read
What Is a RabbitMQ Dead Letter Queue? Interview Guide
Architect Chen
Architect Chen
Jun 19, 2026 · Operations

Comprehensive Guide to Kafka Commands (2026 Edition)

This article provides a step‑by‑step reference for Kafka command‑line tools, covering version checks, topic creation, listing, describing, deletion, partition alteration, consumer‑group inspection, offset resets, producer/consumer testing, broker API version queries, cluster metadata, leader election, and log‑directory monitoring, with concrete examples and expected outputs.

Kafkabroker monitoringcommand-line
0 likes · 6 min read
Comprehensive Guide to Kafka Commands (2026 Edition)
DataFunTalk
DataFunTalk
Jun 19, 2026 · Artificial Intelligence

Best Model Combo Guide: GLM 5.2, Kimi 2.7, DeepSeek V4 & MiniMax M3

The author compares four Chinese large‑language models—GLM 5.2, Kimi 2.7, DeepSeek V4 and MiniMax M3—detailing their strengths, pricing, and ideal use‑cases for writing, coding, multimodal processing and high‑throughput batch tasks, and shares personal trust insights.

AI model comparisonDeepSeek-V4GLM-5.2
0 likes · 10 min read
Best Model Combo Guide: GLM 5.2, Kimi 2.7, DeepSeek V4 & MiniMax M3
DataFunTalk
DataFunTalk
Jun 19, 2026 · Artificial Intelligence

From Code Generation to Self‑Healing Ops: How AI Agents Drive Enterprise Efficiency

A technical livestream with experts from DeepSecurity, Ping An Life and China Mobile Jiutian reveals that the real bottleneck for AI agents in enterprises is not model capability but engineering, organizational processes and risk control, and outlines concrete strategies—code graphing, layered constraints, verification loops and metric‑driven adoption—to turn probabilistic AI output into reliable, organization‑wide productivity.

AI AgentAI Native WorkflowEnterprise AI
0 likes · 16 min read
From Code Generation to Self‑Healing Ops: How AI Agents Drive Enterprise Efficiency
DataFunSummit
DataFunSummit
Jun 19, 2026 · Big Data

Near‑Real‑Time Data Warehousing with Yunqi Lakehouse: Cases from Xiaohongshu, Kuaishou, Meituan

The article examines how Xiaohongshu, Kuaishou and Meituan adopted Yunqi Lakehouse’s General Incremental Computing and Single‑Engine architecture to achieve near‑real‑time data warehouses, cutting resource usage to as low as 1/20 of full‑batch jobs, reducing data latency from days to minutes, and improving query performance.

Big DataCase StudyGeneral Incremental Computing
0 likes · 12 min read
Near‑Real‑Time Data Warehousing with Yunqi Lakehouse: Cases from Xiaohongshu, Kuaishou, Meituan