Front-page articles summarized hourly.
Bloomberg displays a CAPTCHA-style notice claiming unusual activity from the user’s network. It urges enabling JavaScript and cookies, references the Terms of Service and Cookie Policy, and provides support contact information with a reference ID (75614812-bac8-11f1-b60f-1a4c6717c398). It also promotes subscribing to Bloomberg.com for global markets news.
Tim White recounts a DIY woodworking journey: a failed GCSE project sparks a new hobby as he and partner Jenny build a dog gate, a raised patio bed, alcove shelves, and a workbench. Guided by YouTube tutorials and affordable tools, he wrestles with miscuts, twisted sleepers, and heat, often rushing finishes. Despite flaws, each practical project boosts confidence, leaving them with functional pieces and a growing belief that, for him, “good enough” is a satisfying standard.
While Amazon S3 underpins modern cloud data architectures with vast capacity, durability, and a shared namespace, its design is constrained by HDD-style latency and per-request overhead, forcing workarounds like caching, batching, and separate metadata stores. Advances in fast SSDs and data-center networks make microsecond latency, high IOPS, and in-place updates feasible. An SSD-based, disaggregated storage layer could serve as a durable, cost-effective general-purpose backend, unifying metadata and data. Cloud providers have little incentive to disrupt; thus, users should build their own infrastructure primitives to replace S3 as the default.
John Allspaw critiques the abstract “The End of Code Review,” which argues LLM-based coding agents can replace human reviewers by handling defect detection, style, knowledge transfer, and awareness. He warns the framing rests on a substitution myth and misses key aspects: human incomprehension signals, questions of intent and scope, noticing what isn’t there, author influence, context beyond the repo, and accountability. He emphasizes code review is bidirectional, coactive sensemaking and governance shaped by social/organizational factors (incident history, deprecation plans, legal constraints). AI can aid but cannot replace human review.
An exploration of the lunar terminator paradox: after sunset the Sun is below, yet the lit portion of the Moon often appears to point upward to an observer on the ground. Through a visualization program, the author shows that when the Moon rises from the horizon (including near full Moon) viewing from below makes the illuminated edge appear on top and a dark slice on the bottom. He also demonstrates how varying the Sun’s position while the Moon is up yields the same effect. The post includes reflections on AI tools and public-domain licensing.
A request to set a user-agent and respect the robots policy, with related resources at w.wiki/4wJS and Phabricator T400119.
Allegations of U.S. interference in Quebec's Oct. 5, 2026 provincial election dominated the campaign. CAQ leader Christine Fréchette said she sought a meeting with the prime minister and contacted CSIS after reports that an American think tank urged destabilizing Canadian unity and supporting sovereigntists, including financing the Parti Québécois; the CAQ reportedly asked CSIS to investigate. Fréchette urged Quebecers to decide the next government, PQ leader Paul St-Pierre Plamondon questioned proof. Ottawa's Anita Anand said authorities are taking the matter seriously but there is no proof yet.
Spent a summer at Recurse Center in Brooklyn, joining study groups (Agentic Adventures on LLMs, Practical Deep Learning, Math Monday) and vibecoded a range of projects. Highlights include a remote sandbox for agents, experiments with miniGPT and LoRA; DEFLATE implementation in Rust; pairing on sudoku solvers, Conway games, and Emacs/Magit tweaks; a climate-modeling world-generator and a Just One/diplomacy game with agents; exploration of language overlap and constructed languages using PHOIBLE/APiCS, plus lexicon design. Attending talks, gave a talk, kept checkins, blogged, and tinkered with 3D printing, pen plotters, and RCade; invites apply for RC.
KICKI is a DECsystem1060, a dual PDP-10 KI10 (sn 522 and 606) in preservation at the Interim Computer Museum, with the aim to someday run again. To provide memory, the team chose to reuse MIT-MC.ARPA’s DEC KL-10 memory cabinets (with DF10C DMA) and related MC components, upgrading to ~85–90% efficiency with modern power hardware. Power-supply work, including bypassing old linear supplies for Bay 1–3, reduced current draw. In June 2026 the KI10 CPU was powered up for the first time in years; August 2026 Gary Solomon helped advance the project; videos document progress. Donations welcome.
Go code imports are tied to their hosting location (e.g., github.com...), creating coupling to the hosting provider. Moving from GitHub to GitLab requires changing import paths and can be costly. The fix is to namespace packages under custom domains (e.g., go.iain.rocks) so the import path stays constant while the underlying hosting can change. The article provides an example setup with a custom domain, nginx config, and go-import/go-source metadata to support go tooling, arguing commercial Go teams should use this approach to avoid provider lock-in.
Imp is a declarative, self-improving LLM framework for Elixir (a BEAM port of DSPy). It lets you declare model steps as typed functions via signatures, build agents as OTP processes, and compose tools (via Elixir functions) to fetch data. It supports running experiments with labeled datasets (trainset, valset, testset) and optimizers (GEPA, etc.) to measure and rewrite programs. It uses ReqLLM to access models, supports tool calls, supervisor-managed runs, and authorization for tool calls. It integrates MCP/ACP/OTP and offers tutorials, Livebooks, cheatsheet. Requires Elixir 1.19+, native builds (C/C++), MIT licensed.
Rust SIMD in 2026 has matured: Fearless SIMD is now an official maintainer-supported all-in-one solution with easy multiversioning; portable SIMD crates (std::simd, fearless_simd, wide, pulp, macerator) offer fixed- or hardware-width vectors, generics, and multiversioning with varying tradeoffs. Automatic vectorization is convenient but unreliable, especially for floats. std::simd (nightly) is flexible but not stable and often ships scalar ops under a SIMD guise. wide/pulp/macerator vary in generics support, docs, and performance; intrinsics require wrappers and careful runtime feature checks. Trigonometry remains a gap; overall Rust SIMD is mature and usable, with stable std::simd hoped for.
Jazzwise.com access is blocked by Cloudflare’s security service. A recent action may have triggered the block (e.g., certain input). To resolve, contact the site owner with details of what you did and include the Cloudflare Ray ID; the page also shows your IP and notes Cloudflare handles performance and security.
A YouTube footer listing site sections (About, Press, Contact us, Creators, Advertise, Developers, Terms, Privacy Policy & Safety, How YouTube works, Test new features, NFL Sunday Ticket) and © 2026 Google LLC.
Lofi Cities is a free browser app that pairs animated pixel-art city nights with endlessly generated lofi music in real time via Web Audio API. No install or accounts; works offline after load. It features 11 cities (Paris, Tokyo, New York, London, Rio, Istanbul, Hong Kong, Sydney, San Francisco, Hamburg, Amsterdam), with weather (rain, snow, leaves, clear) and city sounds. Styles include jazzhop, piano, ambient, bossa, synth, house, guitar, sad, medieval; vibe options; tour auto-switch; save frames as PNG; OBS-friendly; billboard ads for rent; data in local storage, no cookies.
Ember-1 is Fireworks Research’s new specialized model built from Kimi K3, delivering the same-quality answers with about 40% fewer tokens by learning to reason more efficiently. It emerged from 50 training experiments and 200 evaluations using Fireworks Serverless Training, aiming to trim unnecessary reasoning while preserving capability. In the Specialized Intelligence Index, Ember-1 set a Pareto frontier on Bedside Bench and outperformed comparable-cost open/closed models on cost per task. Live A/B tests on production coding workloads showed ~35% token savings with comparable quality; one customer moved to production. Available now as a Research Preview with Kimi K3.
Argues that the greatest pun is not language but how code and grammar intersect. Explains JavaScript tagged template literals and tag functions like dedent and prompt, which consume template pieces and embedded values, while visually hinting at the familiar {{}} templating syntax. Shows how templating languages (Mustache, Handlebars, Jinja2, Django, Liquid, Angular, Vue) use {{}}; a prompt tag can generate annotated strings for tools (Helicone). The pun: one string with two parses—grammar in programming and in templates—demonstrating how syntax coexists across domains.
Windows Explorer can crash when copying Video CD contents, freezing the copy and forcing a full reboot. The bug appeared after KB5023706 (Windows 11, 2023-03) and KB5025221 (Windows 10, 2023-04); clean 22H2 installs lack it. Reproducible in VM or on physical VCDs; not triggered by playing with Windows Media Player or VCDGear; some third‑party tools avoid it unless they use Windows’ copy method. The issue is intermittent; Microsoft has not fixed it. VCDs aren’t true data discs; proper ripping is best with VCDGear or bin+cue imaging.
Made by Johno Whitaker using FastHTML