Tag: #stack
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Modern Haskell 2026 — GHC 9.10 / 9.12 / GHCup / Cabal 3.14 / Stack / IHP / Servant / Effectful / Pandoc / Cardano Deep Dive
Haskell in 2026 is no longer "the language PhDs use to write papers". GHC 9.10 (May 2024) and 9.12 (Dec 2024) pushed the compiler another notch faster, and GHCup is now the officially recommended installer, simplifying t
2026-05-16 · 21 min read #haskell#ghc-9-10#ghc-9-12#ghcup#cabalMemory Management & Garbage Collection Complete Guide 2025: Stack/Heap, GC Algorithms, Memory Leak Debugging
Everything about memory management! Stack vs Heap, GC algorithms (Mark-Sweep/Generational/Concurrent), V8 GC (Orinoco), JVM GC (G1/ZGC/Shenandoah), Rust ownership system, memory leak detection (Chrome DevTools/VisualVM),
2026-04-14 · 25 min read #memory-management#garbage-collection#stack#heap#gc-algorithm