Xiahua
  • About
  • Posts
  • Tags
Configuring Claude Code and Continue with DeepSeek V4 PRO APIs

Motivation PawnDB is a C++17 in-memory database. Modern C++ involves a lot of boilerplate and repetitive patterns. AI coding assistants can absorb tha… ...more

April 26, 2026 #C++ #Tools
The C++ RVO Trap: When Deleted Move Constructors Break Your Code

The Surprising Case You write a simple C++ class. You want to be explicit, so you define a copy constructor but delete the move constructor. You expec… ...more

January 14, 2025 #C++
Solving the Static Initialization Order Fiasco (SIOF) with Meyer's Singleton

What is SIOF? The Static Initialization Order Fiasco (SIOF) is a bug that appears when one translation unit initializes a global object that depends o… ...more

January 14, 2025 #C++
12345 6 7
Recent
Configuring Claude Code and Continue with DeepSeek V4 PRO APIs
The C++ RVO Trap: When Deleted Move Constructors Break Your Code
Solving the Static Initialization Order Fiasco (SIOF) with Meyer's Singleton
Revisit Sorting Algorithms in C++
LeetCode Graph Question Summary
LeetCode Binary Tree Question Summary
LeetCode Linked List Question Summary
Asynchronous Multi-Thread Design Pattern with C++
Type Conversions in C++ and Rust
Precision loss detection in control systems.
Understanding Routing and NAT with WireGuard VPN
Ubuntu 24.04 LTS Cloud Server Quick Configuration
Why is std::hash a struct?
Perfect forwarding in C++
Avoid virtual functions in C++ (when possible)
About Contact Privacy Sitemap

© 2026 Xiahua

Powered by Zola & Abridge