c-programming

Tag

Cards List
#c-programming

mantle.nes breakdown blog part 1

Lobsters Hottest ↗ · 18h ago Cached

This blog post details the author's process of creating a NES demake fangame of Deltarune Chapter 3, covering technical aspects like NES development tools and workflow.

0 favorites 0 likes
#c-programming

@TrisH0x2A: a professor at Illinois got frustrated with existing systems programming textbooks so he started a Wikibook with studen…

X AI KOLs Timeline ↗ · 2d ago Cached

A professor at Illinois initiated a collaborative Wikibook with students to provide a free, comprehensive guide covering systems programming topics such as C, processes, threads, and security.

0 favorites 0 likes
#c-programming

LinearSolveBench: new benchmark for linear solvers [P]

Reddit r/MachineLearning ↗ · 5d ago

LinearSolveBench is a new benchmark for evaluating linear solvers in C, focusing on speed, accuracy, and generality for large sparse systems to promote algorithmic advances.

0 favorites 0 likes
#c-programming

Show HN: Npunlock – Run custom C kernels for Intel NPUs

Hacker News Top ↗ · 5d ago Cached

Npunlock is a tool that enables running custom C kernels on Intel NPUs by reconstructing the path from C code to runnable kernels, with verification on Meteor Lake hardware.

0 favorites 0 likes
#c-programming

Type Punning in C and C++

Hacker News Top ↗ · 5d ago Cached

This article explains type punning in C and C++, warning about the undefined behavior of pointer casts due to strict aliasing rules and recommending unions or memcpy for safe type punning.

0 favorites 0 likes
#c-programming

@huihoo: Free book《Computing Systems Organization》CC License (Computing Systems Organization) Composed of 16 independent documen…

X AI KOLs Timeline ↗ · 6d ago Cached

A free book titled 'Computing Systems Organization' by Dr. Carl Burch is released under CC License, comprising 16 documents on modern computing system concepts.

0 favorites 0 likes
#c-programming

SDCC – Small Device C Compiler

Hacker News Top ↗ · 2026-09-19

SDCC is a Small Device C Compiler, a development tool for programming small and embedded systems in the C language.

0 favorites 0 likes
#c-programming

C*: Unifying Programming and Verification in C

Hacker News Top ↗ · 2026-09-08 Cached

This paper introduces C*, a proof-integrated language that unifies C programming with formal verification, enabling real-time verification through embedded proof-code blocks.

0 favorites 0 likes
#c-programming

C Is Not a Low-Level Language (2018)

Hacker News Top ↗ · 2026-09-07

This article argues that the C programming language is not truly low-level, challenging common perceptions and discussing its abstractions and design.

0 favorites 0 likes
#c-programming

Tracing np.add, all the way down

Hacker News Top ↗ · 2026-09-04 Cached

This blog post traces the execution of NumPy's np.add function from Python down to C, explaining the internal machinery and SIMD optimization involved in numerical addition.

0 favorites 0 likes
#c-programming

Intrusive Linked Lists

Hacker News Top ↗ · 2026-08-31 Cached

This article explains intrusive linked lists, a data structure variation where links are embedded in the structure itself, used in Linux for efficient memory management and cache performance.

0 favorites 0 likes
#c-programming

Indirect Calling of Nested Functions on GCC Without Executable Stack

Hacker News Top ↗ · 2026-08-29 Cached

The article presents a technique to indirectly call nested functions in GCC without an executable stack by reading pointers from trampolines, suitable for older GCC versions, and implemented in the noplate library.

0 favorites 0 likes
#c-programming

An Introduction to Canvas in GNU Emacs

Lobsters Hottest ↗ · 2026-08-23 Cached

This article demonstrates how to integrate the olive.c graphics library into GNU Emacs using a dynamic module to render a rotating 3D grid with interactive elements.

0 favorites 0 likes
#c-programming

Os8088.com: IBM XT OS now has a Browser, CP/M 2.2 with Z80 core and MS Word 1.1a

Hacker News Top ↗ · 2026-08-19 Cached

os8088 has released new updates including a web browser, CP/M emulation with Z80 core, and Microsoft Word 1.1a for the IBM PC XT, along with other features like dual monitor support.

0 favorites 0 likes
#c-programming

@TrisH0x2A: Rob Pike wrote a complete regular expression matcher in about 30 lines of C it supports ^, ., *, and $ using only recur…

X AI KOLs Timeline ↗ · 2026-08-03 Cached

A tweet highlights Rob Pike's classic 30-line regular expression matcher in C, demonstrating recursion and pointer arithmetic as an introduction to regex engines.

0 favorites 0 likes
#c-programming

Dead Software Walking: The ongoing evolution of relayd(8) and httpd(8)

Lobsters Hottest ↗ · 2026-07-31 Cached

A blog post detailing the ongoing revival and modernization of OpenBSD's relayd(8) and httpd(8) daemons, including efforts to modernize the imsg message system and address pending diffs, with the author citing LLMs as motivation to return to C programming.

0 favorites 0 likes
#c-programming

The C ``Clockwise/Spiral Rule''

Hacker News Top ↗ · 2026-07-31 Cached

A classic technique for parsing complex C declarations by following a clockwise/spiral rule, with worked examples.

0 favorites 0 likes
#c-programming

the perils of parsing type inference declarations in c

Lobsters Hottest ↗ · 2026-07-25 Cached

This blog post explores parsing ambiguities in C23 involving `auto` as a type inference specifier or storage-class specifier, showing how GCC and Clang disagree on parsing declarations like `auto x = 67;` when `x` is a typedef, and how attributes complicate the situation.

0 favorites 0 likes
#c-programming

Dependable C

Lobsters Hottest ↗ · 2026-07-19 Cached

A comprehensive resource providing guidelines and recommendations for writing dependable, safe C code, covering undefined behavior, memory model, and version-specific advice.

0 favorites 0 likes
#c-programming

@maxxfuu: Day 13/90 of Inference Engineering I built a MNIST classifier in C. Not proud of it, man enough to say it. It took me 5…

X AI KOLs Timeline ↗ · 2026-07-19 Cached

The author shares their experience building an MNIST classifier in C, emphasizing the importance of understanding fundamentals over coding, and explains the intuition behind matrix multiplication with 1D vectors.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback