Related reading
Building a Linux GPU Driver for the M4 Mac Mini in One Month
Built a clean‑room OpenGL ES 3.0 Linux driver for Apple‑silicon M4/A18 Pro GPUs in ~4 weeks, covering reverse‑engineered firmware ABI, a Rust kernel driver, a custom IR/shader compiler, and user‑space Metal translation; achieved 200 fps Minecraft and WebGL demos, with heavy LLM assistance for debugging and code generation.
Hacker News front pagecodyho.dev15 minHN416281M5 Ultra Mac Studio Review
The M5 Ultra Mac Studio (256 GB RAM) uses a quad‑die M5 Max architecture with an 80‑core GPU and 1.2 TB/s memory bandwidth, delivering ~70 % faster prompt‑to‑first‑token and token‑generation rates than the M3 Ultra. In the author’s tests Qwen3.8‑Flash‑Next hits 100 tokens/s on short prompts and 60‑85 tokens/s with 64‑256 KB context, making local AI agents (Open Minis, Hermes, Codex) feel snappy a…
Hacker News front pagemacstories.net39 minHN191174Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)
A short walkthrough showing how to install and run the Laya‑CoreML demo (a multilingual language model) on a Mac M4 using the uv package manager, with a video of the UI, memory‑usage snapshot, and a sample Cloudflare JEv API call that returns a single urgency score.
Hacker News front pagegithub.com1 minHN16632Nvidia announces native GPU programming in Rust
NVIDIA released CUDA‑Rust, letting you write GPU kernels directly in Rust and compile to PTX. Two programming models are supported: the traditional SIMT model via the `cuda-oxide` backend (nightly Rust, custom codegen) and the newer Tile model via `cutile‑rs` (stable Rust, JIT‑compiled Tile IR). Both provide Rust‑typed safety guarantees (e.g., `DisjointSlice`, tensor partitioning) and simple Carg…
Hacker News front pagenvidia.com11 minHN961402Canonical announces Zephyr 26.04 LTS
Canonical announced Zephyr 26.04 LTS, an enterprise‑grade RTOS with up to 15 years of security updates and built‑in OTA support via Golioth. It’s delivered through Ubuntu Pro for Devices and includes a containerized development environment to simplify MCU firmware builds.
Lobsterscanonical.com4 minreleaselobste.rs12



