Front-page articles summarized hourly.
An extensive directory of static electricity and electrostatics resources, spanning DIY high-voltage projects, demonstrations, and classroom activities (VandeGraaffs, Wimshurst machines, HV generators), plus museums, forums, vendors, books, and journals. It collects links to educational sites, experiments, safety notes, and historical devices, with cross-references to organizations like the Electrostatics Society of America and ESD Journal. Compiled and maintained by Bill Beaty.
Rust memory management blends zero-cost ownership with optional runtime sharing. Each value has a single owner and is dropped when it goes out of scope. Borrowing (&T, &mut T) ensures safe references: many shared borrows or a single mutable borrow, with lifetimes. For shared ownership, Rc<T> (single-threaded) and Arc<T> (thread-safe) use reference counts. Interior mutability is via RefCell (with Rc) or Mutex/RwLock (with Arc). Beware reference cycles; use Weak to break them. Prefer ownership+borrowing unless you need true shared ownership across components or threads.
Could not summarize article.
This piece argues that abandoning side-projects is normal and valuable. The author notes the hustle-culture pressure to ship, but many side-projects fail or are not worth continuing. He shares building a Latvian noun-ending quiz: simple MVP, hosting on Netlify, regex-based suffixing. Despite success of the prototype, the project became unfun and unnecessary once he’d learned the rules. The takeaway: side-projects are better viewed as learning experiments than products; even abandoned work yields skills (Go APIs, GIS, etc.). Beginners should code for themselves, avoid burnout, and pursue projects for growth first.
Access denied; the page could not be loaded.
Scientists call these 'lilliputian hallucinations': in Yunnan, people report seeing tiny elf-like figures after eating Lanmaoa asiatica mushrooms, locals cook them to kill hallucinogenic properties, and the hallucinations last 12–24 hours, sometimes requiring hospitalization. The phenomenon appears across cultures: reports in China since the 1990s, Papua New Guinea, and the Philippines. The active compound is not psilocybin. Genetic testing confirms L. asiatica; mouse studies show the extracts trigger dramatic behavioral changes. The mushroom is not used as a psychedelic, but understanding it could shed light on brain disorders, consciousness, and reveal new fungal chemicals.
The post reports an undocumented CPUID bit (bit 18) in leaf 80000001h on an Athlon Thunderbird (2001). Sandpile.org marked it as reserved, but later updates suggest bit 18 indicates ECC capability on K7 processors, while bit 19 indicates MP-capable. AMD documentation is inconsistent, especially regarding Socket 462 vs Slot A and where ECC resides (CPU, memory controller, or L2). The author and commenters debate whether early Athlons truly supported ECC, document confusion, and seek clarification by mapping CPUID bits to actual hardware features.
PKI relies on X.509 certificates to enable trusted TLS, with notBefore/notAfter defining validity. Revocation aims to invalidate compromised or misissued certs before expiry, using CRLs (large, slow, lagging) or OCSP (per‑certificate status) but both have issues: CRLs are bulky and stale; OCSP raises privacy, latency, and availability concerns, and major browsers like Chrome often skip it. Stapled OCSP helps, but isn’t a universal fix. Let’s Encrypt’s move to shorter lifetimes (90→45 days) and CAB Forum efforts seek alternatives like CRLite/CRLsets. DNSSEC/DANE proposals offer a different path. Overall: revocation remains problematic; DNS-based approaches offer promise.
Chrome’s Prompt API enables in-browser access to the Gemini Nano generative AI model for Chrome Extensions and web apps. It supports AI-powered tasks such as search, personalized news, content filtering, calendar events, and contact extraction. The API requires local model download, hardware (GPU with >4GB VRAM, 16 GB RAM, 4 cores), and OS support (Windows/macOS/Linux/ChromeOS; some mobile limits). Developers create and manage sessions with prompt/promptStreaming (and optional streaming), including context management, cloning, and destruction. It also supports multimodal inputs (text, image, audio) and JSON-schema constrained responses. Localhost testing and origin trials are described.
TurboQuant compresses high‑dimensional AI vectors to 2–4 bits per coordinate with near‑optimal distortion, without training or per‑vector headers. The core idea: apply a random rotation so rotated coordinates follow a fixed distribution (Beta, approaching Gaussian in high dimensions); a single universal Lloyd–Max codebook for that density quantizes coordinates, enabling data‑oblivious encoding. To fix inner‑product bias from MSE quantization, it offers two options: TurboQuant‑MSE (biased inner products but minimal bits) and TurboQuant‑prod (unbiased inner products via a QJL residual). It approaches Shannon bounds and delivers fast KV‑cache compression (4×–6×) and rapid indexing.
Julian Lucas surveys the fragility and recovery of digital life through DriveSavers, a leading data-recovery firm. He blends anecdotes—from underwater PowerBooks to iPhones deemed unrecoverable, from celebrities’ devices to a fire-damaged archive—to show how data loss can erase work, evidence, and memory. In the company’s clean room, engineers repair HDDs, transplant memory chips, and reconstruct files while ransomware and AI threats heighten risk. The piece reflects on memory and mourning in a world where salvation for our files is not guaranteed.
EvanFlow is a Claude Code–driven, TDD-centered iterative loop for software development. It walks an idea from brainstorm → plan → execute → tdd → iterate, with checkpoints at design, plan, and after each iteration. The loop is conductor, not autopilot: no auto-commits or PRs, and a guardrail hook blocks dangerous git operations. It supports parallel subagents for large tasks and a hard limit of five iterations. Install via plugin marketplace, npx, or manual copy; the repo includes 16 skills, 2 custom subagents, and guardrails.
Notepad++ for Mac is a free, native macOS port of the Windows editor, running without emulation on Apple Silicon and Intel Macs (universal binary). It preserves core features—syntax highlighting for 80+ languages, regex search/replace, macros, split view, and a growing plugin ecosystem—while using macOS Cocoa UI. It’s open-source under GNU GPL v3, signed and notarized, with no telemetry. Maintained by Andrey Letov and the community; not affiliated with the official Windows project. Source available on GitHub.
FreeBSD Device Drivers: From First Steps to Kernel Mastery is a free, open-source book by Edson Brandi (v2.0, April 2026) that takes beginners from zero to writing and submitting FreeBSD drivers. Structured around 38 chapters, 6 appendices, and hands-on labs, it covers UNIX fundamentals, C, kernel concepts, and driver development for FreeBSD 14.x, culminating in upstream submission. Labs emphasize recurring patterns (attach, cleanup, locking) and practical mastery. Includes translations (pt_BR, es_ES AI-translated); MIT licensed and open for community contributions on GitHub.
The piece by Dave E. in EUG #72 revisits the BBC Micro’s 'music demos,' a mid‑80s underground scene of instrumentals and remixes that survived copyright crackdowns and are now catalogued on discs and available on YouTube. It presents a ranked twelve‑song rundown, from 12 Sunglasses to 1 Musical Snowmen, each with brief notes on style (Mode 4/5/7), effects, and what makes it stand out. Notable creators include Daniel Pugh, Melvyn Wright, and Beeb Tec. The article celebrates their playful, tech‑savvy charm and points readers to BBC PD collections.
drio/unixmagic is a GitHub project that builds a website mapping and documenting all references on the classic Usenix Unix Magic poster. It provides a structured way to explore, annotate, and understand the poster’s elements, explaining why they mattered technically and culturally in Unix history. Created around Gary Overacre’s Unix Magic poster from the 1980s (UniTech Software), the repo invites contributions and links to the latest build, discussions, and related posts. It includes the original poster image and a custom puzzle, and notes that another two posters existed.
An overview of voice modems: from 1980s Hayes Smartmodem, which used a serial link and AT commands to control data and calls, to 1990s Rockwell-based data/fax/voice modems with dedicated voice modes (T.31/Voice Class 8) and later V.253. Early modems transmitted audio over serial as PCM or ADPCM; some used dual UARTs or integrated with sound cards. Windows TAPI enabled IVR apps; consumer devices marketed "voice mail modems" despite broader capabilities. Voice modems waned as ISDN/DSL and SIP supplanted them, though many devices still support voice via V.253.
Regent’s Park opens the QEII Garden, a 2‑acre wildlife-friendly brownfield restoration built on-site from crushed concrete. The former nursery site now features planting zones, woodlands, grasslands, two shallow lakes, a dry stream, and a viewing tower with bat and bird habitats. A 56-upright pergola honors the Commonwealth’s 56 countries. The high-pH soil favors slow-growing, deep-rooted plants for climate resilience. Open from 27 April 2026, free to visit, at the garden’s southern end near Chester Road and The Broad Walk; intended to mature gradually.
The article argues that the cheapest option can be the coolest when constraints become design opportunities. It pairs Porsche’s 968 Club Sport, priced to stay under a £29,000 tax line and stripped to essentials with race-inspired styling, with Apple’s MacBook Neo, built from an iPhone-era chip and marketed with new colors to students. Both reframe limits rather than degrade quality, making the cheaper product feel distinct and desirable. The result is an on-ramp to the broader lineup: affordable, repairable, and capable of revealing users’ needs and limits.
Made by Johno Whitaker using FastHTML