Hacker News Digest
· 9 Hacker News
Published in 1910, Whitehead and Russell's Principia Mathematica reads like a modern text on programming languages. It discusses extensionality, referential transparency, and types, and anticipates l…
Flutter 3.47 marks a major milestone by releasing material_ui and cupertino_ui as standalone 1.0 packages, decoupling design systems from the core SDK. The update also brings Impeller to desktop by d…
Good engineers plan before they build, but that planning often locks in structural decisions before you know the problem. With AI making building, design, and decomposition cheap, the author argues y…
On August 12, 1981, IBM launched the Personal Computer, changing computing forever. This article celebrates the 45th anniversary by exploring the Model F/XT keyboard, its origins in the Datamaster, a…
Ballet is a workflow automation platform that lets your team describe an outcome in plain English—like lead routing, account surge detection, or order changes—and it builds the integration as reviewa…
Apple introduces Apple Upgrade, a leasing program for iPhone, iPad, Mac, and Apple Watch. Customers can choose flexible terms (12 or 24 months for iPhone and Watch; 24 or 36 months for iPad and Mac),…
Arthur Samuel, a pioneer in artificial intelligence, developed a checkers-playing program in the 1950s that could learn from its mistakes. Starting with raw machine code on IBM's 70x series, his prog…
In a classic 1973 experiment, Lionel Standing tested memory capacity for pictures and words. Subjects viewed up to 10,000 images and later recognized them with remarkable accuracy. The findings showe…
Jolt, a Clojure implementation on Chez Scheme, now supports program images in the style of Common Lisp and Smalltalk, allowing developers to dump the entire program state on error and restore it late…