Front-page articles summarized hourly.
Xkeeper details a sustained DDoS on tcrf.net from Aug 27–Sept 9, 2026 that targeted network bandwidth rather than CPU, forcing Linode to null-route the site. With main and backup servers down, a temporary status page and then a backup server with a new IP were deployed. Attempts to mitigate included Linode’s router blocks, Cloudflare’s Under Attack mode, and a misadventure with Fastly that burned budget and led to a suspension. The attack finally subsided by Sept 9, and improvements included better caching, IPv6, bot blocking, and a plan to use non-Cloudflare access for logged-in users; sporadic HTTP attacks lingered.
Google's Project Suncatcher aims to run scalable AI compute in space. A prototype satellite tests how Google's TPUs perform under radiation, vibration, and vacuum cooling. Early tests show Trillium TPUs tolerate radiation beyond five years of mission dose; space testing will refine design. Cooling in space requires radiators and heat pipes due to vacuum. Future designs envision satellite clusters linked by high-bandwidth lasers to handle larger AI workloads; a two-satellite test is planned for 2027. The project is documented in a video series about the science and engineering challenges behind the mission, with a SpaceX Transporter-18 launch.
A wormable XSS in SourceHut’s ansi2html.py (CVE-2026-92973) allowed attackers to inject content into build logs and exploit admins viewing them to execute payloads, potentially gaining admin rights and deploy keys to take over accounts on builds.sr.ht and related SR.ht instances. The vulnerability stemmed from ANSI-to-HTML conversion enabling dangerous OSC 8 links; mitigations included CSP improvements, output sanitization, and upstream fixes. Patch timeline: builds.sr.ht mitigated on 2026-08-04; upstream ansi2html 1.9.4 released on 2026-09-02.
AI frontier models (GPT-6 Sol, Astra; Opus 5.5) can advance historical research when paired with historians, but require tractable problems, fully digitized data, and verifiable results. Breen cites cases in cryptography, cross-language linking, and information flows—e.g., Newton/Hartlib’s vitriol anagram clues; Darwin references; Hartlib’s archive; and deciphered 16th-century letters. He acknowledges results are still scattershot but promising for collaborative work. Solutions hinge on digitizing manuscripts, giving historians free API access/compute, and funding systematic, cross-library projects; he proposes a public list of solvable historical open problems.
Tony Chang argues a single agent is an intelligence problem, but a million agents is a distributed systems problem. Agents are finite and must rely on durable state that outlives any worker. Google Research and MIT found that more agents help parallelizable tasks (up to +80.9%) but hurt sequential tasks (−39% to −70%), with centralized coordination cutting error amplification (4.4× vs 17.2× for independent agents). The fix is OS-like infrastructure: schedulers, memory, failover, and durable ownership of state—via AIOS or LLM-as-Scheduler—rather than endlessly running agents.
Rob Race argues that traditional programming tutorials are dead not in the sense of teaching vanishing, but because static sample apps no longer suffice for real work. AI-powered coding agents shift the learning workflow: experts supply decisions, constraints, and context, while agents apply them in the learner’s actual codebase. Education should add an execution layer, not rely on a single walkthrough. Tutorials are being split into concepts and adaptable, codebase-specific guidance. Beginners still need judgment; experienced developers need context to guide automation.
Cloudflare blocked access to apeleg.com due to security protections triggered by the user's action. Blocks can result from certain words, SQL commands, or malformed data. To resolve, email the site owner, describe what you were doing, and include the Cloudflare Ray ID and your IP address.
Radix is an agentic IDE with a visual UI for agentic programming. It lets you build persistent, flexible artifacts as your agent runs. It offers Install, Pricing, Writing, and Sign in pages, with a free key and a curl install command. Notable feature: SIMD Normalisation. Contact: [email protected]. © 2026.
treepeat is a Python CLI tool that detects code similarity in a codebase using tree-sitter ASTs and locality-sensitive hashing. It can find exact duplicates, near-duplicates, and structurally similar blocks while anonymizing identifiers. Supported languages include JavaScript, Python, Java, Go, Rust, TypeScript, YAML. Install with pip install treepeat and run: treepeat detect /path/to/codebase. Options include --ruleset (none/default/loose), --similarity, --min-lines, --diff, --format (console or SARIF), and --progress/--verbose. It’s a proof-of-concept; PRs welcome.
Search is a small, fast WebKit browser for macOS by Office Commun. It emphasizes privacy and simplicity: no accounts, no telemetry, no cloud sync; data stays on your Mac (passwords in the keychain). It includes built-in ad blocking, reading mode, cookie-banner removal, and a video pop-out. You can import Chrome/Edge extensions and use WebKit’s extension engine. It’s SwiftUI/AppKit-based, supports one tab per page, and is open source under MIT.
Toyota plans an electric version of the Corolla, its best-selling car with 57+ million sales. The next-gen model, previewed as a Corolla Concept, debuts in 2027 (2028 model year) and uses a revised TNGA-C platform supporting all powertrains, including BEV, PHEV, hybrid, and ICE. Body styles include sedan, hatch, crossover, and GR. Hybrid uses a 1.5L engine plus electric motor (~134 hp combined) with 10–20% efficiency gains and possible AWD. EV/PHEV will have larger batteries; EV range at least 250 miles. US availability and pricing to be announced; expected around $25k (gas), $27k (hybrid), ~$30k (EV/PHEV).
GitHub readme for Parcha-ai/agentrun: introduces AgentRun, a workflow DSL to define repeatable steps for agents, using Jev-based decisions and an optional Pi extension to run scripted workflows. Provides installation instructions, quickstarts, and demos for support and research workflows; explains how workflows can call tools, map parallel steps, and handle escalation. Packages: @parcha/agentrun-dsl, @parcha/agentrun-jev, @parcha/agentrun-pi. Apache-2.0 license; latest release 0.1.0-beta.4 (2026).
Geothermal Heat Map of US Hot Springs is a map-based catalog of 1,596 springs with heat-flow data, showing heat rising from deep Earth to the surface. The West has higher heat flow due to thinner, fractured crust; the East has fewer springs. It ranks springs by hottest ground (up to ~257 mW/m²) and by measured water temps (some boiling geysers). The site provides state-by-state median heat flows, Landsat thermal views, and downloadable data from the Stanford Thermal Earth Model, with CC BY 4.0 credits.
Ahmed Hossam details a hobby of wandering Street View in Tokyo, noticing small details and how places change over time. He spots a 350Z parked on the same spot since 2009, a 17-year time capsule in Google’s imagery. An update from a Reddit reader confirms the spot—the house and car are gone now, replaced by new construction. He encourages others to try it.
Ben Katz characterizes cheap brushless motors for small running robots, tearing down and measuring six motors to estimate torque constant (Kt) and motor constant (Km) from line-to-line resistance and back-EMF. Motors tested: Turnigy HD 5208 Gimbal, Turnigy Multistar Elite 5010, Gartt ML 5208, Turnigy Multistar 4830, 4822, Flycat i-Rotor 5010. Results: the Gimbal excels in Km but is hard to drive at practical voltages; Multistar Elite offers the best overall balance and, after a price drop, emerges as the clear winner. Next: develop motor-controller hardware and a single-stage planetary gear for a 2-DOF leg.
In June 1937, Michigan State College students clashed with Lansing auto workers during the Battle of East Lansing. After Capital City Wrecking Co. fired union officers, UAW Local 182 organized a Labor Holiday that shut stores and forced traffic closures. As thousands of union members converged on East Lansing, students took to the streets, pulling workers from cars, and some were tossed into the Red Cedar River. The clash ended with the wrecking company signing a contract recognizing the UAW; Washburn paid a $250 fine. The episode is largely forgotten today.
Andrew Helwer reviews the free online textbook Is Parallel Programming Hard, And, If So, What Can You Do About It? by Paul E. McKenney. He appreciates its approachable intro to concurrency, CPU architecture, and memory-model pitfalls, especially sections on MESI, cache effects, and false sharing. He finds Chapter 5 Counting and Chapters on synchronization and memory ordering engaging, though he desires more coverage of lock-free data structures and C11 std::memory_order. The book’s triple-format PDFs and rich links hinder e-reader navigation. Overall, it sparks enthusiasm for parallel programming, though its Linux-kernel focus and link-heavy format are drawbacks.
Trail of Bits used AI agents to build bespoke tooling before reviewing the Miden zkVM MASM code: an LSP server, a MASM decompiler, a static-analysis engine, and a Lean model of the VM executor. These tools identified 400+ type-validation issues and one high-severity flaw: an unvalidated prover input that could forge Falcon signatures. The Lean effort yielded 95 machine-checked proofs for core arithmetic and exposed subtle bugs. Feasible only with 'good enough' AI, this agent-driven tooling enhances manual reviews and future-proofs security.
Access to iacr.org is blocked by Cloudflare, which cites security protections that trigger on certain actions and asks users to enable cookies. The page advises contacting the site owner with details of what you were doing and the Cloudflare Ray ID (a403e205e892ae99) to resolve the block, and it lists your IP (2600:3c01::f03c:95ff:fe34:475a).
Made by Johno Whitaker using FastHTML