c-programming

Tag

Cards List
#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 · 2d ago 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 · 4d ago 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
← Back to home

Submit Feedback