All Articles

143483 articles · Page 400 of 7175
IT Services Circle
IT Services Circle
Apr 30, 2026 · Industry Insights

Why China Is Mandating Linux for State‑Owned Enterprises: A Technical Analysis

The article explains that China’s large‑scale migration from Windows to Linux in state‑owned and central enterprises is driven by security independence, massive licensing cost savings, ecosystem development, and strategic preparation for potential sanctions, offering both challenges and new opportunities for the tech workforce.

Domestic ecosystemLinuxState‑owned enterprises
0 likes · 8 min read
Why China Is Mandating Linux for State‑Owned Enterprises: A Technical Analysis
Cloud Architecture
Cloud Architecture
Apr 30, 2026 · Cloud Native

Deep Hardening of Kubernetes Production Clusters: From Running to Sleeping Soundly

This guide walks through a systematic, seven‑layer hardening methodology for Kubernetes production clusters, covering admission control, supply‑chain security, network micro‑segmentation, runtime protection, control‑plane stability, workload engineering, and observability, and provides concrete YAML, policy, and script examples to turn a merely runnable cluster into a reliably stable one.

CloudNativeKubernetesObservability
0 likes · 41 min read
Deep Hardening of Kubernetes Production Clusters: From Running to Sleeping Soundly
Cloud Architecture
Cloud Architecture
Apr 30, 2026 · Cloud Native

KCL Breakthrough: Using a Configuration Language to End YAML Hell and Enable Production‑Grade Kubernetes GitOps

The article explains how KCL (Kusion Configuration Language) transforms Kubernetes configuration from fragile YAML files into typed, constraint‑driven models, detailing its architecture, practical examples, CI/CD integration, and when it outperforms Helm and Kustomize for large‑scale GitOps deployments.

Configuration ManagementGitOpsInfrastructure as Code
0 likes · 32 min read
KCL Breakthrough: Using a Configuration Language to End YAML Hell and Enable Production‑Grade Kubernetes GitOps
MeowKitty Programming
MeowKitty Programming
Apr 30, 2026 · Backend Development

Why Codex Agents Are Redefining the Java Developer Workflow

The article analyzes how OpenAI's Codex CLI, an AI coding agent, is shifting Java development from manual code writing to task‑oriented automation, outlining suitable use cases, practical prompting techniques, and the new skills engineers must adopt to keep quality and control.

AI coding agentCodexJava
0 likes · 7 min read
Why Codex Agents Are Redefining the Java Developer Workflow
Java Tech Workshop
Java Tech Workshop
Apr 30, 2026 · Fundamentals

Why You Should Stop Misusing String: Complete Guide to String, StringBuffer, and StringBuilder

This article thoroughly examines Java's String, StringBuffer, and StringBuilder, explaining their internal implementations, immutability, JDK 9 changes, performance characteristics, and best‑practice usage scenarios, while providing concrete code examples, benchmarks, and interview questions to help developers choose the right tool.

JavaStringStringBuffer
0 likes · 21 min read
Why You Should Stop Misusing String: Complete Guide to String, StringBuffer, and StringBuilder
Xiaomi Tech
Xiaomi Tech
Apr 30, 2026 · Industry Insights

Xiaomi Auracast™ Redefines Full-Scene Audio at the 2026 Bluetooth Asia Conference

The 2026 Bluetooth Asia Conference in Shenzhen showcased Xiaomi's Auracast™ broadcast audio, Channel Sounding ranging and HDT high‑throughput technologies across gym silent‑TV, high‑speed‑rail sharing, multilingual conference translation and smart‑home IoT demos, highlighting the shift from point‑to‑point to multi‑device Bluetooth audio broadcasting.

Audio BroadcastingAuracastBluetooth
0 likes · 23 min read
Xiaomi Auracast™ Redefines Full-Scene Audio at the 2026 Bluetooth Asia Conference
Java Tech Enthusiast
Java Tech Enthusiast
Apr 30, 2026 · Industry Insights

Which of the Three Emerging Programmer Tiers Do You Belong To?

The article argues that AI will reshape software development into three distinct programmer tiers—a tiny elite of AI system designers, a larger group of AI "shepherds" who orchestrate AI agents, and a mass of AI‑empowered hobbyists—while citing data on junior job decline and the limited productivity boost AI offers senior engineers.

AIAI automationJob Market
0 likes · 10 min read
Which of the Three Emerging Programmer Tiers Do You Belong To?
Java Tech Enthusiast
Java Tech Enthusiast
Apr 30, 2026 · Operations

What Does “Familiar with Linux” Really Mean in Campus Recruitment?

The article explains that while many graduates claim to be “familiar with Linux,” interviewers expect the ability to solve about 80% of daily tasks, covering core commands, file permissions, process monitoring, networking, shell scripting, and real‑world troubleshooting.

LinuxSystem Administrationcampus recruitment
0 likes · 5 min read
What Does “Familiar with Linux” Really Mean in Campus Recruitment?
Data Party THU
Data Party THU
Apr 30, 2026 · Artificial Intelligence

Turning Transformers into Mamba: How Apple Linearized Inference Costs

Apple introduced a two‑step cross‑architecture distillation method that converts costly quadratic‑time Transformers into cheaper linear‑time Mamba models, preserving most of the original performance while dramatically reducing inference cost.

AI researchLinear AttentionMamba
0 likes · 8 min read
Turning Transformers into Mamba: How Apple Linearized Inference Costs
Data Party THU
Data Party THU
Apr 30, 2026 · Artificial Intelligence

Time Series Forecasting Augmentation: Frequency, Decomposition, and Patch Techniques

This article reviews why classic classification augmentations fail for forecasting, introduces the essential data‑label consistency requirement, and systematically categorizes effective time‑series augmentation methods—including frequency‑domain (RobustTAD, FreqMask, FreqMix), decomposition (STAug), and patch‑based approaches (WaveMask, WaveMix, Dominant Shuffle, Temporal Patch Shuffle)—backed by extensive experiments on long‑term, short‑term, and classification tasks.

Temporal Patch ShuffleTime Series Forecastingdata augmentation
0 likes · 20 min read
Time Series Forecasting Augmentation: Frequency, Decomposition, and Patch Techniques
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Databases

How a Redis Connection Saturation Triggered a Service Avalanche – A Detailed Investigation

An online education platform experienced a massive outage when Redis hit its maxclients limit, causing authentication, session, and cache services to fail, which cascaded into a business avalanche; the article walks through the connection mechanism, root‑cause analysis, rapid mitigation steps, and long‑term safeguards.

Connection PoolJedisMonitoring
0 likes · 20 min read
How a Redis Connection Saturation Triggered a Service Avalanche – A Detailed Investigation
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Operations

Disk Full on Linux? Run These 8 Diagnostic Commands First

When a Linux server reports a full disk, this guide walks you through eight essential commands to diagnose whether the issue is actual space exhaustion, inode depletion, lingering deleted files, or I/O bottlenecks, and provides a systematic cleanup workflow for production environments.

Linuxdfdisk space
0 likes · 19 min read
Disk Full on Linux? Run These 8 Diagnostic Commands First
Java Architect Handbook
Java Architect Handbook
Apr 30, 2026 · Fundamentals

What Is a Daemon Thread and How Does It Differ From a Normal Thread?

The article explains that a daemon (background) thread in Java supports user threads but does not prevent JVM shutdown; when all non‑daemon threads finish, the JVM exits regardless of daemon threads, covering definitions, usage scenarios, creation methods, pitfalls, detailed comparisons, and typical interview questions.

ConcurrencyDaemonThreadJVM
0 likes · 10 min read
What Is a Daemon Thread and How Does It Differ From a Normal Thread?
Senior Xiao Ying
Senior Xiao Ying
Apr 30, 2026 · Backend Development

Stop Hardcoding Secrets: Secure Spring Boot Configurations with @SecretValue

This article explains why storing passwords and API keys in plain‑text configuration files is risky, outlines the three core principles of configuration security, and provides a step‑by‑step guide to using the @SecretValue annotation from the spring‑secret‑starter library to inject secrets safely from services such as AWS Secrets Manager.

@SecretValueAWS Secrets ManagerConfiguration Security
0 likes · 11 min read
Stop Hardcoding Secrets: Secure Spring Boot Configurations with @SecretValue
AI Architect Hub
AI Architect Hub
Apr 30, 2026 · Operations

Comprehensive Guide to Installing Hermes and Its Web UI

This tutorial walks through installing Hermes with a single curl command that checks Python 3.11+, installs Node v23+, sets up a virtual environment, configures channels like WeChat, QQ and Feishu, and then adds the open‑source Hermes Web UI via npm for full model configuration and chat capabilities.

ConfigurationHermesInstallation
0 likes · 3 min read
Comprehensive Guide to Installing Hermes and Its Web UI
ZhiKe AI
ZhiKe AI
Apr 30, 2026 · R&D Management

Why Martin Fowler Says Determinism Is Over in Software Engineering

Martin Fowler argues that software engineering has moved from a deterministic world to a nondeterministic one driven by LLMs, outlining how this paradigm shift reshapes development practices, introduces new risks, and demands a harness‑based engineering approach to manage uncertainty.

AI engineeringAgentic EngineeringMartin Fowler
0 likes · 15 min read
Why Martin Fowler Says Determinism Is Over in Software Engineering
AI Waka
AI Waka
Apr 30, 2026 · Artificial Intelligence

Claude vs LangChain vs OpenAI: Comparing AI Agent Framework Architectures

The article analyzes the architectural, security, cost, and strategic trade‑offs of Claude Managed Agents, LangChain Deep Agents, and OpenAI Agents SDK, helping engineers decide which AI agent harness best fits their current constraints and future migration needs.

AI AgentsClaude Managed AgentsHarness architecture
0 likes · 25 min read
Claude vs LangChain vs OpenAI: Comparing AI Agent Framework Architectures
Machine Heart
Machine Heart
Apr 30, 2026 · Artificial Intelligence

Beyond DeepSeek V4: A Trillion‑Parameter LLM Trained End‑to‑End on Domestic Chips

The article analyzes how both DeepSeek V4 and Meituan's LongCat‑2.0‑P preview, each with trillion‑scale parameters and 1 M‑token context, were trained and inferred entirely on Chinese‑made accelerators, detailing memory optimizations, deterministic operators, MoE redesigns, and massive multi‑card clusters that prove domestic compute can meet top‑tier AI workloads.

Deterministic OpsDomestic AI ChipLongCat
0 likes · 13 min read
Beyond DeepSeek V4: A Trillion‑Parameter LLM Trained End‑to‑End on Domestic Chips