All Articles

143339 articles · Page 351 of 7167
DataFunSummit
DataFunSummit
May 10, 2026 · Big Data

How Lance File Format v2.2 Accelerates, Cuts Costs, and Governs Multimodal Data

Lance File Format v2.2 tackles the AI data explosion by delivering hundred‑fold random‑read performance, advanced two‑layer compression, zero‑cost schema evolution, Git‑style versioning, external blob handling, and a roadmap toward native media support and intelligent encoding, positioning it as a core infrastructure for large‑scale multimodal workloads.

Data GovernanceFile FormatIO performance
0 likes · 14 min read
How Lance File Format v2.2 Accelerates, Cuts Costs, and Governs Multimodal Data
IT Services Circle
IT Services Circle
May 10, 2026 · Fundamentals

Why Does Python Use a Leading Underscore for Some Variables?

The article explains that a leading underscore in Python names signals a non‑public or internal use convention defined by PEP 8, describes its practical effects on imports and IDE hints, and outlines other underscore naming patterns such as name mangling, trailing underscores, magic methods, and throwaway variables.

Naming ConventionsPEP 8name mangling
0 likes · 6 min read
Why Does Python Use a Leading Underscore for Some Variables?
Java Tech Enthusiast
Java Tech Enthusiast
May 10, 2026 · Industry Insights

US Researcher’s 36‑Hour China AI Lab Tour Highlights Culture and Open‑Source Edge

During a 36‑hour visit to six leading Chinese AI labs, US researcher Nathan observed a collaborative, student‑driven culture, strong admiration for DeepSeek, pragmatic open‑source practices, and distinct market dynamics, contrasting sharply with the ego‑driven, less inclusive approaches typical of many US AI organizations.

AIAI CultureChina AI
0 likes · 11 min read
US Researcher’s 36‑Hour China AI Lab Tour Highlights Culture and Open‑Source Edge
Java Tech Enthusiast
Java Tech Enthusiast
May 10, 2026 · Databases

Why Can Redis Handle Over 100k QPS? A Deep Technical Breakdown

Redis can sustain over 100,000 queries per second thanks to four key factors: pure in‑memory storage, highly optimized data structures such as SDS and ziplist, a single‑threaded event loop with epoll‑based I/O multiplexing, and optional multi‑threaded network handling introduced in Redis 6.0.

Data StructuresIO MultiplexingIn-Memory Database
0 likes · 10 min read
Why Can Redis Handle Over 100k QPS? A Deep Technical Breakdown
Data Party THU
Data Party THU
May 10, 2026 · Artificial Intelligence

SpikingBrain 2.0 Breaks Long‑Sequence and Low‑Power Bottlenecks in Brain‑Inspired LLMs

The Chinese Academy of Sciences unveils SpikingBrain 2.0‑5B, a brain‑inspired large model that uses dual‑space sparse attention and dual activation (FP8 and INT8‑Spiking) to cut training cost by over tenfold, achieve up to 15× speedup on long sequences, and match Qwen‑3 performance while drastically reducing power consumption.

SpikingBrain2.0benchmark performancebrain-inspired AI
0 likes · 10 min read
SpikingBrain 2.0 Breaks Long‑Sequence and Low‑Power Bottlenecks in Brain‑Inspired LLMs
21CTO
21CTO
May 10, 2026 · Industry Insights

JetBrains Makes CLion Free for Non‑Commercial Use – What It Means for Developers

JetBrains has announced that its flagship C/C++ IDE CLion is now free for any non‑commercial use, joining WebStorm and Rider in a broader strategy that lowers barriers for students, open‑source contributors, hobbyists, and content creators while preserving full functionality.

C++CLionDeveloper Tools
0 likes · 7 min read
JetBrains Makes CLion Free for Non‑Commercial Use – What It Means for Developers
21CTO
21CTO
May 10, 2026 · Industry Insights

Why GitHub’s Reliability Issues Are Driving Users Away

GitHub’s uptime has fallen sharply, with hundreds of incidents—including dozens of major outages—largely fueled by AI‑driven code generation, prompting high‑profile users to migrate, leadership to prioritize availability, and a costly overhaul of capacity and architecture.

AI-driven developmentCapacity PlanningGitHub
0 likes · 11 min read
Why GitHub’s Reliability Issues Are Driving Users Away
21CTO
21CTO
May 10, 2026 · Industry Insights

Why Jensen Huang Argues AI Will Create Jobs, Not Destroy Them

In a recent podcast, Nvidia founder Jensen Huang challenges the prevailing AI‑job‑loss narrative, arguing that AI automates tasks rather than whole occupations, and illustrates his point with radiology and software‑engineer examples while warning that fear‑driven avoidance could hinder U.S. competitiveness.

AI ImpactArtificial IntelligenceJensen Huang
0 likes · 8 min read
Why Jensen Huang Argues AI Will Create Jobs, Not Destroy Them
Cloud Architecture
Cloud Architecture
May 10, 2026 · Databases

Building an Automated End-to-End Loop for Full-Stack SQL Performance Optimization

The article walks through a real-world e-commerce incident, explains why a seemingly simple slow order-query SQL can cripple an entire high-traffic system, and presents a complete automated workflow—from detection and analysis to optimization, deployment, verification, and regression monitoring—to achieve sustainable full-stack SQL performance.

AutomationIndexingMySQL
0 likes · 28 min read
Building an Automated End-to-End Loop for Full-Stack SQL Performance Optimization
Machine Heart
Machine Heart
May 10, 2026 · Artificial Intelligence

Embodied AI Unveiled: Ted Xiao Revisits Three Eras of Robot Learning from Google RT‑1/2 to SayCan

In a detailed interview, Ted Xiao, former Google DeepMind researcher, walks through the existence‑proof, foundation‑model, and scaling eras of embodied robot learning, explaining the technical challenges, pivotal decisions, and the evolving role of large language and vision models in robotics.

embodied AIfoundation modelsimitation learning
0 likes · 19 min read
Embodied AI Unveiled: Ted Xiao Revisits Three Eras of Robot Learning from Google RT‑1/2 to SayCan
Machine Heart
Machine Heart
May 10, 2026 · Artificial Intelligence

How to End Prompt Lottery and Score Inflation with a Mechanic‑Driven AI Game Iteration Framework

The article examines the limitations of one‑shot AI game generation—prompt randomness and inflated self‑scoring—and introduces CreativeGame, a research‑backed framework that enforces mechanic‑aware, iterative design, lineage‑aware memory, and deterministic reward signals to achieve genuine, evolvable game creativity.

AI game generationCreativeGameLLM creativity
0 likes · 14 min read
How to End Prompt Lottery and Score Inflation with a Mechanic‑Driven AI Game Iteration Framework
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Operations

Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)

This article compiles the ten most frequent Docker problems encountered in production—such as disk exhaustion, time drift, DNS failures, OOM kills, data loss, tag confusion, signal handling, resource‑limit oversights, and exposed daemon ports—provides concrete symptoms, root‑cause explanations, diagnostic commands, remediation steps, and preventive measures, and also lists five often‑overlooked traps.

DockerNetworkProduction
0 likes · 32 min read
Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Cloud Native

Docker Container Fails to Start? Common Causes and Troubleshooting Commands

This guide walks operators through a systematic, step‑by‑step process for diagnosing Docker container startup failures, covering status checks, log inspection, detailed use of docker inspect, and categorized troubleshooting of image, configuration, resource, permission, network, and volume issues with concrete commands and examples.

DockerNetworkPermission
0 likes · 27 min read
Docker Container Fails to Start? Common Causes and Troubleshooting Commands
Ops Community
Ops Community
May 10, 2026 · Operations

Stop Manually SSHing Servers: Practical Ansible Playbook Examples

This article explains how Ansible automates repetitive operations such as bulk software installation, configuration changes, service restarts, application deployment, and log collection, guiding readers through installation, core concepts, inventory setup, common modules, multiple real‑world Playbooks, role organization, Vault security, troubleshooting, and best‑practice risk warnings.

AnsibleAutomationConfiguration Management
0 likes · 31 min read
Stop Manually SSHing Servers: Practical Ansible Playbook Examples
James' Growth Diary
James' Growth Diary
May 10, 2026 · Artificial Intelligence

Syncing Vectors with Changing Documents: Add, Update, Delete Made Simple

This article walks through why keeping a vector store consistent with a mutable knowledge base is challenging, explains the three failure points, introduces hash‑based incremental syncing, shows idempotent add, proper update and soft‑delete workflows, covers embedding model upgrades, and presents a production‑grade event‑driven architecture with common pitfalls and remedies.

Hash DeduplicationLangChainRAG
0 likes · 17 min read
Syncing Vectors with Changing Documents: Add, Update, Delete Made Simple
DataFunTalk
DataFunTalk
May 10, 2026 · Artificial Intelligence

How AI Is Powering One‑Person Billion‑Dollar Startups and Multi‑Agent Software Collaboration

In a Code with Claude interview, Anthropic co‑founders Dario and Daniela Amodei explain how exponential AI growth—evidenced by an 80× revenue surge—creates compute bottlenecks, drives a shift to multi‑agent collaboration, and forces product teams to rethink development through scaling laws and Amdahl's Law.

Amdahl's LawArtificial IntelligenceCompute Bottleneck
0 likes · 26 min read
How AI Is Powering One‑Person Billion‑Dollar Startups and Multi‑Agent Software Collaboration