c

Tag

Cards List
#c

@TrisH0x2A: in 2008 James Molloy wrote a free tutorial that taught people how to build a UNIX like operating system from scratch in…

X AI KOLs Following · 4d ago Cached

A tweet highlights James Molloy's 2008 free tutorial 'Roll Your Own Toy UNIX Clone OS', which teaches building a Unix-like kernel from scratch in C and assembly, covering bootloader, memory management, filesystems, and multitasking.

0 favorites 0 likes
#c

I patched iozone for better disk benchmarks on modern macOS

Jeff Geerling · 2026-05-27 Cached

Patched iozone to compile on Apple Silicon Macs running macOS 26, ensuring disk benchmarking works without errors; the fix was incorporated into version 510.

0 favorites 0 likes
#c

On C extensions, portability, and alternative compilers

Lobsters Hottest · 2026-05-25 Cached

This article discusses the practical challenges of writing portable C code due to reliance on non-standard compiler extensions and glibc's conditional headers, illustrating with examples from building a C compiler.

0 favorites 0 likes
#c

Sp.h is the standard library that C deserves

Hacker News Top · 2026-05-20 Cached

sp.h is a 15,000-line single-header C99 standard library that bypasses libc to provide portable, explicit, and heap-free primitives. It aims to replace the traditional libc with a modern, syscall-level abstraction.

0 favorites 0 likes
#c

Everything in C is undefined behavior

Hacker News Top · 2026-05-20 Cached

An experienced C++ developer argues that all non-trivial C and C++ code contains undefined behavior, making memory safety impossible and calling into question the continued use of these languages in modern software development.

0 favorites 0 likes
← Back to home

Submit Feedback