As the US marks its 250th anniversary, political turmoil deepens with parallels drawn to its founding revolution against a ‘mad king’ amid Trump’s return, echoing warnings of self-destruction. In science, a Texas A&M nasal spray reversed brain aging in mice, restoring memory after two doses. Meanwhile, researchers discovered 26 new bacterial species in NASA cleanrooms, surviving extreme sterilization and producing valuable compounds. Jellyfish wound-healing in minutes also offers medical promise.
đź§Ş Science & Health
Scientists reverse brain aging, with a nasal spray
A nasal spray developed by Texas A&M University researchers, containing extracellular vesicles with microRNAs, reduced brain inflammation and restored memory in aging brains within weeks after just two doses, with effects lasting months. The treatment, published in the Journal of Extracellular Vesicles, bypassed the blood-brain barrier and suppressed inflammatory pathways, suggesting potential for reversing cognitive aging and treating neurodegenerative disorders like dementia.
- Scientists reverse brain aging, with a nasal spray — stories.tamu.edu
Jellyfish can heal wounds in minutes. Scientists want their secrets
Jellyfish of the species Clytia hemisphaerica can heal wounds in minutes without scarring, and their transparency allows researchers to observe the process in real time. Scientists found that two cellular structures work in sequence to close wounds, with mechanisms similar to those in mammals. The research aims to uncover fundamental healing processes that could inform human medicine.
New bacterial species discovered in NASA’s cleanrooms
A study identified 26 new bacterial species in NASA cleanrooms used for assembling the Phoenix Mars Lander, which survive extreme sterilization through spore formation and DNA repair genes. Many of these bacteria produce valuable compounds, such as antimicrobial polymers and antioxidants, making them promising sources for industrial and medical applications.
- New bacterial species discovered in NASA’s cleanrooms — nature.com
Liquid transforms into an energy-rich gel that stores power for months
A new liquid material developed by Northwestern University can harvest, store, and release energy in a single system, transforming into a black gel upon charging that stores power for months and reverting to liquid when exposed to air. Inspired by cellular cytoskeletons, it is the first material to store energy by physically rebuilding itself, with potential applications in energy storage, environmental remediation, and soft electronics.
- Liquid transforms into an energy-rich gel that stores power for months — news.northwestern.edu
How working memory could give rise to consciousness
The “doorway effect” occurs when entering a new room causes you to forget your intention because working memory, which holds limited information (about four “slots”), clears that information once it’s no longer needed. This phenomenon highlights the close link between working memory and consciousness, as forgetting in working memory corresponds to leaving conscious awareness.
- How working memory could give rise to consciousness — scientificamerican.com
A martian rock has lots of carbon on it, and it’s not clear why
NASA’s Perseverance rover detected complex macromolecular carbon on the surface of a rock at Bright Angel in Jezero Crater, the shallowest such detection on Mars. The carbon’s spectral signature resembles terrestrial kerogen, which is typically biological in origin, but researchers caution its source could be abiotic without sample return.
- A martian rock has lots of carbon on it, and it’s not clear why — arstechnica.com
How the Biosphere 2 experiment changed our understanding of the Earth (2025)
The Biosphere 2 experiment of the early 1990s, where eight people lived in a sealed replica of Earth’s ecosystems for two years, initially faced severe problems like oxygen loss and animal deaths, leading to widespread criticism. However, it is now recognized as providing valuable lessons in ecology, atmospheric science, and Earth’s irreplaceability, with the facility currently used for climate change research.
Astrophysicists Puzzle over Webb’s New Universe
The James Webb Space Telescope has revealed mysterious “little red dots” and unexpectedly massive black holes in the early universe, challenging existing astrophysical models. Scientists are exploring new theories—such as black holes cocooned in dense gas or a novel “black hole star” concept—to explain these observations, though no definitive answers have emerged. Researchers continue analyzing JWST data to refine their understanding of cosmic origins.
- Astrophysicists Puzzle over Webb’s New Universe — quantamagazine.org
A device that revives eyeballs from dead donors could make eye transplants poss
A device called the Eye-in-a-Care-Box (ECaBox) uses perfusion to supply oxygen and nutrients to donated eyes, preventing rapid degeneration and restoring their ability to respond to light. Tests on pig and human eyes showed that treated eyes remained viable longer than untreated ones, potentially enabling future whole-eye transplants that could restore sight.
- A device that revives eyeballs from dead donors could make eye transplants poss — technologyreview.com
NASA says it will isolate volunteers from the outside world for a year
NASA plans to isolate volunteers from the outside world for a year-long simulation of space mission conditions. The agency notes there may also be potential downsides to the extended isolation.
- NASA says it will isolate volunteers from the outside world for a year — theregister.com
Do Wavy Walls Really Use Fewer Bricks? I Tested It in Blender
The author investigated whether wavy “Crinkle Crankle” walls use fewer bricks than straight walls, noting that straight walls are typically two bricks thick while wavy walls are one brick thick but longer due to curves. They built a procedural model in Blender with adjustable sine wave parameters to compare brick usage. The article does not provide a final numerical conclusion, only describing the modeling process.
- Do Wavy Walls Really Use Fewer Bricks? I Tested It in Blender — blog.tymscar.com
đź’» Software & Development
My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
An AI built a PHP interpreter called Phargo from scratch in Rust, despite the author having no Rust experience. It currently passes 17.4% of PHP’s official 22,000-test suite (with a realistic ceiling of 40–45%) and can render a WordPress front page. The author’s role is limited to overseeing the AI, fixing measurement errors, and approving commits when the pass rate increases.
$85,000 in tokens later: What I learned from scaling agentic coding at Lovable
The author’s token spend at Lovable grew from $600/month to $25,000/month by May, totaling $85,000 since January, as they scaled from a solo dev with a few agents to a human overseeing 6–7 agents producing 150+ merged PRs per week. About 75% of tokens go to implementation, while 25% fund automation like AI reviews, which have largely replaced human code review except for the highest-impact decisions, with an AI workflow classifying PR risk to enforce human review on high-risk changes.
GTA 2 ported to JavaScript, with WebRTC P2P multiplayer
A version of Grand Theft Auto 2 has been ported to JavaScript, featuring WebRTC peer-to-peer multiplayer. The game supports standard controls for movement, combat, and vehicle use, along with mod settings and a jump-fly hack.
- GTA 2 ported to JavaScript, with WebRTC P2P multiplayer — gta2js.vercel.app
Two new experimental MELPA channels
MELPA introduced two experimental channels, Snapshots and Releases, which will eventually replace the traditional Unstable and Stable channels. The new Snapshots use a version string format of RELEASE.0.YYYYMMDD.COUNT to prevent snapshot versions from appearing greater than release versions. The Releases channel now includes 6,207 packages (up from 3,400) by determining the latest release from both git tags and library headers.
- Two new experimental MELPA channels — emacsair.me
Command and Conquer Generals natively ported to macOS, iPhone, iPad using Fable
A native port of Command & Conquer: Generals – Zero Hour now runs on Apple Silicon Macs, iPhone, and iPad, using the original 2003 engine compiled for ARM64 with a DirectX 8‑to‑Metal graphics pipeline and built‑in touch controls. Based on EA’s GPL v3 source release and the GeneralsX project, the port requires users to own their own game copy (e.g., from Steam) and provides detailed build scripts for both platforms. The engine code is open source, but game assets are not included.
GBA Dev Console Logging
mGBA emulates special memory-mapped registers (REG_LOG_ENABLE, REG_LOG_BUFFER, REG_LOG_SEND) that allow Game Boy Advance games to output log messages with support for log levels and printf-style formatting. Developers enable logging, write a message to the buffer, and trigger output by writing a log level to REG_LOG_SEND. Logs can be viewed in mGBA’s Tools > View logs or redirected to the terminal using the --log-level command-line flag.
- Game Boy Advance Dev: Logging to the Console — mattgreer.dev
EndBASIC 0.14: Multimedia Update
EndBASIC 0.14 introduces basic sound support, new graphics primitives (triangles, polygons, bucket fill), and a retro VGA font, while fixing a macOS SDL console crash caused by thread handling. This release is a major milestone toward version 1.0, though prebuilt binaries lack code signing and require additional steps to run.
- EndBASIC 0.14: Are we multimedia yet? — endbasic.dev
Good APIs Age Slowly
An API’s initial elegance often leads to later maintenance issues as observed behavior becomes unplanned dependency. Good APIs age slowly by exposing as little as possible, avoiding hidden assumptions that cause rigidity when use cases change. Convenience has a cost, and removing exposed details after others rely on them is far harder than adding them later.
- Good APIs Age Slowly — yusufaytas.com
Rob Pike – ‘Concurrency Is Not Parallelism’ [video] (2012)
In a 2012 talk, computer scientist Rob Pike distinguishes between concurrency and parallelism, emphasizing that concurrency is about structuring programs to handle multiple tasks independently, while parallelism is about executing multiple tasks simultaneously.
Windows CE Dreamcast Community Edition (wince-dc)
The Windows CE Dreamcast Community Edition repurposes the Dreamcast’s original Windows CE 2.12 runtime into a fully functional, multitasking windowed desktop environment with built-in apps and a self-contained CMake build system that produces bootable discs. It includes a windowed desktop shell and multiple applications, along with an in-progress TCP/IP stack over the Broadband Adapter, though networking is not yet fully working. The project vendors the SH-4 compiler and CE image tools, requiring no Platform Builder or SDK.
- Windows CE Dreamcast Community Edition (wince-dc) — github.com
Explanation of everything you can see in htop/top on Linux (2019)
The article clarifies that load average in htop is not a direct percentage of CPU usage; for example, a load average of 1.0 on a dual-core system does not equal 50% usage. It explains that load average represents the average number of processes running or waiting for CPU time over 1, 5, and 15 minutes, as read from /proc/loadavg, and that uptime is obtained from /proc/uptime. The author documents these system metrics and how to inspect them using tools like strace.
- Explanation of everything you can see in htop/top on Linux (2019) — peteris.rocks
Olive – Lisp VSCode Extension (Alternative to Alive)
OLIVE is a VSCode extension for Common Lisp that requires a Lisp implementation (SBCL recommended) and optionally Quicklisp. It provides a REPL with a debugger, supports compiling and loading files and ASDF systems, and offers features like go-to-definition and macro expansion.
- Olive – Lisp VSCode Extension (Alternative to Alive) — github.com
The feature in OxCaml that more languages should steal
OxCaml, Jane Street’s OCaml superset, lets developers annotate functions with [@zero_alloc] to enforce at compile time that no heap allocation occurs anywhere in the call tree, causing a build failure if violated. This reverses the usual workflow of using a profiler to find and fix allocations, preventing regressions by making the compiler enforce allocation‑free paths.
- The feature in OxCaml that more languages should steal — theconsensus.dev
Bloomberg Terminal Is Ugly and Clunky–Everyone Still Uses It
Iran’s parliament speaker accidentally tweeted a Bloomberg Terminal command, sparking suspicions of sanctions evasion due to the terminal’s high cost and closed system. The incident highlights the Bloomberg Terminal’s enduring dominance in finance despite its clunky, expensive nature.
- Bloomberg Terminal Is Ugly and Clunky–Everyone Still Uses It — oztalking.com
Synthesis is harder than analysis
Differential calculus allows algorithmic computation of derivatives, while integral calculus often lacks a closed-form solution and relies on various techniques. Despite this, the two are inversely related through the Fundamental Theorem of Calculus, which states that integrals are anti-derivatives.
- Synthesis is harder than analysis — surfingcomplexity.blog
Claude’s Criminally Bad Electron Mac App Is an Inside Job
Anthropic’s Claude desktop app for Mac remains a criticized Electron app, despite the company’s own AI coding tools being capable of creating native apps. John Gruber argues that the difficulty of the final 10% of development is not a valid excuse, as many developers have successfully used Claude Code to build genuinely native Mac apps.
- Claude’s Criminally Bad Electron Mac App Is an Inside Job — daringfireball.net
Dark mode with web standards
The article describes implementing dark mode by respecting the OS setting via the prefers-color-scheme media query while also offering a per-site toggle using a <meta name="color-scheme"> tag and JavaScript with localStorage. It notes that the color-scheme property affects system colors, scrollbars, and default element styles, but does not update the prefers-color-scheme media query except in iframes and SVG.
- Dark mode with web standards — olliewilliams.xyz
How to call Linux code from a Wine process
Wine on x86_64 runs Windows and Linux code in the same address space, enabling direct calls to Linux functions from a Wine process. The article documents these poorly understood mechanisms to help enhance Linux support for Windows programs, addressing persistent software distribution challenges on Linux.
- How to call Linux code from a Wine process — arcanenibble.com
thundersnap v0.01: an undo button for everything
Thundersnap is a toy distributed filesystem that uses btrfs snapshots and Tailscale-based mesh replication for durability, inspired by git and the bup project. It is not production-ready and prioritizes creative experimentation over reliability, scaling, or performance. The system enables content-addressed snapshots and efficient replication across low-quality or disposable computers.
- thundersnap v0.01: an undo button for everything — github.com
The GNU Emacs Architecture
GNU Emacs features a modular architecture separating a C core from an extensible Emacs Lisp layer. This design allows users to customize and extend nearly every aspect of the editor without modifying the underlying system. The architecture enables powerful scripting and editing capabilities through deep integration of the Lisp interpreter.
- The GNU Emacs Architecture — diva-portal.org
Reducing Assumptions, Exploding Your Code
The article demonstrates how elegant scripts often assume ideal “happy paths” and then adds basic validation to a PDF-download script in Python and Rye to handle real-world imperfections. The author argues that this necessary validation, while making the code more robust, disrupts the original clean and readable flow.
- Reducing Assumptions, Exploding Your Code — ryelang.org
Developer Verification – LineageOS
Google’s Android Developer Verification, rolling out from September 2026, requires identity-verified developer registration for apps installed on certified Android devices, even when sideloaded. This does not affect LineageOS, as it does not include Google Mobile Services or the enforcement app. However, users on stock ROMs may be impacted.
- Developer Verification – LineageOS — lineageos.org
đź”’ Security & Privacy
Recovering garbled Bitcoin addresses (2024)
A blog post describes how ZeroNet used case-sensitive Bitcoin addresses for dynamic sites, leading to lost information when users lowercased them. The author attempts to recover the original address by brute-forcing all casing combinations but finds a Python implementation too slow, requiring a Rust version.
- Recovering garbled Bitcoin addresses (2024) — purplesyringa.moe
Global scammers use US tech to fleece people
An Associated Press investigation found that scammers in Myanmar are using American AI models like ChatGPT and Gemini, along with infrastructure from companies such as Cogent Communications and AT&T, to industrialize romance fraud, targeting tens of thousands of victims globally. Trafficked workers impersonate fake identities across dozens of profiles, using these tools to communicate in multiple languages at unprecedented scale. While no companies were found to be breaking the law, the investigation raises questions about enforcement of terms of service prohibiting fraud.
- Global scammers use US tech to fleece people — apnews.com
Protocol Prying: Vulnerability Research in AirDrop and Quick Share
Researchers conducted the first cross-platform reverse engineering and protocol-aware fuzzing of Apple AirDrop and Android Quick Share, uncovering six vulnerabilities. These include pre-authentication issues in macOS/iOS AirDrop, protocol-layer flaws in Samsung Quick Share, and a heap use-after-free in Google Quick Share for Windows. All findings were responsibly disclosed and acknowledged by Apple, Samsung, and Google.
BareMetal RAM Dumper – Bare-metal x86 tool for Cold Boot Attack experiments
A bare-metal x86 tool that boots from a disk or USB and dumps system RAM directly to the boot medium using BIOS interrupts and unreal mode was developed for cold boot attack experiments. It parses the memory map via BIOS INT 0x15 E820 and writes data in 32KB chunks starting at LBA 64, allowing frozen memory contents to be captured before data decays.
Leaking YouTube creators’ private videos
A security researcher discovered that YouTube Studio’s AI assistant, Ask Studio, is vulnerable to prompt injection through edited comments, enabling attackers to make the AI output arbitrary text or links that can leak private video titles. Despite the researcher’s pushback, Google classified the issue as social engineering rather than a security bug.
- Leaking YouTube creators’ private videos — javoriuski.com
For Tailscale, good feedback is private feedback
A Tailscale Insider was removed from the program after describing a sign-up form as “sneaky” and raising potential GDPR concerns. A moderator stated the comment violated the Insider Code of Conduct by risking reputational harm. The author concluded that the Insider badge acted as a leash, with a single word leading to expulsion.
- For Tailscale, good feedback is private feedback — doesmycode.work
Potential session/cache leakage between workspace instances or consumer accounts
A user in an Enterprise ZDR workspace reported that their agent suddenly began discussing Minecraft bricks and building a temple, indicating possible session or cache leakage from another user or a consumer plan. The user expressed concern over workspace isolation and the potential exposure of sensitive chat sessions. A separate, unrelated issue involving the agent ignoring directory instructions was also noted.
Italy warns against Chat Control mass surveillance, but votes in favour of it
Italy voted in favor of the Chat Control legislation after previously warning against the risks of mass surveillance.
- Italy warns against Chat Control mass surveillance, but votes in favour of it — digitalcourage.social
MSI Center – How to gain SYSTEM privileges in seconds
A vulnerability in MSI Center’s “Notebook Foundation” service allows any authenticated user to interact with a named pipe, enabling arbitrary registry changes and execution of programs with SYSTEM privileges. This flaw can be exploited in seconds to bypass admin restrictions and potentially disable security features like Windows Defender.
- MSI Center – How to gain SYSTEM privileges in seconds — mrbruh.com
Soatok’s Informal Guide to Threat Models
Threat modeling is a process to protect assets by identifying threats, attack scenarios, and mitigations, while emphasizing the importance of clarifying assumptions and unaddressed risks. The article advises starting with basic questions and keeping the model as a living document, rather than a one-time snapshot.
- Soatok’s Informal Guide to Threat Models — soatok.blog
I Could Kill You with a Consumer Drone
Consumer drones can be easily modified to carry weapons like grenades or poison, with capabilities such as long-range control and autonomous tracking, posing a significant security threat. The author, a former intelligence soldier and current drone seller, warns that millions of these drones are sold annually, yet government regulations and military procurement lag behind the advancing technology used by terrorist groups.
- I Could Kill You with a Consumer Drone — defenseone.com
EU’s biometric border system rollout troubled; airport operators warn of severe delays before summer
The EU’s automated biometric border system, first proposed in 2008 to block criminals, is now causing significant traveller delays. Airport operators warn of severe disruptions ahead of the summer holiday season.
- EU’s biometric border system rollout troubled; airport operators warn of severe delays before summer — ft.com
Bad Epoll (CVE-2026-46242)
Bad Epoll (CVE-2026-46242) is a race-condition use-after-free in the Linux kernel’s epoll subsystem that allows an unprivileged process to escalate to root on both Linux and Android devices. Reported as a 0-day to Google’s kernelCTF, it was missed by Anthropic’s AI Mythos, which had found a different race bug in the same code. The exploit is 99% reliable despite a tiny race window, and epoll has no kill-switch, making it particularly severe.
- Bad Epoll (CVE-2026-46242) — github.com
🌍 Society & Culture
America is destroying itself. It’s no surprise
The 250th anniversary of the Declaration of Independence arrives amid political turmoil, with the author drawing parallels between the nation’s founding to overthrow a “mad king” and its recent election of a leader with similar traits. The article argues that the current crisis, exacerbated by Trump’s return, stems from seeds of self-destruction present since the nation’s inception, as predicted by George Washington and Abraham Lincoln. It notes that the anniversary has sparked conflicting, agenda-driven reinterpretations of American history from both left and right.
- America is destroying itself. It’s no surprise — theguardian.com
Reflections on the Guillotine (1957)
In “Reflections on the Guillotine,” Albert Camus recounts how his father, after witnessing a public execution he had supported, was so horrified that he vomited. Camus argues that capital punishment is a repulsive act hidden behind euphemisms, and that society must speak openly about its reality to confront the abuse.
- Reflections on the Guillotine (1957) — theanarchistlibrary.org
The Ugly Phase
The article describes the “Ugly Phase,” a recurring stage in creative work where the creator experiences self-doubt and hatred for their project, exemplified by the author’s process of preparing conference talks. Recognizing and accepting this phase as normal prevents destructive spiraling and enables the creator to push through to a successful outcome.
- The Ugly Phase — trishagee.com
Australian influencer Lily Jay’s tangled web of AI manipulation
An ABC investigation found that Australian influencer Lily Jay used AI-generated videos and images to fabricate charitable work, including a nonexistent orphanage in Uganda. Her foundation’s claims of aid projects in multiple countries lack independent verification, and photos of a humanitarian award were also AI-generated. The revelations cast doubt on the authenticity of her entire online persona and fundraising efforts.
Wicklow hotel cancels ‘secretive’ Peter Thiel group conference
A five-star hotel in Wicklow, Ireland, canceled a secretive August conference hosted by Peter Thiel’s group Dialog after criticism over Palantir’s ties to the Israeli military. The event, which was to include a senior NATO commander and Trump administration officials, drew protests from pro-Palestine groups and opposition politicians, who welcomed its cancellation.
- Wicklow hotel cancels ‘secretive’ Peter Thiel group conference — irishtimes.com
As downtown Seattle offices empty, city facing years of ‘zombie’ towers
Downtown Seattle has the highest office vacancy rate among major U.S. downtowns at 37%, with property values plummeting 46% ($15 billion) since 2020. The decline is driven by tech sector slowdowns, remote work, and AI investments, and experts do not expect a return to pre-pandemic demand levels.
- As downtown Seattle offices empty, city facing years of ‘zombie’ towers — seattletimes.com
Sick leave: Germany rising but not the worst in Europe
German workers now average 19.5 sick days per year, up from 13 in 2018, prompting Chancellor Merz to announce a crackdown requiring in-person doctor visits on the first day of illness starting January 2027. Merz argues the high absenteeism hurts Germany’s economy, though critics say the reforms risk stigmatizing legitimate illness. The increase is partly attributed to better digital reporting and post-pandemic behavior changes, with healthcare workers seeing the highest rates.
Plein Air
Plein air painting is the practice of creating art outdoors to capture real-time light and weather conditions. The Plein Air app displays a public-domain painting whose sky and atmosphere match the user’s current environment, with each request pulling from a random museum source.
- Plein Air — art.joonas.wtf
The End of North America
President Donald Trump declined to renew the USMCA, threatening tariff-free trade within North America and undermining the certainty that allowed businesses to invest in deeply integrated supply chains, particularly in the auto industry. As experts note, the U.S. auto industry’s strength relies on cross-border production, and these interconnected supply chains cannot be easily undone.
- The End of North America — paulkrugman.substack.com
Curveball
Curveball is a Rust-based tool for generating curves in Neverball levels, available as a web app or desktop application with source code on GitHub. It overcomes limitations of the existing curve generator by using a convex hull algorithm and an extrusion-based abstraction to create complex, non-circular curves from 2D profiles. The tool simplifies the process of defining brushes in the Quake map format, which require convex shapes.
- Curveball — mightyburger.net
Airplane Boneyards List and Map
After World War II, the U.S. dealt with a surplus of 294,000 aircraft by creating boneyards for storage, sale, or scrapping. Today, the largest boneyard is the 309th AMARG at Davis-Monthan AFB in Arizona, storing obsolete military aircraft. Commercial airliners are also stored in dry desert locations across the western U.S. for preservation, parts reclamation, or scrapping, a practice that increased during the COVID-19 pandemic.
- Airplane Boneyards List and Map — airplaneboneyards.com
California bans ‘sell by’ labels, hoping to cut food waste
California has banned “sell by” date labels on food products to reduce confusion and cut waste, as they often lead consumers to discard safe food. The new law standardizes date labeling, using “best if used by” for quality and “use by” for safety, aiming to prevent unnecessary disposal of edible items.
- California bans ‘sell by’ labels, hoping to cut food waste — nytimes.com
Happy Independence Day
The United States marks the 250th anniversary of its founding on July 4th, celebrating the ongoing experiment in nation building. The article extends holiday greetings to all Americans and visitors, whether celebrating at home or with traditional fireworks displays.
Are MAGA and MAHA Heading for Divorce
The FDA withdrew a proposed rule requiring talc products to be tested for asbestos without the knowledge of top HHS officials, including Secretary Robert F. Kennedy Jr. The withdrawal was coordinated by White House and OMB officials after a visit from Johnson & Johnson executives, and the company used the document to win a lawsuit. This incident underscores tensions between Kennedy’s MAHA agenda and actions within the Trump administration that benefit corporate interests.
- Are MAGA and MAHA Heading for Divorce — rollingstone.com
The Fediverse Is Not the Way Forward
The author describes their disillusionment with Big Tech social media like Facebook and Reddit, citing toxic feeds and echo chambers. They then test the Fediverse as an alternative but conclude it fails to deliver a worthwhile experience, falling short of its promises.
- The Fediverse Is Not the Way Forward — trialandfailure.net
The Reports of Jim Carrey’s Death Are a Failure Mode
On June 29, 2026, Google’s Knowledge Panel falsely reported Jim Carrey’s death, citing a Wikipedia edit that referenced unrelated sources. The incident exposed the opacity of Google’s knowledge pipeline, where internal systems determine what information becomes presented as fact without user visibility into the decision-making process.
- The Reports of Jim Carrey’s Death Are a Failure Mode — tane.dev
DOGE self-deletes on July 4th. The grand experiment fell apart long before that
The Department of Government Efficiency (DOGE), created by President Trump in January 2025 with a July 4, 2026 sunset, triggered thousands of federal job losses and billions in contract cuts but fell far short of its promised $2 trillion in savings. The commission has since become largely dormant, with no final review planned, and the White House has not clarified whether it will officially dissolve as ordered.
Maybe you should learn something
Learning practical skills requires daily 30-45 minutes of practice, with initial sessions being difficult and discouraging, though improvements occur during sleep. Most progress involves grinding through a plateau before reaching intermediate usefulness, and persistent deliberate practice is key while avoiding information overload.
- Maybe you should learn something — marginalia.nu
What does privatization of the US Postal Service mean?
The US Postal Service faces financial crises from rising costs, Amazon contract cuts, and political pressure for privatization. However, no private company possesses the logistical infrastructure to replicate USPS’s universal delivery network. Privatization would require congressional action and could undermine the agency’s essential service.
- What does privatization of the US Postal Service mean? — phenomenalworld.org
High-income families use AI private schools and tutors to teach life skills and tailor curriculum
Wealthy families are increasingly choosing alternative education options like AI-powered private schools and tutors, such as Alpha School, to provide a tailored curriculum focused on real-world problem-solving and life skills. For example, one father enrolled his son in Forge Prep, a school that teaches negotiation, sales, and public speaking through hands-on projects, skills he wishes he had learned earlier.
- High-income families use AI private schools and tutors to teach life skills and tailor curriculum — wsj.com
Who’s Hiring? - Support Edition - Q3 2026
A trial “Who’s Hiring?” post is seeking community input on details, frequency, and role types for a new job board focused on non-software engineer positions, such as customer support and marketing. The post includes a template for employers to list job openings, with the aim of refining the format before future editions.
What should a personal website be?
The author overcame years of indecision about their personal website by simply adding content without overplanning, allowing the structure to evolve naturally. They advocate that personal websites should reflect one’s interests and that non-experts should share their learning openly. The site now combines blog-like elements, “cards,” and deep sections, serving as both a personal resource and encouragement for others to publish.
- What should a personal website be? — ratfactor.com
🏠Hardware & Infrastructure
Verizon is About to Break our Watches
A Verizon user with only Gizmo smartwatch lines cannot switch to the new Verizon Family app after Gizmohub is deprecated, as the new app does not support their configuration. Despite multiple calls and promises of follow-up, the issue remains unresolved, and the user will lose the ability to text their children.
- Verizon is About to Break our Watches — jefftk.com
National Institute of Standards and Technology | NIST | Official US Time
The article provides standard time zones for non-contiguous U.S. states and territories, including Alaska, Hawaii, Samoa, Guam, Puerto Rico, and the U.S. Virgin Islands, each with their UTC offset. It also lists the standard time zones for the contiguous U.S.—Pacific, Mountain, Central, Eastern—and notes that UTC is displayed as a 24-hour clock for synchronization.
No more than 100 000 faint satellites should orbit Earth
A new ESO study warns that plans to launch over 1.7 million satellites, including extremely bright ones like Reflect Orbital’s mirror satellites, would devastate astronomy by brightening the night sky. The study finds that no more than 100,000 faint satellites should orbit Earth to protect telescope observations, but proposed megaconstellations far exceed that limit, with some satellites becoming brighter than Venus or the full Moon.
Finland’s last analogue landline phones go silent after 150 years
Finland has ended its analogue landline phone service after nearly 150 years, with the last call made between Elisa’s CEO and the head of the country’s communication agency. The retirement of copper-wire phones marks the country’s shift to fibre optic and mobile technology, following similar moves by Estonia, the Netherlands, Norway, and Spain. Only a few thousand customers still rely on local landline operators for service.
- Finland’s last analogue landline phones go silent after 150 years — euronews.com
Meta data center water discharges suspended for contaminating water supply
Meta’s contractor, Goat Systems LLC, discharged water containing the metal-resistant bacterium Cupriavidus gilardii into Cheyenne’s sewer system, contaminating the city’s reclaimed water and forcing a months-long shutdown of the reuse system for cleanup. The Cheyenne Board of Public Utilities revoked the contractor’s discharge privileges on March 24 and suspended all data center discharges into city services. The bacterium, found during routine testing in February, is not a regulated contaminant but disrupted treatment plants, raising concerns about aerosol hazards from irrigation.
- Meta data center water discharges suspended for contaminating water supply — tomshardware.com
Does average person understand that all disc media dies too?
The article questions whether the average person realizes that all disc media, including video games and other formats, have a finite lifespan and are prone to degradation over time. It references Sony’s shift away from physical disc games as an example, suggesting that consumers may falsely believe discs can be stored indefinitely or easily copied to a hard drive for lasting access.
Unearthing the Reality of “Zombie Energy Systems” in Africa’s Energy Transition
African energy transitions are hindered by “Zombie Energy Systems”—outdated, inefficient, and harmful infrastructures rooted in colonial legacies, economic constraints, and policy failures. Addressing this requires a holistic approach including decommissioning obsolete assets, modernizing grids, promoting energy efficiency, and implementing country-specific solutions. Neglecting these systems risks undermining the entire energy transition effort.
The bottleneck might be the air in the room
High CO2 levels in enclosed meeting rooms can exceed 2,000 ppm within an hour, causing significant declines in strategic decision-making and cognitive performance. Studies show impairment begins around 1,000 ppm, yet the problem is often overlooked. A simple, low-cost solution is opening a window or using a CO2 monitor.
- The bottleneck might be the air in the room — blog.mikebowler.ca
Doug Brooks: Mac minis as preferred AI agent machines, on-device AI future
Apple’s long-term investments in neural processing, unified memory, and power efficiency have made Macs a preferred platform for AI developers. Senior product manager Doug Brooks highlighted how Apple silicon’s balanced architecture—combining CPU, GPU, Neural Engine, and unified memory—excels in evolving agentic AI workflows, supported by software like Core ML and MLX. These foundational decisions, scaling from iPhone to Mac, enable strong on-device AI capabilities across Apple’s product lineup.
- Doug Brooks: Mac minis as preferred AI agent machines, on-device AI future — thedeepview.com
🤖 AI & Machine Learning
Mapping with In-Memory Layers to Reduce LLM Overload
RidgeText generates maps with overlaid layers (e.g., fire perimeters and trails) via SMS by using a layer-first pattern: data-fetching tools store results server-side and return only lightweight acknowledgments to the LLM, avoiding the high token cost of passing large GeoJSON data. The LLM queues layers in order, and a separate generate_map tool composites them into a single image, mimicking Mapbox’s layer stack model.
- Mapping with In-Memory Layers to Reduce LLM Overload — ridgetext.com
Drone Autonomy (2021)
Carlos Gonzalez’s guide offers an intuitive overview of quadcopter autonomy, covering modeling, state estimation, motion planning, and control. Designed to help newcomers avoid the confusion he faced with academic papers, the content is broken into digestible posts with references for deeper study.
- Drone Autonomy (2021) — cggonzalez.com
GPT-5.5 Codex reasoning-token clustering may be leading to degraded performance
Analysis of Codex telemetry reveals that GPT-5.5 responses disproportionately cluster at exactly 516 reasoning tokens, with additional spikes at 1034 and 1552, while overall reasoning-token intensity has declined. This model-specific anomaly coincides with degraded performance on complex tasks, suggesting potential thresholded reasoning-budget behavior or truncation mechanisms.
Better Models: Worse Tools
Newer Claude models (Opus 4.8 and Sonnet 5) introduce spurious fields such as requireUnique or oldText2 into the edits[] array when using Pi’s edit tool, causing the tool call to be rejected. This regression is surprising because older models adhered correctly to the tool schema, indicating that the latest state-of-the-art models perform worse on this specific task.
- Better Models: Worse Tools — lucumr.pocoo.org
OpenScience: Workbench for scientific research using custom LLMs
OpenScience is an open-source AI workbench that autonomously conducts scientific research by reading literature, forming hypotheses, writing and running code, performing experiments, and generating results. It runs in a browser, supports multiple AI model providers via the user’s own API keys, and includes over 250 skills with integrations to scientific databases. No account is required, and it is designed for fields like machine learning, biology, physics, and chemistry.
Fable created novel 4D splat format
The .splat4d format stores dynamic 3D point clouds in a single file with a header, static first-view section, and GOP chunks for video, using error-bounded quantization to guarantee deterministic per-attribute bounds (e.g., ±2mm position). It is designed for plain HTTP Range requests against static hosts, with bit-identical Rust and JavaScript decoders. Performance benchmarks show full first view in ~141–157 ms locally and keyframe visibility in 145 ms over a throttled 50 Mbps connection.
- Fable created novel 4D splat format — adamraudonis.github.io
Local privacy-first Microsoft Recall alternative with Gemma 4
Screenmind is a privacy-focused alternative to Microsoft Recall that runs locally on Gemma 4, enabling timeline tracking, screenshot search, chat with screen history, automations, voice memos, and meeting transcription. It uses a three-tier perceptual hash cache to reduce inference by up to 40% and offers three performance modes (fast, balanced, accurate). Currently supporting Windows, Mac, and Linux, the tool has some installation friction and limited Mac testing but is actively developed.
Source calls UK/OpenAI 2025 Stargate Cobalt plans a PR stunt; OpenAI/Nscale didn’t visit/file.
A Guardian investigation has revealed that the UK government’s touted ÂŁ30 billion Stargate AI datacentre project was largely hypothetical, with ÂŁ20 billion of the planned investment appearing to have no basis. Neither OpenAI nor partner Nscale visited the key Cobalt Park site or submitted planning applications, leading sources to describe the announcement as a “PR stunt” orchestrated for a US presidential visit.