AI Has No Wisdom and Neither Will You

https://alexn.org/assets/logo/800px-bordered.png
The industry is transforming, but relying on AI for coding can lead to unmaintainable code and a loss of human expertise. Experts rely on intuition built from experience, which cannot be replicated by AI or rigid rules.

AMD's random number generator can't generate a 0?

https://board.flatassembler.net/files/amd_no_0_captura_de_tela_20260511_021302_193.png
The author has discovered a bug in AMD's RDRAND and RDSEED instructions, which can't generate the number 0 at a given size.

Type Punning in C and C++

The author encountered a bug in C due to type punning, where a pointer cast from float* to uint32_t* worked at -O0 but broke at -O2.

Can gzip be a language model?

A compressor like gzip can be used for language modeling without neural networks by scoring continuations based on their compressed length. Gzip's DEFLATE algorithm uses a sliding window to find matches and compresses them, allowing it to predict the next bytes in a text prompt.

MiMo v2.6

Introducing the MiMo-V2.6 series: frontier intelligence, all the modalities, built in public.

Will Open Source Survive the Agents That Replaced It?

Verifying that you are not a robot...

Spymarks, Not Watermarks

https://brand.io/article/spymarks/media/twenty-dollar-watermark.png
Google's SynthID embeds secret signals into images, audio, and video to track users without consent. This technology is part of a growing trend of "spymarks" that can be used to monitor and control individuals' online activities.

9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"

https://www.bristol.ac.uk/media-library/sites/news/2026/september/football-article.jpg
Research found over 93,000 brand appearances during the largest FIFA World Cup, with unhealthy food and drink brands dominating. The tournament's sponsorship heavily promoted products linked to health harms, raising concerns about exposure to these products among billions of viewers worldwide.

Verda (Finland) raises $189M in Series B

https://assets.verda.com/releases/1c1650aabd61/assets/youtube-thumbnail.DwnDc4_F_2bdDYc.webp
Verda, a European AI startup, raised $189 million in funding to build its full-stack infrastructure for compute capacity. The company aims to meet the growing demand for AI workloads with faster provisioning, platform updates and enterprise readiness features.

Transformers Explained Visually

https://poloclub.github.io/transformer-explainer/article_assets/embedding.png
Transformer is a neural network architecture that has revolutionized AI, used in text-generative models like GPT and Llama, and applied to various domains such as audio generation and image recognition. It operates on next-token prediction, using self-attention mechanism to process entire sequences and capture long-range dependencies.

Attention is all you have

https://alicegg.tech/assets/2026-09-21-attention/tetris.jpg
The Tetris effect shows how focused attention shapes thoughts, but modern technology often takes control of what we see and hear. Intentional internet browsing is still available, requiring a slower pace to find quality content.

What Sun got wrong

https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/images/oxide-microsystems.webp
The Oxide team is gathering in Emeryville for their annual meetup, wearing t-shirts that pay homage to past computer companies like Sun. The nostalgia for Sun has sparked a discussion about what the company got right and wrong, with lessons learned from both serving as inspiration and warning for Oxide's own approach.

MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/mimo-v2-6-pro/opengraph-image
MiMo-V2.6-Pro is a high-intelligence model with fast processing and multimodal capabilities, scoring 46 on the Artificial Analysis Intelligence Index, above average among open weight models of similar size. It costs $0.43 per 1M input tokens and $0.87 per 1M output tokens, making it moderately priced for its performance level.

I said no and Apple said yes

https://dbushell.com/assets/images/dbushell-logotype.svg
The author discovered a feature in macOS 15.3 that phoned home with personal data and was unable to turn it off, highlighting the lack of consent in AI technology. The author expresses frustration with Apple's handling of their concerns and criticizes the AI industry for prioritizing profit over user privacy.

A font that reads what you wrote

Semfont is a library that automatically sets typography for easier reading, analyzing text with four scores per word: valence, salience, surprise and certainty. It uses heuristics to improve readability without perfect classification or slowing down streaming components.

Video games inspire great UX (2019)

This quote is meaningful to me as I’ve often struggled with a problem until an insight from a user test “changed my perspective”. I had this intuition that video games would also change my perspective. They seemed so much edgier, playing with deeper and more experimental UX techniques. I wanted to go well beyond classic “gamification”. That was all the rage a decade ago where apps used toys ...

I don't want to read what you didn't write

https://storage.ghost.io/c/d3/13/d313bae5-6633-4ef2-8565-d9e72c1a5da1/content/images/size/w2000/2026/09/i-dont-want-to-read-what-you-didnt-write.jpg
The author expresses frustration with the increasing use of AI to generate writing, citing its inability to convey nuance and context. They argue that this approach can lead to unreadable documents and a loss of human connection in communication.

JavaFX 27 Native Image on a Raspberry Pi 5

https://ennerf.github.io/images/jfx-static/sampler-blueprints.png
The author migrated their JavaFX applications to ahead-of-time (AOT) compilation, achieving a 90% reduction in startup and first-visit times. They created StaticFX, a custom tooling solution that simplifies the process of generating native images for complex JavaFX applications.

AI coding has made CI a bottleneck, so we reworked ours to keep up

https://webassets.linear.app/images/ornj730p/production/ecfd20aa38173e85e7abd6202c318a7b079beba9-3904x1600.png?q=95&auto=format&dpr=2
The author optimized Linear's Continuous Integration (CI) process, reducing PR wait time and runner time by 34% and 52%, respectively. These changes improved the overall performance of CI, allowing for faster code shipping and reduced infrastructure costs.

Engineering Memory: On learning to memorize first 100 digits of pi (2024)

The author memorized 100 digits of pi using a person-action-object (PAO) system, which associates each digit with a unique image. This process converted memorization into engineering, allowing for efficient recall and minimal errors.

NASA’s Mars Sample Return mission is dead

Divide by depth for instant 3D

https://gabrieloc.com/assets/perspective/preview.gif
The article explains that cameras in 3D graphics work by applying perspective projection, a simple math-based technique to project 3D coordinates onto a 2D screen. This involves dividing x and y coordinates by z, which represents depth, resulting in normalized device coordinates (NDC).

What It's Like to Work in One of America's Data Centers

Please enable JS and disable any ad blocker

Looking forward to Git 2.56 – and 3.0

Git 2.56 has been released in release-candidate form, featuring over 700 non-merge commits and several improvements, including a new drop subcommand to remove offending commits from history. The next release is expected to be Git 3.0, which may include significant changes such as the switch to SHA-256 hash function by default and support for reftables.

World Wide Words

World Wide Words has documented English language changes over 30 years, featuring articles on word histories and idioms. The website relies on donations to cover costs and offers ad-free reading pleasure.

A build graph that rolls dice

https://fzakaria.com/assets/images/always_has_been_bind_meme.png
Dynamic derivations allow build graphs to evolve during execution, shifting from an applicative to a monadic model. This enables runtime decisions that redefine the build process, opening new possibilities for adaptive systems and stateful operations.

The Advisory Group on Mathematics and Artificial Intelligence

The Advisory Group on Mathematics and Artificial Intelligence aims to advise AI companies on their interactions with mathematical research, promoting transparency and accountability. The group seeks input from the mathematical community to inform recommendations for OpenAI's release of significant results in mathematics produced by its internal model.

Python Workers are now generally available

https://blog.cloudflare.com/_image?href=https%3A%2F%2Fblog.cloudflare.com%2F_emdash%2Fapi%2Fmedia%2Ffile%2F01M2V34BA05P39V3QCVSXF412X.01M2V34C4FZEN00M4XFVXH4W2K.png&w=1999&h=1125&f=webp&fit=cover&position=center
Cloudflare Workers now supports Python as a first-class language, allowing developers to run Python applications in the Cloudflare Workers runtime. This enables seamless integration with existing Python packages and frameworks.

Claude Status – Elevated errors for multiple models

Claude's Status Page - Elevated errors for multiple models.

HERMES radio enables voice and data communication over vast distances

https://spectrum.ieee.org/media-library/mans-face-framed-by-abstract-tech-graphics-antenna-towers-and-green-palm-leaves.png?id=67783301&width=1200&height=829
Peter Bloom's nonprofit Rhizomatica builds shortwave radios with better data rates and encryption, connecting remote communities worldwide. Their open-sourced HERMES system uses the ionosphere for long-distance communication and can send various files over high-frequency radio waves.