Front-page articles summarized hourly.
476 is symbolic, not terminal. Theoderic the Goth (493–526) preserved the Western Empire’s machinery, ruling as custodian with Roman titles, bureaucracy, consulships, the Senate, and Roman-style chancery. Civil and military spheres were separated, allowing Gothic troops to replace the imperial army while civilian institutions continued. Land grants to Gothic soldiers were administered by Romans (Liberius, delegatores, pittacia). After Theoderic’s death, infighting and Justinian’s reconquest destabilized Italy; Eastern campaigns caused real collapse, not barbarian invasion alone. Rome lingered on; Venice grew, and continuity persisted long after 476.
Chaosnet is a network developed at MIT's AI Lab in 1975 for Lisp Machines, linking computers. It eschews centralized control, using the Ether and software protocols (NCP) to deliver reliable packet traffic among machines. The Ether is a cable with bridges between subnets. Access uses carrier-sense with a time-slot scheme to reduce collisions. Routing is per-packet via subnets; bridges forward packets unchanged; gateways connect to networks. Packets are controlled (reliable) or uncontrolled. Higher-level protocols include TELNET, FILE, MAIL, NAME, TIME, and Arpanet gateway; UNC carries foreign protocols. Implementations exist on Lisp Machines, ITS, TOPS-20/TENEX, UNIX, and VMS.
Fragmentary UI snippet titled “Segmented type appreciation corner” with scattered number lists and the prompt “Just start typing!”; no coherent article content.
A concise directory of useful, largely text- and privacy‑friendly sites that work well with Dillo. It covers alternative frontends, archives, books and text resources (Project Gutenberg, Standard Ebooks, Open Textbook Library), research (arXiv, dblp) and tech (ArchWiki, LWN), blogs, forums, magazines (Low Tech Magazine, Phrack), newspapers (NPR text, CBC Lite), lightweight search engines (Marginalia, Wiby, DuckDuckGo Lite, Mojeek), self‑hosting tools, sustainability/permacomputing, and indieweb/Fediverse links, plus text‑only directories and bookmarks.
USB Power Delivery (PD) and USB Extended Power Range (EPR) upgrade USB-C charging and data power. PD negotiates up to 100W (5–20V steps); EPR adds higher power levels (140W/180W/240W) and intermediate voltages up to 48V. Power sharing allocates charger output across ports, reducing adapters and heat. Automotive use is expanding; Aptiv has early compliant dual-port modules with smart load shedding. Standards bodies USB-IF and USB Promoter Group govern testing and logo compliance; certification is rigorous. DisplayPort Alternate Mode could carry video over USB-C. Certified products expected by 2029.
Linus Torvalds announced the Linux 7.1 release, noting he’s in a different timezone and the merge window will open tomorrow with potentially irregular timing. He has fetched early pull requests so he can work offline while traveling. The 7.1 shortlog covers mostly driver updates (GPU, networking, sound) plus networking and tracing tooling fixes and various small changes. He requests continued testing and warns about possible latency in the merge window; extending the release wasn’t pursued.
Swiss voters rejected the “No to ten million” immigration initiative by about 55% (final 54.8% against; turnout ~58%). The cap would have limited population to ten million and potentially ended free movement with the EU; Switzerland’s population is ~9.1 million and has grown 23% since 2002. Cantons leaned No in urban areas, while Appenzell Inner Rhodes voted Yes. In the same vote, a reform to make civilian service less attractive passed (~52.5%). The result preserves EU ties and signals stability.
Kage clones a live website into a local, offline mirror by driving headless Chrome, rendering pages to a final DOM, stripping JavaScript, and localizing CSS, images, and fonts. The result is static HTML that looks like the live site but runs without code or tracking. It provides commands to clone, serve, and pack mirrors into a ZIM archive or a self-contained binary (or a native window via webview). It supports subdomains, lazy-loaded assets, and deterministic packaging for offline reading.
Apple WWDC signals Mac OS will process AI locally, reducing cloud LLM reliance and pushing automations to on-device tools, with cloud used only as needed. LLMs democratize development and learning but are probabilistic, not deterministic; reliable tasks require validation, confidence scoring, and human review, which adds cost. The piece cautions against a national-security framing of AI and highlights Apple’s sovereignty approach as value without an arms race. LLMs face a ceiling: rising access costs and narrower real-world use. Expect a shift toward specialized, locally run AI rather than broad AGI, with ongoing governance debates.
Magma is an experimental fork of OrcaSlicer that injects molten plastic into sealed vertical lattice channels during FDM printing to create continuous Z-axis reinforcement without new hardware. The slicer generates a triangle lattice with windows, prints walls, then pauses to extrude into paired tubes, sealing them and forming solid vertical columns interlocked with the lattice. The software pipeline works end-to-end, but real-world prints aren’t yet demonstrated; material melt sealing is the open issue. It supports multi-material setups, many settings, and is CC0 for Magma (AGPL-3.0 upstream).
Real-time UAV detection on RK3588S using YOLOv8n in a three-NPU-core, multi-process pipeline that achieves 46 FPS at 1080p with ~140 MB RAM per stream. It captures live MIPI frames, runs fixed-function ISP/RGA/NPU, and streams annotated output via HDMI/RTSP. A downstream chain runs ByteTrack, temporal features, a presence FSM, and an on-device LLM (Qwen2.5-0.5B) for natural-language summaries of events, all communicating over Unix-domain sockets. Runs on RK3588S boards (e.g., Khadas Edge2), two-camera support, fully hardware-accelerated, open-source under Apache-2.0.
Could not summarize article.
An issue claims Rio-3.5-Open-397B is not an original model but a direct 60/40 blend of Nex-N2_pro and Qwen3.5-397B-A17B. It presents two independent proofs: removing Rio's system prompt makes the model identify as Nex 79% of the time and Rio 0% of the time, and every weight tensor across all 60 layers matches the 0.6/0.4 Nex/Qwen mix. It argues there was no separate training and that the claimed origin is misleading.
Could not summarize article.
Researchers analyzed breast milk from Seattle mothers and found widespread contamination with hormone-disrupting chemicals, including BPA, BPS, melamine, cyanuric acid, and triclosan. About 92% of 50 samples contained at least one of these chemicals; prior tests also found PFAS and flame retardants in the same samples. Mixtures of such chemicals may affect infant development even at low levels. While individual substances have known risks, the study notes a small, not fully representative sample. The authors urge stronger chemical protections, noting that exposure is hard to avoid even with careful shopping. Breastfeeding remains healthiest when possible.
Could not summarize article.
Butterick contends that AI is inherently political: even if it raises material well‑being, its logic will accelerate capital concentration and erode liberal democracy by replacing labor and privatizing public functions as a private AI‑governed 'goodies' economy. Drawing on Winner and Marx, he argues AI acts as a capitalistic instrument that magnifies existing power imbalances, creating a future where citizens depend on Big AI for basic needs and politics tilts toward corporate interests. He warns of a 'resource‑curse' dynamic akin to petrostates, with Norway and Venezuela as contrasts, and urges robust citizen, labor, and regulatory responses.
Perlis' Epigrams in Programming is a collection of aphorisms about software development and computing. It surveys enduring tensions: structure and binding; the perils of complexity, premature optimization, and miscommunication; the value of modularity, top‑down design, and symmetry; recursion, languages, and how code shapes thought; the evolving, often paradoxical nature of computing; and the idea that mastery comes from deep understanding, clear communication, and willingness to revise or rewrite. A playful meditation on the art and science of programming.
Jane Street revisits formal methods, shifting from skepticism to investment. Agentic coding lowers costs and widens who can use formal methods, while two benefits rise: reducing verification burden as models produce code and giving agents stronger feedback through proofs. The firm plans a formal-methods team to make such methods as pervasive as their current type systems, leveraging deep language control and an engaged user base. They aim for near-term improvements and long-term visions, exploring integration with tools like Lean, Dafny, and others, with roles in London and New York.
Scientists have long studied a North Atlantic “cold blob” that cooled while nearby waters warmed. A new study links the cooling to a weakening Atlantic Meridional Overturning Circulation (AMOC), not surface atmospheric effects, suggesting changing ocean heat transport as the AMOC weakens from warming and freshwater input. Some researchers warn a tipping point could be reached this century, with impacts including faster U.S. East Coast sea level rise, European winters in deep freeze, and African monsoon droughts. Evidence grows, but data gaps keep uncertainties.
Made by Johno Whitaker using FastHTML