A developer has implemented a complete transformer neural network in HyperCard, Apple's 1987 scripting language, running on a vintage Macintosh with just 1,216 parameters.
MacMind includes all core transformer components: embeddings, positional encoding, self-attention mechanisms, backpropagation, and gradient descent. The entire implementation uses HyperTalk, the scripting language that shipped with HyperCard, with every line of code readable and inspectable within the application's script editor.
The project trains the network to learn bit-reversal permutation—a specific computational task. While execution is slow on 1989-era hardware, the implementation demonstrates that modern machine learning architectures are theoretically implementable even with severely limited computational resources.
The effort showcases both the flexibility of HyperCard's scripting capabilities and highlights how far neural network optimization has advanced. The readable code format makes the mathematical operations transparent, offering educational value alongside the technical achievement.
Mozilla will enable JPEG XL image format by default across all Firefox 157 platforms. The move brings broader support for the next-generation image codec to mainstream browsers.
Paul Graham suggests aspiring technologists should prioritize learning large language model development fundamentals. The advice sparked significant discussion across tech communities.
Protocol Labs is ending active maintenance of IPFS, the decentralized file-sharing protocol, signaling a shift in the organization's priorities. The decision affects the core team at IPFS Shipyard.
Microsoft has confirmed that .NET Framework updates released in August 2026 Patch Tuesday are breaking printing and PDF export functionality in WPF applications.