Published on January 01, 2026 at 18:01 CET (UTC+1)
ACM Is Now Open Access (154 points by leglock)
The Association for Computing Machinery (ACM) has transitioned to a full open access model as of January 2026. This means its vast library of scholarly publications, including journals and conference proceedings, is now freely available to the public without paywalls. This move significantly increases the global accessibility of critical computer science research.
OpenWorkers: Self-Hosted Cloudflare Workers in Rust (98 points by max_lt)
OpenWorkers is an open-source project that provides a self-hosted runtime for Cloudflare Workers, built in Rust. It allows developers to run serverless functions (JavaScript executed in V8 isolates) on their own infrastructure, supporting features like KV storage, PostgreSQL, and cron scheduling. This brings the benefits of edge computing to private or on-premises deployments.
2025 Letter (47 points by Amorymeltzer)
Dan Wang's 2025 letter is a reflective essay drawing parallels between the cultures of Silicon Valley and the Chinese Communist Party, noting both are characterized by a pervasive seriousness and lack of humor. It critiques the tech industry's oscillation between bland corporatespeak and apocalyptic AI prophecy, while also examining the calculated political communication of the CCP.
Bluetooth Headphone Jacking: A Key to Your Phone [video] (254 points by AndrewDucker)
This CCC talk details the discovery of three critical vulnerabilities (CVE-2025-20700-702) in Airoha Bluetooth audio chips, which are used in many popular headphones and earbuds. The vulnerabilities could allow an attacker to fully compromise the audio device and then use it as a vector to attack the paired phone, demonstrating a significant expansion of the attack surface for mobile devices.
Implementing HNSW (Hierarchical Navigable Small World) Vector Search in PHP (14 points by centamiv)
This technical article explains the implementation of the Hierarchical Navigable Small World (HNSW) algorithm for approximate nearest neighbor search in PHP. It contrasts HNSW's efficient, layered graph approach with slow linear searches, using the analogy of navigating via highways and local streets to enable fast vector similarity searches essential for AI applications.
Heap Overflow in FFmpeg EXIF (18 points by retr0reg)
The article discloses a specific heap buffer overflow vulnerability in FFmpeg's EXIF processing code, affecting common image formats. It walks through the technical details of how the bug was introduced and discovered shortly thereafter, using it as an educational case study in memory safety and the internal workings of a critical multimedia library.
Sony PS5 ROM keys leaked – jailbreaking could be made easier with BootROM codes (54 points by gloxkiqcza)
Reports indicate that encryption keys for the PlayStation 5's boot ROM have been leaked online. These keys could potentially lower the barrier to creating software exploits and jailbreaks for the console, similar to historical precedents in other gaming systems, by allowing deeper inspection and modification of the system's firmware.
Python Numbers Every Programmer Should Know (26 points by WoodenChair)
Michael Kennedy compiles a practical reference of performance benchmarks and memory usage for common Python operations and data structures. The article provides concrete numbers for tasks like list appends, file I/O, and web framework requests, aimed at helping developers make informed decisions when writing performance-sensitive code.
Common Lisp SDK for the Datastar Hypermedia Framework (9 points by fsmunoz)
This project is a Software Development Kit (SDK) for the Datastar hypermedia framework, implemented in Common Lisp. It allows Lisp developers to build interactive web applications using Datastar's backend-driven UI paradigm, representing a niche but dedicated effort to bring modern web development patterns to a classic programming language.
iOS allows alternative browser engines in Japan (33 points by eklavya)
Apple has announced that, starting with iOS 26.2, it will allow the use of alternative browser engines (like Blink or Gecko) for dedicated browser apps in Japan. This is a significant policy shift from the mandatory WebKit rule, though developers must meet strict security and privacy requirements to be authorized, reflecting regulatory pressure.
The Open Access Movement is Accelerating, Fueling AI Research.
AI Infrastructure is Becoming Decentralized and Self-Hostable.
Vector Search Efficiency is a Critical Engineering Focus.
Performance Benchmarking is Essential for Scalable AI Systems.
Security Threats are Evolving with New AI-Attack Surfaces.
Regulatory Pressure is Forcing Openness in Core Platform Technologies.
Niche and Legacy Languages are Adapting to Modern AI/Web Paradigms.
Analysis generated by deepseek-reasoner