c-programming

Tag

Cards List
#c-programming

@PhilShteuck: What happens when you build chess for a page that was never meant to move? A handwritten C engine. Grok-engraved pieces…

X AI KOLs Following ↗ · 2026-07-15 Cached

A handwritten C chess engine built for e-paper displays, featuring Grok-designed pieces and responsive rendering. The engineering story was turned into a film by RepoReel titled 'The King Falls Silent'.

0 favorites 0 likes
#c-programming

Tensor Is the Might

Hacker News Top ↗ · 2026-07-14 Cached

This post builds a complete, accelerated tensor library from scratch in C, explaining the concept of tensors and their operations.

0 favorites 0 likes
#c-programming

fred: A text editor that uses C for everything - Handmade Network Expo 2026

Lobsters Hottest ↗ · 2026-07-14 Cached

Cameron Damera demonstrated Fred, a text editor written entirely in C, at Handmade Network Expo 2026. Its core features include an embedded TCC compiler, a live plugin system, dynamic Tree-sitter language support, an undo tree, and session recovery. All code is hand-written without AI assistance.

0 favorites 0 likes
#c-programming

Where did my segfault go?

Lobsters Hottest ↗ · 2026-07-11 Cached

The author investigates why segmentation faults are not displayed when using entr to run a C program, discovering that bash's exec optimization suppresses the error message unless the command is run in a subshell or script.

0 favorites 0 likes
#c-programming

C programmers commit fresh crimes against readability

Hacker News Top ↗ · 2026-07-06 Cached

The 2025 International Obfuscated C Code Contest winners are announced, featuring 23 entries including Adrian Cable's Subleq computer emulator that enables software preservation through a one-instruction set architecture.

0 favorites 0 likes
#c-programming

@Jolyne_AI: Finished learning C syntax but stuck on 'what to write'? Online tutorials are scattered and hard to piece into a system. Project Box solves this: a collection of projects curated for C beginners, taking you from beginner to advanced, practicing until you master it. A total of 10 projects of varying difficulty, from Tic-Tac-Toe to network programming, each with source code…

X AI KOLs Timeline ↗ · 2026-06-29 Cached

Project Box is a collection of projects designed for C beginners, containing 10 projects of varying difficulty, from Tic-Tac-Toe to network programming. Each project includes source code, documentation, and build configurations, helping learners master C through practice.

0 favorites 0 likes
#c-programming

@chessMan786: Mastering All Design Patterns in C A detailed guide to implementing design patterns in C, exploring how to apply object…

X AI KOLs Timeline ↗ · 2026-06-28 Cached

A detailed guide to implementing design patterns in C, exploring how to apply object-oriented design principles in a procedural language.

0 favorites 0 likes
#c-programming

@TrisH0x2A: a hash map in 25 lines of C FNV-1a handles the hashing, start with a fixed value and XOR each byte multiply by a prime …

X AI KOLs Timeline ↗ · 2026-06-24 Cached

A concise implementation of a hash map in 25 lines of C using FNV-1a hashing and bitwise AND for efficient modulo operation, with void pointers for type-generic storage.

0 favorites 0 likes
#c-programming

@sumitdotml: week 25, 2026: cpu tensor core basics (add/mul, reduce, stride, 2d matmul, etc.) in c, reading some arcee

X AI KOLs Timeline ↗ · 2026-06-22 Cached

The author shares progress on building a CPU-only tensor library in C, covering basics like add/mul, reduce, strides, and 2D matmul, along with insights from reading Arcee's technical blogs on foundation models.

0 favorites 0 likes
#c-programming

Headless screenshot loops let a local 30B agent finish a raytraced FPS demo in pure C

Reddit r/LocalLLaMA ↗ · 2026-06-17

An AI agent using a 30-billion-parameter model leverages headless screenshot loops to autonomously complete a raytraced first-person shooter demo written in C, showcasing advanced autonomous coding and debugging capabilities.

0 favorites 0 likes
#c-programming

Winners of the 2025 International Obfuscated C Code Contest (IOCCC 29)

Lobsters Hottest ↗ · 2026-06-07 Cached

The winners of the 29th International Obfuscated C Code Contest (IOCCC 2025) have been announced, featuring near-record submission quality and volume after the 2020-2024 hiatus.

0 favorites 0 likes
#c-programming

Making pebble apps in 2026

Lobsters Hottest ↗ · 2026-06-02 Cached

A developer shares their experience building apps for the revived Pebble watch in 2026, highlighting the use of AI tools and the preservation of the original app ecosystem through the Rebble Alliance.

0 favorites 0 likes
#c-programming

SpaceX has almost finished writing V1.0 of an in-house AI training stack in C (2 minute read)

TLDR AI ↗ · 2026-05-29

SpaceX is finalizing a custom AI training stack written in C, utilizing pipeline parallelism and 220k GB300 GPUs to achieve over an order of magnitude speed improvement, with plans to develop an inference stack for reinforcement learning.

0 favorites 0 likes
#c-programming

The four programming questions from my 1994 Microsoft internship interview (2023)

Hacker News Top ↗ · 2026-05-28 Cached

A retrospective blog post from 2023 recounts the four programming questions the author faced during a Microsoft internship interview in 1994, sharing the problems and context.

0 favorites 0 likes
#c-programming

@davidokocha086: built a multi-client terminal chat app in C from scratch. raw TCP sockets. select() for I/O multiplexing. no libraries.…

X AI KOLs Timeline ↗ · 2026-05-25 Cached

Developer built a multi-client terminal chat app in C from scratch using raw TCP sockets and select() for I/O multiplexing, as a step toward building EduOS, a privacy-first AI-native OS for African schools.

0 favorites 0 likes
#c-programming

John Regehr's Integers in C Quiz

Lobsters Hottest ↗ · 2026-05-21 Cached

An archival version of John Regehr's C integers quiz, wrapped in JavaScript for browser compatibility, highlighting tricky undefined behavior and integer issues in C code.

0 favorites 0 likes
#c-programming

Curly braces: An evolution of Unix and C

Hacker News Top ↗ · 2026-05-20 Cached

A detailed exploration of how curly braces were typed on early Unix systems with Teletype Model 33, covering ASCII 1963, trigraphs, digraphs, and terminal driver translations.

0 favorites 0 likes
#c-programming

No way to parse integers in C (2022)

Hacker News Top ↗ · 2026-05-20 Cached

The article criticizes C standard library functions for parsing integers (atol, strtol, strtoul, sscanf), explaining why most are broken and only strtol can be used correctly with careful error handling.

0 favorites 0 likes
#c-programming

@tetsuoai: Forty minutes of whiteboard. The full transformer architecture. Then open vim and write it in C.

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

A 40-minute walkthrough explains the complete Transformer architecture via whiteboard diagrams and demonstrates a practical implementation in C using Vim.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback