programming-tutorial

Tag

Cards List
#programming-tutorial

@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
#programming-tutorial

Thinking in States

Lobsters Hottest · 2026-05-17 Cached

The article explains the conceptual shift required when moving from imperative to declarative programming, using Prolog to illustrate thinking in terms of relations rather than mutable state.

0 favorites 0 likes
#programming-tutorial

Profunctor Equipment in Haskell

Hacker News Top · 2026-05-16 Cached

This blog post provides a toy Haskell implementation of profunctor equipment, including natural transformations and composition, to make category-theoretic concepts accessible to programmers.

0 favorites 0 likes
← Back to home

Submit Feedback