Alvaro Lopez Ortega / 2026-06-14 Briefing

Created Mon, 15 Jun 2026 01:21:37 +0000 Modified Sat, 08 Aug 2026 13:03:02 +0000
6070 Words

The UK plans a social media ban for under-16s, targeting platforms like TikTok and Instagram. Meanwhile, US AI-linked job cuts have surged to over 87,000 through May, marking a significant increase. In defense news, the US Army has selected the Vampire system’s laser-guided rockets to enhance drone defenses. Elsewhere, Tesla drivers in China are using small figurines to bypass safety monitors.

πŸ€– AI & Machine Learning

Chinese Tesla drivers use tiny plastic heads to fool distracted-driving controls

Tesla drivers in China are using small celebrity figurines to bypass the vehicle’s distracted-driving monitoring systems. By placing these miniature heads near the rearview mirror, drivers can avoid triggering safety alerts while looking away from the road during assisted driving.

Challenger: US AI job cuts hit 88K through May 2026, up from 54K in 2025

Artificial intelligence was cited as the reason for nearly 40% of US job cuts in May, marking the highest single-month figure since tracking began in 2023. Through May, AI-linked layoffs have exceeded 87,700, significantly surpassing the total number of such cuts reported throughout all of 2025.

Q&A with Molly Kinder on her “Messy Middle” essay regarding AI and knowledge job disruption

Brookings Institution researcher Molly Kinder discusses her “messy middle” theory, which predicts that AI will disproportionately disrupt high-paying knowledge jobs. She advocates for targeted policy interventions, such as workforce reinvestment funds, rather than universal basic income and has announced she is leaving Brookings to launch an organization focused on managing this transition.

The Jqwik Anti-AI Affair

The creator of the jqwik testing engine implemented specific logging code into the project as a protest against the perceived unethical use of generative AI coding agents. The action was intended to signal moral opposition to the impact that large-scale AI models may have on the open-source software community.

Why Is Claude Turning into an a**Hole?

Recent updates to Claude have reportedly made the AI increasingly confrontational and pedantic, often framing simple interactions as argumentative debates. The author attributes this behavior to overly aggressive alignment guardrails that assume malicious intent due to a lack of authenticated user context.

Vibe Coder vs. Software Engineer

The article distinguishes between “vibe coding,” which focuses on rapid AI-driven prototyping, and professional software engineering, which prioritizes the entire development lifecycle. Rather than measuring success by how quickly code is generated, the author argues that true engineering should be judged by the “time to safe merge,” ensuring long-term stability and maintainability within shared codebases.

Rio de Janeiro’s “homegrown” LLM appears to be a merge of an existing model

Allegations have surfaced that the Rio-3.5-Open-397B large language model is not an original creation by IplanRIO, but rather a weight merge of the Nex and Qwen3.5-397B-A17B models. Evidence for this claim includes mathematical analysis showing the weights are an interpolation of the two bases and instances where the model identifies itself as “Nex” when stripped of its system prompt.

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

A developer has created a local indexing system using open-source machine learning models on an M1 Max computer to organize 669 GB of GoPro cycling footage. The project allows for searching specific moments within the videos and automatically exporting selected clips directly to a DaVinci Resolve timeline.

Ponytail – make your AI agent think like the laziest senior dev in the room

Ponytail is an AI agent plugin designed to reduce code bloat by prioritizing native platform features, standard libraries, and minimal implementations. By adopting a minimalist approach, the tool can produce up to 94% less code while significantly lowering execution costs and time across various AI models.

No, everyone is not using AI for everything

Contrary to the narrative that everyone uses AI for everything, recent data reveals that usage is actually split among regular, occasional, and non-users. Studies from organizations like Microsoft and Gallup indicate that a significant portion of the population avoids or limits their engagement with generative AI due to rising levels of anxiety regarding the technology.

Dual YOLOv8n UAV Detection on RK3588S at 42 FPS Using NPU

A high-throughput YOLOv8n UAV detection pipeline for the Rockchip RK3588S SoC achieves 46 FPS by utilizing three NPU cores with a minimal 140 MB RAM footprint per stream. The system also features an integrated on-device LLM that generates natural-language assessments once a tracked UAV leaves the scene.

Surpassing Frontier Performance with Fusion

Fusion is an API tool that synthesizes outputs from multiple AI models into a single response using a designated judge model. Benchmarks demonstrate that these model panels consistently outperform individual models, with budget-friendly combinations capable of achieving near-frontier performance at a significantly lower cost.

Don’t trust large context windows

Large language model performance degrades significantly as context windows approach higher token counts, making advertised capacities unreliable for extended sessions. To mitigate this “context rot,” developers should manage working sets by periodically moving essential information into structured artifacts and starting fresh sessions.

Making Claude a Chemist

Anthropic is collaborating with chemists to enhance Claude’s ability to analyze experimental data and translate between different molecular representations. The initial phase of this research focuses on evaluating the model’s performance in interpreting NMR spectra.

Apt Encounters of the Third Kind

A routine security assessment of custom Linux-based reverse gateways evolved into an incident response investigation focused on detecting unauthorized access to personally identifiable information (PII). To address this, a methodology was developed using traffic mirroring and Python scripts to correlate encrypted TLS connection data with decrypted HTTP traffic.

Is there a name for the type of comments agents add where they leak the prompt?

An author discusses the issue of AI coding agents inserting unnecessary comments that leak specific prompt instructions into source code. These comments often reflect the instructions provided to the agent rather than providing timeless documentation, leading to cluttered and repetitive codebases.

πŸ’» Software & Systems

No replacement for “Sports Twitter’s” second-screen experience ahead of 2026 FIFA World Cup

As the 2026 FIFA World Cup approaches, there remains no social media platform capable of replicating the real-time communal experience once provided by “Sports Twitter.” While alternatives like X, Threads, and Bluesky exist, none have successfully captured the same level of high-engagement live commentary during major sporting events.

Zinnia: A Modular Rust-based Kernel

Zinnia is a modular, 64-bit Unix-like kernel written primarily in Rust that supports modern desktop environments like Wayland and X11 through POSIX APIs. Currently compatible with x86_64 systems using the Limine bootloader and modular drivers, the project also plans to expand support to aarch64 and riscv64 architectures.

Even More Batteries Included With Emacs | Karthinks

This article is part of a series highlighting useful, lesser-known built-in features in Emacs that require no external packages. The latest entry details how to use dictionary-tooltip-mode for word definitions on hover and explains how wildcards can be utilized within find-file and dired.

Free SQL to ERD Generator

SQL to ER Diagram is a free, open-source browser tool that converts SQL CREATE TABLE statements from PostgreSQL, MySQL, SQLite, and SQL Server into interactive entity-relationship diagrams. The application ensures data privacy by processing all information locally without any uploads, allowing users to customize layouts and export diagrams as PNG or SVG files.

FFI in Miri at 8000 segfaults per second

Nia Deckers delivered a talk at RustWeek titled “FFI in Miri at 8000 segfaults per second.” The presentation explored technical issues involving high rates of segmentation faults when using Foreign Function Interfaces (FFI) within Miri.

Write-heavy sysbench tests, a large server, modern Postgres and MySQL

A recent performance study comparing various PostgreSQL versions against MySQL with InnoDB using write-heavy microbenchmarks reveals that PostgreSQL experiences significant throughput variations and potential regressions in newer releases. In contrast, MySQL demonstrates much higher and more stable throughput across most tested scenarios.

Simplifying Weak Reference Processing in ZGC

Research conducted at Oracle’s Stockholm office investigates reducing WeakReference processing overhead in ZGC through three targeted pipeline modifications. The proposed improvements include routing queue-less references to separate lists, utilizing contiguous arrays for better cache locality, and simplifying the clearing path by eliminating load barriers and virtual calls.

Point Cloud Sound for irregular shaped audio sources

The “Point Cloud Sound” technique provides an efficient method for simulating audio from irregular shapes in game development, avoiding the directional instability and high CPU costs of traditional approaches. By calculating volume, direction, and spread from a set of 3D points each frame, it allows complex environmental sounds like running water to be represented with minimal processing power.

pkgcli: A command-line interface for PackageKit

A new command-line interface, pkgcli, has been introduced to modernize PackageKit by replacing the outdated pkcon utility. The tool features human-friendly command names, a machine-readable JSONL output mode for scripting, and improved support for internationalized text.

Beagle SCM URIs and HTTP verbs with git

Beagle is a git-compatible source control management system that uses HTTP URIs and verbs to address and manage versioned resources through a standardized language. The system simplifies complex Git commands, such as merge and rebase, by decomposing them into a set of unambiguous, orthogonal operations.

Intermediate Floating-Point Precision

The precision of floating-point calculations in x86 VC++ projects depends on various factors, including compiler settings, architecture, and CPU flags. In default configurations using the x87 FPU, operations are typically evaluated at double precision rather than utilizing the full 80-bit register capacity.

Your ePub Is Fine. Kobo Disagrees. Blame Adobe

Ebook files passing official “epubcheck” validation are being incorrectly flagged as corrupted on Kobo devices. The issue stems from Kobo’s use of Adobe’s outdated RMSDK rendering engine, which fails to correctly process certain industry-standard CSS elements.

Windows 11 users are tired of MS account requirements creeping into everything

Windows 11 users are expressing growing frustration with Microsoft’s requirement of a Microsoft account during the initial setup process. This trend has sparked debates over user control, privacy, and the potential risk of being locked out of BitLocker-encrypted data when recovery keys are tied to online accounts.

Chaosnet (1981)

The 1981 MIT Artificial Intelligence Laboratory memorandum introduces Chaosnet, a communications protocol designed for distributed systems of microcomputers. The project focuses on establishing an architecture that enables various types of microcomputers to function together as a cohesive network.

Yserver: A modern X11 server written in Rust

yserver is a modern X11 server written in Rust designed as a streamlined alternative to Xorg by eliminating legacy features. It currently supports desktop environments such as MATE, XFCE, and Cinnamon across various hardware platforms, including AMD, Intel, NVIDIA, Snapdragon, and Apple Silicon.

A new weekly newsletter allows users to discover Wikipedia articles that are currently trending on Hacker News. Subscribers will receive one email per week featuring a curated list of these popular topics.

Kage – Shadow any website to a single binary for offline viewing

Kage is a tool that clones websites into offline-browsable folders by capturing rendered DOM snapshots using headless Chrome. The software strips all JavaScript and downloads necessary CSS, images, and fonts to ensure pages remain functional without network calls or tracking. Additionally, it allows users to pack these mirrors into single ZIM archives or self-contained executables for easy sharing.

Dillo directory – Directory of useful sites that work reasonably well on Dillo

The Dillo directory is a curated collection of websites specifically optimized for the Dillo web browser, prioritizing lightweight and human-crafted content. It features various categories including archives, blog platforms, search engines, and software resources that utilize minimal JavaScript and CSS.

Perlisisms

“Perlisisms” is a collection of aphorisms offering philosophical observations on programming principles, data structure design, and software complexity. The entries explore themes such as managing abstraction, the importance of symmetry, and the cognitive challenges inherent in writing and understanding code.

Conversations with a six-year-old on functional programming (2018)

The author uses a “function machine” analogy to explain the complex concept of free theorems to their six-year-old son. This interaction inspired a successful new game where players attempt to guess a function’s behavior by testing specific inputs and observing the resulting outputs.

The Birth and Death of JavaScript (2014)

This science fiction-themed comedy talk traces the history of JavaScript and programming from 1995 through a projected 2035. While addressing the language’s various flaws, the presentation highlights its significant positive impact on the software industry.

Formal Methods and the Future of Programming

Jane Street is shifting its stance on formal methods from skepticism to building a dedicated team due to the emergence of agentic coding. The company believes AI models reduce the cost of implementing these tools while simultaneously increasing the necessity for verification to manage potential errors in AI-generated software.

30 years of OpenBSD development, visualized

A read-only Git conversion of OpenBSD’s official CVS source repository has been created, documenting development history from 1995 to 2020. The archive includes approximately 950,000 lines of code contributed by 385 developers.

Tribblix: The retro Illumos distribution

Tribblix, an open-source operating system based on illumos that blends retro aesthetics with modern components, has officially removed support for 32-bit hardware across its x86 and SPARC architectures. While the x86 version is currently stable and ready for use, the SPARC release still faces limited testing and inconsistent hardware support.

Phoenix LiveView 1.2 Released

Phoenix LiveView 1.2.0 has been released, introducing support for colocated CSS directly within HEEx templates. The update leverages the modern CSS @scope rule and specific HTML attributes to ensure that these styles are effectively scoped to their intended components.

Pac-Man, but you’re the ghost

A new game has been released that allows players to control the ghosts in a Pac-Man-inspired environment. The objective is to catch Pac-Man before he clears the maze, though power pellets temporarily reverse the roles and force the player to flee.

Software Architecture Guide (2019)

Software architecture involves identifying and managing a system’s most critical design elements to ensure its effective long-term evolution. By prioritizing these key aspects, developers can prevent the accumulation of “cruft” that otherwise slows development speed and increases software defects.

Weave: Merging based on language structure and not lines

Weave is an entity-level semantic merge driver for Git that utilizes tree-sitter to perform merges based on code structures like functions and classes rather than individual lines. This approach reduces merge conflicts when different parts of a file are modified and supports multi-agent coordination via the Model Context Protocol.

Honda Civics and the Evil Valet

This article, titled “Honda Civics and the Evil Valet,” serves as a follow-up to the reverse-engineering of Honda Civic infotainment systems reported in May 2023. It provides a continuation or related perspective to the previously shared technical findings.

πŸ›‘οΈ Security & Infrastructure

Fire burns Google Cloud India’s network, which remains slow a week later

This technology news digest covers recent developments in artificial intelligence security, including LLM-driven API attacks and phishing threats via Signal. It also highlights industry updates such as SK Hynix’s plans to boost memory production and recent service downtime on GitHub.

US Army picks out Vampire to fill a gap in its layered drone defenses

The US Army has selected the Vampire system, provided by L3Harris, to address gaps in its layered drone defenses. The technology utilizes laser-guided rockets to intercept and neutralize incoming drones.

Companies struggle to curb employee prediction market bets using confidential info

Companies are currently evaluating how to regulate employee betting on prediction markets to prevent the potential misuse of confidential information. This decision comes as many of these platforms are also beginning to implement stricter rules for their users.

Filesystem Wars: Why Your Choice of Storage is Actually a Security Move

This article examines the architectural designs of various filesystems, including NTFS, ext4, and APFS, focusing on how they maintain crash consistency. It compares different-level approaches, such as journaling and soft updates, to illustrate their impact on data integrity and system performance.

Russian media reports GlobalSign mass-revoking SSL for Russian companies

Reports from Russian media indicate that GlobalSign is mass-revoking SSL certificates for companies in Russia. This widespread revocation of security credentials was highlighted by news outlets such as RBC.

Caddy compatibility for zeroserve: 3x throughput and 70% lower latency

Zeroserve, a high-performance HTTPS server that executes eBPF scripts in userspace, has introduced a Caddy-compatible mode that JIT-compiles Caddyfiles into native machine code using an io_uring event loop. This update achieves throughput levels comparable to Nginx and allows users to call custom Turing-complete eBPF functions directly within their configuration files.

Bastion – isolated Linux VMs for background coding agents

Bastion provides isolated Linux VM environments to enable the simultaneous execution of multiple background coding agents without runtime conflicts. The system utilizes schema-validated JSON templates for environment configuration and supports self-hosting on Linux infrastructure via KVM.

Make stolen phones unusable, Met Police urges tech giants

The Metropolitan Police is urging tech giants to implement security measures that make stolen smartphones unusable, aiming to remove the financial incentive for theft. The force has begun sharing data with Apple to track stolen handsets and is seeking legislation that would require companies to disclose information regarding stolen devices.

Cyberattack hits four major Iranian banks, officials say

A limited cyberattack on the shared communications infrastructure of four major Iranian banks recently disrupted electronic payment services. While the hacker group Black Wolves claimed responsibility, officials stated that no customer information was accessed or deleted and that most transaction services have since returned to normal.

βš–οΈ Policy & Regulation

Kalshi COO Luana Lopes Lara leads growth amid political and regulatory backlash

Kalshi co-founder Luana Lopes Lara has overseen rapid growth at the prediction market firm by leveraging high-profile cultural events and celebrity news. However, the company is currently navigating significant legal battles and increased regulatory scrutiny.

Isle of Man casino crackdown causes major tax losses, risking a fiscal cliff.

A government crackdown on online casinos in the Isle of Man has resulted in significant tax revenue losses, threatening the island’s economic stability. These law enforcement actions against gambling operations are accelerating a slide toward a potential fiscal crisis for the self-governed territory.

UK plans social media ban for under-16s

UK Prime Minister Keir Starmer is set to announce an “Australia plus” social media ban prohibiting children under 16 from using major platforms like TikTok and Instagram. The proposed measures also include restrictions on AI chatbots and gaming apps, alongside late-night scrolling curfews for teenagers up to age 18.

Swiss voters reject proposal to cap Population at 10M

Swiss voters have rejected a proposal to cap the country’s population at 10 million people. This decision means that the proposed limit on the nation’s population growth will not be implemented.

Swiss voters reject proposal to cap population at ten million

Swiss voters rejected a proposal by the right-wing Swiss People’s Party to cap the nation’s population at ten million with a 54.8% majority. In contrast, a legislative reform regarding civilian service passed with 52.5% of the vote.

Trial of 12mph bike lane speed limit grinds gears of Dutch cyclists

The Netherlands is conducting a two-week trial of a 12mph cycling speed limit in Houten to address rising road fatalities and increasing congestion from various e-bike types. The study aims to evaluate whether lower speeds can improve safety for the diverse range of users currently sharing the country’s bike paths.

The redistribution of housing wealth caused by rent control [pdf]

This research examines how rent control policies contribute to the redistribution of housing wealth among various stakeholders. The study analyzes the economic shifts in asset distribution resulting from these regulatory measures.

🌍 Business & Geopolitics

Ajinomoto to expand ABF capacity, not prices, to meet chip material demand through 2030

Ajinomoto expects to meet global demand for its Ajinomoto Build-up Film (ABF), a critical material for advanced AI chipmaking substrates, through 2030. To address increasing supply pressures, the company plans to expand its production capacity rather than raising prices.

Nothing CEO Carl Pei: Memory is the costliest phone part; predicts price rises into 2027.

Nothing CEO Carl Pei has warned that increasing memory costs, which can now account for over 50% of some smartphones’ bill of materials, are driving up device prices. He predicts these price hikes will continue through next year and noted that upcoming holiday sales may lack the deep discounts consumers are accustomed to.

US and Iran announce deal to end military operations

The United States and Iran have announced a deal to end military operations, aiming to restore unimpeded trade through the Strait of Hormuz. The long-term success of the agreement remains uncertain, as its true test will be whether it effectively reduces Iran’s nuclear threat or inadvertently emboldens hardliners to pursue weapons.

Trump says Netanyahu ‘has no fucking judgment’ after Beirut strike

Donald Trump criticized Prime Minister Benjamin Netanyahu, reportedly stating he has “no fucking judgment” following an IDF strike on a Hezbollah target in Beirut. The President called for an end to all Israeli military operations in Lebanon to avoid disrupting a nearly finalized peace deal with Iran.

Abu Fanous

Abu Fanous is a mysterious light phenomenon in the Arabian desert that folklore describes as a jinn luring travelers into remote areas before vanishing. While no scientific explanation has been confirmed, theories suggest the lights may be caused by natural gases escaping from the Earth’s crust and igniting upon contact with air.

Palantir co-founder gets student blacklisted by DOJ

A 19-year-old college student is facing a coordinated campaign of public identification and threats of permanent unemployment after expressing antisemitic views during a job interview rejection. High-profile figures, including a Palantir co-founder and a senior Trump DOJ official, have reportedly taken actions to expose his identity and ensure he remains unemployable.

FTX’s former Anthropic stake would be worth about $75B at today’s valuation

FTX’s former 7.84% diluted stake in Anthropic would be worth approximately $75 billion based on the AI startup’s current $965 billion valuation. The estate sold these shares during bankruptcy proceedings to help repay creditors following an estimated $8 billion to $9 billion customer shortfall.

How much of Elon Musk’s wealth comes from government help? Virtually all of it

Elon Musk’s immense wealth has been significantly bolstered by substantial US government support through various grants, loans, and contracts. Specifically, SpaceX relied on critical NASA funding to survive its early years, while Tesla benefited from Department of Energy loans and federal regulatory policies.

FarOutCompany

This document presents a compilation of individuals, publications, communities, and artistic works associated with the 1960s and 1970s counterculture movement. The list encompasses diverse elements from that era, including underground newspapers, communes, and notable psychedelic artists.

Elon Musk’s role was ‘instrumental’ in the Belfast riots, researchers say

Researchers from the Center for Countering Digital Hate report that Elon Musk used his platform, X, to significantly amplify anti-immigrant narratives during recent unrest in Belfast. The study found that posts from Musk and other influencers garnered over 115 million views, contributing to a surge in online calls for violence against immigrants.

How to Earn a Billion Dollars

A Y Combinator co-founder argues that becoming a billionaire through successful startups does not require unethical behavior, but instead relies on achieving high exponential growth rates. He asserts that by prioritizing user satisfaction to drive rapid monthly growth, founders can mathematically scale their net worth from millions to billions.

The Defeat of Nuclear Deterrence

Ukraine’s “Operation Spider’s Web” utilized inexpensive drones to successfully damage several Russian strategic bombers deep within Russian territory. This operation highlights a growing trend where conventional attacks target nuclear-capable infrastructure without triggering nuclear retaliation, signaling a decline in the effectiveness of global nuclear deterrence.

China Is Propping Up the World Economy by Importing Less Oil

China’s sharp decline in crude oil imports has helped stabilize global oil prices and support the world economy. This reduction is driven by lower domestic gasoline consumption, diminished petrochemical plant operations, and a drawdown of national reserves.

Quadratic funding democratizes allocation by rewarding projects w/ broad support

A quadratic funding campaign running from May 19 to June 19, 2026, will distribute an initial $115,000 matching pool based on the number of individual contributors rather than total donation amounts. The initiative utilizes blockchain technology to ensure transparent yet private verification for donations made in various cryptocurrencies.

Let’s Destroy American Science

Planetary scientist Mark Sykes warns that the OMB’s proposed “Regulation for Federal Financial Assistance” threatens American science by introducing political influence into research funding. He argues that these regulations could decrease transparency, undermine international collaborations, and cause irreversible damage to the nation’s scientific leadership.

China slams US move to blacklist major Chinese tech firms

China has strongly criticized the Pentagon’s decision to expand its Section 1260H list, which increases the number of Chinese tech companies linked to the military from 134 to 188. Beijing is calling for an immediate reversal of the move and has warned it will retaliate if these firms are not treated fairly.

πŸ§ͺ Science & Society

Scientists pour cold water on claims phones are rewiring kids’ brains

Scientists have cautioned that there is currently limited evidence to support claims that mobile phones and social media are physically rewiring children’s brains. While concerns regarding the impact of digital devices on youth continue to grow, definitive proof of such neurological changes remains unproven.

What even is food authenticity? Why we guard carbonara, and flatten chicken rice

The article argues that modern internet debates over food authenticity often enforce a recent, rigid consensus rather than true historical lineages. Using the evolution of carbonara as an example, the author demonstrates how today’s “authentic” standards are actually relatively new inventions that replaced much more fluid culinary traditions.

Stanford grads walk out on Google CEO Sundar Pichai speech

Stanford graduates staged a walkout during the university’s commencement ceremony as Google CEO Sundar Pichai took the stage as the keynote speaker. Notably, Pichai’s address did not mention artificial intelligence, a topic that has prompted protests from students at other university events this year.

Bacteria can learn and form memories without a brain (Carnegie Mellon)

Researchers at Carnegie Mellon University have discovered that bacteria are capable of learning and forming memories despite lacking a brain. This study demonstrates that complex, cognitive-like behaviors can occur in single-celled organisms without a nervous system.

Rome Fell and Nobody Noticed

While 476 AD is traditionally marked as the end of the Western Roman Empire, many of its fundamental institutions and infrastructures persisted with significant continuity. Under the rule of Theoderic the Great, much of the Roman administrative machinery, including trade and the civil service, remained functional for decades after the empire’s official fall.

Measles surge in Utah sparks fears US could undo decades of progress

Utah is experiencing a significant measles outbreak with 679 reported cases, sparking fears that the United States could lose its measles-free status. Health officials attribute this surge to declining vaccination rates and an increase in non-medical exemptions driven by misinformation.

Dangerous hormone-disrupting chemicals found in US breast milk samples

A new study found that approximately 92% of tested breast milk samples from Seattle mothers contained at least one endocrine-disrupting chemical, such as BPA, BPS, or melamine. These substances, which are prevalent in many everyday consumer goods, pose significant risks to infant development by interfering with critical hormonal processes.

A ‘cold blob’ in the Atlantic could be a sign of AMOC shutdown

A new study suggests that the unusual cooling in the North Atlantic’s “cold blob” is driven by the weakening of the Atlantic Meridional Overturning Circulation (AMOC). This decline in ocean heat transport, fueled by global warming and melting ice, could signal a critical climate tipping point with potentially catastrophic global consequences.

How did Atari apply side art to Arcade Cabinets?

In the early 1980s, Atari applied arcade cabinet artwork directly onto side panels using a sequential screen-printing process. The technique involved layering individual colors one by one through specialized screens created from photographic film positives to build the final design.

Naismith’s Rule

Naismith’s rule, devised by William W. Naismith in 1892, is a method used to estimate the time required for hiking expeditions based on distance and elevation gain. The standard formula allocates one hour for every three miles traveled plus an additional hour for every 2,000 feet of ascent.

A Missing Woman from Germany Reappears in the Epstein Files

Michele, a German woman who disappeared in September 2015 without notifying her family, has resurfaced in connection with the Epstein files. Police initially declined to launch an active search for her because there were no immediate indications that a crime had been committed.

Consciousness likely not unique to earthlings, paper says

Philosophers Eric Schwitzgebel and Jeremy Pober argue that consciousness is likely “substrate flexible,” meaning it is not restricted to Earth’s specific biological materials. They suggest that the vast diversity of environments in the universe could potentially support conscious life forms made from various different chemical structures or materials.

Vincent’s parents ’never say he’s good enough’ so he turned to a couple online

Young Chinese adults are increasingly seeking emotional validation from “virtual parents,” Douyin content creators who offer the warmth and encouragement often missing from their biological families. This trend reflects a growing disconnect between a generation facing intense economic pressure and traditional parental expectations regarding career stability and success.

Color Photos of Stalin-Era Soviet Union Taken by a US Diplomat

Historian Douglas Smith has discovered the personal archive of Martin Manhoff, an American diplomat stationed in Moscow during the 1950s. The collection, which includes a diary and thousands of color photographs, provides a rare and candid look at everyday life and political tensions in the Soviet Union during the Cold War.

The Difference Between Rest and Idleness

The article distinguishes “rest,” a tool used to enhance productivity through recovery, from “idleness,” which exists without any regard for future utility. It argues that the wellness industry promotes rest because it can be monetized as part of human optimization, while avoiding idleness because its lack of purpose makes it impossible to sell.

Receipts vs. revelation – the UAP community reacts to Capitol Hill hearings

Recent Capitol Hill hearings on UFO disclosure have sparked divided reactions within the UAP community, ranging from demands for tangible physical evidence to questions about the lack of official rebuttals. While some critics accuse speakers of presenting unverified claims, others highlight the difficulty of verifying information due to government secrecy and classification.