frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Compiler Reminders

https://jfmengels.net/compiler-reminders/
38•jfmengels1•1y ago

Comments

JonChesterfield•1y ago
Exhaustive compile time checking of dispatch statements is a wonderful thing, sorely missing from the languages that decided "sum types" are a bit weird and niche.
fredrikholm•1y ago
They make it near impossible to extend from the outside.

I can pass a Reader interface to your function, but I cannot (easily) add a

> | UnusualProtocol(Socket)

as a third party consumer.

Other than that, sum types are the better abstraction. With exhaustive first class pattern matching (eg. with proper matching on destructuring), nothing comes close in terms of ergonomics.

hermanradtke•1y ago
That is a feature. Compose instead of extending.
Yoric•1y ago
OCaml has extensible sum types. They work very nicely for some ranges of problems.
swiftcoder•1y ago
Elm <-> Rust

Best buds on this front

gitroom•1y ago
Tbh, missing those checks in other languages bugs me so much - it's like why leave me hanging?

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
19•cosmtrek•2h ago•3 comments

Mesh LLM: distributed AI computing on iroh

https://www.iroh.computer/blog/mesh-llm
233•tionis•9h ago•51 comments

Vint Cerf will step down from his role at Google next week

https://techcrunch.com/2026/06/30/the-father-of-the-internet-is-finally-retiring/
39•compiler-guy•2d ago•14 comments

Protobuf-py: Protobuf for Python, without compromises

https://buf.build/blog/protobuf-py
21•ming13•4d ago•1 comments

Text art tools

https://hlnet.notion.site/text-art-tools
27•surprisetalk•3d ago•9 comments

Show HN: Ant – A JavaScript runtime and ecosystem

https://antjs.org
256•theMackabu•12h ago•108 comments

An agent in 100 lines of Lisp

https://thebeach.dev/posts/lisp-agent/
132•jamiebeach•4d ago•14 comments

RISCBoy is an open-source portable games console, designed from scratch

https://github.com/Wren6991/RISCBoy
132•mariuz•10h ago•19 comments

Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom

https://io-fund.com/ai-stocks/nvidia-coreweave-nebius-circular-financing-gpu-boom
249•adletbalzhanov•15h ago•83 comments

I Did Not Kill Stanley Lieber: How to Draw (With 9front)

https://triapul.cz/automa/i_did_not_kill_stanley_lieber
61•c-c-c-c-c•2d ago•18 comments

EF Core 11 makes your split queries faster

https://steven-giesel.com/blogPost/d4401fd0-805a-4703-9d9e-5fe3b57c25ea
36•rellem•1w ago•5 comments

Jellyfish Undersea Roundabout

https://visitfaroeislands.com/en/plan-your-stay/getting-around/world-first-under-sea-roundabout
34•hydrogen7800•3d ago•4 comments

UPI: Anatomy of a Payment Transaction

https://timeseriesofindia.com/economy/reads/upi-architecture/
176•prtk25•15h ago•64 comments

We scaled PgBouncer to 4x throughput

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
204•saisrirampur•17h ago•44 comments

Billions of Sketches Reveal Hidden Cultural Variation in Human Concepts

https://arxiv.org/abs/2607.07267
92•Anon84•2d ago•13 comments

The Energetic Costs of Cellular Computation (2012)

https://arxiv.org/abs/1203.5426
20•lioeters•6h ago•2 comments

Under federal rule, colleges must leave grads better off or lose financial aid

https://www.npr.org/2026/06/30/nx-s1-5835631/turner-camhi-do-no-harm-college-loans
68•nradov•4h ago•113 comments

Unexpected Solidlike Fracture in Simple Liquids

https://www.quantamagazine.org/we-know-simple-fluids-can-flow-turns-out-some-can-fracture-20260710/
87•Anon84•6h ago•44 comments

The early History of the Singular Value Decomposition (1993) [pdf]

https://www.math.ucdavis.edu/~saito/courses/229A/stewart-svd.pdf
113•wolfi1•17h ago•63 comments

A dock that wakes up reliably

https://fabiensanglard.net/tb4/index.html
70•ingve•7h ago•43 comments

Prefer strict tables in SQLite

https://evanhahn.com/prefer-strict-tables-in-sqlite/
278•ingve•14h ago•131 comments

Optimization Solver as a Service

https://www.quicopt.com/developer/getting-started/
37•paddi91•3d ago•28 comments

Fixed three bugs that made Qwen3.5-122B a daily driver on Mac Studio

https://mrzk.io/posts/qmlx-maximising-ai-psychosis-minmaxing-mac-studio/
55•marzukia•9h ago•22 comments

A pure scheme web programming tool

https://goeteia.dev
88•guenchi•7h ago•21 comments

Biff.graph: structure your Clojure codebase as a queryable graph

https://github.com/jacobobryant/biff/tree/v2.x/libs/graph
127•jacobobryant•4d ago•15 comments

Why Write Code in 2026

https://softwaredoug.com/blog/2026/07/09/write-code.html
48•zdw•4h ago•27 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
164•acley•18h ago•43 comments

How Doctors die. It’s not like the rest of us (2016)

https://archive.cancerworld.net/featured/how-doctors-die/
156•downbad_•9h ago•82 comments

Martha Lillard, last US polio patient using iron lung, dies at 78 in Oklahoma

https://abcnews.com/US/wireStory/martha-lillard-us-polio-patient-iron-lung-dies-134668491
76•daniel_iversen•7h ago•23 comments

Amber the programming language compiled to Bash/Ksh/Zsh

https://amber-lang.com/
71•_superposition_•4d ago•57 comments