Nvidia announces native GPU programming in Rust

https://developer-blogs.nvidia.com/wp-content/uploads/2026/09/image1-1-1024x576.png
NVIDIA is developing native GPU programming in Rust, with two tracks: SIMT and Tile, to improve performance and safety. The projects aim to make GPU programming easier for the Rust community.

One Year of Sponsored Servo Development

https://servo.org/svg/servo-color-positive.svg
The Servo project's Josh Bowman-Matthews has been working part-time to improve the contributor experience, funded by monthly donations. He made significant contributions, including fixing test failures and rewriting the JS engine integration.

Keys Not Included: recovering the signing keys for US driver's license barcodes

https://ryan.science/tessa.png
My personal website, portfolio, and blog.

The Relation Between Mathematics and Physics by Paul Dirac

https://www.damtp.cam.ac.uk/events/strings02/ima/dirac_all.jpg
A physicist discusses how mathematics is a useful tool in describing the universe, but recent advances have led to a shift from simplicity to mathematical beauty. He speculates that future developments will unify mathematics and physics, allowing for a complete description of the universe using mathematical equations.

My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it

https://jakeasmith.com/blog/http-build-url/1.png
The author wrote a 174-line PHP polyfill for the http_build_url() function in 2014, which has been installed nearly 20 million times and is still used by many websites. The author has now deprecated it due to its age and potential security risks.

Training a 4B model to produce 81% faster query plans than Postgres

https://rohanbansal.com/og/qorl-20260916.png
A 4B model was trained using supervised fine-tuning and agentic reinforcement learning to produce Postgres query plans that beat Postgres's default plans, achieving a 44.7% latency reduction across 113 join-heavy queries. The model learned the harness language of the qo-agent harness through off-policy distillation and reinforcement learning, resulting in a geometric mean speedup of 1.81x and ...

Comparison of Malloc() Algorithms

https://egbert.net/blog/articles/images/malloc-decision-supertree.png
Memory allocation algorithms can be categorized into different types, including buddy systems and arena-based memory pools, with varying performance characteristics. These algorithms aim to minimize fragmentation and optimize memory usage for multiple threads and processes.

Xiaomi Mimo 2.6 live post-training dashboard

Training metrics of the mimo-v2.6-pro and mimo-v2.6-flash reinforcement-learning runs, live from the trainer's logs.

Cloudflare/Security-Audit-Skill

https://opengraph.githubassets.com/1db76a5b2e6b2a501ec7cf9163c030624735a4db4ce0c48f8c5748471b86247b/cloudflare/security-audit-skill
A coding-agent skill audits codebases by orchestrating isolated agents through reconnaissance, coverage-led hunting, and independent record verification to identify vulnerabilities. The skill uses prior ledgers and findings to target gaps in the audit process.

Backups Aren't Simple

The author shares their experience with data loss and the importance of having a backup system in place, including snapshots and deduplication. They discuss various methods for rotating backups to ensure efficient storage usage.

Small programming tricks

The author shares valuable small nuggets of knowledge that can boost engineering productivity, such as shortcuts for tasks like starting a simple server or searching terminal history. These tiny tricks often require minimal mental infrastructure and can significantly ease work.

Developing provably correct Rust code with Verus

https://cdn.amazon.science/7c/fb/3a915dcf44b3ae2cac79acf280d8/automated-reasoning.svg
The position is for an Applied Scientist to improve Amazon's complex logistics systems, focusing on data-driven decision making and solving large-scale challenges. The ideal candidate will have a deep knowledge of Operations Research and/or Machine/Deep Learning methods, experience in applying these methods to large-scale business problems, and excellent communication skills.

Breaking the 1.58-bit Barrier for Ternary LLMs

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers developed BITCOS, a distribution-adaptive layout for ternary Large Language Models. It stores weights more compactly than five-trit packing in 26 of the tested models and achieves up to $1.485$ bits per weight on sparse models.

Lucasart's Afterlife

https://togameforlife.wordpress.com/wp-content/uploads/2023/12/screenshot-2023-12-09-074944.jpg?w=859
The author reflects on the enduring legacy of Afterlife, a 27-year-old game, sharing strategies and frustrations with its unique mechanics. They discuss building tactics, vibe management, and the challenge of maximizing souls while navigating game bugs and limitations.

The engineering behind the US Strategic Petroleum Reserve

https://johnjwang.com/images/cushing-tank-farm.jpg
The US Strategic Petroleum Reserve stores hundreds of millions of barrels of crude oil in underground salt domes, rather than large tanks, to meet its requirements. This solution is relatively inexpensive and protects the oil from aerial attack, but requires ongoing maintenance and monitoring due to potential tradeoffs.

A 32-year-old bug walks into a Telnet server

https://storage.ghost.io/c/a0/dc/a0dcbbe4-0ae7-4d7e-90f7-ebbc3a0f5a84/content/images/size/w1200/2026/03/Group-8730.png
A long-standing Telnet vulnerability, CVE-2026-32746, was discovered in 1994 and affects GNU inetutils implementations. The vulnerability allows an attacker to corrupt memory locations by sending specially crafted SLC (Set Linemode Characters) data to the server.

The Return of Sail Power: Cargo Ships Are Turning Back to the Wind

https://gcaptain.com/wp-content/uploads/2026/09/Maersk-Container-Anemoi-Rotor-Sail-6-scaled.png.jpeg
Commercial shipping is adopting wind-assisted propulsion systems to reduce fuel consumption and emissions, with over 100 ships equipped and more in development. These modern systems work alongside conventional engines to harness the wind for efficiency gains whenever possible.

OpenSpec – A lightweight and configurable AI spec framework

https://openspec.dev/og-card.jpg
OpenSpec helps teams refine and validate requirements, ensuring implementation matches the desired outcome. It aligns coding agents with evolving project needs through a centralized spec management system.

PCB is brought to you by Fable 5

https://a6mzero.com/static/images/board-cropped.jpeg
The author designed a simple PCB for an RPi Pico-based development board with a GDEY0154D67-FL04 display and buttons, using Fable 5.1 and KiCAD, after being disappointed with Claude Opus 4.

HarnessTax: How Much Does the Harness Matter for Coding Agents?

What does a coding-agent harness actually add, and at what cost? It turns out your Claude models may not need Claude Code… We evaluate 21 model–harness pairs spanning seven models and three harnesses—Claude Code, Codex CLI, and Pi—on SWE-bench Lite and Terminal-Bench 2.0.

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://raw.githubusercontent.com/arnegiacomo/fugleramme/main/docs/assets/hero.jpg
A Raspberry Pi-based e-ink bird frame uses AI for real-time bird detection, displaying hand-cut 1800s illustrations of birds heard in the garden. The project is still in development and welcomes contributions to improve its features and artwork.

AWS says it can't restore some data from mideast facilities struck by Iran

Please enable JS and disable any ad blocker

Performance Improvements in .NET 11

https://devblogs.microsoft.com/dotnet/wp-content/uploads/sites/10/2026/09/net11perf.webp
The .NET 11 runtime has made significant performance improvements, particularly in the areas of just-in-time (JIT) compilation and garbage collection. The JIT compiler now uses more advanced techniques such as "guarded devirtualization" to optimize virtual method calls, and "escape analysis" to reduce heap allocations. Additionally, the runtime has improved bounds check elimination by ...

Japan's book scene is moving from bookstores to libraries

Reversing Factorio's RNG

https://gegell.github.io/_app/immutable/assets/ingame_entropy_read_all.dF4GHnMt.png
The author of the post has reverse-engineered the random number generator (RNG) used in Factorio, a popular game about factory-building and automation. The RNG is based on the taus88 algorithm, which uses three linear feedback shift registers (LFSRs) to generate pseudo-random numbers. The author has developed a method to predict future RNG outputs by analyzing past observations and using ...

Jev Ultrafast: A browser agent with a dynamic, indexed action space

https://raw.githubusercontent.com/browser-use/jev-ultrafast/main/docs/demo.gif
Jev, a fast and efficient AI model, can perform natural language tasks such as text generation and web interactions with high accuracy. It achieves this by leveraging a combination of machine learning models and browser automation techniques to execute complex operations like clicking, typing, and scrolling in a matter of seconds.

US interest rates raised for first time in three years

https://ichef.bbci.co.uk/news/480/cpsprodpb/abef/live/2985fd10-b22f-11f1-b1d1-571ed4d7ff2c.jpg.webp
The Federal Reserve raised interest rates to 3.75%-4% for the first time in over three years to combat rising inflation, which has been above the target of 2% for more than five years. The move is expected to make borrowing more expensive but could lead to better returns on savings and help stabilize prices across the economy.

Part-human part-mouse brain developed in science breakthrough

https://ichef.bbci.co.uk/news/480/cpsprodpb/0701/live/5c142ed0-b1f0-11f1-bc1f-3f186ca4140c.jpg.webp
US neuroscientists have successfully implanted human cells into mice brains to study psychiatric and neurodevelopmental diseases. The goal is to develop new treatments for conditions like epilepsy, autism, and cerebral palsy that are difficult to test in mice.

Anecdotally, programmers dislike "reduce"

Programmers tend to favor map and filter over reduce, with less feedback on its use in code reviews. This preference may be due to language limitations or personal familiarity with other methods rather than a fundamental issue with reduce itself.

Reverse-engineered Jev-like model

https://opengraph.githubassets.com/754530070938ac499853f220aed6774b6797934b58891704eb53a572ae087557/vinnylarouge/jevlike
A Jev-like model generates probabilities for text options in one pass, similar to TypeSafe's commercial model. The repository provides an independent starter model with the same input and output shape, trained on synthetic data and evaluated on a test set.