Front-page articles summarized hourly.
Super El Niño is strengthening rapidly in the tropical Pacific, driven by record-westerly wind bursts and a Kelvin Wave increasing ocean heat. Forecasts push the peak into historic territory for 2026/27, with surface warming exceeding past events; MEI hits +2.4 in June–July 2026. Impacts: Fall shows a stronger El Niño pattern—warmer, wetter US/Canada and Europe. Winter 2026/27 is expected to be amplified: deep North Pacific low, Canadian high, and a robust Pacific jet. Snowfall signals: reduced snow in Northern US and southern Canada; above-normal snow in Central/Eastern US and SE Canada; Europe milder with some northern snow. Monitoring ongoing.
Howey reflects on publishing’s “content farms” from the Stratemeyer Syndicate to James Patterson, noting AI now enables mass production of fake authors. He argues readers and writers are the core of publishing and, while AI could aid non-writers, longs for a 100% human-bookstore—Humazon—where books are vetted and human-authored. He calls for industry moves: a 100% human badge from Amazon or an AI-free label from BookBub. He rejects no judgment of AI but advocates a market shift toward human-authored works and for readers to support human-centric bookstores.
An article explaining that the img element is a replaced element whose content can overflow its container. Default CSS overflow is clipped, but using features like object-fit (cover, none, fill) and object-position can cause visible overflow or movement. The content (image) can exceed the element’s box, for example due to object-fit: cover clipping, border-radius rounding, or shifting with object-position. The piece covers how the image's intrinsic dimensions (content) differ from its CSS box, includes demos, and suggests practical tricks for styling images.
Investigates a Zsh history data-loss bug where commands vanish from ~/.zsh_history on exit. Using inotify, fatrace, and a custom bpftrace program, the author shows Zsh rewrites history by reading the file, writing to ~/.zsh_history.new, then renaming it over the old file, which can truncate data. The root cause: while readhistfile could be interrupted by a signal, savehistfile did not check for interruption, producing a shorter history. Bart Schaefer patched it; Zsh 5.9.2 includes the fix. The post also covers HISTFILE footguns and AI eval notes.
A GitHub repo for claude-trofeo-hud, a live Claude usage HUD for a $38 Thermalright Trofeo Vision LCD. It streams session/weekly usage, per-day tokens, and hypothetical API cost from macOS over USB to a USB HID display, with a clock and a token sparkline. Requires macOS, Python 3.12+, uv, Node (npx ccusage), hidapi, and Claude Code logged in. Reads local logs and Keychain; outbound only the usage query to api.anthropic.com. Run via uv run python -m claude_trofeo_hud with preview/run/install-agent; config in config.toml; logs in ~/Library/Logs. Troubleshooting notes included.
A request to set a user-agent and follow the robots policy, with two reference links (a short URL and a Wikimedia Phabricator task).
David Horn argues that engineers routinely ignore historical lessons, risking repeated mistakes in design and practice.
New JACC analysis of over 260,000 people followed for ~20 years finds central adiposity measures: waist circumference (WC) and waist-to-hip ratio (WHR) reclassify cardiovascular risk beyond BMI. Normal-BMI individuals with high WC/WHR had 15–50% higher risk across nine outcomes (MI, stroke, heart failure, atrial fibrillation, CHD, CVD, mortality). Obese individuals with low WC did not show higher risk except for all-cause mortality. Limitations include lack of activity, diet, genetics data and a single WC/WHR measurement. Clinicians should include central adiposity assessment in risk evaluation.
IEEE Life Fellow Bede Liu, a pioneer of digital signal processing, died May 7 at 91. His work helped move DSP from analog to digital, shaping mobile, streaming media, and multimedia systems; low-power DSPs trace to his 1970s–80s research. A Princeton professor for 50+ years and department chair (1994–1997), he co-authored the 1976 DSP textbook with Abe Peled, published 250 papers, and held 12 US patents. He mentored 53 PhD students, including Robert Kahn. Liu received the 2018 Kilby Medal; he also authored Multimedia Data Hiding and studied watermarking security.
tawc runs CLI and graphical Linux programs on Android without root, with hardware-accelerated graphics. It consists of tawcroot (a fast PRoot-like rootfs), a Smithay-based Wayland compositor, and a UI. It downloads a stock distro (Arch ARM or Debian) and runs apps inside that rootfs. Features include an embedded Termux-like terminal, a launcher that shows Linux and Android apps together, XWayland with hardware acceleration, a built-in task manager, ando command and storage binds. Limitations: limited sandboxing, single-process tawcroot can be escaped, no desktop GL, ARM64-only, Android 10+, licensing MIT/GPL.
Creativity thrives in a fragile solitary mindset, not coworking or social pressure. Drawing on Grothendieck’s Pursuing Stacks and Récoltes et Semailles and Bergman’s notebooks, the piece shows how entering the cognitive space for new ideas requires solitude and a willingness to linger in confusion, surfacing original questions. Solitary work, especially early, builds the capacity to be alone while pursuing personal curiosity, then can be harnessed within collaboration without losing inner direction. Techniques include fixed writing routines, nonjudgmental notes, delaying publication, treating work as a calling, and following provocative, unpopular prompts over popular ones. The margin of society births revolutions.
Tech executives are writing grand manifestos about AI to shape the discourse and position their companies. Meta’s Mark Zuckerberg recently published a 6,500-word open letter, echoing earlier theses like Marc Andreessen’s "The Techno-Optimist Manifesto" and Sam Altman’s "The Intelligence Age." The pieces promote optimism, promise abundant future jobs despite IMF warnings and mass automation, and advocate openness for AI tools. Critics warn open-sourcing powerful models raises risks. The manifestos function as PR and strategic framing, attempting to steer public debate while tension between hype and caution intensifies.
An homage to Ratfactor’s paper-based project stack—a physical, card-topped TODO stack where the current task sits at the top and finished tasks are discarded. The author adapts it into three piles (Blanks, Tasks, Done) using old business cards and a simple prototype on paper. Demonstrates how the tactile setup lowers mental load, boosts focus, and offers gratification in moving tasks to Done. He then builds a cardboard organizer from a pizza-box carton, angled the Task stack for visibility, and notes cardboard crafting is a fun, practical way to manage personal projects.
This Perspective reviews AI in drug discovery, noting growing activity but limited clinically meaningful impact to date. It cites reasons: insufficient emphasis on clinical translation during model development; difficulties with conditional life-science data; underspecification of models; and a mismatch between technology push and real-world needs, plus long integration timelines. The authors recommend shifting benchmarking from model validation to demonstrating improved decision making, improving data generation and quality, defining contexts of use, and pursuing end-to-end translational pipelines to boost safety and efficacy outcomes.
IEEE Spectrum’s Video Friday curates robotics videos, led by the DARPA Lift Challenge’s heavy-lift drones, with quick looks at bizarre drone designs, gecko-inspired grippers, and related livestreams. The roundup also features NASA’s SkyFall helicopter hunting for subsurface water on Mars using a flexible antenna, progress like GEN‑1’s adaptive learning for new actuators, a striking humanoid robot, tactile‑control concepts for assistive robots, and SonicFly’s follow‑the‑leader aeroacoustic perception. The post also promotes upcoming robotics events and related stories.
BriskDB is an alpha system that turns ordinary SQLite shard files into a single, sharded database with parallel WAL writes and PostgreSQL/HTTP access, via embedded Rust and Python APIs. It keeps SQLite’s storage and adds a routing layer, shard-safe IDs, and cross-shard indexes, with no central write lock. A protocol-neutral Rust engine powers HTTP, PostgreSQL, Rust, and Python adapters; an admin UI browses data. Features include bounded routing, loopback PostgreSQL, HTTP query, and offline importer. Planned: MongoDB/MySQL protocols, serverless snapshots, more backends. Not production-ready.
China is conducting seven clinical trials testing chemogenetic therapies using DREADDs—designer receptors activated by designer drugs—to suppress neuronal activity in epilepsy, Parkinson’s, and neuropathic pain. The receptors, expressed in targeted neurons via viral vectors, offer potentially more precise control with fewer off-target effects than traditional methods. Trials use adeno-associated viruses, but carry immune risks; safety concerns have surfaced after recent gene-therapy deaths in China. A successful trigeminal neuropathic pain trial could pave the way for circuit-based neurotherapeutics.
Made by Johno Whitaker using FastHTML