Alvaro Lopez Ortega / 2026-04-23 Briefing

Created Fri, 24 Apr 2026 02:40:28 +0000 Modified Fri, 24 Apr 2026 07:20:58 +0000
6630 Words

A U.S. Army Sergeant was arrested for allegedly using classified info to earn $400,000 on Polymarket. Meanwhile, Microsoft is offering voluntary buyouts to 7% of its U.S. workforce, and Anthropic’s Claude Desktop app faces scrutiny over potential browser sandbox bypasses. Additionally, Google launched TorchTPU for native PyTorch execution, and Ubuntu 26.04 LTS is now available.

πŸ€– AI & Machine Learning

TorchTPU: Running PyTorch Natively on TPUs at Google Scale

Google has introduced TorchTPU, a new software stack designed for the native and efficient execution of PyTorch workloads on Tensor Processing Units (TPUs). The platform allows developers to migrate existing PyTorch scripts to TPU hardware with minimal code changes while maximizing computational performance.

GPT-5.5: Mythos-Like Hacking, Open to All

XBOW’s testing reveals that OpenAI’s GPT-5.5 significantly enhances vulnerability detection, reducing the miss rate from 40% in GPT-5 to just 10%. The model demonstrates exceptional performance in both black-box and white-box testing, even outperforming previous models when source code is unavailable.

Anthropic Updates Claude Code Quality

Anthropic has resolved recent performance degradation issues affecting Claude Code, the Claude Agent SDK, and Claude Cowork. The issues, which stemmed from technical changes to reasoning effort, prompt caching, and verbosity, were addressed as of April 20 and did not impact the Claude API.

Be sinceerly human – AI to undo your AI writing

A new tool called Sinceerly has been developed to make AI-generated text sound more human and less robotic. The creator tested the tool’s effectiveness by cold emailing five Fortune 500 CEOs, resulting in brief and naturally imperfect responses.

LLM pricing has never made sense

AI providers like Anthropic and GitHub are implementing pricing and usage adjustments as they face increasing pressure to achieve profitability following massive venture capital investments. This trend toward higher costs may drive users toward local, open-weight LLMs that run efficiently on personal hardware as a more cost-effective alternative.

Congressman Introduces Bill to Ban AI Chatbots in Children’s Toys

Congressman Blake Moore has introduced the AI Children’s Toy Safety Act, which seeks to ban the manufacturing, sale, and distribution of children’s toys featuring AI chatbots in the United States. The proposed legislation aims to protect minors from data privacy risks, addictive engagement patterns, and exposure to explicit content.

Do you want the US to “win” AI?

The author critiques the current trajectory of AI development, arguing that it is being driven by powerful individuals focused on centralized control and economic extraction. They advocate for a future where AI is democratically accessible to the public rather than serving the interests of tech giants and “strongmen.”

Serving the For You Feed

Developer Spacecowboy has detailed the technical implementation of the “For You” feed in the atproto ecosystem, which utilizes a single Go binary and a combination of local infrastructure and a VPS. The system employs collaborative filtering and SQLite to provide personalized content recommendations to tens of thousands of daily users.

GPT-5.5 and GPT-5.5 Pro rolling out to ChatGPT and Codex Plus, Pro, Business, and Enterprise users

OpenAI has announced the release of GPT-5.5, a new model designed to excel at complex tasks such as coding, research, and autonomous multi-part workflows. The update will begin rolling out this Thursday to Plus, Pro, Business, and Enterprise users across ChatGPT and Codex.

White House accuses China of stealing US AI secrets at industrial scale

The White House has accused China of conducting industrial-scale campaigns to steal American artificial intelligence intellectual property through techniques like model distillation. Released ahead of an upcoming summit between U.S. and Chinese leaders, the allegation threatens to escalate the ongoing technological rivalry between the two nations.

Claude Opus 4.7 has turned into an overzealous query cop, devs complain

Developers are reporting a surge in false positives following the release of Anthropic’s Claude Opus 4.7, which introduced stricter safety safeguards. The model’s new Acceptable Use Policy classifier is being criticized for being overly aggressive and frequently blocking legitimate requests in fields such as software development, science, and cybersecurity.

Google explains why its all-in-one AI stack embraces competitors

Google Cloud executive Andi Gutmans claims the company possesses a unique structural advantage by offering a unified stack of cloud infrastructure, frontier AI models, and a data platform. This integrated approach is designed to optimize cost-performance and manage the massive amounts of unstructured data necessary for the transition to autonomous AI agents.

Microsoft gives your Word documents an AI co-author you didn’t ask for

Microsoft has introduced “agentic” Copilot features in Word, Excel, and PowerPoint, allowing the AI to actively edit and restructure content rather than just providing suggestions. To address concerns regarding forced integration and reliability, Microsoft is emphasizing increased user visibility and control over the tool’s actions.

Datadog digs down into GPU efficiency as AI costs soar

Datadog has introduced GPU monitoring to its observability stack to help organizations manage the rising costs of AI infrastructure. The new tool provides unified visibility into GPU health, performance, and spending across cloud and on-prem environments to identify inefficiencies and optimize workloads.

Musk bets Tesla’s AI future on Intel node that isn’t finished yet

Tesla plans to manufacture its own AI chips through its “Terafab” initiative, leveraging Intel’s upcoming 14A manufacturing process. Elon Musk stated that this move is intended to prevent future supply shortages as the company expands its focus on autonomy and robotics.

Stale gov.uk pages are feeding AI overviews old data and Brits are believing it

Outdated GOV.UK pages are causing AI search tools to present inaccurate government information to the public, potentially undermining trust in official services. To address this, the Department for Business and Trade is auditing unmaintained legacy pages and implementing regular review cycles to ensure information remains current.

πŸ’» Software & Development

Tolaria – open-source macOS app to manage Markdown knowledge bases

Tolaria is a new open-source macOS application designed for managing Markdown-based knowledge bases. The tool is offline-first and file-based, featuring integrated Git support and optimization for working with AI.

Endo Familiar, an O-cap based JavaScript agent sandbox

The Endo framework introduces Endo Familiar, a JavaScript-based sandbox designed to protect AI agents from security breaches such as prompt injection. By utilizing an object-capability security model, the framework ensures that agents can only access specific resources through explicitly granted references rather than broad, ambient permissions.

GitHub Merge Queue Silently Reverted Code

GitHub has resolved a regression in its merge queue behavior that affected squash merges and rebases on April 23, 2026. The issue may have caused some pull requests to be merged incorrectly between 16:05 and 20:43 UTC.

Ubuntu 26.04 LTS Released

Canonical has released Ubuntu 26.04 LTS, codenamed β€œResolute Raccoon,” featuring GNOME 50, Linux Kernel 7.0, and enhanced security via TPM-backed full-disk encryption. The update introduces native support for AI/ML workloads through NVIDIA CUDA and AMD ROCm, alongside five years of standard security updates that can be extended with Ubuntu Pro.

How to Grep Video

Unlike text, video lacks an inherently searchable representation, making it difficult for LLMs to efficiently query large libraries. While expanding context windows can process individual recordings, they are too costly and limited for large-scale retrieval, necessitating the development of structured representations.

The end of responsive images

A new web addition is being introduced to replace the complex and frustrating srcset and sizes syntax used for responsive images. This update aims to improve developer ergonomics and provide significant improvements to front-end performance for web users.

I spent years trying to make CSS states predictable

The author introduces “Tasty,” a tool designed to resolve the unpredictability of complex CSS component states caused by overlapping selectors. By compiling declarative state maps into deterministic, non-overlapping selectors, Tasty ensures that component extensions and customizations are much safer and more predictable.

Raylib v6.0 Released

Raylib 6.0 introduces a new software renderer that enables graphics rendering using only the CPU, removing the need for a GPU. The update also adds new platform backends for Win32, Emscripten, and memory-based rendering to enhance portability and support headless applications.

Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

Honker is a SQLite extension and language binding that introduces Postgres-style NOTIFY/LISTEN semantics, including durable pub/sub, task queues, and event streams. By leveraging SQLite’s WAL file, it enables low-latency, cross-process notifications and allows task enqueuing to be atomic with business transactions without the need for an external broker.

Built a daily game where you sort historical events chronologically

Damian Krajnak has developed HiSorty, a new daily puzzle game. The game challenges players to correctly arrange six historical events into chronological order.

Writing a C Compiler, in Zig (2025)

The “paella” article series documents the development of a C compiler using the Zig programming language. Following Nora Sandler’s “Writing a C Compiler” guide, the ten-chapter series covers technical stages ranging from unary operations to linking.

Unlocking Email’s Full Potential

Although the X.400 protocol offered advanced features such as encryption, message scheduling, and recall, the simpler SMTP protocol ultimately became the global standard for email. This dominance was driven by SMTP’s significantly easier implementation compared to the more complex X.400 system.

YouTube RSS feeds no longer work

YouTube RSS feeds are currently non-functional and are returning 404 error messages. This issue prevents users from accessing content through these subscription links.

Cartoon Studio – an open-source desktop app for making 2D cartoon shows

Cartoon Studio is an open-source desktop application designed for creating simple 2D animated scenes and shows. The tool allows users to place SVG characters and write dialogue, automatically handling lip-syncing and mouth cues for MP4 rendering.

How Hard Is It To Open a File?

Opening files within security boundaries is difficult because path-based operations are vulnerable to symlink attacks and time-of-check to time-of-use (TOCTOU) race conditions. To mitigate these risks, developers should use file descriptors rather than path strings to ensure a stable and secure reference to specific files.

Using Perfetto in ZJIT

The ZJIT team is using Perfetto to analyze performance-degrading “side-exits” that occur when control leaves compiled code for the interpreter. While statistical counters can track the frequency of these events, Perfetto provides visual and stack traces to pinpoint exactly when and where they occur within the code.

Configuring Firefox

This guide provides instructions for configuring Firefox to enhance privacy and performance using a custom policies.json file and extensions such as uBlock Origin and LocalCDN. It also details how to disable telemetry, implement strict tracking protection, and remove unnecessary homepage content and data collection features.

Running Bare-Metal Rust Alongside ESP-IDF on the ESP32-S3’s Second Core

Developers can run bare-metal Rust on the second core of an ESP32-S3 while the ESP-IDF framework manages wireless connectivity on the first core. By disabling the FreeRTOS scheduler on the second core, this approach provides a jitter-free environment for time-critical tasks like audio processing.

Single-pass palette refinement and ordered dithering

A modified online k-means algorithm for color quantization utilizes Bayer-order pixel traversal to produce an ordered dithering pattern as a side effect. This method offers a potential speedup by allowing the final pixel mapping step to be skipped while delivering visually interesting results.

Who even uses jemalloc in 2026 anyway? (many major projects)

Following its archiving in 2025, the jemalloc repository has been unarchived and updated through a collaboration between Meta and original creator Jason Evans. While some major projects like Apache Arrow have transitioned to alternative allocators, jemalloc remains in use by several significant projects, including Redis and Valkey.

A Linux desktop in x86_64 Assembly

Using Claude Code, a developer has created a custom Linux software stackβ€”including a shell, terminal emulator, and window managerβ€”written entirely in x86_64 Assembly. This AI-assisted development has produced an ultra-fast, low-resource environment designed for maximum performance and minimal system impact.

Gecko: a fast GLR parser with automatic syntax error recovery

Gecko is a new, standalone GLR parser library written in C that supports any context-free grammar, including ambiguous ones. The library provides automatic syntax error recovery without requiring grammar modifications and delivers performance speeds competitive with YACC on unambiguous grammars.

Instagram launches Instants, a disappearing photo app, in Italy and Spain.

Instagram has launched a new app called “Instants” in Italy and Spain, designed for sharing disappearing, unedited photos and videos. The platform aims to offer a “low-pressure” way to connect with friends, similar to apps like Snapchat and BeReal. Meta has not yet announced plans for a release in the United States.

Google Meet or Google Mute? Even CEOs get borked sometimes

Google Cloud CEO Thomas Kurian recently experienced technical difficulties, including being stuck on mute, during a press meeting for Google Cloud Next. The incident highlights that even high-level executives are susceptible to common video conferencing glitches.

Kubernetes explains the release that kills Ingress NGINX with Japanese poetry and art

Kubernetes version 1.36, named “Haru,” features a creative release identity inspired by Japanese art and poetry, specifically referencing Hokusai’s “Red Fuji.” Alongside this artistic theme, the update marks the retirement of Ingress NGINX.

πŸ›‘οΈ Security & Privacy

Anthropic’s Claude Desktop App Installs Undisclosed Native Messaging Bridge

Anthropic’s Claude Desktop for macOS installs a Native Messaging manifest that pre-authorizes specific Chromium extensions to communicate with a local binary. This configuration allows the extensions to bypass browser sandboxes to access sensitive data, such as page contents and screen captures, without explicit user consent.

Investigation uncovers two sophisticated telecom surveillance campaigns

An investigation has revealed two sophisticated surveillance campaigns targeting global telecommunications networks. These operations utilize advanced techniques to intercept communications and monitor users.

Spam in conversational replies to blog posts

Spammers are using interconnected, conversational comment threads to bypass anti-spam filters on blog posts. These “AI slop” messages mimic legitimate discussions to hide malicious links within a chain of replies. The author suggests that technological solutions alone may be insufficient to combat such increasingly adaptive, AI-driven spam.

OpenAI’s response to the Axios developer tool compromise

OpenAI is rotating its macOS code signing certificates as a precaution following a security incident involving the third-party Axios developer library. While there is no evidence that user data or software integrity was compromised, macOS users must update their OpenAI applications to the latest versions to ensure continued security and functionality.

Security issues found within rust-coreutils

An external security audit by Zellic identified and helped resolve 113 issues in rust-coreutils to ensure its security for Ubuntu’s Main repository. Following its deployment in Ubuntu 25.10, the project aims to achieve 100% implementation by the Ubuntu 26.10 release.

Dutch horse forum breached after 25 years; passwords spreading in other attacks

The Dutch horse enthusiast forum Bokt.nl has experienced a security breach involving an automated attack that leaked user email addresses and hashed passwords. Although the vulnerability has since been patched, the platform is advising users to change their passwords immediately to prevent the stolen data from being used to access other accounts.

Third of these proxy IPs trace back to a botnet network Google just dismantled

Recent research indicates that approximately 38% of Smartproxy.org’s IP addresses are linked to the IPIDEA botnet network, which Google recently dismantled for hijacking user devices. This connection raises significant concerns regarding data quality and the risk of users being blocked by anti-bot systems due to the network’s criminal associations.

Dev targeted by sophisticated job scam: ‘I let my guard down, and ran the freaking code’

Web developer Boris VujičiΔ‡ was targeted by a sophisticated job scam that used professional, camera-on interviews to establish trust for a fraudulent blockchain firm. After running a malicious coding test provided during a technical interview, a hidden script successfully exfiltrated sensitive data, including Chrome passwords and cryptocurrency wallet information.

Hybrid clouds have two attack surfaces and you’re not paying enough attention to either

Researchers from Cymulate discovered four vulnerabilities in Microsoft’s Windows Admin Center that could allow attackers to exploit the connection between on-premises and cloud environments. While Microsoft has since patched these flaws, the findings highlight a significant, under-monitored attack surface inherent in hybrid cloud management.

If malware via monitor cables is a matter of national security, this might be the gadget for you

Goldilock Labs has launched SilentGlass, a new hardware device licensed from the UK’s National Cyber Security Centre to protect displays from cyberattacks. The gadget is designed to identify and block malicious traffic passing through HDMI and DisplayPort connections.

Using the password ‘admin123’ wasn’t as bad as sharing it on Slack

A client of Nomadic Soft experienced a total data wipe after using the weak password “admin123” for both staging and production environments and sharing it openly on Slack. The breach, carried out by a former contractor using the shared credentials, highlights the significant risks of prioritizing convenience over proper access controls.

Pass the key, passwords have passed their sell-by date

The UK’s National Cyber Security Centre (NCSC) has officially endorsed passkeys as the preferred authentication standard, advising users to move away from traditional passwords. The agency maintains that passkeys are more secure and user-friendly, though it recommends using password managers for services where passkeys are not yet available.

🏒 Business & Industry

Microsoft offers buyouts up to 7% of US employees

Microsoft is offering its first voluntary retirement buyouts in 51 years, targeting approximately 7% of its U.S. workforce. The program, which applies to employees whose age and years of service total at least 70, aims to reduce headcount more smoothly than recent mass layoffs.

Microsoft Offers Buyouts to 7% of Workforce

Microsoft is offering voluntary buyouts to long-tenured employees as part of a reorganization to accelerate its artificial intelligence efforts. This initiative is part of a broader overhaul of the company’s performance system, specifically regarding how bonuses and stock options are awarded.

MeshCore development team split

The MeshCore development team has split from former member Andy Kirby following disputes over trademark ownership and the use of AI-generated code. To continue their mission of human-centric software development, the remaining team has launched a new official website at meshcore.io and a new Discord server.

X is shutting down Communities because of low usage and lots of spam

X is shutting down its Communities feature on May 6, 2026, citing extremely low user engagement and high levels of spam, scams, and malware. The company plans to replace the feature with expanded group chats and new Custom Timelines for Premium subscribers.

Microsoft plans first voluntary employee buyout in company’s 51-year history

Microsoft is launching its first voluntary buyout program for eligible U.S. employees at the senior director level and below. The initiative coincides with updates to the company’s compensation and performance review structures amid industry shifts driven by the artificial intelligence boom.

Former Israeli intelligence agents from Unit 8200 hired by Apple

Apple has hired former Israeli intelligence agents from Unit 8200. The recruits previously served in the nation’s elite signal intelligence unit.

Job Is to Give a Shit

The author argues that the ability to “care” about work quality and user well-being is a uniquely human trait that LLMs cannot replicate. They suggest that in an era of artificial intelligence, human passion and empathy could become highly valued professional skills.

Major music publishers, including UMG, Warner Music, and Sony, have voluntarily dismissed a copyright lawsuit against Verizon. The dismissal follows a Supreme Court decision in a similar case against Cox Communications that limited the liability of internet service providers.

Xbox’s “return of Xbox” strategy makes daily active players its “new north star”

Xbox CEO Asha Sharma and Chief Content Officer Matt Booty have unveiled a “return of Xbox” strategy, identifying daily active players as the brand’s new primary metric for success. The plan aims to build an affordable and personalized global platform while reevaluating the company’s approach to game exclusivity and release windows.

Microsoft is returning to ‘Xbox’ branding for its gaming division to strengthen identity

Microsoft is reverting its gaming division’s name from “Microsoft Gaming” back to “Xbox” to reinforce the brand’s identity. CEO Asha Sharma announced the decision during a recent town hall as part of a broader strategic “return of Xbox.”

Sam Altman’s Orb company announces fake deal with Bruno Mars

Tools for Humanity, a startup co-founded by Sam Altman, announced a partnership to use its identity-verification technology for Bruno Mars’ world tour to combat ticket-buying bots. However, the singer’s management and Live Nation have denied the collaboration, stating they were never approached regarding any such agreement.

Everpure ’takes the hit’ as AI-fueled supply crunch drives prices up 70%

Everpure, formerly known as Pure Storage, reports that storage prices have risen approximately 70% since the start of the year due to AI-driven demand and semiconductor shortages. The company expects this supply crunch to persist for years and is adjusting its pricing and quote validity to manage escalating component costs.

American farms have a new steward for their safety net, disaster programs… Palantir

Palantir has secured a $300 million contract from the US Department of Agriculture (USDA) to modernize service delivery and support the National Farm Security Action Plan. The agreement aims to enhance supply chain resilience, reduce fraud, and consolidate legacy systems through advanced data integration and real-time analytics.

πŸ”Œ Hardware & Infrastructure

YouTuber builds working DRAM in backyard

YouTuber Dr. Semiconductor has successfully manufactured functional, small-scale DRAM cells using a DIY semiconductor fabrication process in a backyard cleanroom. While the 5x4 array demonstrates the feasibility of amateur production, its capacity and charge retention are significantly lower than commercial-grade alternatives.

My phone replaced a brass plug

Driven by a desire to hunt venison, an iOS engineer developed a computer vision solution to automate the tedious manual process of scoring shooting targets. Using Apple’s Vision framework, the developer created a system that detects bullet holes within target rings to replace the use of manual brass plugs.

Incident with multple GitHub services

GitHub has resolved an incident that caused degraded performance and unavailability for Webhooks, Actions, and Copilot. All affected services are now operating normally, and a detailed root cause analysis will be shared once available.

SteamOS now runs on every AMD handheld

Valve’s SteamOS 3.9 update expands compatibility beyond the Steam Deck to include nearly all AMD-powered handhelds, such as the ASUS ROG Ally and Lenovo Legion Go. The update also introduces desktop mode enhancements, including improved HDR support, and lays the groundwork for a potential new Steam Machine.

MacBook Neo and How the iPad Should Be

The author argues that iPads should embrace a purely touch-based interface with unique, full-screen applications instead of mimicking desktop operating systems. Additionally, they propose a “MacBook Neo” that pairs high-performance, fanless hardware with the professional-grade capabilities of macOS.

Box to save memory

A developer reduced the memory usage of a Rust program from 890 MB to approximately 430 MB by optimizing struct layouts and JSON deserialization. The optimization specifically addressed the memory overhead associated with frequently missing optional strings in the input data.

Everyone Wants Servers And Nobody Wants Servers

Recent DDoS attacks on Bluesky and mastodon.social have shifted the discourse around open social networks from decentralization to network resilience. While the Fediverse’s structure offers network-level protection, individual instances remain vulnerable to outages that can disrupt user access.

France replaces Microsoft Azure with local alternative for national Health Data Hub

France has replaced Microsoft Azure with domestic cloud provider Scaleway to host its national Health Data Hub. The move follows legal concerns regarding US jurisdiction over sensitive data and follows a new mandate requiring sensitive information to be stored on sovereign-guaranteed infrastructure.

EU sovereign cloud funding goes to a company using Google technology

The European Commission has awarded €180 million to four cloud providers to strengthen the EU’s digital sovereignty and reduce dependence on US tech giants. However, the selection of Proximus has drawn criticism because its partnership with S3NS utilizes Google Cloud technology, raising concerns about “sovereignty washing.”

Solid-state batteries hold more juice, but keep cracking up. Now researchers know why

Researchers at the Max Planck Institute have identified mechanical stress from lithium dendrites as the primary cause of cracking in ceramic solid-state battery electrolytes. To prevent these failures, the team proposes developing more resilient electrolytes or implementing design modifications, such as anode coatings, to inhibit dendrite growth.

US Air Force department names firms to power its bases with mini nukes

The US Department of the Air Force has selected Radiant Industries, Westinghouse, and Antares Nuclear for potential nuclear microreactor projects at three military installations. Part of the Advanced Nuclear Power for Installations initiative, the program aims to enhance energy resilience and ensure reliable power for mission-critical assets during grid outages. The department aims to have at least one operational reactor in service by 2030.

AI now gobbling up power and management chips for servers

The chip shortage is expanding to include power management chips and management controllers as manufacturers prioritize high-margin AI server components over general-purpose hardware. This shift in production capacity has led TrendForce to downgrade its 2026 server shipment growth forecast due to significantly extended lead times for essential components.

🌐 Science & Society

Soldier Arrested Over $400K Maduro Betting

U.S. Army Master Sgt. Gannon Ken Van Dyke has been arrested by the Department of Justice for allegedly using classified information to earn over $400,000 in profits on the prediction market Polymarket. Van Dyke is accused of leveraging insider knowledge regarding military operations involving Venezuelan President NicolΓ‘s Maduro to place the illicit trades.

How the Tech World Turned Evil

Silicon Valley leaders are increasingly using religious and millenarian rhetoric to frame the advancement of Artificial General Intelligence as a cosmic struggle between good and evil. This narrative positions technological progress as a spiritual necessity while casting government regulation and critics as existential threats.

Using the internet like it’s 1999

The author argues that the modern internet has become an algorithmically controlled echo chamber filled with AI-generated “slop” and attention-seeking platforms. To reclaim digital agency, they suggest returning to foundational protocols like HTTP, IRC, and email to bypass manipulative modern frontends.

Girl, 10, finds rare Mexican axolotl under Welsh bridge

A 10-year-old girl discovered a rare Mexican axolotl under a bridge in Wales, marking the first documented sighting of the endangered species in the UK wild. After seeking expert advice, the family brought the creature, named Dippy, to their home in Leicester to provide ongoing care.

Astronomers find the edge of the Milky Way

Astronomers have identified the edge of the Milky Way’s star-forming disk, located approximately 40,000 light-years from the galactic center. The study reveals that stars beyond this boundary are older because they have migrated outward from the inner disk via spiral waves.

The active ingredients: physical activity features linked to healthy brain aging

A study of 279 older adults found that the frequency and cadence of physical activity sessions are the most robust predictors of brain health, specifically regarding white matter integrity and executive function. The findings suggest that the structural parameters of these activity sessions may be more important for dementia prevention than the total quantity of physical activity.

‘Hairdryer used to trick weather sensor’ to win Polymarket bet

A user reportedly used a hairdryer to manipulate a weather sensor in an attempt to win a bet on the prediction market Polymarket. The tactic was designed to trick the sensor’s readings to influence the outcome of the wager.

If America’s so rich, how’d it get so sad?

Despite strong economic indicators like low unemployment and robust growth, the United States has experienced an unprecedented decline in self-reported happiness since 2020. This widening gap between positive economic data and plummeting consumer sentiment represents a significant and historically unique shift in national well-being.

A catastrophic climate event is upon us

Recent scientific assessments suggest the Atlantic Meridional Overturning Circulation (AMOC) faces a high risk of collapse by mid-century, potentially triggering extreme temperature drops in Europe and significant sea-level rise. The author argues that billionaire influence over politics and the media is obscuring the gravity of this looming climate catastrophe.

To Protect and Swerve: NYPD Cop Has 547 Speeding Tickets

NYPD officer James Giovansanti has accumulated more than 547 traffic camera-issued speeding tickets on Staten Island since 2022, frequently driving through school zones. Despite the significant public safety risk, the NYPD has declined to discipline the officer because the violations were not related to his official duties.

‘Staggering’ number of people believe unproven claims about vaccines, raw milk

A survey of 16,000 people across 16 countries found that more than two-thirds of the public believe at least one unproven health claim, such as the purported link between paracetamol use during pregnancy and autism. The findings suggest that skepticism toward scientific evidence is a widespread phenomenon rather than being limited to a small, uninformed fringe.

US Department of Justice has officially reclassified cannabis as less dangerous

The US Department of Justice has reclassified certain cannabis products from Schedule I to Schedule III to facilitate increased medical access and research. Although marijuana remains federally illegal, a hearing is scheduled for June to consider a broader reclassification of all marijuana.

98% of all recent environmental claims can be categorized as “greenwashing”

A study published in PLOS Climate found that 98% of environmental claims made by the world’s largest meat and dairy companies are categorized as “greenwashing.” The research revealed that these companies often rely on vague, unverifiable promises and carbon offsetting rather than implementing direct decarbonization strategies.

It’s time to reclaim the word “Palantir” for JRR Tolkien

A former AI professional argues that reclaiming accessible language is essential to help the public understand the risks associated with surveillance platforms like Palantir. The author contends that technical jargon often obscures the real-world consequences of AI implementation in critical sectors such as healthcare and warfare.

For $700 a Month, Sleeping Pods Make SF More Affordable

Brownstone Shared Housing is offering $700-per-month sleeping pods in San Francisco to provide an affordable living option amidst the city’s high cost of living. While some experts view the dormitory-style model as a temporary stopgap, the company plans to expand its services to accommodate the growing population of tech workers and students.

Fatty acid could restore failing vision

Researchers at UC Irvine have found that supplementing the retina with specific polyunsaturated fatty acids can restore visual function and reverse cellular aging in mice. This approach bypasses the need to activate the ELOVL2 “aging gene” by replacing the vital lipids that naturally decline with age.

My family tried to eat fewer ultra-processed foods

Motivated by the health and environmental risks of ultra-processed foods, the author transitioned their family’s diet toward cooking from scratch and shopping at local farmers’ markets. While this shift significantly reduced spending on processed goods, it led to an overall increase in grocery costs due to the higher price of fresh produce and meat.

Fundamental Theorem of Calculus

This article explains the Riemann integral as a method for approximating the area under a curve using partitions and sums. It also outlines the mathematical foundations, including Fermat’s Proposition and Rolle’s Theorem, required to prove the Fundamental Theorem of Calculus.

Tempest vs. Tempest: The Making and Remaking of Atari’s Iconic Video Game

The book TEMPEST vs TEMPEST explores the technical implementation and assembly code of the video games Tempest (1981) and Tempest 2000 (1994). It features detailed chapters analyzing the 6502 and 68K Motorola mechanics and is available for free download.

Israeli airstrike kills Lebanese journalist Amal Khalil

Lebanese journalist Amal Khalil was killed in an Israeli airstrike on a house in southern Lebanon where she had taken cover while reporting on the Israel-Hezbollah war. Her death marks the ninth journalist killed in Lebanon so far this year.

Europe’s X users watched the same Ukraine war, but hawks and doves just couldn’t agree what it meant

An analysis of 38 million tweets indicates that European social media users often agree on the factual occurrences of the Russia-Ukraine war but disagree sharply on their political and moral significance. The study concludes that polarization is driven less by misinformation and more by the competing interpretations assigned to the same events.

β€œI was still bleeding:” MrBeast lawsuit alleges harassment, maternity firing

Former employee Lorrayne Mavromatis has filed a federal lawsuit against Beast Industries, alleging wrongful termination following maternity leave and a toxic, discriminatory workplace. The suit includes claims of sexual harassment and retaliation involving company leadership, including founder Jimmy Donaldson. Beast Industries denies all allegations, maintaining that the termination was due to corporate restructuring.

Nancy Grace Roman Space Telescope trumps Trump cuts, is launch-ready ahead of schedule

NASA’s Nancy Grace Roman Space Telescope is scheduled to launch in early September, eight months ahead of its original timeline. Despite multiple attempts to defund the project by the Trump administrations, the telescope is prepared to launch on a SpaceX Falcon Heavy to study galaxies and exoplanets with a field of view 100 times wider than Hubble’s.