Front-page articles summarized hourly.
The Damaged Earth Catalog advocates community-powered education and environmental stewardship, promoting a spectrum of liberatory, low-tech and sustainable computing practices. It highlights approaches such as Appropriate Technology, Benign Computing, Collapse Informatics, Computing within Limits, Convivial Computing, Degrowth, Permacomputing, Salvage Computing, Ecofeminist and Feminist Technology, Disability Driven Development, and other rED-aligned concepts, as part of a continuing effort to share knowledge and reshape technology away from corporate power.
Browser fingerprinting identifies you by combining unique technical details your browser and device expose (OS, browser version, fonts, screen resolution, GPU, time zone, etc.) into a single hash that tracks you across sites, even in incognito and without cookies. Techniques include canvas fingerprinting, WebGL/WebGPU probing, font/extension enumeration, audio processing, and queries from media/device APIs. It’s mainly used for advertising and profiling, but also for fraud prevention and bot detection. Protection is hard: only change what your browser reveals. Brave and Firefox offer built-in defenses; Tor/Mullvad standardize signals; VPNs don’t stop fingerprints.
Could not summarize article.
An in-depth account of a patented in-memory sort with common-prefix skipping, adaptive switching between quicksort and MSD radix sort, and key-byte caching to reduce cache misses. Developed at Oracle (2000–2005) and deployed in 10gR2, it reportedly delivered ~5× speedups over the previous sort for long keys. It uses a median-of-5 pivot to guard against worst cases and can emit results before the full sort finishes. The author suggests the name Orasort and expresses interest in open-source, noting later work on MySQL and other database improvements after leaving Oracle.
Apple Silicon executive Doug Brooks says Mac mini and Mac Studio are in incredible demand for AI agents, and AI workloads are a whole-chip problem—not just GPU power—leveraging Neural Engine and neural accelerators across CPU and GPU. He foresees a hybrid future where agents decide what runs on-device versus in the cloud for privacy and cost, with “transparent AI” on iPhone/iPad examples like Draw Things and SwingVision.
Study investigates how adolescents perceive their caregiver's device use and its relation to the adolescent-caregiver attachment bond. The researchers developed the Device Attachment Interference Scale (DAIS), a 12-item measure (unidimensional) validated in a general U.S. adolescent sample (N=600, ages 12–17). DAIS scores—higher caregiver device-centric behaviors—were consistently associated with greater insecure attachment (anxious and avoidant) to both mother- and father-like figures, controlling for age and gender. CFA indicated acceptable fit; regression showed stronger associations for anxious attachment, with limitations: cross-sectional, self-report, measurement invariance not tested. Implications for family interventions.
Hazard ratios summarize mortality risk changes by age, but converting HR to life expectancy is tricky because risk is age-structured. In rich countries, a handy shortcut is ΔL ≈ ΔHR × 12.93 years for a constant HR in US males (baseline life expectancy ~75.8). More generally, ΔL ≈ avg(ΔHR) × L̄, with L̄ ≈ 12.93, and ΔHR(t) weighted by deaths and remaining life expectancy. If HR varies by age, the approximation holds roughly, but with ~30% error. Use est(HR) cautiously: ΔL ≈ ln(1/HR) × 12.93 or (1−HR) × 12.93.
Anthropic's Long-Term Benefit Trust appointed Dr. Ben Bernanke, a Brookings Distinguished Fellow and former Federal Reserve Chair, as its newest trustee. Bernanke steered the Fed through the 2008 crisis (2006–2014) and won the 2022 Nobel Prize in Economics. The LTBT is an independent body that helps ensure Anthropic's AI development serves long-term human interests, advising the board on risks and societal impacts and appointing board members. Bernanke will contribute to economic research and governance. He joins trustees Neil Buddy Shah, Richard Fontaine, and Mariano-Florentino Cuéllar.
An article on cache-conscious layout in Rust, focusing on field zoning, false sharing, and the 128-byte rule. For multi-threaded structures (like an SPSC ring), separate hot fields by write owner and access frequency into zones (producer-hot tail and cached_head; consumer-hot head and cached_tail), with cold fields packed together. Use #[repr(C)] to preserve field order so zoning stays intact. Wrap hot fields in CacheAligned<T> with 128-byte alignment to ensure lines don’t collide; 128 bytes is chosen to blunt adjacent-line prefetch effects. Avoid manual prefetch hints; pick buffer capacity to fit a cache level and verify with benchmarks.
An early Facebook engineer recalls startup life: brutal hours, constant firefighting, and a fierce focus on building a free-to-use product. The founder argued that the company’s competitive advantage was product development, not philanthropy. Over time, however, employees asked for more charitable initiatives, and the company stopped saying no. Small, reasonable digressions accumulate into drag: cluttered UI, a bigger team, slower product, and selection bias from pleasing everyone. The cure is to stop distractions before they start, or now. Epilogue notes charitable work has costs at scale, even as Meta enables massive giving.
Ello describes building the first real-time AI tutor for math and reading (ages 4–9). To teach effectively, they prioritized pedagogy and sub-second responsiveness, rejecting a standard tool-loop in favor of a custom harness that streams multiple actions while the model continues generating. They split roles into a converser (real-time interaction) and a planner (asynchronous plan review), using an append-only log and pre-generated branches to cut latency. Safety checks gate execution, not generation, ensuring immediate, appropriate responses. The system aims to think ahead, adapt in real time, and preserve learning moments.
Cloudflare describes building a model-agnostic vulnerability harness that treats models as interchangeable in a two-stage pipeline (VDH + VVS) to discover and triage security bugs across hundreds of repos. They emphasize cross-model checks, cross-repo tracing, and a deterministic, database-backed orchestration to handle context limits, persistence, and scalability. The system uses Recon, Hunters, Validation, Gapfill, Dedup, Trace, and Wishlist; Sibling Forking; cross-repo tracing; and a human-in-the-loop for fixes. They report metrics: from 20,799 raw to 7,245 actionable findings; ~14-hour runs; patching ~5 minutes per bug; public skill release.
Triple Dragon Fractal, created by Paul Bourke in December 2020, visualizes a complex-valued series for initial values z0 across a rectangular region of the complex plane. Colors encode how quickly the sequence converges to a fixed point or appears to diverge to infinity; within the bounded region shown, true divergence does not occur.
Joe Siegler, longtime Apogee/3D Realms archivist and former employee, presents a personal history of the company and its games. Part I covers the origins of Apogee (1987), the evolution into Apogee Software Ltd, the 3D Realms era, and spin-offs like Pinball Wizards, plus the later corporate reshuffles that left Slipgate/Interceptor and MDN holdings in control. He recounts his roles—beta tester, online support pioneer, distributor organizer, file_id.diz creator, and keeper of the game archive—and recounts early titles (Kroz, Beyond the Titanic, Supernova) and the company’s pre-web era. He notes admin notes about legacy site changes and broken links.
Pattern Collider is a web tool to generate and explore quasiperiodic tiling patterns using de Bruijn’s multigrid method. It converts line grids into tilings (e.g., Penrose tilings) with a shareable URL for every pattern. Users can adjust symmetry, pattern offset, rotate, pan, and disorder, then randomize, save, or share. It includes color controls, tile highlighting, intersections, and edge options. Built with p5.js, vue.js, hsluv.js, and seedrandom.js; MIT license. References Penrose tilings and quasicrystals.
Ambulance costs in the U.S. are driven not by the ride but by readiness. Medicare and Medicaid pay per trip, with rates far below actual costs, while private insurers rarely negotiate network contracts, leaving roughly 80% of ground rides billed out-of-network. High fixed costs—staff, vehicles, and round-the-clock readiness—must be covered by a small number of billable rides. Uninsured patients face full charges, and many privately insured patients receive surprise bills. The fix, the author argues, is to fund readiness with a universal premium or public funding, not per-ride charges or caps, which would undermine EMS.
Made by Johno Whitaker using FastHTML