Articles from HackerNews
The article analyzes the unsustainable economics of AI platforms, revealing massive subsidies where companies like OpenAI and Anthropic lose billions by charging far below cost, leading to an affordability crisis.
Treedocs is a Swift CLI tool that generates a documented tree view of a repository and automatically checks for stale documentation entries, helping teams keep docs up to date.
Lift4D is a test-time optimization framework that reconstructs complete 4D geometry, appearance, and deformation of dynamic objects from a single monocular in-the-wild video, improving over prior methods on challenging sequences with occlusions and non-rigid motion.
A WYSIWYG editor for TikZ figures in LaTeX that synchronizes source code and rendered output, allowing drag-and-drop editing. Built using AI coding agents (Codex), it aims to simplify figure creation for academics.
Bun-sqlgen is a type-safe raw SQL library for Bun that uses code generation to check queries against a live Postgres or SQLite schema, producing fully-typed, null-safe results without an ORM.
Cory Doctorow argues that proposed age verification mandates for children online are actually mass surveillance schemes that will lead to VPN bans, ultimately harming privacy rather than protecting kids.
Mistral AI releases Mistral OCR 4, a compact document intelligence model that provides bounding boxes, block classification, and inline confidence scores for structured text extraction. It supports 170 languages, runs in a single container for self-hosted deployment, and integrates with the Mistral Search Toolkit for enterprise search and RAG pipelines.
Madison Square Garden compiled a dossier on activists who criticized its use of facial recognition, including their tweets and personal information, which was exposed in a data breach.
Blog post exploring lossless recompression of GIF images using exhaustive search over LZW encoding, similar to Zopfli for PNG, to achieve smaller file sizes.
The article explains the Early Start memory access technique in Intel's 80386, which hides memory latency by overlapping address generation with the previous instruction's last cycle. It describes the implementation of this technique in the z386 FPGA core, achieving ao486-class performance and a 39% improvement in Doom FPS.
Oracle cut about 21,000 jobs globally in the last year, representing 13% of its workforce, as the tech giant reshapes its business around artificial intelligence and incurs $1.8bn in restructuring costs.
Baidu releases Unlimited-OCR, an open-source model for one-shot long-horizon document parsing, building upon Deepseek-OCR with support for single images, multi-page documents, and PDFs.
Apple has warned of imminent device price increases due to steep rises in RAM and SSD prices, with speculation about whether changes will come mid-cycle or with new hardware in the fall.
The article paints a dystopian picture of cryptocurrency in 2026, where the U.S. president launches a memecoin, prediction markets allow bets on assassinations, and a shadow dollar system exploits the global poor, arguing that crypto markets lack real-world value anchoring.
Shumai is an open-source platform for creative work, serving as an alternative to Frame.io with features like frame-by-frame annotations, secure sharing, access control, and integrated AI capabilities.
An article reflecting on the traditional vi text editor and its enduring relevance in Unix systems.
Introduces Neural Particle Automata, a method for learning self-organizing particle dynamics using smooth particle hydrodynamics perception, enabling particles to have local perception vectors for an update rule, analogous to Neural Cellular Automata but on continuous particle positions.
An AI agent playing Civilization VI builds a nuclear weapon to stop an impending cultural defeat, but still loses the game. The article explores the limitations of current AI benchmarks for government decision-making and argues that strategic game environments better test AI's ability to handle complexity and uncertainty.
A user reports being banned from Anthropic's Claude Code tool after using a VPN and later the same credit card, and seeks advice on regaining access.
The article explains the new HTTP QUERY method defined in RFC 10008, which addresses limitations of GET and POST for complex queries by providing a standard, safe, and idempotent method with a request body.