frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Compiler Reminders

https://jfmengels.net/compiler-reminders/
38•jfmengels1•11mo ago

Comments

JonChesterfield•11mo 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•11mo 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•11mo ago
That is a feature. Compose instead of extending.
Yoric•11mo ago
OCaml has extensible sum types. They work very nicely for some ranges of problems.
swiftcoder•11mo ago
Elm <-> Rust

Best buds on this front

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

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
94•willmeyers•2h ago•27 comments

LittleSnitch for Linux

https://obdev.at/products/littlesnitch-linux/index.html
1047•pluc•14h ago•362 comments

A WebGPU Implementation of Augmented Vertex Block Descent

https://github.com/jure/webphysics
34•juretriglav•2h ago•2 comments

Help Keep Thunderbird Alive

https://updates.thunderbird.net/en-US/thunderbird/140.0/apr26-1e/donate/
292•playfultones•7h ago•199 comments

Meta removes ads for social media addiction litigation

https://www.axios.com/2026/04/09/meta-social-media-addiction-ads
103•giuliomagnifico•1h ago•43 comments

Building a framework-agnostic Ruby gem (and making sure it doesn't break)

https://newsletter.masilotti.com/p/on-building-a-framework-agnostic
10•joemasilotti•1d ago•1 comments

Introduction to Nintendo DS Programming

https://www.patater.com/files/projects/manual/manual.html
70•medbar•1d ago•11 comments

How Pizza Tycoon simulated traffic on a 25 MHz CPU

https://pizzalegacy.nl/blog/traffic-system.html
98•FinnKuhn•2h ago•22 comments

Wit, unker, Git: The lost medieval pronouns of English intimacy

https://www.bbc.com/future/article/20260408-the-extinct-english-words-for-just-the-two-of-us
88•eigenspace•4h ago•49 comments

Open Source Security at Astral

https://astral.sh/blog/open-source-security-at-astral
282•vinhnx•10h ago•65 comments

FreeBSD Laptop Compatibility: Top Laptops to Use with FreeBSD

https://freebsdfoundation.github.io/freebsd-laptop-testing/
62•fork-bomber•5h ago•33 comments

Clean code in the age of coding agents

https://www.yanist.com/clean-code-in-the-age-of-coding-agents/
5•yanis_t•25m ago•1 comments

Launch HN: Relvy (YC F24) – On-call runbooks, automated

https://www.relvy.ai
16•behat•2h ago•11 comments

Haunted Paper Toys

http://ravensblight.com/papertoys.html
173•exvi•3d ago•22 comments

Lichess and Take Take Take Sign Cooperation Agreement

https://lichess.org/@/Lichess/blog/lichess-and-take-take-take-sign-cooperation-agreement/DZS0S0Dy
45•stevage•3h ago•3 comments

Tree Calculus

https://treecalcul.us/
48•tosh•6d ago•12 comments

Small Engines

https://scottlocklin.wordpress.com/2026/03/25/very-small-engines/
20•surprisetalk•2d ago•4 comments

Am I German or Autistic?

https://german.millermanschool.com/
178•doener•2h ago•140 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
58•JKCalhoun•2d ago•13 comments

Creating the Futurescape for the Fifth Element [2019]

https://theasc.com/articles/fantastic-voyage-creating-the-futurescape-for-the-fifth-element
77•nixass•5h ago•45 comments

Dr. Dobb's Developer Library DVD 6

https://archive.org/details/DDJDVD6
101•kristianp•4d ago•40 comments

USB for Software Developers: An introduction to writing userspace USB drivers

https://werwolv.net/posts/usb_for_sw_devs/
363•WerWolv•19h ago•40 comments

I ported Mac OS X to the Nintendo Wii

https://bryankeller.github.io/2026/04/08/porting-mac-os-x-nintendo-wii.html
1744•blkhp19•23h ago•296 comments

Improving storage efficiency in Magic Pocket, Dropbox's immutable blob store

https://dropbox.tech/infrastructure/improving-storage-efficiency-in-magic-pocket-our-immutable-bl...
48•laluser•5d ago•8 comments

Understanding the Kalman filter with a simple radar example

https://kalmanfilter.net
389•alex_be•21h ago•52 comments

Claude mixes up who said what and that's not OK

https://dwyer.co.za/static/claude-mixes-up-who-said-what-and-thats-not-ok.html
256•sixhobbits•5h ago•247 comments

They're made out of meat (1991)

http://www.terrybisson.com/theyre-made-out-of-meat-2/
597•surprisetalk•1d ago•161 comments

The Importance of Being Idle

https://theamericanscholar.org/the-importance-of-being-idle/
245•Caiero•2d ago•143 comments

ML promises to be profoundly weird

https://aphyr.com/posts/411-the-future-of-everything-is-lies-i-guess
559•pabs3•1d ago•543 comments

Git commands I run before reading any code

https://piechowski.io/post/git-commands-before-reading-code/
2135•grepsedawk•1d ago•457 comments