Articles from Others
The developer of the open-source Android app Conversations announces its transition to free distribution outside Google Play, citing frustrations with Google's policies and fees after sustaining it as a business for over a decade.
The article argues that SaaS isn't dead, but the traditional model of standardized software is being challenged by AI agents, predicting a future where companies may offer one service under multiple applications. It references Gartner's estimate that up to $234 billion in enterprise software spending could be affected by AI by 2030.
Apple combines machine learning and homomorphic encryption to enable private server lookups for features like Enhanced Visual Search for Photos, and open-sources an HE library for developers.
The article introduces 'tine', a Buck2-based build system designed for building bootable operating system images with hermetic, reproducible builds and support for monorepo iteration.
A TUI text adventure tool that guides users through the new features in Python 3.15.
The blog post describes building OrgWebAlchemy, a Guile Scheme library using Parsing Expression Grammars to parse Org mode documents and convert them to HTML via SXML, comparing PEGs to regular expressions for this task.
The author reflects on frustrations with AI tools giving incorrect information, leading them to build a personal knowledge management system to maintain control over their understanding.
agent-shell 0.78 introduces persistent prompt and steering features for interacting with AI agents in Emacs, along with support for new agents like Antigravity and Qoder CLI.
The nspawn tool has been revived with version 1.0.0 rewritten in Rust, featuring a new OCI registry hub for managing Linux container images.
This article explores the evolution from developer tools to AI agents, highlighting how they are reshaping the role of developers and the tech industry, drawing parallels to historical shifts in power dynamics.
Alibaba Cloud joins the Omacom Foundation as a Founding Corporate Patron with a $3 million commitment, collaborating on Omarchy China and integrating with Qwen Book for an agentic operating system.
This article is a personal retrospective on the Pick Operating System, a historical computer system that integrates OS and database features, discussing its origins, technical aspects, and the author's early career experience with it.
A historical account of Mel, a real programmer who wrote machine code directly in hexadecimal for early drum-memory computers, optimizing programs by hand for optimal performance.
This article critiques the FLAWED paper from 1Password's Off‑by‑1 Labs, highlighting flaws such as incorrect diagrams, citation errors, and inadequate engagement with prior research, emphasizing the need for stricter research standards in industry labs.
The article discusses using lines of code as a metric for evaluating Ruby gems, suggesting it helps understand implementation complexity and encourages a design philosophy focused on clarity and maintainability through 'breezy reads'.
Documentation for clj-manifold3d, a Clojure library that enables solid modeling in web browsers, detailing workspace settings, namespace management, and Codex integration.
The article cautions against overusing metaphors in scientific explanations, using the brain-computer analogy as an example to show how such abstractions can conceal information and may be historically limited.
Scott Jenson presented ideas at Akademy 2026 to modernize the open-source desktop by improving user experience and moving beyond the traditional WIMP model.
Adaptive Lossless floating-Point (ALP) Encoding is a new lightweight encoding for floating-point data in Apache Parquet, offering compression ratios similar to zstd with faster decompression, random-access support, and GPU/SIMD-friendly decoding.
The author explains how they optimized a delivery service's routing engine latency by leveraging Redis hash slots to handle batch operations correctly in a Redis cluster.