systems-programming

Tag

Cards List
#systems-programming

@AnjneyMidha: PSA: several folks have asked where they can find the full stanford @CS153Systems '26 lectures they are uploaded each w…

X AI KOLs Following · 13h ago Cached

A curated playlist has been created for Stanford's CS153 Systems course '26 lectures, which are regularly uploaded to the official Stanford online YouTube channel.

0 favorites 0 likes
#systems-programming

building a web server in aarch64 assembly to give my life (a lack of) meaning

Lobsters Hottest · yesterday Cached

The article introduces 'ymawky', a minimal HTTP web server written entirely in aarch64 assembly for macOS, using raw syscalls without libc wrappers to explore low-level system mechanics.

0 favorites 0 likes
#systems-programming

The Edge of Safe Rust

Lobsters Hottest · 2026-04-22 Cached

A TokioConf 2026 talk/blog post explores pushing safe Rust to its limits by implementing tracing garbage collection for complex pointer structures, sharing techniques for circular references and raw-pointer GC design.

0 favorites 0 likes
#systems-programming

Verus is a tool for verifying the correctness of code written in Rust

Hacker News Top · 2026-04-20 Cached

Verus is a static verification tool for Rust that uses SMT solving to prove full functional correctness of low-level systems code without runtime checks.

0 favorites 0 likes
#systems-programming

Stupid RCU Tricks: Corner-Case RCU Implementations

Lobsters Hottest · 2026-04-19 Cached

Paul McKenney discusses unconventional and corner-case RCU (Read-Copy-Update) implementations, including timed-wait RCU approaches used in early Unix systems and fixed-buffer RCU concepts related to memory quarantining, illustrating creative but potentially dangerous synchronization techniques in kernel development.

0 favorites 0 likes
#systems-programming

Kefir C17/C23 Compiler

Hacker News Top · 2026-04-17 Cached

Kefir is an independent, open-source C17/C23 compiler developed by a single developer, targeting x86_64 with System-V ABI and supporting Linux and BSDs. It features an SSA-based optimization pipeline, DWARF5 debug info, bit-identical bootstrap, and has been validated against 100 real-world open-source projects.

0 favorites 0 likes
#systems-programming

Zero-Copy Pages in Rust: Or How I Learned to Stop Worrying and Love Lifetimes

Hacker News Top · 2026-04-16 Cached

A technical deep-dive into implementing zero-copy page handling in Rust for a database engine, exploring how Rust's lifetime system enables safe zero-copy semantics between the buffer pool and upper database layers while using Direct I/O to bypass the OS page cache.

0 favorites 0 likes
← Back to home

Submit Feedback