Appears on
Articles8
H
Implementing Profunctor Equipment in Haskell: A Toy Implementation for Programmers
Insight
bartoszmilewski.com15d agoHow the Lobsters front page works
News
atharvaraykar.com4mo agoBuilding a Better Web: A Critique of Internet Centralization and Vision for Decentralized Tools
Insight
Advanced Borrow-Checker Concepts in Rust Programming: Exploring New Reference Types
This article explores advanced concepts in Rust programming language's borrow-checker system, proposing new reference types and algebraic structures for more sophisticated memory management. The author presents a table-based approach to understanding how different borrow types interact, discussing ideas that have emerged from recent community discussions abo
Insight
nadrieril.github.io5mo ago
Linux Kernel Self-Protection Project: Addressing Security Challenges with Flexible Array Members and struct sockaddr
Insight
Understanding macOS vs Linux Sort Command Differences in Collation Behavior
The article documents a technical investigation into why the sort command produces different results on macOS versus Linux systems, even when using the same locale settings. The author discovers that macOS uses a different collation algorithm (LC_COLLATE) that treats hyphens differently than Linux systems, causing package names like 'python-dev' and 'python3
Insight
blog.zhimingwang.org7mo ago

