Front-page articles summarized hourly.
Contrary to common belief, MUMPS was first standardized in January 1976 as NBS Handbook 118, MUMPS Language Standard. From 1972–75, the MUMPS Development Committee (MDC), a public cross‑industry body, produced a three‑part standard (Part I: language; Part II: transition diagrams; Part III: portability). NBS then assembled these MDC releases into the government standard and published it in 1976. ANSI later ratified the material as X11.1-1977 (with later revisions), while the MDC continued stewardship. Historiography often cites the 1977 ANSI standard, overshadowing the 1976 NBS publication.
Portraify converts 1–3 front-facing photos into studio-quality headshots in under two minutes. Upload, let Gemini AI analyze features, and generate a professional portrait with auto background removal and lighting. Outputs are high-resolution and ready for LinkedIn, resumes, or company directories; no studio needed. Photos aren’t stored and are discarded after generation. Pricing: Starter $9 for 3 portraits; Pro $25 for 10; Studio $50 for 25; 3 free portraits on sign-up (no credit card). Credits never expire; ~90 seconds per portrait; 4.9★ rating.
It signals an HTTP 403 Forbidden error: access to the requested resource is denied.
Proposes opaque, interoperable passkey records to treat WebAuthn credentials as strings (e.g., $webauthn$v=1$transports=hybrid+internal$<base64 authenticator data>). The payload is authenticator data (CBOR) and transports encoded as PHC parameters. Applications store per-user passkey records (multiple per user) for cross-language/interoperability, without embedding full flow in code. A stateless Go API is outlined: RelyingParty.NewRegistration/Login, parseCreationOptionsFromJSON/parseRequestOptionsFromJSON, navigator.credentials.create/get, and a cache for login requests. Caveat: avoid Credential ID index collisions; seeking feedback before Go 1.28.
ACLU reports that Flock Safety has a pattern of misinformation about its ALPR systems, safety, privacy, and data sharing. In Oshkosh, Wisconsin, Flock lied about heat maps; the city revoked the contract after one day. The piece cites other cases (Loveland, CO) where Flock initially denied federal access, later admitting CBP/DHS pilots; data shared with ICE via local departments; allegations of misuse for abortion enforcement; false blog responses; claims of partnerships with the ACLU denied; calls for governments to avoid working with Flock and implement strict guardrails if ALPR use proceeds.
Jellyfin announces leadership changes: Project Leader joshuaboniface and core team member Anthony have stepped down, with Andrew having resigned earlier. The hand-off to remaining leaders is underway; the project will continue amicably. Joshua cites burnout after 7.5 years and gratitude for Jellyfin’s growth as a leading FLOSS media server. Anthony cites life changes and a long transition, potentially up to a year. Other members thank them; Jellyfin will persist under new leadership.
the0 is an open-source, self-hosted algorithmic trading platform that lets developers build bots in Python, TypeScript, Rust, C++, C#, Scala, or Haskell and deploy them to a production-grade, multi-market execution engine with real-time monitoring. It features a React dashboard, a CLI, a NestJS API, and microservices (Bot Runner, Bot Scheduler) with PostgreSQL, MongoDB, NATS JetStream, and MinIO for data. It’s exchange-agnostic, Docker-ready, and supports custom frontends. Bot types include real-time and scheduled. Quick-start: Docker Compose local deployment; Kubernetes helm for production. Prereqs: Docker 20.10+, 4GB RAM.
Cat Hicks's The Psychology of Software Teams argues that software success requires applying psychology to team design. Drawing on empirical data from leading engineering orgs and thousands of developers, it offers principles to build resilience, sustainable practices, and innovation, while countering myths about productivity. The book treats psychological safety, learning, and collaboration as infrastructure, untangles thinking from “brains-in-jars,” and presents a science-based model to make software teams more joyful, cooperative, and high-performing. Contents cover topics from intent and culture to conflict, organizational self-knowledge, and cognitive scaffolding. Author: Cat Hicks, psychologist and founder of Catharsis.
ShipStacks Marketplace offers production-grade SaaS boilerplates pre-wired with auth, payments, uploads, privacy, Docker, and AI agents. Each stack features OTP-inspired supervision with DataActor, BEAM supervision, AGENTS.md guides, and templates verified by Codex/Cursor/Claude/Antigravity. Pick a language/framework and a SPA, then download a single-license kit with lifetime updates. Live previews available; summer pricing starts at $199 with $100 off. Four starter designs plus a rotating catalog across Elixir, Node, Python, Ruby, .NET, PHP and more.
A father explores Brio train layouts with his two-year-old, turning play into a constraint-solving problem. Starting from a closed loop, he shows how layout options explode as pieces grow, moving from naïve backtracking to CSP techniques: variables are open connectors, domains are placements, constraints force pairing and no overlaps. He adds forward checking, then a global feasibility check, which speeds search but not always. Finally he uses a SAT solver with clause learning (CDCL) to maximize complexity. Lesson: meaningful constraints and encoding matter; SAT can find optimal layouts but at memory and time cost.
Mullvad addresses a donation by owner Daniel to a Swedish political party. It says Mullvad and its parent did not endorse or involve themselves in the donation and will keep founders’ views separate from the company’s mission. Mullvad portrays itself as a political actor advocating privacy, free speech, and opposition to censorship and mass surveillance, and it supports privacy‑enhancing open‑source tech (WireGuard, Tor, Qubes) while campaigning on issues like Chat Control and identity verification. It stresses radical tolerance and cooperation with diverse partners; Daniel’s rationale is on his blog. The donation was a bad idea, but diverse ideas matter.
In a Dunwoody letter, Jason Hunyar questions a Sept. 30, 2025 incident where a Flock VP accessed the Dunwoody PD’s Flock system to view a single camera in a private community center’s children’s gymnastics room, labeled a “sales demo.” He notes no verifiable demo partner agreement exists and questions why a police agency would review one third‑party camera for such a demo, highlighting concerns about privacy, data security, and transparency in Dunwoody’s use of Flock’s AI surveillance network.
lcamtuf recounts his long resistance to criticizing the rationalist movement, tracing his disillusion from early online skeptic culture (Randi, Dawkins, Timecube, Usenet) to the Bay Area rationalists (Slate Star Codex, LessWrong) and the rise of effective altruism. He notes persistent biases, like post hoc justifications and sealioning, recalls the James Damore incident that strained his ties to the community, and ties in later scandals (SBF, Zizians). He explains why he grew wary long before them, offering a personal reckoning on how the movement’s marketing masks its flaws and how to move forward.
Firefox 153.0 is out as the new ESR release, adding Vulkan Video decoding support (Linux) to Firefox, offering cross-vendor video acceleration beyond VA-API; it also continues JPEG-XL enablement (experimental via Firefox Labs) and PDF enhancements, plus HDR video playback on Windows. Binaries are available from Mozilla's FTP.
The Power of Awareness argues that surveillance capitalism—predictive profiles built from behavioral data by firms like Google and Facebook—drives political and commercial influence, erodes privacy, and risks democracy. It is not inevitable and can be corrected through informed, persistent civic action: greater transparency, antitrust enforcement, public representation, and personal tech choices. Larson advocates behavioral awareness, openness to open-source software (Linux), and responsible design that centers user autonomy. The talk provides resources, organizations to support, and practical steps to resist data-mining and reclaim agency.
Frontier planning often uses /plan: frontier writes a full plan, then a cheaper model re-reads everything to execute. This doubles reading cost, yields marginal gains, and increases cheating risk. Benchmarking across Opus 4.8, Luna, Sol shows /plan offers little benefit; most cost comes from reads. The recommended approach is /prewalk: frontier explores, generates a concise plan as a to-do list with validation, then swaps to a cheap model to execute. This keeps the heavy reading from the cheap model, improves speed, reduces cheating, and achieves about 97% frontier performance at 41% lower cost, 1.9× faster completion. Implement via --prewalk.
Could not summarize article.
Ben Thompson argues AI economics are returning to marginal costs and commodity dynamics. Open weights are not free: fixed R&D plus variable inference costs determine profitability, with token efficiency and architecture shaping margins. Frontier labs may lower prices as compute expands, but frontier leadership still commands value. China’s Kimi/K3 and Qwen3.8 Max push toward commoditized intelligence via distillation and open weights, though Western models often offer better capability and costs. Distillation can benefit China and others, but policy should enable open distillation and fair data use. For defense, defenders must access capable models; overreacting to Chinese models is unwarranted.
An in-depth study of FP32 single-core GEMM optimization on AMD Zen 3 (Ryzen 5 5500). The repository evaluates 28 configurations using cache tiling, register blocking, FMA chaining, packing, alignment, and prefetching. The best model MX24 achieves 85.30 GFLOPS (63.5% of the 134.4 GFLOPS peak); MX22 and MX23 run 84.10 and 82.93 GFLOPS, respectively. The approach beats naïve code by ~56.5×; top models match a reference implementation with zero error. Includes code (mx85.c), docs, build notes, and MIT license.
Made by Johno Whitaker using FastHTML