# 0xGhost - Systems Programming & C++ Blog > A deep dive into C++, systems programming, performance optimization, and low-level computing ## Site Information - **Name**: 0xGhost - **Author**: 0xGhost - **URL**: https://0xghost.dev - **Topics**: C++, Systems Programming, Performance Optimization, Move Semantics, Template Metaprogramming - **Language**: English ## Main Pages - Home: https://0xghost.dev/ - Blog: https://0xghost.dev/blog/ - Projects: https://0xghost.dev/projects/ - About: https://0xghost.dev/about/ - Privacy Policy: https://0xghost.dev/privacy/ ## Blog Posts (3 total) ### std::move doesn't move anything: A deep dive into Value Categories - URL: https://0xghost.dev/blog/undefined/ - Published: 2025-12-09 - Tags: cpp, performance, systems - Description: Why std::move is just a cast, how it kills RVO if used wrong, and the mechanics of ownership transfer. ### My First Post - URL: https://0xghost.dev/blog/undefined/ - Published: 2025-12-07 - Tags: astro, cpp - Description: Setting up Astro 5.0 with manual code blocks. ### Style Guide - URL: https://0xghost.dev/blog/undefined/ - Published: 2025-01-01 - Tags: css, test - Description: Testing the 0xGhost typography engine. ## Tags - astro: https://0xghost.dev/tags/astro/ - cpp: https://0xghost.dev/tags/cpp/ - css: https://0xghost.dev/tags/css/ - performance: https://0xghost.dev/tags/performance/ - systems: https://0xghost.dev/tags/systems/ - test: https://0xghost.dev/tags/test/ ## Additional Resources - RSS/Atom Feed: https://0xghost.dev/announcements.atom - GitHub Discussions: https://github.com/ttheghost/0xghost/discussions/categories/announcements ## Content Guidelines This blog focuses on: - Deep technical dives into C++ language features - Performance optimization techniques - Move semantics and value categories - Template metaprogramming - Systems-level programming concepts - Real-world code examples with benchmarks All code examples are tested and production-ready. Articles include detailed explanations, performance benchmarks, and references to C++ standards. ## Contact & Social - GitHub: https://github.com/ttheghost/0xghost - Website: https://0xghost.dev --- Last updated: 2025-12-13 Generated automatically from blog content