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

C++

mentions 30 type Organization page 1/2 feed RSS

// recent coverage 30 mentions

08:22
2026-07-07
monoid.github.io
computer-vision

Why false sharing alignment should be 128 bytes on x64

False sharing alignment on x64 should be 128 bytes instead of the traditional 64 bytes because Intel's Sandy Bridge architecture and later CPUs may load cache lines in pairs via a spatial prefetcher, …

19:57
2026-07-03
dev.to
artificial-intelligence

Software Development Changed. Good Engineering Didn’t.

A developer reflects on how software development has transformed over the past decade, with faster time-to-market, AI integration, and broader priorities, while asserting that core engineering princip…

07:46
2026-07-01
blog.kulman.sk
artificial-intelligence

I do not feel like a programmer anymore

A software developer reports that AI has become so integral to their daily work that they no longer feel like a programmer, as AI handles understanding tickets, writing code, reviewing, and suggesting…

19:42
2026-06-30
dev.to
large-language-models

How I'm re-discovering computer science with LLM revolution

A developer describes how the LLM revolution is reshaping their approach to personal projects, allowing them to tackle complex solutions beyond their expertise, particularly in frontend development. T…

18:40
2026-06-26
dev.to
developer-tools

My Introduction To Templates In Cpp

A developer exploring C++ templates discovered they are a tool for creating functions and classes that work with any data type, eliminating the need for repetitive code. The developer demonstrated how…

14:52
2026-06-24
sipp.sh
large-language-models

Show HN: Sipp – Run small local LLMs in browser 3x faster

Sipp, an open-source AI inference library, enables running small local LLMs in browsers with up to 3x faster decode speeds than alternatives. Built by HCI and graphics programmers, it uses a unified A…

06:34
2026-06-22
poyo.co
large-language-models

A Game of Robot Telephone

A developer tested LLM code translation by passing a Go program through 10 languages and back, finding the final Go version grew from 94 to 443 lines while retaining correctness. The experiment used a…

06:56
2026-06-21
fortran-lang.discourse.group
large-language-models

Mythos for coding

Anthropic's Claude Mythos successfully extended a Fortran-to-C transpiler to also support C++, fixing 14 bugs and passing 44 of 86 test targets in a GARCH volatility project. The AI worked for 2.5 hou…

19:52
2026-06-18
news.ycombinator.com
artificial-intelligence

Ask HN: Languages in the Age of AI

A developer questions whether programming language choice matters as AI increasingly generates code, suggesting that if agents write most code from prompts, developers only need to verify output rathe…

12:14
2026-06-17
arxiv.org
artificial-intelligence

Behind Python: The Languages That Power AI

A new empirical study comparing Python, C, C++, Rust, Go, and Julia for AI algorithms found that C and C++ are the fastest, with Rust trailing by 9%, while Python runs 315x slower. Memory usage varied…

06:14
2026-06-17
github.com
artificial-intelligence

Grind LeetCode questions with Claude Code dsa mentor

A new open-source repository uses Anthropic's Claude AI to help developers solve daily LeetCode problems organized by data structure and algorithm topic and difficulty. The project supports multiple p…

15:39
2026-06-01
leimao.github.io
machine-learning

PyTorch Custom Operation

PyTorch users can now implement custom operations in C++ and CUDA for use in both Python and C++ inference programs, with automatic device dispatch between CPU and CUDA implementations. The approach s…

19:39
2026-05-30
dev.to
ai-tools

Structure: A Local-First Interview IDE Powered by Gemma 4

A developer built Structure, a local-first macOS desktop IDE for technical interview practice powered by Gemma 4. The app, built with Qt 6 and C++, runs Gemma 4 locally through Ollama and stores all c…

15:02
2026-05-29
dev.to
large-language-models

Mistral's Codestral Isn't Another Generalist Model

Mistral AI has released Codestral, a 22-billion parameter model specialized exclusively for code generation, trained on over 80 programming languages. The model features a fill-in-the-middle mechanism…

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…

page 1 / 2 next →
// co-occurs with top 8 entities