🦞🌯 Lobster Roll

All LHN/.~Ars
RSS

Showing stories from 2025-12. View all

NewestOldestTop ScoredMost Discussed
Reika: an opinionated dependency manager and build initiator tool (fossil.cyberia9.org)
A Comptime Calculus for Zig (pithlessly.github.io)
Looking Back at Python Pescara 2025 (paulox.net)
LispMe: An Implementation of Scheme for the Palm Pilot (citeseerx.ist.psu.edu)
Heretic: Mutation testing for Clojure – fast, practical, and integrated (github.com)
Eliminate Branches by Melding IR Instructions (arxiv.org)
Abstract: Branch mispredictions cause catastrophic performance penalties in modern processors, leading to performance loss. While hardware predictors and profile-guided techniques exist, data-dependent branches with irregular patterns remain challenging. Traditional if-conversion eliminates branche...
runST does not prevent resources from escaping (welltypedwit.ch)
What I've Learned Writing Gleam (nohzafk.github.io)
Simple Bidirectional Type Inference (ettolrach.com)
Cross-site Scripting-benchmark of python sanitizers against real browsers (github.com)
Hotswapping Haskell at Runtime (2017) (simonmar.github.io)
Turning Dafny Sets into Sequences (youtu.be)
Accompanying slides & code: https://github.com/colimit-ai/turning-dafny-sets-into-sequences-talk
Zpdf: PDF text extraction in Zig (github.com)
Memory Safety Is … (matklad.github.io)
Building a React App with Formally Verified State (midspiral.com)
Formally speaking, "Transpiler" is a useless word (people.csail.mit.edu)
Nepal to scrap 'failed' Mount Everest waste deposit scheme (bbc.com)
Glamorous Christmas: Bringing Charm to Ruby (marcoroth.dev)
Reflections on a Year of Prolog and LLMs (deepclause.substack.com)
Replacing python-dateutil to remove six (hugovk.dev)
1ML for non-specialists: introduction (pithlessly.github.io)
HEXACON 2025 - Keynote by Ivan Krstić (youtube.com)
Propose, Solve, Verify: Self-Play Through Formal Verification (arxiv.org)
Rich Hickey's opening remarks from Clojure/Conj 2025 [video] (youtube.com)
Static Allocation with Zig (nickmonad.blog)
Show HN: Zs3 – S3 server in ~1K lines of Zig, 250KB binary, zero dependencies (github.com)
Most S3 usage is PUT, GET, DELETE, LIST with basic auth. This does exactly that.<p>SigV4 auth, multipart uploads, range requests. Storage is just files on disk.<p>No versioning, no ACLs, no encryption. Use MinIO or AWS if you need those.
Show HN: Operon – Reliable Agents Using Biological Motifs and Category Theory (github.com)
Hey HN,<p>I’ve been working on a Python library and formal framework to make Agentic AI systems less fragile.<p>The core premise is that biological cells are essentially distributed information processors that solved &quot;hallucinations&quot; (noise), &quot;infinite loops&quot; (cancer), and &quot;...
The Second Great Error Model Convergence (matklad.github.io)
Measuring out-of-sync clocks on the Internet (alexsci.com)
Show HN: SqlKit – Execute SQL in strings or files, get maps back (elixir) (github.com)