Front-page articles summarized hourly.
Toronto startup Civic Grid built a 60 kWh battery courtyard in Cannington, Ontario, for The Nourish and Develop Foundation. The glowing 'phone booth' battery sits in an outdoor square on Cameron Street, charging at night to power TNDF facilities for six hours the next day, enabling cheaper electricity for the food bank, fridge, kitchen, lighting, and a community space. Beyond backup power, the project aims to normalize electric infrastructure as a community fixture—accessible energy, like a modern well—reducing resistance to grid upgrades as demand grows for EVs and heat pumps.
Linear’s 2026 report tracks AI use across 127k paid users (Jan–Jun 2026). AI adoption surged across functions: Product 12%→34%, Engineering 12%→30%, Design 6%→22%, GTM 5%→18%; founders and executives also joined, with big companies showing strong activity. AI added a new layer of work (agent issues, AI chat) while planning time stayed steady; creation/triage time rose for most roles. AI now writes about half of new issues, and non-engineers attach more PRs (PMs 10%, Designers 8%). Coding-agent teams roughly triple PRs versus non-agent teams. Output rises, time spent grows, roles blur, and business impact remains unclear.
SoLo is a loader that lets you ship a single static Linux binary that uses the host’s graphics drivers. It embeds a musl-based static executable with an ELF loader and a glibc ABI bridge, loading host DSOs (e.g., Vulkan/GL) at runtime via a dlfcn-style API without shipping a second libc or containers. It runs on x86-64 and aarch64, with an end-to-end Vulkan proof that a static binary loads the host Vulkan ICD, runs a compute shader, and writes a PNG. CI exercises thousands of Debian packages; tested on AMD/NVIDIA/Intel GPUs and Asahi Linux.
The text centers on the term modelmap, likely referring to a model map in software development.
Apple announced a unified EU app-terms framework after talks with European Commission. From Oct 1, EU developers sign terms. The Core Technology Fee becomes a 5% Core Technology Commission for transactions outside the App Store; acquisition and store-service fees are removed. Commissions: App Store with IAP 26%; most developers 15% after year one; alt‑payments 20% (10% for some programs); apps that link out 15% (10% for some programs); web/alternate marketplaces 5%. IAP and alt payments may coexist for 12 months. Child-safety rules: no links for under-13; parental gates for under 18 in alt payments; EU notarization for web distribution.
Requests that clients set a user-agent and respect the site's robots policy, with links to related policy documentation and a Wikimedia Phabricator ticket.
A Siemens patent from 2001 covering MPEG-4 Part 2 (DivX) finally expired on July 19, 2026, removing the last patent obstacle to worldwide patent-free MPEG-4 Part 2. The Linux community had long used royalty-free codecs via workarounds; distributors like Fedora already included Xvid when the patent was still alive. This doesn’t affect MPEG-4 Part 10 (H.264/AVC), which remains patent-encumbered. The milestone ends a 25-year legal headache, but may be barely noticeable in daily Linux use.
An independent, playful study of Microsoft’s product naming history using a 'registry' and an as-of timestamp. It treats a name as a medium-term tenancy, tracking rename events, durations, and waves. The Rebrand Risk Index blends current-name age, prior identities, and family rename frequency to gauge rename pressure—not probability. Warnings include survivorship bias and data limits; no roadmap or financial guidance. Findings are exploratory, not leaks, with status bands (Elevated, Watchlist, Not imminent). A lighthearted analysis of how names drift across decades.
fx is a tiny, open native coding agent CLI in Zig. v0.0.3 (experimental). A browser demo runs the CLI as WebAssembly (zig), with networking via fetch and a browser workspace powered by just-bash; JSPI-supported in Safari/Chrome. Focused on minimalism and performance: ~6 MB binary, instant 10 µs cold start, single-digit RAM, and multi-instance capability. Open source (Apache-2.0), model-agnostic for local or cloud inference. Embeddable with plugins/skills; Unix-like UX with history and minimal output. Wasm builds with a pluggable network stack. Install fx for the full tool suite.
Under current U.S. law, purely AI-generated code has no human author and cannot be copyrighted or owned. Ownership is decided line by line by who authored the expressive work; AI-only output has no protectable owner. In mixed codebases, you own the human-authored parts; AI portions stay unprotected until a person reworks them. Open-source licenses require an owner, so pure AI output cannot be effectively licensed. Recent anchors confirm: human authorship remains required (Thaler v. Perlmutter); Supreme Court denied cert; AI-training fair-use defense rejected (Thomson Reuters v. Ross); U.S. Copyright Office: only meaningful human input is protectable. Use the risk assessment to map ownership gaps.
GLM-5.3 (max) is a proprietary Z AI text-only, reasoning LLM released August 2026. It has 753B parameters and a 1M-token context window. It scores 60 on the Artificial Analysis Intelligence Index (well above median 35) and produced 170M output tokens in evaluation (high verbosity). API pricing is $1.40 per 1M input tokens and $4.40 per 1M output tokens (blended about $0.90/1M). Not open source; available via a single API provider. Not multimodal; supports only text input/output.
Benn Jordan accuses Flock Safety of press retaliation: banning ticket-holding journalists from its Flock Forward event and, via an employee, canceling his hotel room reservation. The discussion also mentions a conference in Atlanta with police attendees and an undisclosed location, sparking calls for lawsuits, investigations, and accountability.
DesktopFly is a macOS app that places a 3D fruit fly on your desktop, driven by a live spiking model of the FlyWire connectome. The fly moves, grooms, sleeps, and can escape your cursor via real neurons (LC4/LPLC2 and Giant Fiber). A 668-neuron circuit (~19k synapses) runs at 1 kHz as a leaky-integrate-and-fire network; brain activity governs movement, while body state and sensory input feed back to the brain. It uses 23,210 neuron soma positions from FlyWire v783. MIT-licensed code; data CC BY-NC. Requires macOS 13+, build with build.sh; controls in the menu bar.
Ambition and fatherhood can coexist, but require redefining ambition. The author, post-YC, now has two kids and a busier life, noting that children reduce work time and that many legendary founders were poor parents. He rejects delegating parenting, valuing maximum time with kids and acknowledging the tension between work and family. He sees a dichotomy—great fathers vs. great achievers—with few who excel at both. Redefining ambition as being a great dad and a builder, he advocates clear goals, health, strict family time rules, and eliminating waste to create compounding gains.
The Dilbert Principle argues that companies promote incompetent employees to management to limit their damage, treating management as a separate career path from technical work. It highlights that technical excellence and leadership require different skills, and failing at one does not predict success at the other. Examples include mediocrity moved away from critical tasks; some firms now offer dual technical/managerial tracks and coaching instead of promotion. Origin: Scott Adams' 1996 book. Distinct from the Peter Principle (competent rise until incompetent), both yielding incompetent managers.
A Claude Code session documents enabling native macOS printing for the HP LaserJet 1008a, a printer HP never officially supported on Mac. The author reverse-engineered HP's SPL3 raster language and ran the real codec in a Linux container to achieve macOS printing. The notes are lightly redacted and presented as a rendered, non-live transcript of a Claude Code session.
Argus is a local, open-source visual UI testing app that uses autonomous AI agents to test web pages without scripts or selectors. Describe a test and Argus runs it in a Playwright browser, producing a timeline, screenshots, and a structured report. A five-agent pipeline (Validator, Comprehender, Explorer, Strategist, Executor) maps, plans, and executes tests, streaming reasoning live. It runs locally or self-hosted (SQLite data, no telemetry), with Docker/uvicorn and optional Gemini API. Licensed ASAL-1.0, with MIT after 3 years.
Archaeologists in Sardis, Turkey, unearthed a 2,500-year-old colossal statue of a young man holding fruit, found in two pieces but once seven feet tall. It dates to the early 5th century BC and was preserved by reuse as a Roman paving stone. The statue blends sixth-century BC and early Classical Greek styles, with a Greek-style outer cloak and unique garments, offering insight into Lydia's clothing and visual language. The find, at a UNESCO World Heritage site, highlights Lydia’s cross-cultural context and comes from Sardis excavations by Harvard and Cornell. Separately, 1,800-year-old Asklepios and Telesphoros sculptures were found at Aspendos.
Made by Johno Whitaker using FastHTML