All Articles

143037 articles · Page 239 of 7152
MaGe Linux Operations
MaGe Linux Operations
May 31, 2026 · Fundamentals

Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained

This guide walks operations engineers through core networking concepts—including IP address structure, binary‑decimal conversion, private address ranges, subnet masks, CIDR notation, gateway functions, VLAN isolation, routing tables, DNS resolution, Docker/Kubernetes networking, and firewall configuration—while providing concrete command‑line examples and step‑by‑step troubleshooting workflows.

DockerIP addressingKubernetes
0 likes · 35 min read
Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained
Digital Planet
Digital Planet
May 31, 2026 · Industry Insights

Why Executives Mistake AI for a Toy Instead of a Disruptive Force

The article argues that most enterprise AI projects fail because leaders treat AI as a novelty to showcase rather than a strategic tool for business‑process redesign, citing real‑world cases of AI‑driven customer service and approval automation that increased complaints and missed cost‑saving goals.

AI adoptionData GovernanceDigital Transformation
0 likes · 10 min read
Why Executives Mistake AI for a Toy Instead of a Disruptive Force
Digital Planet
Digital Planet
May 31, 2026 · Industry Insights

Unlocking “Scene Power”: Why Modern Consumers Choose Experiences Over Products

The article explains how “scene power” reshapes consumer behavior in an era of abundant material goods, describing a three‑layer logic—attraction, immersion, and conversion—while showing how instant retail, space equalisation and competition‑boundary collapse turn everyday locations into compelling consumption scenes.

Digital TransformationMarketing Strategyconsumer behavior
0 likes · 12 min read
Unlocking “Scene Power”: Why Modern Consumers Choose Experiences Over Products
Ops Community
Ops Community
May 31, 2026 · Operations

Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins

This article walks through the fundamentals and advanced techniques of using awk and sed on Linux for batch text manipulation, covering field handling, custom delimiters, BEGIN/END blocks, conditional filtering, arrays, built‑in functions, real‑world Nginx log analysis, script creation, performance tips, common pitfalls, debugging tricks, and how to combine both tools for powerful pipelines.

LinuxLog Analysisawk
0 likes · 45 min read
Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins
Old Zhang's AI Learning
Old Zhang's AI Learning
May 31, 2026 · Artificial Intelligence

vLLM 0.22 Release: Production-Ready DeepSeek V4 and Extreme KV Cache Compression

The vLLM 0.22 stable release introduces production‑grade DeepSeek V4 support, massive kernel fusions, up to 10‑20× speedups, Batch Invariance with 28.9% latency gain, a Rust front‑end, multi‑level KV cache offload that can double context length, and broad hardware coverage across NVIDIA, AMD, CPU and RISC‑V, making it a pivotal upgrade for inference infrastructure teams.

Batch InvarianceDeepSeek V4KV cache
0 likes · 13 min read
vLLM 0.22 Release: Production-Ready DeepSeek V4 and Extreme KV Cache Compression
James' Growth Diary
James' Growth Diary
May 31, 2026 · Artificial Intelligence

6 Core Techniques to Perfect Multilingual Text Rendering in GPT Image 2

This article outlines six essential prompt‑engineering tricks—using quotation marks, limiting text length, specifying exact position, describing font style, adding a quality statement, and iterative fixes—plus multilingual mixing tips and common error‑recovery methods for reliable Chinese, English, and Japanese text generation with GPT Image 2.

AI image generationGPT Image 2Multilingual
0 likes · 13 min read
6 Core Techniques to Perfect Multilingual Text Rendering in GPT Image 2
Machine Heart
Machine Heart
May 31, 2026 · Artificial Intelligence

LMNet: Enabling Language Models to Self‑Organize into Networks

The paper introduces Language Model Networks (LMNet), a framework that lets pretrained large language models act as reusable compute nodes communicating via dense, trainable vectors, showing measurable performance gains on general and supervised adaptation tasks with minimal extra training cost.

ICML 2026LLM collaborationLMNet
0 likes · 10 min read
LMNet: Enabling Language Models to Self‑Organize into Networks
AI Engineering
AI Engineering
May 31, 2026 · Artificial Intelligence

Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project

Anthropic quietly released the official claude-code-setup plugin, which scans a repository and recommends suitable MCP servers, skills, hooks, subagents, and slash commands for Claude Code, offering a read‑only analysis that lowers the entry barrier while noting potential noise in large projects and CLI state‑loss issues.

AI assistantAnthropicClaude Code
0 likes · 3 min read
Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project
Machine Heart
Machine Heart
May 31, 2026 · Artificial Intelligence

How a Near‑Invisible Image Can Make GPT‑5.4 and Claude Opus 4.6 Spread False Claims

Researchers from ETH Zurich show that tiny, human‑imperceptible perturbations to a single image can fool leading visual language models—including GPT‑5.4, Claude Opus 4.6, and Grok—into confidently delivering fabricated answers, enabling misinformation amplification, defamation, content‑filter evasion, and large‑scale AI authority laundering.

AI safetyClaude OpusGPT-5.4
0 likes · 7 min read
How a Near‑Invisible Image Can Make GPT‑5.4 and Claude Opus 4.6 Spread False Claims
Alibaba Cloud Native
Alibaba Cloud Native
May 31, 2026 · Cloud Native

Why Alibaba Cloud’s AI Agent Observability Platform Is the Enterprise‑Grade Choice for Full‑Stack Monitoring

The article analyzes the rapid growth of AI Agents, outlines the four core challenges of production‑grade agents—cost overruns, fault‑location inefficiency, security risks, and quality measurement—and presents Alibaba Cloud’s AI Agent Observability solution with a four‑layer architecture, end‑to‑end tracing, real‑time health dashboards, and Agentic Ops capabilities to address these issues.

AI agentAgentic OpsCloud Monitoring
0 likes · 14 min read
Why Alibaba Cloud’s AI Agent Observability Platform Is the Enterprise‑Grade Choice for Full‑Stack Monitoring
ZhiKe AI
ZhiKe AI
May 31, 2026 · Fundamentals

Why Knowing 100 Coding Principles Still Won’t Make You Write Good Code: The 4 Misunderstood Rules

The article explains that developers often memorize dozens of rules such as DRY, KISS, YAGNI, SOLID, and CAP, yet still produce poor code because they misunderstand the original intent of these principles, illustrating the pitfalls with concrete examples, classic laws like Brooks' Law, and how mis‑interpretations cascade through design, architecture, and measurement practices.

CAP theoremDRYKISS
0 likes · 17 min read
Why Knowing 100 Coding Principles Still Won’t Make You Write Good Code: The 4 Misunderstood Rules
Deepin Linux
Deepin Linux
May 31, 2026 · Operations

Why Switching Linux Pages from 4KB to 2MB Can Destroy Performance

Changing the default Linux page size from 4KB to 2MB can dramatically increase TLB hit rates but, for typical microservice workloads with many small allocations, it leads to massive internal fragmentation, higher cache‑coherency overhead, and severe latency spikes, ultimately causing overall performance to collapse.

HugePagesLinuxPerformance Tuning
0 likes · 19 min read
Why Switching Linux Pages from 4KB to 2MB Can Destroy Performance
Architect's Guide
Architect's Guide
May 31, 2026 · Artificial Intelligence

10 Hot Open‑Source AI Projects on GitHub This Week (Last One Praised by Jensen Huang)

This article reviews the ten fastest‑growing open‑source AI projects on GitHub over the past week, detailing each project's core capabilities, architecture, and impact while highlighting three emerging trends: AI agents becoming production tools, the rise of edge and lightweight deployments, and accelerated open‑source contributions from major tech firms.

AI AgentsEdge AIMultimodal
0 likes · 22 min read
10 Hot Open‑Source AI Projects on GitHub This Week (Last One Praised by Jensen Huang)
Java Tech Workshop
Java Tech Workshop
May 31, 2026 · Backend Development

Spring Boot Service Circuit Breaking and Degradation with Sentinel: A Practical Guide

This article explains how microservice architectures suffer from cascading failures and demonstrates how to use Sentinel for rate limiting, circuit breaking, and degradation—including architecture, configuration, code examples, and best‑practice tips—to achieve high‑availability Spring Boot services.

Circuit BreakingSentinelSpring Boot
0 likes · 16 min read
Spring Boot Service Circuit Breaking and Degradation with Sentinel: A Practical Guide
PMTalk Product Manager Community
PMTalk Product Manager Community
May 31, 2026 · Product Management

3 High‑Paying Skills Every AI Product Manager Needs

In the booming AI era, top‑earning AI product managers distinguish themselves by mastering three core capabilities—working backwards from the end goal, moving fast with agile MVPs and benchmarking, and patiently untangling complex, probabilistic systems—each illustrated with real‑world product scenarios.

AI product managementagile MVPdata annotation
0 likes · 10 min read
3 High‑Paying Skills Every AI Product Manager Needs
PMTalk Product Manager Community
PMTalk Product Manager Community
May 31, 2026 · Product Management

Reverse‑Engineering AI Products: Why Features Aren’t Enough

The article proposes a six‑layer reverse‑engineering framework for AI products, urging analysts to move beyond surface‑level feature lists and examine market trends, user scenarios, product experience, business model, technical architecture, model strategy, and infrastructure to determine long‑term viability.

AI product analysisMarket Trendsbusiness model
0 likes · 14 min read
Reverse‑Engineering AI Products: Why Features Aren’t Enough
MeowKitty Programming
MeowKitty Programming
May 31, 2026 · Fundamentals

Stop Asking AI to Just Write Code: 5 Essential Tasks for Developers

The article explains how developers can leverage AI beyond code generation by using it to understand legacy projects, break down requirements, generate test cases, perform pre‑submission self‑checks, and create concise documentation, ultimately improving development quality and reducing cognitive load.

AIPrompt EngineeringTesting
0 likes · 7 min read
Stop Asking AI to Just Write Code: 5 Essential Tasks for Developers
Linux Tech Enthusiast
Linux Tech Enthusiast
May 31, 2026 · Cloud Native

How to Fix Docker Network IP Address Conflicts

When Docker fails to start because its default bridge networks clash with existing subnets, you can diagnose the issue by checking logs and routing tables, then resolve it by adjusting the daemon.json subnet settings, recreating the conflicting networks, and optionally rebuilding the ingress network.

DockerIngressLinux
0 likes · 9 min read
How to Fix Docker Network IP Address Conflicts