cd/entity/C++· home entities C++
grep -l @c++ /news/*.json | wc -l → 12

@C++

mentions 12 type Organization feed RSS
21:01
2026-05-23
dev.to
open-source

Rust and the Reinvention of Operating Systems

The article explains that for decades, operating systems were built using C and C++, which offered high performance but introduced pervasive memory bugs responsible for roughly 70% of critical securit…

09:28
2026-05-23
dev.to
hardware

If you struggle to learn then this is for you.

The article argues that effective learning does not require mastering each concept sequentially before moving to the next. Instead, it advocates for a "practical" approach of exposing oneself to the e…

12:12
2026-05-18
boostedcpp.net
developer-tools

Neoclassical C++: segmented iterators revisited (1)

The article discusses Matt Austern's 2000 paper on segmented iterators, which proposed a two-level iterator abstraction to improve performance on segmented data structures like `std::deque` by allowin…

00:00
2026-03-02
alexselimov.com
research

About

The article introduces an individual who is a father of two, a husband, and a scientific backend software developer with a PhD in Computational Materials Science from Georgia Tech. It lists their tech…

01:31
2024-04-10
alexselimov.com
developer-tools

Rust is pretty good (Short thoughts on Rust)

After two months of full-time Rust development, the author plans to use Rust instead of C++ for future performance-critical projects. A key reason is that Rust's syntax is cleaner than modern C++, par…

01:38
2023-08-30
alexselimov.com
developer-tools

Gettting Valgrind working on Artix Linux

The article describes the author's difficulty using Valgrind for memory debugging on Artix Linux, as both Artix and Arch Linux have removed debug packages in favor of a debuginfod system. While debugi…

15:19
2023-02-25
alexselimov.com
open-source

Hosting your own git frontend service using Gitea

The article provides a step-by-step guide on self-hosting a Git frontend service using Gitea on a Debian server with Nginx. It covers setting up a PostgreSQL database for Gitea, downloading and instal…

16:00
2016-02-19
reenigne.org
developer-tools

Integers as types

The article discusses a design consideration for the ALFE programming language, where the author explores the possibility of treating integers as types to enable fixed-length arrays indexed by non-int…

// co-occurs with top 8 entities