Tagged articles
23 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Artificial Intelligence

Can Claude Translate the Linux Kernel to Rust? Insights, Experiments, and Costs

This article evaluates Claude's ability to translate isolated Linux kernel modules from C to Rust, presenting a detailed analysis of translation granularity, token costs, experimental results on drivers, networking, and file‑system modules, and discussing the technical and economic challenges of a full kernel rewrite.

AIKernelLLM
0 likes · 19 min read
Can Claude Translate the Linux Kernel to Rust? Insights, Experiments, and Costs
FunTester
FunTester
Jan 20, 2026 · Fundamentals

Why Data Movement, Not CPU Speed, Is the Real Performance Bottleneck

Most engineers blame slow CPUs for performance issues, but the true bottleneck is often data latency—from registers and caches to DRAM, NUMA nodes, disks, and networks—so understanding and minimizing data movement is key to reducing tail latency and improving system performance.

LatencyNUMASystems
0 likes · 11 min read
Why Data Movement, Not CPU Speed, Is the Real Performance Bottleneck
21CTO
21CTO
Jan 1, 2026 · Fundamentals

Which Legacy Technologies Will Still Power the World in 2100?

The article surveys enduring software and platforms—COBOL, C, Rust, SQL, JavaScript/TypeScript, Linux, classic editors, Kubernetes, and Photoshop—explaining why they remain vital and speculating on their continued relevance decades into the future.

LegacySystemsprogramming languages
0 likes · 7 min read
Which Legacy Technologies Will Still Power the World in 2100?
Model Perspective
Model Perspective
Oct 20, 2025 · Fundamentals

How to Translate Real-World Problems into Precise Mathematical Models

This article explains the essential challenge of mathematical modeling—converting complex real‑world situations into concise mathematical language—by presenting a systematic "reality‑to‑math dictionary" with conversion rules, examples, and a complete SIR epidemic model illustration.

SIR modelSystemsmathematical modeling
0 likes · 10 min read
How to Translate Real-World Problems into Precise Mathematical Models
Model Perspective
Model Perspective
Aug 15, 2025 · Fundamentals

What Is Modeling Really About? Uncover Its Core Essence and Key Steps

This article explores the true nature of modeling as a way of abstracting, structuring, computing, and validating complex systems, outlines its four essential stages, discusses philosophical foundations, domain variations, and common pitfalls, and emphasizes its role as both a tool for understanding and shaping the world.

ModelingSystemsabstraction
0 likes · 9 min read
What Is Modeling Really About? Uncover Its Core Essence and Key Steps
IT Services Circle
IT Services Circle
May 16, 2025 · Databases

Internship Guidance, ByteDance Three‑Round Interview Experience, MySQL Replication Mechanics, and I/O Model Overview

The article combines practical advice for fresh graduates seeking internships and interview tips, shares a detailed ByteDance three‑round backend interview experience, explains MySQL master‑slave replication stages, binlog formats, and compares blocking, non‑blocking, multiplexed, and asynchronous I/O models.

I/OReplicationSystems
0 likes · 15 min read
Internship Guidance, ByteDance Three‑Round Interview Experience, MySQL Replication Mechanics, and I/O Model Overview
BirdNest Tech Talk
BirdNest Tech Talk
Dec 28, 2024 · Backend Development

How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide

This article walks through a Rust‑based implementation of classic Unix command‑line utilities—hello world, echo, cat, head, uniq, wc, find, grep, comm, ls, and more—showing project setup, Cargo usage, argument parsing with clap, error handling with Result, testing strategies, and code snippets for each tool.

RustSystemsTutorial
0 likes · 21 min read
How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide
Model Perspective
Model Perspective
Dec 6, 2024 · Fundamentals

12 Leverage Points to Transform Complex Systems—from Parameters to Paradigms

This article outlines twelve leverage points for system transformation, ranging from simple parameter adjustments to paradigm‑shifting rule changes, and illustrates each with real‑world Chinese policy examples, helping readers choose the most effective intervention for social, economic, or environmental challenges.

Systemscomplexityleverage points
0 likes · 12 min read
12 Leverage Points to Transform Complex Systems—from Parameters to Paradigms
Liangxu Linux
Liangxu Linux
Jun 19, 2024 · Fundamentals

Discover TBOX: A Powerful Cross‑Platform C Development Library

TBOX is a C‑based cross‑platform development library that unifies interfaces for multiple operating systems, offers a rich set of modules such as streams, coroutines, databases, networking, and utilities, and provides detailed build instructions and example code for rapid integration.

CLibrarySystems
0 likes · 13 min read
Discover TBOX: A Powerful Cross‑Platform C Development Library
21CTO
21CTO
May 30, 2024 · Fundamentals

How Gordon Bell’s Vision Shaped Modern Computing: From PDP to Bell’s Law

Renowned computer architect Gordon Bell, whose pioneering work on DEC’s PDP series, the creation of Bell’s Law, and leadership in supercomputing and high‑performance computing institutions, left an enduring legacy that continues to influence modern systems, AI, and the evolution of computing technology.

Gordon BellSystemscomputer architecture
0 likes · 11 min read
How Gordon Bell’s Vision Shaped Modern Computing: From PDP to Bell’s Law
AntTech
AntTech
Dec 22, 2023 · Information Security

2023 Security and Trustworthy Computing Research Summary – 14 Papers Accepted at Top International Conferences

In late 2023, Ant Group and academic partners reported fourteen security‑focused research papers accepted at top venues such as USENIX Security, ACM CCS, and USENIX ATC, covering privacy‑preserving computation, secure two‑party GBDT training, macOS kernel fuzzing, privacy‑preserving ML frameworks, Rust OOM handling, and more.

MPCSystemscryptography
0 likes · 18 min read
2023 Security and Trustworthy Computing Research Summary – 14 Papers Accepted at Top International Conferences
DevOps
DevOps
Jul 28, 2023 · Operations

The Temporary End of Moore’s Law and the Revival of “Systems Performance”

The article discusses the renewed relevance of performance engineering amid the slowdown of Moore’s Law, highlighting the Chinese edition of "Systems Performance: Enterprise and the Cloud," modern observability tools like eBPF, the "golden 60‑second" analysis, and the push toward continuous performance monitoring and expert systems.

ObservabilitySystemseBPF
0 likes · 7 min read
The Temporary End of Moore’s Law and the Revival of “Systems Performance”
Test Development Learning Exchange
Test Development Learning Exchange
Jul 18, 2023 · Operations

Common System Performance Issues and Their Solutions

This article enumerates typical system performance problems such as slow response time, insufficient throughput, resource bottlenecks, database slowness, memory leaks, platform differences, network latency, security overhead, scalability limits, and provides practical optimization and mitigation strategies for each.

ScalabilitySystemsmonitoring
0 likes · 7 min read
Common System Performance Issues and Their Solutions
MaGe Linux Operations
MaGe Linux Operations
Jul 10, 2022 · Fundamentals

Mastering System Performance: Key Concepts, Metrics, and Optimization Strategies

System performance examines the interplay of hardware and software components, focusing on latency, throughput, and cost reduction, while exploring essential concepts, measurement techniques, trade‑offs, optimization layers, ROI considerations, and practical guidelines for effective performance analysis across diverse computing environments.

LatencySystemsThroughput
0 likes · 14 min read
Mastering System Performance: Key Concepts, Metrics, and Optimization Strategies
Open Source Linux
Open Source Linux
Jun 6, 2022 · Fundamentals

Unlock 50,000 Words of C/C++ Mastery: Key Concepts, Code & Tips

This comprehensive C/C++ knowledge base covers everything from basic syntax, const, static, and this pointers to advanced topics like inline functions, virtual methods, smart pointers, STL containers, data structures, algorithms, operating system concepts, networking layers, and common interview problems, complete with code examples and diagrams.

AlgorithmsCData Structures
0 likes · 66 min read
Unlock 50,000 Words of C/C++ Mastery: Key Concepts, Code & Tips
Architects Research Society
Architects Research Society
Jul 23, 2021 · Fundamentals

Software Architecture: Concepts, Scope, Characteristics, History, and Activities

This article provides a comprehensive overview of software architecture, covering its definition, scope, key characteristics, historical development, core activities, supporting processes, architectural styles, and its relationship with design, requirements engineering, and agile development, while also addressing architecture erosion and recovery.

DesignSystemsarchitectural patterns
0 likes · 20 min read
Software Architecture: Concepts, Scope, Characteristics, History, and Activities
Senior Brother's Insights
Senior Brother's Insights
Nov 13, 2019 · Operations

Mastering System Performance: Principles, Layers, and Practical Optimization Techniques

This article outlines fundamental performance‑optimization principles, the hierarchical stages of optimization (requirements, design, implementation), and practical methods such as caching, concurrency, laziness, batching, efficient implementations, and solution‑space reduction, while stressing the balance with code quality and long‑term maintenance.

ProfilingSystemscaching
0 likes · 13 min read
Mastering System Performance: Principles, Layers, and Practical Optimization Techniques
Liangxu Linux
Liangxu Linux
Jun 30, 2018 · Fundamentals

Top Open‑Source C Projects Every Developer Should Explore

This article presents a curated list of noteworthy open‑source C projects—including event libraries, caching systems, databases, web servers, testing frameworks, and classic Unix kernels—each with a brief description, key features, and download links for developers seeking practical learning resources.

CSystemsdatabases
0 likes · 13 min read
Top Open‑Source C Projects Every Developer Should Explore