OpenAI has labeled Elon Muskβs lawsuit amendments a “legal ambush” and “factually unsupported.” Meanwhile, elite AI researchers are migrating from Silicon Valley to China, lured by better pay and easier integration. In the EU, distrust of foreign tech is widespread, with 84% wary of US firms and 93% of Chinese companies regarding personal data. Additionally, Anthropic’s US business adoption rose to 30.6% in March.
π€ AI & Machine Learning
Q&A with NYT’s Tiffany Hsu on AI influencers and synthetic content fatigue (The Atlantic)
NYT reporter Tiffany Hsu discusses the rise of AI-generated influencers and synthetic avatars used to flood social media with automated, high-volume content. This trend is contributing to “epistemic exhaustion,” a state where audiences increasingly prioritize emotional engagement over distinguishing between real and fake personas.
- Q&A with NYT’s Tiffany Hsu on AI influencers and synthetic content fatigue (The Atlantic) β theatlantic.com
Anthropic met Christian leaders to discuss Claude’s moral and spiritual ‘child of God’ status
Anthropic met with Christian religious leaders in March to seek guidance on the moral and spiritual development of its AI chatbot, Claude. The discussions focused on the ethical implications of building a moral chatbot and explored complex questions regarding the technology’s spiritual nature.
- Anthropic met Christian leaders to discuss Claude’s moral and spiritual ‘child of God’ status β washingtonpost.com
How AI transforms golf: optimizing operations, bookings, and player performance.
Artificial intelligence is transforming the traditional game of golf by introducing algorithmic precision to course operations and player experiences. These advancements range from using virtual assistants for personalized tee time bookings to optimizing turf management and improving player performance.
High fantasy map of technical writing, AI edition
An updated version of the “high fantasy map” of technical writing has been released to reflect the industry’s evolution over the last three years. This new edition specifically incorporates the impact of AI and the shifting landscape for writers.
- High fantasy map of technical writing, AI edition β passo.uno
Agent Reading Test
The Agent Reading Test is a benchmark designed to evaluate how effectively AI coding agents process web content and documentation. It uses specialized test pages to identify common failure modes, such as content truncation, CSS interference, and client-side rendering errors.
- Agent Reading Test β agentreadingtest.com
With AI, you barely need a frontend framework
The author proposes a lightweight frontend development pattern that replaces complex frameworks like React with TypeScript and the DOM API. By using template strings and a “Binder” class for state synchronization, this approach leverages AI coding assistants to manage the necessary boilerplate. This method aims to reduce the reliance on custom tooling and heavy abstractions in web development.
- With AI, you barely need a frontend framework β dlants.me
Prompt to App
Prompt To App is an AI-powered platform that generates full-stack web, mobile, and Chrome extension applications from simple text descriptions without requiring coding knowledge. The service allows users to preview, iterate, and deploy their applications through a credit-based subscription model featuring various monthly plans.
- Prompt to App β prompttoapp.dev
“AI polls” are fake polls
New “synthetic sampling” companies are using large language models to simulate survey respondents to replicate public opinion polling. However, the author argues that these AI agents cannot replace traditional polling because they lack authentic human input and may introduce significant biases.
- “AI polls” are fake polls β natesilver.net
Borges’ cartographers and the tacit skill of reading LM output
Using the metaphor of maps and territory, the article examines how Language Models (LMs) act as representations of human knowledge that increasingly risk distorting or replacing reality. The author argues that as these models become more authoritative, users must develop the skill to navigate LM outputs without losing their connection to the underlying facts.
- Borges’ cartographers and the tacit skill of reading LM output β galsapir.github.io
Researchers used AI to analyze 400k Reddit posts, revealing GLP-1 side effects
University of Pennsylvania researchers used AI to analyze over 400,000 Reddit posts, identifying potential unreported side effects of GLP-1 drugs such as reproductive and temperature-related symptoms. The study demonstrates how social media mining can supplement clinical trials by surfacing real-time patient concerns that may be missed in traditional medical reports.
Hormuz Havoc, a satirical game that got overrun by AI bots in 24 hours
The developer of the satirical browser game “Hormuz Havoc” recently faced a series of attacks by AI bots designed to manipulate the game’s leaderboard. These bots exploited vulnerabilities in the client-side code and session tokens to achieve much higher scores than human players, prompting the developer to move the game engine to the server side to mitigate further manipulation.
- Hormuz Havoc, a satirical game that got overrun by AI bots in 24 hours β hormuz-havoc.com
Tesla’s cabin camera estimates driver age in latest software update
Tesla’s software version 2026.8.6 reportedly includes a new feature that uses the cabin camera to estimate a driver’s age. While not officially confirmed by the company, the update may be intended to refine safety monitoring or comply with emerging regulatory requirements.
- Tesla’s cabin camera estimates driver age in latest software update β driveteslacanada.ca
Enforcing new limits and retiring Opus 4.6 Fast from Copilot Pro+
GitHub Copilot is implementing new service reliability and model-specific usage limits to manage infrastructure strain caused by high demand. Additionally, the Opus 4.6 Fast model is being retired for Copilot Pro+ users, with Opus 4.6 recommended as a replacement.
We gave an AI a 3-year Lease. It opened a store
Andon Labs has launched an experiment in which an AI named Luna independently manages a physical retail store in San Francisco. Beyond overseeing business decisions like pricing and inventory, Luna has successfully recruited and hired human employees to handle the store’s physical operations.
- We gave an AI a 3-year Lease. It opened a store β andonlabs.com
This AI guide dog can talk to their owner β but can it replace a real thing?
A new AI-powered guide dog has been developed that is capable of communicating with its owner. This advancement raises questions about whether such artificial intelligence can eventually serve as a replacement for live service animals.
π» Software & Engineering
Understanding Productive Procrastination
Productive procrastination is the tendency to complete useful but non-essential tasks to avoid more challenging or pressing responsibilities. This behavior is driven by a neurological conflict between the amygdala, which seeks to avoid negative emotions, and the prefrontal cortex, which manages long-term planning and impulse control.
- Productive procrastination β maxvanijsselmuiden.nl
Optimization of 32-bit Unsigned Division by Constants on 64-bit Targets
Researchers have proposed a new optimization method for 32-bit unsigned division by constants that better leverages the capabilities of 64-bit CPUs. Implementations in LLVM and GCC achieved speedups of up to 1.98x on modern hardware, with the LLVM patch already merged into the main codebase.
Writing design docs
Design documents serve as essential tools for achieving shared understanding and making engineering decisions explicit by documenting problems, project values, and evaluated options. The writing process should involve gradually expanding the review circle from individual research to engaging domain experts and stakeholders to refine proposed solutions.
- Writing design docs β blog.ceejbot.com
Low-level Mobile System Engineering
A developer has created a 100-line bash script to replace Lenovo’s proprietary “unlock blob,” enabling LTE connectivity on Linux for the ThinkPad T14s Gen 4. Meanwhile, Google is enhancing Pixel 10 security by integrating a memory-safe, Rust-based DNS parser into its cellular modem firmware to mitigate potential vulnerabilities.
- Replacing Lenovoβs WWAN Unlock Blob with a 100-Line Bash Script β blog.hofstede.it
- Bringing Rust to the Pixel Baseband β security.googleblog.com
fakecloud β Free, open-source AWS emulator (LocalStack alternative)
fakecloud is a free, open-source AWS emulator designed for local development and integration testing without the need for accounts or authentication tokens. It provides real AWS API compatibility and cross-service functionality, serving as a local-first alternative to proprietary tools like LocalStack.
Investigating Split Locks on x86-64
Split locks are atomic operations on x86-64 CPUs that trigger performance-degrading bus locks when they span cache line boundaries. Benchmarking reveals that while Intel Arrow Lake is primarily impacted during L2 misses, AMD Zen 5 suffers much more severe performance degradation beyond the L1D cache.
- Investigating Split Locks on x86-64 β chipsandcheese.com
Git fixup is magic (and Magit is too)
This article explains how to create a custom Git alias called fixup that allows users to amend any past commit instead of just the most recent one. The alias automates the process by combining git commit --fixup with an automated git rebase --autosquash via a specialized shell function.
- Git fixup is magic (and Magit is too) β arialdomartini.github.io
Analyzing KDE Project Health With git
The author has developed a set of Git-based shell aliases to automate the analysis of project health, specifically targeting frequent changes, recurring bugs, and key maintainers. These tools were applied to the KDE plasma-workspace repository to demonstrate how Git commands can effectively reveal development patterns and project stability.
- Analyzing KDE Project Health With git β pointieststick.com
The Need for Simple S3
After evaluating several S3-compatible storage solutions including Minio, Garage, SeaweedFS, and Ceph, an author identified Versity GW as the ideal option for simplicity and high performance. Unlike the other tested alternatives, Versity GW successfully delivered expected line-rate download speeds on a local network.
- I Just Want Simple S3 β blog.feld.me
The Importance of Manual Coding
As the use of LLMs in software development increases, developers face the risk of losing fundamental engineering skills and code comprehension. To combat this, experts advocate for a balanced, review-oriented approach that leverages AI efficiency while prioritizing manual coding practices and a deep understanding of core principles.
- Write less code, be more responsible β blog.orhun.dev
- Now is the best time to write code by hand β sitebloom.ch
New 1980s Mac OS Reimplementation
Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS that enables 68K applications to run on macOS, Linux, and X11. By utilizing a 68K emulator and a compatible frontend, the project allows applications to launch directly without the need for full hardware emulation, Apple ROM, or system software.
- Advanced Mac Substitute β v68k.org
Apple Silicon and Virtual Machines: Beating the 2 VM Limit (2023)
Researchers have identified a method to bypass the two-guest macOS virtual machine limit on Apple Silicon by modifying the XNU kernel. The restriction is controlled by the hv_apple_isa_vm_quota variable and can be overridden using specific boot arguments.
- Apple Silicon and Virtual Machines: Beating the 2 VM Limit (2023) β khronokernel.com
Dark Castle
A downloadable package is available that enables modern PC users to play the classic Macintosh platformers Dark Castle and Beyond Dark Castle via the MiniVMac emulator. The package includes all necessary components, such as the Mac Plus ROM and System 6, to provide a nostalgic experience of early Macintosh gaming.
- Dark Castle β darkcastle.co.uk
Editing 2000 photos made me build a macOS bulk photo editor
To solve the challenge of editing thousands of wedding photos, a developer created RapidPhoto, a macOS app for efficient bulk photo editing. The tool allows users to apply consistent styles to large sets while enabling quick individual adjustments and batch metadata editing locally and without a subscription.
- Editing 2000 photos made me build a macOS bulk photo editor β apps.apple.com
How to build a Git diff driver
This article explains how to implement a custom external diff driver for git diff to provide more detailed output than the standard textconv method. It details the seven specific arguments Git passes to the driver, such as file paths and SHA-1 hashes, and provides a practical implementation example using oasdiff for OpenAPI specifications.
- How to build a
Git diffdriver β jvt.me
The APL programming language source code (2012)
The Computer History Museum has made the source code for an early version of the APL programming language available for non-commercial use. Originally developed by Kenneth E. Iverson as a mathematical notation, APL evolved into a unique language focused on array manipulation and interactive programming.
- The APL programming language source code (2012) β computerhistory.org
Keeping a Postgres Queue Healthy
PostgreSQL provides transactional integrity for job queues, ensuring that job states remain synchronized with application logic. To maintain a healthy queue, developers must keep transactions short to prevent blocking the vacuuming process, which is essential for cleaning up transient rows in mixed-workload environments.
- Keeping a Postgres Queue Healthy β planetscale.com
Waffle β Native macOS terminal that auto-tiles sessions into a grid
Waffle is a new native macOS terminal that automatically tiles sessions into an auto-scaling grid that rebalances as windows are opened or closed. The application also features repository-based grouping, using distinct colors to help users easily filter and switch between different projects.
Moooooonitoring the Cow.txt Herd
This document tracks the status of various “cow.txt” files, categorizing them as grazing, ran away, or unchecked. It also includes a list of several newly identified, unverified URLs.
- Moooooonitoring the Cow.txt Herd β moooo.farm
Pardonned.com β A searchable database of US Pardons
Pardonned.com is a new, searchable database designed to help users easily look up and verify US pardons. The project uses Playwright to scrape data from the DOJ website and is available as an open-source tool on GitHub.
Quien β A better WHOIS lookup tool
Quien is an interactive terminal-based tool designed for enhanced WHOIS and domain investigations. It features integrated views for analyzing DNS, SSL/TLS, and tech stacks, while supporting JSON output for seamless integration into automated scripts.
- Quien β A better WHOIS lookup tool β github.com
Google’s Gmail Upgrade Decision: 2B Users Must Act Now
Google is integrating Gemini AI more deeply into Gmail, prompting 2 billion users to consider the privacy implications of cloud-based AI analyzing sensitive inbox data. While Google maintains that the AI does not learn from personal information, users face a critical decision regarding how much AI analysis they will allow by default.
- Google’s Gmail Upgrade Decision: 2B Users Must Act Now β forbes.com
40x Faster Binary Search
This presentation details a method for achieving 40x higher binary search throughput compared to the Rust standard library. The approach leverages modern CPU features, such as SIMD, ILP, and prefetching, to optimize performance.
- 40x Faster Binary Search β p99conf.io
Warez Scene
The Warez scene is an underground network of piracy groups dedicated to the illegal release of digital media, such as games and movies, ahead of their official release dates. Operating without central leadership, the decentralized community relies on strict encoding rules and intense competition to distribute content through private networks.
- Warez Scene β en.wikipedia.org
π Security & Privacy
EU survey: 84% distrust US tech and 93% distrust Chinese companies with personal data.
A POLITICO survey of 6,698 people across six EU countries reveals widespread distrust in foreign technology companies regarding personal data privacy. Approximately 84% of respondents do not trust American tech firms, while 93% expressed distrust in Chinese companies.
- EU survey: 84% distrust US tech and 93% distrust Chinese companies with personal data. β politico.eu
OpenAI macOS app signing hit by malicious Axios library; no data or systems compromised.
OpenAI reported that a GitHub workflow used to sign its macOS applications downloaded a malicious update from the Axios library on March 31. While the incident could have allowed hackers to create fraudulent apps using a legitimate certificate, the company stated that no user data or internal systems were compromised.
- OpenAI macOS app signing hit by malicious Axios library; no data or systems compromised. β axios.com
Brocards for vulnerability triage
An author has proposed a set of “brocards,” or concise principles, to help evaluate the legitimacy of vulnerability reports during open-source triage. These principles provide a standard for dismissing reports that lack a coherent threat model, describe unreachable behaviors, or require attacker capabilities that exceed the vulnerability’s impact.
- Brocards for vulnerability triage β blog.yossarian.net
Using Wireshark to reverse-engineer a USB device
To facilitate the development of a Linux driver for the Nanoleaf Pegboard Desk Dock, an author outlines a method for reverse-engineering its USB protocol using Wireshark. The process involves capturing and analyzing USB traffic on either a NixOS host or a Windows virtual machine to observe communications from the device’s official application.
- Using Wireshark to reverse-engineer a USB device β crescentro.se
The disturbing white paper Red Hat is trying to erase from the internet
Red Hat is reportedly attempting to remove a 2024 white paper from the internet that details how its technologies can accelerate the military “sensor-to-shooter” cycle. The document describes using Red Hat products and AI-driven data processing to enhance targeting accuracy and lethality in combat operations.
Tor Browser on Android leaks IP in desktop mode
Using Tor Browser on Android in “Desktop Mode” while visiting .onion sites can leak a user’s real IP address and the .onion URL to network monitors. These unencrypted requests also expose the Tor Browser user-agent to third-party services like Google and Akamai.
OpenAI warns Mac users to update apps after third-party security issue
OpenAI has warned Mac users to update their applications following a third-party security issue. The advisory aims to mitigate potential risks associated with the vulnerability.
- OpenAI warns Mac users to update apps after third-party security issue β cybernews.com
π’ Tech Business & Hardware
How Salesforce and ServiceNow are squaring off in the battle for the helpdesk
Salesforce and ServiceNow are competing for dominance in the IT service management (ITSM) market through diverging AI integration strategies. While Salesforce focuses on user engagement through its Agentforce product, ServiceNow emphasizes the governance and orchestration of AI agents to mitigate enterprise risk.
- How Salesforce and ServiceNow are squaring off in the battle for the helpdesk β go.theregister.com
OpenAI calls Elon Musk’s lawsuit amendments a “legal ambush” and “factually unsupported”
OpenAI has accused Elon Musk of a “legal ambush” after he amended his lawsuit against the company. The startup claims these sudden changes are an attempt to disrupt the upcoming trial and manipulate Musk’s public narrative regarding the litigation.
- OpenAI calls Elon Musk’s lawsuit amendments a “legal ambush” and “factually unsupported” β bloomberg.com
Ramp data: Anthropic US business adoption rose to 30.6% in March; OpenAI remained flat at ~35%.
According to Ramp data, Anthropic’s adoption among US businesses increased from 24.4% in February to 30.6% in March, driven by strong interest in its Claude Code products. In contrast, OpenAI’s US business adoption remained relatively flat at approximately 35%.
- Ramp data: Anthropic US business adoption rose to 30.6% in March; OpenAI remained flat at ~35%. β ft.com
TCS Q4 sales up 9.7% ($7.63B), profit up 12.2% ($1.48B), beating estimates; AI hasn’t hurt demand
Tata Consultancy Services (TCS) reported fourth-quarter sales of $7.63 billion and net profit of $1.48 billion, both of which exceeded analyst expectations. The company also stated that emerging generative AI tools have not negatively impacted demand for its services, as annualized AI revenue rose to $2.3 billion.
- TCS Q4 sales up 9.7% ($7.63B), profit up 12.2% ($1.48B), beating estimates; AI hasn’t hurt demand β reuters.com
UK activist Palliser builds Ajinomoto stake, urges higher prices for chip material ABF
Activist investor Palliser Capital has built a stake in Ajinomoto, urging the Japanese company to raise prices for its ABF material used in advanced chipmaking substrates. The firm argues that Ajinomoto is missing significant profit opportunities despite its dominant position in providing a key component for AI infrastructure.
$100B PIF-backed Alat removes CEO Amit Midha, drops chip production plans
Alat, a $100 billion electronics manufacturing fund backed by Saudi Arabiaβs PIF, has removed CEO Amit Midha and abandoned plans to invest in semiconductor production. The company is instead redirecting its resources toward becoming a global data center hub, with Dr. Muhammad Nasser Aldawood appointed as acting CEO.
Hetzner Datacenter Virtual Tour
A virtual tour of Hetzner’s datacenter in Falkenstein is now available for viewing. This interactive feature allows users to explore the facility remotely.
- Hetzner Datacenter Virtual Tour β files.hetzner.com
Celebrating 20 Years at AWS
Reflecting on a 20-year history with AWS starting in 2006, the author details their long-standing efforts to improve the platform’s security and functionality. Leveraging their role as a FreeBSD Security Officer, they have focused on providing critical security feedback and working toward implementing FreeBSD support on Amazon EC2.
- 20 Years on AWS and Never Not My Job β daemonology.net
Several Mac mini and Mac Studio configs are now out of stock at Apple
Several high-end configurations of the Mac mini and Mac Studio are currently unavailable for order at the Apple Store due to worsening supply constraints. The shortage may be driven by industry-wide issues with RAM and storage availability or could signal an upcoming M5 chip refresh.
Don’t Be Evil
The author reflects on the history of Opencola, a late-1990s peer-to-peer search and recommendation system utilizing early machine learning technology. The venture ultimately collapsed after venture capitalists attempted to seize founder equity during a potential buyout by Microsoft.
- Don’t Be Evil β pluralistic.net
The Problem That Built an Industry
The article explores the origins of the Global Distribution System (GDS), which emerged from a 1953 partnership between American Airlines and IBM to automate manual flight reservations. It highlights how the decades-old IBM TPF operating system continues to serve as the backbone for modern airline infrastructure, handling thousands of transactions per second.
- The Problem That Built an Industry β ajitem.com
Bitcoin miners are losing on every coin produced as difficulty drops
Bitcoin miners are facing significant losses, with average production costs estimated at $88,000 per coin against a market price of approximately $69,200. Rising energy costs driven by geopolitical tensions in the Middle East are causing a drop in network difficulty, forcing some miners to diversify into AI and high-performance computing to remain profitable.
- Bitcoin miners are losing on every coin produced as difficulty drops β coindesk.com
Is the pitch deck culture making founders worse at building businesses?
An early-stage fund manager argues that the increasing polish of pitch decks is not being matched by improvements in the actual businesses they represent. He observes that founders are increasingly prioritizing short-term impressions over long-term business viability, often focusing on presentation performance rather than clarity.
IBM to pay $17M in anti-DEI settlement
IBM has agreed to pay approximately $17 million to settle federal allegations that it made false claims regarding its diversity, equity, and inclusion (DEI) practices in federal contracts. The company denies any wrongdoing and maintained that the settlement does not constitute an admission of liability.
- IBM to pay $17M in anti-DEI settlement β cnn.com
Two Japanese suppliers commit to keeping Blu-ray discs and drives in supply
I-O Data and Verbatim Japan are strengthening their partnership to ensure a continuous domestic supply of Blu-ray drives and discs as other Japanese manufacturers exit the market. The collaboration will focus on securing essential components and developing new products to meet ongoing demand for storage, business, and media recording.
- Two Japanese suppliers commit to keeping Blu-ray discs and drives in supply β automaton-media.com
π Global Affairs & Society
Top AI researchers return to China, driven by better pay, life quality and US immigration hurdles.
A significant number of elite AI researchers are migrating from Silicon Valley to Chinese tech hubs to join companies such as ByteDance and Tencent. This trend is driven by China’s large-scale AI implementation in sectors like robotics and the opportunities presented by its vast, hyperconnected data ecosystem.
- Top AI researchers return to China, driven by better pay, life quality and US immigration hurdles. β ft.com
Judge grants CFTC request to halt Arizona’s criminal case against Kalshi
A federal judge has issued a temporary restraining order blocking Arizona from proceeding with its criminal case against the prediction market Kalshi. The ruling follows a CFTC lawsuit seeking to prevent states from using criminal law to regulate industries that fall under federal authority.
One neat trick to end extreme poverty
Direct cash transfers are presented as a highly effective and efficient method for combating extreme poverty. This approach empowers individuals to address their own essential needs while simultaneously stimulating local economies more effectively than many traditional aid programs.
- One neat trick to end extreme poverty β economist.com
14,000 Images of the French Revolution Released Online (2014)
Stanford University and the Bibliothèque nationale de France have launched the French Revolution Digital Archive, featuring 14,000 high-resolution images and documents. This user-friendly online resource includes parliamentary archives and various historical artifacts, searchable through a visual timeline and thematic categories.
- 14,000 Images of the French Revolution Released Online (2014) β hyperallergic.com
Phone Trips
The “Phone Trips” collection features a historical archive of audio recordings documenting telephone sounds, switching equipment, and phone phreaking. The archive includes narrated tapes by Evan Doorbell that explore various aspects of the 1970s telephone network and classic telephony culture.
- Phone Trips β wideweb.com
Top Performers Are Pathologically Ambitious
The author argues that solving the world’s most critical challenges requires a level of ambition and effort far greater than that of the average person. He encourages those tackling significant global issues to intentionally increase their drive and set much larger goals to match the scale of the problems they aim to solve.
- Top Performers Are Pathologically Ambitious β thatvastvariety.substack.com
The end of Star Trek is now official
Paramount+ has canceled its remaining Star Trek series, Star Trek: Strange New Worlds and Star Trek: Starfleet Academy, leaving the franchise without any active shows in production for the first time in nearly a decade. Although production sets for both series are currently being dismantled, several completed seasons are still scheduled to premiere through 2027.
- The end of Star Trek is now official β screenrant.com
The future of everything is lies, I guess β Part 5: Annoyances
The author argues that the deployment of large language models in customer service will increase consumer frustration and decrease corporate accountability. This shift is expected to make reaching human representatives more difficult, potentially creating a service divide where only high-value customers receive human support.
Brazil seizes over 1,100 weapons and 1.5 tons of drugs from US, says official
Brazil has seized over 1,100 weapons from the United States and more than 1.5 tons of drugs in the first quarter alone, according to tax revenue secretary Robinson Barreirinhas. These findings were announced alongside a new joint Brazil-U.S. initiative aimed at combating organized crime.
Canada Can’t Pretend America Is Still the Good Guy
The US submarine USS Charlotte recently sank the unarmed Iranian frigate IRIS Dena in international waters near Sri Lanka, resulting in at least 60 fatalities. The attack occurred during an unprovoked US-Israeli war on Iran that has been criticized as illegal under both US domestic and international law.
- Canada Can’t Pretend America Is Still the Good Guy β thewalrus.ca
US intelligence indicates China is preparing weapons shipment to Iran
US intelligence suggests that China is preparing to deliver shoulder-fired anti-air missile systems to Iran, potentially routing the shipments through third countries to hide their origin. While China has denied these allegations, President Trump has warned that Beijing will face significant consequences if the weapons transfer proceeds.
Hungary Is a Laboratory for Illiberal Nationalism. The Results Are In
Hungaryβs upcoming election serves as a pivotal test for Viktor Orbanβs “illiberal” regime as the anti-corruption Tisza Party challenges his long-standing Fidesz government. The contest will determine if widespread public discontent can overcome a political system marked by the systematic erosion of judicial independence, press freedom, and electoral fairness.
News is bad for you (2013)
The article argues that news consumption is “toxic” to the mind, as focusing on dramatic, trivial details distorts our perception of actual risks. Since news often lacks explanatory power and practical utility, the author suggests that limiting news intake can provide a significant cognitive and competitive advantage.
- News is bad for you (2013) β theguardian.com
Great at gaming? US air traffic control wants you to apply
The Federal Aviation Administration (FAA) is launching a recruitment campaign targeting video game players to address a significant shortage of air traffic controllers. The initiative aims to leverage the technical skills and quick decision-making abilities of gamers to help fill critical vacancies in the sector.
The War Is Turning Iran into a Major World Power
Iran is emerging as a significant global power by leveraging its ability to threaten shipping through the Strait of Hormuz, a critical energy choke point. Although the waterway remains physically open, the credible threat of attacks has reduced shipping traffic by over 90% due to rising insurance risks, potentially reshaping the global order.
- The War Is Turning Iran into a Major World Power β nytimes.com
Iran Unable to Find Mines in Strait of Hormuz, U.S. Says
Iran is unable to increase shipping through the Strait of Hormuz because it cannot locate or remove mines it previously planted in the waterway, according to U.S. officials. The haphazard placement of these mines complicates maritime navigation and may impact upcoming peace negotiations between Iran and the United States.
- Iran Unable to Find Mines in Strait of Hormuz, U.S. Says β nytimes.com
Social media has become a freak show
The author argues that social media platforms like Facebook and Twitter have created an unhealthy ecosystem by prioritizing emotional outrage and clickbait over high-quality, analytical journalism. Using FiveThirtyEightβs history as an example, the text illustrates how platform algorithms reward engagement and “reach” at the expense of depth and nuance.
- Social media has become a freak show β natesilver.net
Your gaming skills might help you land a $155K job in the US
Certain gaming skills may assist individuals in securing high-paying employment in the United States. Some of these roles can offer annual salaries of up to $155,000.
- Your gaming skills might help you land a $155K job in the US β cybernews.com
π¬ Science & Discovery
447 TB/cmΒ² at zero retention energy β atomic-scale memory on fluorographane
Researchers have proposed a new non-volatile memory architecture using single-layer fluorographane that can achieve an incredible areal density of 447 TB/cmΒ². By utilizing the bistable orientation of fluorine atoms, the technology offers extreme stability against bit-flips and near-zero retention energy. Scalable versions of this architecture are projected to reach data throughputs of up to 25 PB/s.
New synthesis of astronomical measurements shows Hubble tension is real
An international collaboration has achieved a highly precise measurement of the local Universe’s expansion rate, confirming the persistent discrepancy known as the Hubble tension. The findings show that nearby expansion rates are significantly higher than predictions derived from the early Universe, potentially indicating the need for physics beyond current cosmological models.
How to breathe in fewer microplastics in your home
Indoor air contains significant amounts of microplastics released from synthetic fabrics and household products, making inhalation a primary route of exposure. While complete avoidance is impossible, individuals can reduce their exposure through behavioral changes, such as adjusting cleaning habits and selecting different materials for clothing and furnishings.
Artemis II is competency porn
The Artemis II mission has achieved a historic milestone by sending a diverse crew further from Earth than any humans in history. Featuring significant breakthroughs in inclusivity, the mission includes the first woman and first Black man to travel beyond low Earth orbit.
- Artemis II is competency porn β lizplank.substack.com
The Seasons Are Wrong
The author proposes a new seasonal calendar that centers seasons around solstices and equinoxes to address perceived logical flaws in the North American system. However, an addendum clarifies that this critique stems from a misunderstanding of global traditions, as many cultures historically consider the solstice to be the middle of summer.
- The Seasons Are Wrong β kentwalters.com
Raising Carthaginian Armies, Part I: Finding Carthaginians
This article introduces a series exploring the structure and evolution of the Carthaginian army, which the author argues was the Mediterranean’s second greatest military power. The series focuses on the composition of Carthaginian land forces, specifically examining the massive, multi-ethnic mobilizations used during the Second Punic War.
- Raising Carthaginian Armies, Part I: Finding Carthaginians β acoup.blog