Tag
The article describes optimizations to the `gearhash` Rust crate, adding a NEON backend that doubles performance on ARM64 architectures, improving content-defined chunking for applications like Hugging Face's Xet client.
The author describes their process to run Ubuntu on a Lenovo IdeaPad Duet Chromebook after postmarketOS broke, involving firmware hacking and leveraging mainline Linux kernel drivers.
The article explains how to force an ARM64X executable to run as a specific architecture on Windows, using the PROC_THREAD_ATTRIBUTE_MACHINE_TYPE attribute to relaunch the process if needed for plug-in compatibility.
Proxmox has officially released Proxmox Virtual Environment for 64-bit ARM, with official support for NVIDIA Grace Hopper and Vera platforms, and best-effort support for other UEFI-based ARMv8/ARMv9 systems.
A blog post detailing the quirks and challenges of running the unofficial Steam arm64 client on postmarketOS, including the client's obliviousness to being arm64, missing Proton/runtime downloads, and references to FEX and graphics-provider manifests for Valve's upcoming Steam Frame.
Google Chrome is now officially available for ARM64 Linux, including Raspberry Pi, with native support for Google account sync and Widevine DRM.
The author implemented YOLO26n model inference from scratch using ARM64 assembly language without any external frameworks, demonstrating low-level AI inference techniques.
An educational article that explains how ARM64 (AArch64) instructions are encoded in 32-bit fixed-length words, debunking common misconceptions and providing hands-on decoding examples using ADD immediate on Apple Silicon.
ymawky is a web server written entirely in ARM64 assembly, supporting CGI, static files, and multiple HTTP methods, now available on Linux.
Raymond Chen follows up on his previous article about stack limit checking on ARM64, addressing a detail about the unconventional use of the x15 register in stack probe functions and comparing register usage across multiple architectures.
A guide to writing ARM64 assembly code that is portable across Apple's Darwin and Linux/BSD systems, covering differences in ABI, symbol naming, and vector mnemonics.
The user repurposed an 8-year-old phone into a Hermes Agent server using postmarketOS on ARM64, communicating via Matrix for E2E encrypted chat, reducing e-waste and eliminating the need for a Mac mini.
ymawky is a web server written entirely in ARM64 assembly for macOS, featuring syscall-only operations without libc and basic HTTP capabilities.
A hands-on test shows Windows Server 2025 ARM64 VMs on Snapdragon X Elite outperforming x64 VMs on Intel i9 in latency-sensitive server roles due to steadier performance and possibly cleaner binaries.