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

C

mentions 19 type Organization feed RSS

// recent coverage 19 mentions

05:07
2026-07-01
news.ycombinator.com
artificial-intelligence

From Slop to Determinism – Shifting the Narrative Space

A Hacker News user argues that the current AI hype cycle is driven by narrative rather than substance, and suggests shifting the discourse toward determinism and traditional programming languages like…

02:05
2026-06-28
dev.to
artificial-intelligence

Hey there! 👋

Vivek Painjane, a developer based in India, builds practical software projects including web apps, backend tools, and AI-powered ideas. His tech stack includes Python, TypeScript, HTML, and C, and he …

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…

23:32
2026-06-17
hiraditya.github.io
machine-learning

Loop Unrolling in the ML Era

Loop unrolling, a classic compiler optimization, is experiencing a resurgence in the machine learning era as a critical technique for maximizing throughput on modern compute architectures like SIMD ve…

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…

05:19
2026-06-15
dev.to
machine-learning

CPython, Bytecode ve Python Virtual Machine (PVM)

A developer explains the internal architecture of CPython, the standard Python interpreter, detailing how Python source code is tokenized, parsed, compiled into bytecode, and executed by the Python Vi…

04:44
2026-06-15
ertu.dev
developer-tools

Clojure is almost as fast as C (with some help)

A developer ported a C stress test to Clojure and achieved near-parity performance (0.86 ms vs 0.70 ms per frame) by using the JVM Vector API, static final species references, macros, and JDK 25, demo…

08:17
2026-06-14
github.com
developer-tools

A zero-copy C/Python DFA engine that scrubs logs at 571 MB/s

Guardog, a zero-copy C/Python DFA engine, scrubs logs at 571 MB/s, operating 14.4x faster than standard Python regex by bypassing the GIL and using in-place memory mutation. The engine is available fo…

06:53
2026-05-27
benfrederickson.com
machine-learning

Python as a Declarative Programming Language (2017)

Python's performance in the benchmarks game is roughly 40 times slower than C or C++, yet it remains the dominant language for data analysis and machine learning because core libraries like NumPy, Ten…

00:20
2026-05-26
ranvier.systems
large-language-models

Tokenization Is the Bottleneck You're Not Measuring

A hidden bottleneck in LLM proxy architectures is causing 5-13 millisecond blocking delays per request during tokenization, a CPU-bound operation that most systems treat as instantaneous. In event-loo…

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…

03:33
2026-05-22
github.com
developer-tools

Show HN: Tight C, a systems language with 10 keywords

Tight C is a minimal systems programming language that compiles to C11 and features only 10 keywords, with no garbage collector, type inference, or object-oriented programming. It offers manual memory…

00:00
2025-08-29
spader.zone
developer-tools

Chicken Soup for the Grug Soul

The article argues that C is a fundamentally fixable language, with its main flaws stemming from its outdated standard library rather than the language itself. The author proposes replacing null-termi…

// co-occurs with top 8 entities