Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/assets/images/blog-post/download-panel.png
This tutorial guides users to add a website tag to nearby shops or amenities on OpenStreetMap, helping people worldwide access more information. Users can use JOSM and the Website Wizard plugin to find and add official websites for places in their area of interest.

Nvidia is the central bank of AI

Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases

Real-SWE is a benchmark that evaluates frontier AI models on private, real-world enterprise codebases. It tests agents' ability to navigate proprietary systems and make changes within real operational constraints.

Stabilizing Rust's Never Type

The Rust never type, denoted by an exclamation mark (!), has been stabilized after over two years of work. This change allows for more efficient generic code and correct type inference. The never type is useful in cases where a function cannot return any value or where a value can never occur.

Benchmark: CadQuery vs. OpenSCAD for agentic CAD work

https://modelrift.com/blog/cadquery-vs-openscad/t3-adapters.jpg
ModelRift compared OpenSCAD and CadQuery, two CAD tools used for 3D printing. The AI agent successfully generated printable parts with both tools, but the results differed in interpretation and geometry.

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/og.jpg
The author worked at Apple from 2004-2006 as a UI engineer, where they improved the "Personalize your iPod" page with interactive features. They added animations and live previews using JavaScript and imagemagick to create an immersive experience.

LG denies TV spying claims, says tracking and snooping concerns 'not true'

https://cdn.mos.cms.futurecdn.net/AJQPsR5faaTZVpDFpvDNVY.jpg
LG denies claims its smart TVs constantly log and upload data, record audio while in standby, and scan local area networks for other devices. The company confirms it scans for nearby devices to enable features like device connectivity but says this is a standard function of all smart TVs.

Will There Be a 7G?

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The transition to 6G is becoming concrete, with the ITU-R IMT-2030 framework and 3GPP Release 21 defining its path. A new question arises: should there be a 7G, and what would justify it?

I made a build visualizer to understand Bun's compile times

https://lalitm.com/assets/buildprof/ripgrep-overview.png
The author built an open-source tracing tool called buildprof to visualize the time spent on different parts of a software build process. The tool records every process launched during a build, including subprocesses and their subprocesses, and lays them out on one timeline.

IKEA made a mod for Skyrim [video]

We must pace the frontier

https://cdn.prod.website-files.com/67ecbba31246a69e485fdd4b/6aa5311897ee19af5d9f2cd9_og_we-must-pace-the-frontier.jpg
The author believes AI can greatly improve human life, but also poses significant risks that must be addressed. To mitigate these risks, the author proposes a three-step plan to pace AI development: embedded evaluators, democratic coordination, and global coordination.

Microcode in Intel's 8087 floating-point chip: the scale instruction

https://static.righto.com/images/8087-fscale/8087-die-labeled-w500.jpg
The Intel 8087 floating-point unit was introduced in 1980 and became the standard for most computers today. It uses a complex microcode system to handle various arithmetic operations, including scaling numbers by powers of two. The FSCALE instruction is one such operation that scales a number by adding its exponent to a power of two, but it is surprisingly complicated due to special cases and ...

How Trail of Bits helps verify the integrity of Signal chats

https://blog.trailofbits.com/img/tob.png
Signal has launched Automatic Key Verification, a feature that helps validate secure chats without requiring direct safety number comparison. This system ensures the integrity of public keys and prevents malicious servers from providing false keys.

Linux Zoom client proactively reading everything written to X11 clipboard

I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard. If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

A Mathematical Framework for Transformer Circuits (2021)

Researchers are working on mechanistic interpretability of transformer language models, which can help understand their behavior and identify potential issues. They have developed a method to reverse-engineer transformers by breaking them down into human-interpretable pieces, such as attention heads and MLP layers.

LG Says We're Fake News [video]

I fixed a tractor using John Deere's self-repair service. Farmers aren't sold

https://media.wired.com/photos/6aa34b1b31130b4af58e1d2b/master/w_2560%2Cc_limit/John-Deere-5ML-Tractor.jpg
A John Deere farmer fixes his tractor using the company's self-repair software, Operations Center Pro Service, after a brief tutorial. The service allows owners to diagnose and repair issues with their machines via Wi-Fi or cable.

Retrospectively Reverse-Engineering Apple's Neural Engine

https://eiln.github.io/posts/2026-08-10-ane-cnn/artifacts/ane-die.png
The author is reverse-engineering the Apple Neural Engine (ANE) on the M1 chip to understand its architecture and limitations. The ANE's design was optimized for CNN workloads, but it has been found that transformer workloads can also be executed efficiently within the ANE's dataflow constraints.

Android NAT-T keepalive offload bypasses VPN lockdown

https://supuk.ch/images/headers/android-natt-keepalive-post.jpg
A vulnerability was discovered in Android's NAT-T keepalive API, allowing normal applications to bypass VPN lockdown and leak traffic outside the VPN path. The vulnerability affects most Android 12+ devices, with evidence collected from three OEMs and two confirmed WLAN families, including Samsung SM-F966B and Nothing A059 on Qualcomm hardware.

The Magic Behind Cubacadabra

https://andrewarrow.dev/2026/moon/2/day/19/the-magic-behind-cubacadabra/assets/iphone.jpg
The author discusses moving application logic to shared Rust crates to avoid duplication across iOS, Android, and web clients. This approach simplifies maintenance and ensures consistent behavior across platforms.

Performance of WebAssembly Runtimes in 2026

https://00f.net/img/wasm2026/baseline.png
The author benchmarks libsodium on WebAssembly runtimes from 2024, 2025, and 2026 to assess improvements. The results show that Wasmtime steadily improved, while Wasmer gained a feature worth caring about for crypto workloads.

Eating Fruit Skins

The author learned that eating apple cores, stems, and seeds is safe. They initially hesitated but eventually tried and found the stem edible too.
https://www.claymath.org/wp-content/uploads/2026/09/False_color_image_of_the_far_field_of_a_submerged_turbulent_jet.jpg
The Clay Mathematics Institute congratulates several mathematicians on their awards, including Fields Medals and Frontiers of Science Prizes. These honors recognize outstanding contributions to mathematics from individuals such as Yu Deng, Hong Wang, and Anna Skorobogatova.

LRU is harder to beat than the KV-cache papers suggest

https://opengraph.githubassets.com/f3741272f0e8e9302cff94b494b2228a404ae70a4182222a022ff18ea22c9a9a/gauravapiscean/agentic-kv-cache
The author tested various cache eviction policies on real-world traces from agentic LLM serving and found that none of the three independent mechanisms beat the baseline LRU-leaf policy. The experiments were conducted in a capacity-bound regime, where the dominant source of cache misses is tight tool loops with 88k-token working sets exceeding cache capacity.

OpenAI's Sam Altman says it would be 'ill-advised' to go public in 2026

https://techcrunch.com/wp-content/uploads/2025/04/GettyImages-2198353376.jpg?w=1024
OpenAI's CEO Sam Altman said the company won't rush to go public due to safety concerns and financial challenges. He hinted that the IPO might not happen in 2026, possibly pushing it back to 2027.

The worst spam emails: iLands AI agent hustle

https://proxy.tedium.co/VOuyfkEtjo7AK97Azwpr23GrKZI=/598x532/filters:quality(80)/uploads/screenshot_2026-09-11_09-07-49.png
A freelancer received numerous emails from a company called iLands.app, offering to do research for a fee, but the messages were aggressive and insulting. The company's true intention was revealed to be using autonomous bots to take work from freelancers like the author.

λ Snap – An inviting programming language for kids and adults for CS study

https://snap.berkeley.edu/static/img/snap-logo-white.svg
The Snap! Community. Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world.

How we manage and engage with our horses shapes their personality

https://www.utu.fi/sites/default/files/styles/related_content_highlight/public/media/drupal/P7140173%20%282%29.jpeg?itok=jZXBgNKr
A new study reveals that horse personality is influenced by their environment, including housing, riding frequency and quality of human interaction. The findings suggest that everyday management decisions can shape a horse's personality and welfare.

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/assets/cel-spaced-BGjllCyA.webp
The async/await keywords in programming languages aim to simplify concurrency, but their designs vary significantly. A new paper explores the differences between modern languages' async implementations.

google.com/goto: Google's anti-scraping update

https://www.autom.dev/api/og?slug=scraping-serp-google-bing-brave-openclaw&locale=en&theme=light
Google Search is rewriting organic result links to use a custom "goto" URL, redirecting users to the actual page instead of exposing the destination URL directly. This change aims to prevent automated SERP harvesting by AI crawlers and SEO scrapers.