Alvaro Lopez Ortega / 2026-06-08 Briefing

Created Tue, 09 Jun 2026 01:22:32 +0000 Modified Mon, 27 Jul 2026 19:08:35 +0000
7298 Words

The Qilin ransomware group claims a hack of the NY/NJ Shipping Association, risking major supply chain delays. In Canada, Signal and NordVPN threaten to withdraw services over a new surveillance bill. Meanwhile, SpaceX nears a massive $1.75 trillion IPO, while ShinyHunters has leaked personal data for 400,000 BCD Travel customers online as Meta continues its legal battle against NSO Group.

πŸ€– AI & Machine Learning

LLMs and performative productivity

The author explores how using LLM agents can lead to “performative productivity,” where tasks are completed at a high speed but lack real depth or value. While these tools enable rapid coding and bug fixing, they can ultimately result in decreased technical understanding and the creation of abandoned or meaningless work.

Apple’s iOS 27 Shortcuts to feature AI-powered automation via natural language prompts.

Apple is introducing AI-powered workflow creation to the Shortcuts app in iOS 27, enabling users to build and edit automations using natural language prompts. Powered by Apple Intelligence, this new feature simplifies the process for non-technical users by automatically determining the necessary app actions and variables based on simple descriptions.

Apple’s top on-device AI requires 12GB+ RAM, iPhone 17 Pro, M4 iPad, or M3 Mac

Apple’s most advanced on-device AI model requires specific hardware featuring at least 12GB of RAM, including the iPhone 17 Pro, iPhone Air, and certain M-series iPads and Macs. While other devices can access many Apple Intelligence features through Private Cloud Compute, they may experience slower performance compared to supported models.

Apple unveils new Photos editing tools with Apple Intelligence: Cleanup, Extend & Spatial Reframing

Apple has announced new AI-powered photo editing tools for its Photos app as part of Apple Intelligence, featuring an upgraded Cleanup tool, a new Extend tool, and Spatial Reframing. These features use generative technology to remove distractions, expand backgrounds, and reposition camera angles while ensuring user privacy via Private Cloud Compute.

Anthropic’s New AI Security Developments

Anthropic’s Mythos Preview tool can rapidly convert public software vulnerabilities into functional exploits within hours, significantly accelerating the exploitation of N-day vulnerabilities. However, recent updates on Project Glasswing reveal that few identified vulnerabilities have been patched and raise concerns regarding the model’s performance and Anthropic’s lack of transparency.

Department of Work and Pensions’ answer to AI job fears is a bot to polish your CV

The UK’s Department of Work and Pensions has introduced “Work Assistant,” an AI tool designed to help jobseekers polish their CVs and apply for roles around the clock. While intended to assist applicants, the tool’s impact may depend on whether employers are willing to accept machine-written applications.

Yes! It’s true! Windows 11 is an agentic platform.

The article asserts that Windows 11 functions as an agentic platform. It argues that this capability has always existed, even if Microsoft was not previously aware of it.

Terry Tao Became an Evangelist for AI in Math

Mathematician Terry Tao predicts a future for mathematical research involving large-scale collaborations and the use of software for formal proof verification. The article also explores his journey from a childhood prodigy to an accomplished scholar and professor.

MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second

Xiaomi and TileRT have launched the MiMo-V2.5-Pro-UltraSpeed API, achieving a breakthrough decoding speed of over 1000 tokens per second on a 1-trillion-parameter model. This advancement enables high-speed applications such as parallel reasoning, enhanced coding productivity, and real-time decision-making in critical fields like finance and medicine.

The Butlerian Jihad Has Begun

Following an attack on OpenAI’s CEO by an individual using the handle “Butlerian Jihadist,” the Dune literary term is resurfacing in modern political discourse. As online users interpret a new Papal Encyclical as an anti-AI manifesto, concerns are rising that this metaphor could transition from literature into real-world political violence.

Do agents.md files help coding agents?

A recent research paper investigates whether using agents.md files can enhance the performance of AI coding agents. The study examines the impact of providing structured instructions through these files on the effectiveness of autonomous programming tasks.

Algorithmic Monocultures in Hiring

A study of 3.4 million job applicants reveals that reliance on a few common hiring vendors has created an “algorithmic monoculture” leading to systemic rejections across multiple employers. The research demonstrates that this shared use of algorithms causes large-scale, correlated failures in hiring decisions and results in significant racial disparities for Black and Asian applicants.

DeepSeek V4 Pro beats GPT-5.5 Pro on precision

DeepSeek V4 Pro outperformed GPT-5.5 Pro in a recent precision comparison, achieving a score of 38.0 to 33.0. The model demonstrated superior reliability and accuracy under constraints, specifically excelling at handling complex overlapping patterns in Python log redaction tasks.

The Smallest Brain You Can Build: A Perceptron in Python

This article provides a step-by-step guide to building a perceptron, the fundamental building block of neural networks, from scratch using Python. It explains how the model learns to make binary decisions by adjusting its weights and bias in response to prediction errors during training.

πŸ’» Software & Engineering

Is this hairclip the tech girlies’ answer to Meta Ray-Bans?

Jenny Zhang is developing a prototype camera hairclip as part of a movement to create more personalized, approachable technology that counters the sterile nature of mainstream corporate devices. While the project has garnered significant interest from creators, it also highlights ongoing privacy concerns surrounding wearable cameras.

Self-hosting email the hard way from your own routable IPv4 block up

The author details the process of updating their Recoil self-hosting infrastructure with a dedicated IPv4 allocation to enhance email deliverability and data sovereignty. This technical guide covers building an independent email stack, including managing IP reputation, implementing authentication protocols like SPF and DKIM, and configuring user access via IMAP.

Forgejo monthly report - May 2026

The May 2026 Forgejo report announces the release of version 15.0.0 LTS and notes that support for version 14 has officially ended. Additionally, it details recent Forgejo Runner updates, including new features slated for version 16 and changes to the runner registration process.

A programming language for humans

Eat Your Greens (EYG) is a statically typed functional programming language designed for “makers,” or technically minded non-professionals, to solve automation problems. By automating complex infrastructure and deployment tasks, the language allows users to focus on defining problem logic without the technical overhead of professional software development.

This Month in Redox - May 2026 - Redox - Your Next(Gen) OS

Redox OS has announced its 2026 Summer of Code projects, which will focus on implementing a new scheduler and improving system compatibility. Recent technical updates also include the integration of the EEVDF scheduler and significant performance improvements in I/O event waits and RedoxFS inode caching.

Thunderbird Littering My Home

A bug in Thunderbird, likely caused by recent XDG changes, is creating an unnecessary “~/thunderbird” directory in the user’s home folder whenever the application starts. To resolve this, a workaround using a fish shell script and a systemd user service has been implemented to automatically detect and delete the unwanted directory.

Introduction to nixidy - Kubernetes GitOps with nix

Nixidy is a new tool that uses typed Nix expressions to generate Kubernetes manifests, replacing the need for Helm values files and Kustomize overlays. By implementing the Rendered Manifests Pattern, it produces reproducible plain YAML that can be reviewed in pull requests and deployed via GitOps tools like Argo CD.

Can we stop tagging every thing as vibecoding?

The author argues that the term “vibecoding” is being overused to tag any article mentioning artificial intelligence, even when the content is unrelated. Through various examples, the post illustrates how the label is being applied to posts containing only passing references to AI or no mention of it at all.

I wish Deno would keep doing what it does best

An article argues that Deno’s recent push for Node.js compatibility threatens to undermine its original value proposition of simplicity and web-standard integration. The author warns that by prioritizing npm support and other Node-centric features, Deno risks losing its identity as a distinct leader and instead becoming a runtime merely chasing the existing ecosystem.

Release Fil-C Linux/x86_64 version 0.679 Β· pizlonator/fil-c

Fil-C Linux/x86_64 version 0.679 has been released, featuring enhancements to the /opt/fil distribution such as the addition of rsync and updated OpenSSH with post-quantum cryptography. The update also introduces improved SELinux integration, various performance optimizations, and expanded syscall support for the Fil-C ecosystem.

svg-line: Better Status Bars for Emacs

The svg-line Emacs package uses native SVG rendering to provide a unified experience across various status bars, including the mode-line, header-line, tab-bar, and tab-line. It overcomes existing limitations by enabling consistent features such as multi-line layouts, precise alignment, and interactive elements through a single configuration method.

HTMX Is So Cool I Rolled My Own

An author experimented with using HTMX to enable partial page updates in their DinoSsr project, aiming to maintain an audio player’s state during navigation. Although they found the library effective for this purpose, they ultimately decided to implement a custom-built solution instead.

zalloc: Use zig allocators in your c code

Zalloc is a utility that allows developers to replace standard C memory management functions, such as malloc and free, with Zig allocators within specific C modules. By integrating zalloc into build.zig, users can redirect C-based allocations to use Zig allocators like GPA for unified memory management.

A fast, zero-copy Transit-format reader and writer written in C

Transit.C is a high-performance, zero-copy reader and writer for the Transit format implemented in C11. The library utilizes SIMD acceleration to support JSON, JSON-Verbose, and MessagePack formats through a single codec-agnostic engine. It achieves efficiency by borrowing string payloads directly from input buffers to avoid unnecessary memory copying.

What are you doing this week?

This post invites readers to share their upcoming weekly plans and activities. It also includes a gentle reminder that it is perfectly acceptable to have no plans at all.

GentleOS - A pair of hobby OSes for vintage 32-bit and 16-bit PCs

GentleOS is a pair of hobby operating systems designed to run graphical applications on vintage 32-bit and 16-bit hardware. The project features GentleOS/32 for i386-based PCs and a 16-bit version, GentleOS/16, which supports devices as old as the 80186.

tinysub is a lightweight, Svelte-based web player designed for OpenSubsonic compatible music servers such as Navidrome and Gonic. The project aims to provide a high-performance, desktop-like user experience and includes a dedicated version built with Wails v3 for desktop use.

Premature Optimization is Fun Sometimes

An exploration of optimizing a ring buffer for connectivity monitoring shows that while using a tagged union can successfully reduce memory usage, subsequent attempts to use bitfields failed to further decrease size due to compiler padding and alignment requirements.

How much do amd64 microarchitecture levels help in Go?

Go developers can achieve significant performance gains in compute-intensive applications by using the GOAMD64 environment variable to target higher microarchitecture levels. This allows the compiler to utilize modern instructions like AVX2 and popcnt, which are otherwise ignored by the toolchain’s default, outdated x86-64 setting.

Apple announces that AirPods will gain a custom EQ feature as part of iOS 27 (Matt Bolton/TechRadar)

Apple has announced a new custom EQ feature for AirPods that will be introduced with the upcoming iOS 27 update. The feature allows users to manually adjust frequency bands via a live visual waveform, providing consistent audio customization across all applications.

Xbox EVP: Microsoft exclusivity decided case-by-case; multiplayer remains multiplatform

Xbox EVP Matt Booty has clarified that Microsoft’s future game exclusivity strategy will involve a case-by-case approach for new releases. He specifically noted that multiplayer and live-service titles will continue to be multiplatform.

The History and Rise of CentOS

After Red Hat transitioned from a free software model to a business-oriented enterprise version, biochemist Gregory Kurtzer launched the community-driven project Caos. This initiative eventually evolved into CentOS, an RPM-based alternative designed to provide a reliable and freely available version of the Red Hat ecosystem.

Consultant mistakenly deleted a ton of data – but reported it as a bug

A consultant successfully avoided accountability after accidentally deleting a large amount of data by reporting the incident as a software bug. By framing the human error as a technical glitch, the individual managed to escape consequences for the mistake.

Full Reverse Engineering of the TI-84 Plus Operating System

New technical documentation provides a comprehensive reverse-engineered analysis of the TI-84 Plus graphing calculator’s Z80-based operating system and architecture. The report details how the device manages memory through paging and “bcall” mechanisms, while also exploring core subsystems such as its floating-point engine and TI-BASIC parser.

Stop the Apple Music app from launching

Since version 1.1, the utility Music Decoy can be configured via Terminal to launch a specific application instead of Apple Music when media playback keys are pressed. By using a simple terminal command, users can redirect the default play event to preferred applications like Spotify.

Performative-UI – a react component library of design tropes

Performative-UI is a React component library centered around various design tropes. The project has been released for developers to explore and utilize.

SoulsOnly.tff – A font for humans not AI and keyboard firmware to type in it

Souls Only is a cipher font designed to render readable text from an encoded, noisy character stream, making information difficult for AI scrapers and copy-pasting tools to extract. The font functions as a decoder that uses glyph substitution rules to transform specific ASCII sequences into legible characters.

Intuned (YC S22) – Build and run reliable browser automations as code

Intuned provides a platform for building, deploying, and maintaining browser automations as code through an integrated AI agent and managed infrastructure. The service allows users to automate websites without APIs for tasks such as data scraping and form submission, featuring “self-healing” capabilities to automatically repair broken automations when web layouts change.

Zig by Example

“Zig by Example” is a hands-on introductory guide that utilizes annotated, runnable code examples to teach the Zig programming language. Specifically targeting version 0.16, the resource covers a wide range of topics ranging from basic syntax to advanced concepts like concurrency and C interop.

Spanish traders set the standard for GnuCash database design

GnuCash’s database design employs a system of storing currency minor units as whole numbers to prevent the accumulation of rounding errors common in floating-point arithmetic. This architecture allows the software to accurately manage diverse commodities and currencies with varying precision requirements, ranging from the Japanese Yen to Bitcoin.

Are you expected to run five Python type-checkers now?

To avoid cluttering codebases with tool-specific overrides, Python library maintainers should prioritize running various type-checkers against their test suites rather than their internal source code. This approach ensures a consistent public API for users regardless of which type-checking tools they employ.

OneDrive data now has an expiry date

OneDrive data is now subject to an expiration date. However, further details regarding the implementation or specifics of this change were not provided in the article.

1worldflag: A blue dot on a transparent background

The One World Flag features a blue sphere on a transparent background to symbolize global unity and our shared connection to Earth. Through initiatives like ambassador programs and workshops, the project aims to foster a sense of togetherness that transcends geographical and political boundaries.

APC–2 – A professional record cutter for producing original playback discs

The APC–2 is a professional audio disc recording system designed for producing high-quality original playback discs in real time. Available exclusively through SUPERSENSE, this limited-production machine features advanced technical specifications including DAW automation and an integrated power amplifier.

A Matter Wi-Fi Light Bulb in Rust on the Raspberry Pi Pico 2 W

This repository provides Rust-based examples for the Raspberry Pi Pico 2 utilizing the Embassy async framework. The project features implementations for interfacing with various hardware components, including I2C sensors and SPI-driven TFT displays.

πŸ” Security & Privacy

Qilin ransomware claims hack of major New York/New Jersey Shipping Association

The Qilin ransomware group has claimed responsibility for a cyberattack on the Shipping Association of New York & New Jersey, listing the organization on its dark web leak site. While the full extent of stolen data is currently unverified, the breach poses significant risks of supply chain disruptions and logistical delays at one of North America’s busiest ports.

ShinyHunters dump 400K BCD Travel customers data online

The ransomware group ShinyHunters has leaked the personal information of approximately 396,000 BCD Travel customers on the dark web after the company failed to meet a ransom deadline. The exposed data includes names, email addresses, phone numbers, and support tickets stolen from the agency’s internal systems.

Arbitrary code execution in objdump -g

A missing bounds check in the FR30 relocation handler within objdump -g enables arbitrary code execution through a heap out-of-bounds write. When processing specially crafted object files, this vulnerability can bypass security mitigations such as ASLR and PIE in specific multi-target binutils builds.

Vulnerability and malware checks in uv

The Python tool uv is introducing two new preview security features: uv audit, a high-performance command for scanning dependencies for vulnerabilities and deprecations, and an opt-in malware check during sync operations. These tools aim to enhance supply chain security by leveraging OSV-based lookups and native performance to detect both known vulnerabilities and malicious packages.

How do I get SEO Email Spam to stop?

A small website owner is seeking advice on how to prevent frequent, daily spam emails regarding SEO optimization services. The author is specifically inquiring whether methods such as email obfuscation could effectively stop these unsolicited messages.

Meta removes unreleased face-recognition code for smart glasses following Wired report

Meta has removed code for an unreleased face-recognition system, known as “NameTag,” from its Meta AI app following a report by WIRED. The software was designed to create biometric signatures from faces captured via smart glasses, though Meta describes the technology as purely exploratory.

Microsoft to tighten human rights controls for security agencies after Israel’s Unit 8200 TOS breach

Microsoft has announced it will tighten human rights controls when working with national security agencies following an inquiry into the use of its technology for mass surveillance in Israel. The investigation confirmed that Unit 8200 violated Microsoft’s terms of service, prompting new measures to improve the company’s human rights governance and oversight of foreign security clearances.

Ransomware sends Illinois high school on an early summer vacation

A ransomware attack has forced an Illinois high school to begin its summer vacation early. Meanwhile, thirteen schools in Wales have also been impacted by separate cyberattacks.

GitHub nukes 70+ Microsoft repos, breaks CI/CD pipelines, following suspected worm infections

GitHub has removed over 70 Microsoft repositories and disrupted CI/CD pipelines following suspected infections from the Miasma worm. While the worm is capable of shapeshifting, its primary objective remains scouting for secrets within the cloud.

UK boffin bait lands 18 international researchers

The UK’s Global Talent visa program has successfully recruited 18 international researchers. The initiative aims to attract scientists from various countries, including the United States, to bolster the nation’s scientific community.

Brit fraudsters using AI to doctor ’evidence’ in motor insurance claims

UK fraudsters are increasingly using AI chatbots to manipulate evidence in motor insurance claims, according to insurer Aviva. This technique allows policy-holders to artificially escalate minor accidents into much more significant fraudulent claims.

Massachusetts bans sale of precise location data in new privacy rights bill

Massachusetts lawmakers have passed the Consumer Data Privacy Act, granting residents new rights to access and delete their personal information. The legislation prohibits companies from selling precise location data and requires explicit user consent before sharing sensitive details such as biometrics or religious affiliation.

Config Files That Run Code: Supply Chain Security Blindspot

Attackers are exploiting configuration files used by IDEs, AI coding agents, and package managers to trigger automatic malicious code execution upon interacting with a repository. By leveraging these “execution primitives,” attackers can bypass traditional security reviews to deploy payloads like the Miasma worm, which is designed to steal sensitive cloud and development credentials.

The Cypherpunk Library

The Cypherpunk Library is a curated collection of public-domain readings focused on themes of cryptography, privacy, and cypherpunk philosophy. The repository provides access to various manifestos and essays regarding digital autonomy and electronic cash.

SDSU Wired Its Dorms with 1,300 AI Cameras Without Telling Students

An investigation by The Daily Aztec revealed that San Diego State University has installed over 1,300 AI-enabled cameras across its campus, including more than 330 located in student residence halls. While university officials claim the system is used only for basic motion detection, the installed hardware is capable of advanced features such as facial recognition and behavior analysis.

1k Data Breaches Later, the Disclosure Lag Is Worse

Following the milestone of 1,000 recorded breaches on Have I Been Pwned, creator Troy Hunt highlights a growing trend of delayed disclosures by companies after cyberattacks. He argues that organizations often wait weeks to notify victims under the pretext of conducting thorough analyses, even when providing early warnings is technically feasible.

🏒 Business & Infrastructure

Space X is going public: Here’s how you can get a piece of the trillion-dollar company

SpaceX is preparing for an initial public offering with a projected $1.75 trillion valuation, attracting massive demand that has already exceeded available shares. While the company intends to reserve 30% of its shares for retail investors globally, potential buyers face risks related to high valuations and a lack of current profitability.

Zepto files for India IPO to raise ~$836M; valued at $7B in last round.

Indian quick-commerce startup Zepto has filed an updated draft prospectus for a potential initial public offering in India. The company plans to raise approximately $836 million through the sale of new shares, with existing investors also participating in an offer-for-sale.

Kalanick, Pincus and others share VC pitch horror stories; Cloudflare CEO calls out Vinod Khosla

Tech founders, including high-profile figures like Travis Kalanick and Mark Pincus, have been sharing “horror stories” about their experiences pitching to venture capitalists on social media. Common grievances shared include investors falling asleep during presentations, ghosting after promising term sheets, and withdrawing funding at the last minute.

Ireland mandates on-site or nearby power for new data centers under ‘Bring Your Own Power’

Ireland has introduced a “Bring Your Own Power” (BYOP) policy to manage the significant electricity demand from its growing data center sector. Under this new approach, new or expanding facilities must secure their own onsite power plants or contracts for nearby renewable energy rather than relying on the national grid.

AI design firm PhysicsX raises $300M at $2.4B valuation, led by Temasek

London-based startup PhysicsX has raised $300 million in a Series C funding round led by Temasek, reaching a valuation of approximately $2.4 billion. The company specializes in developing artificial intelligence models to design complex industrial components such as jet engines and semiconductors.

Spotify seeks music festival livestream licenses as part of its video pivot.

Spotify is reportedly approaching concert promoters about licensing music festival livestreams as part of a strategic pivot toward video content. The company aims to become a one-stop shop for music fans by integrating live performances and ticket sales into its platform.

Kimi maker Moonshot in talks to raise $1B+ at $30B valuation (Bloomberg)

Moonshot AI, the developer of the Kimi chatbot, is reportedly in talks to raise more than $1 billion in a new funding round that would value the company at $30 billion. This potential investment follows a recent financing led by Meituan that valued the startup at $20 billion, marking its third fundraising attempt in just six months.

UK’s Creator Fund closes $56M fund to back European PhD founders before they join Big Tech.

UK-based pre-seed venture capital firm Creator Fund has closed a $56 million fund dedicated to supporting European PhD founders. The fund aims to identify and back scientific talent within universities before they transition into academia, Big Tech, or US-based labs.

Helion raises $465M Series G at $15.5B valuation, nearly tripling its January 2025 value

Helion, a fusion energy startup backed by Sam Altman, has raised $465 million in a Series G funding round led by Thrive Capital, bringing its valuation to $15.5 billion. The company is working toward deploying fusion power to the grid as early as 2028 through an agreement with Microsoft.

Nvidia Expands Strategic Tech Partnerships

Nvidia is expanding its technological ecosystem through new strategic partnerships in South Korea with LG Group and SK Hynix. The collaboration with LG focuses on developing humanoid robots and physical AI systems via a dedicated “AI factory,” while the agreement with SK Hynix aims to co-develop next-generation memory chips for Nvidia’s upcoming Vera Rubin accelerator.

The IRS Moved IT and HR Staff to Process Taxes. It’s Not Going Well

To address significant workforce shortages caused by staff reductions, the IRS has reassigned IT and HR employees to entry-level taxpayer service roles. Many of these individuals have failed their initial certification exams despite intensive training, leading to job uncertainty and potential disciplinary action.

A Farmer Donated Land to Turn into a Park. The City Is Building a Data Center

The City of Taylor, Texas, has sold 87 acres of land, originally donated in 1999 to be used as a public park, to developer Blueprint for $10 million. Instead of a community space, the site will now host a 135,000 square foot data center located near local residential areas.

xAI is looking more like a datacentre REIT than a frontier lab

xAI has established large-scale partnerships with Anthropic and Google to provide massive computing capacity in exchange for significant monthly fees. These deals suggest the company is shifting its focus from frontier AI research toward operating as a data center infrastructure provider.

Anti-social: It’s fads, not friends, which now dominate social media feeds

Social media platforms are transitioning from tools for interpersonal communication into entertainment-driven hubs dominated by algorithmic feeds and professional content creators. This shift has led to a significant decline in active posting among users, particularly within Gen Z, who increasingly engage with content passively rather than interacting with friends.

Doing Nothing at Work

Engineers should aim for approximately 80% utilization to maintain the bandwidth necessary for handling high-impact, time-sensitive opportunities like incident mitigation or supporting major enterprise deals. Maintaining this extra capacity allows developers to remain observant of critical tasks and ensures they are available to assist when urgent business needs arise.

GitHub Is Down

GitHub has resolved an incident that caused degraded performance for its Issues, Pull Requests, and Actions services. The issue specifically impacted unauthenticated users and has been mitigated, with a detailed root cause analysis expected to follow.

90210 – running the show without property tax

90210 is a production-grade local application that transforms screenplays into complete short films by integrating synchronized video, audio, dialogue, music, and subtitles. The software utilizes advanced AI models and automated “oracles” to ensure high-quality visual output and maintain narrative coherence.

Tech sell-off widens as South Korea index plunges

A widening sell-off in technology stocks has caused a significant decline in the South Korean stock index. This expansion of the tech downturn continues to drive the index lower.

🧬 Science & Health

NHS prescribes half a million Copilot licenses for its paperwork headache

NHS England is rolling out 500,000 Microsoft Copilot licenses to help reduce the administrative burden on its staff. The decision follows a successful trial in which the AI chatbot saved employees an average of 43 minutes per day.

EU-banned pesticides found in rice, tea and spices

Laboratory tests have detected pesticide residues not approved in the EU within everyday foods such as rice, tea, and spices. This “toxic pesticides boomerang” occurs when substances banned in the EU are exported to third countries and subsequently re-imported as residues in food products.

Why are so many young people getting cancer?

Global cancer incidence is rising among individuals under age 50, with significant increases noted in colorectal, uterine, and liver cancers. While some trends may be attributed to changes in diagnostic classification, researchers are investigating environmental exposures and obesity as potential drivers for this increase.

The iPhone explains 33–52% of fertility decline among women aged 15–44

A new study suggests that the diffusion of the iPhone explains between 33% and 52% of the decline in U.S. fertility rates among women aged 15–44. Researchers attribute this decrease to factors such as reduced in-person interactions, increased pornography use, and a decline in sexual frequency.

How much of Thermo Fisher’s antibody data has been manipulated?

Researchers have identified more than 450 images in Thermo Fisher Scientific’s online antibody catalog that show signs of digital manipulation or fabrication. These findings, which include duplicated bands and suspicious background patterns, raise significant concerns regarding the reliability of verification data used to validate essential laboratory reagents in biomedical research.

Richard Scolyer Has Died

Renowned Australian medical pioneer Richard Scolyer has died at age 59 following a three-year battle with an aggressive brain tumor. Alongside Professor Georgina Long, his groundbreaking research into immunotherapy has significantly improved global survival rates for advanced melanoma patients.

Dopamine Fracking

“Dopamine fracking” refers to the practice of using excessive resources and optimization to maximize short-term gratification from various activities. While this process provides intense dopamine hits, it ultimately threatens the long-term sustainability, creativity, and complexity of culture and human experience.

Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’

Neuro AI startup Flourish has secured $500 million in funding, including a $50 million investment from Jeff Bezos, to develop “Cortex AI.” Founded by neuroscientist Thomas Reardon and former Amazon executive Rob Williams, the company aims to create an artificial intelligence system that mimics the human brain’s energy efficiency and continuous learning capabilities.

New drug ‘functionally cures’ many hepatitis B virus infections

A new drug has demonstrated the ability to functionally cure many hepatitis B virus infections. This discovery marks a significant advancement in the potential treatment of the disease.

7.8 magnitude earthquake shakes part of southern Philippines. Tsunami possible

A magnitude 7.8 earthquake struck the southern Philippines, killing at least 12 people and injuring more than 200 others. The tremor caused significant structural damage in cities like General Santos and triggered a one-meter tsunami along nearby coasts.

The sneaky way companies get new chemicals into our food

A loophole in the 1958 Food Additives Amendment allows many new chemicals to enter the food supply without direct FDA approval. Due to limited regulatory capacity, the responsibility for declaring these additives safe rests with the food and chemical companies themselves.

βš–οΈ Law & Policy

Signal, DuckDuckGo , NordVPN threaten to pull services if Canada passes β€œsurveillance” bill

Privacy-focused companies including Signal, DuckDuckGo, and NordVPN have threatened to withdraw their services from Canada if Bill C-22 passes in its current form. The proposed legislation would require digital service providers to retain user metadata for up to one year, a move critics argue creates significant security vulnerabilities and undermines privacy protections.

Meta is seeking a federal court contempt order against the Israeli spyware firm NSO Group for allegedly violating a permanent injunction prohibiting the targeting of WhatsApp users. The company claims that NSO continues to conduct spear phishing operations despite existing legal orders to cease such activities.

Apple Announcements and Child Safety Regulations

UK Prime Minister Keir Starmer is advancing stricter online safety regulations, including a social media ban for under-16s and mandates to block explicit images on children’s devices, despite warnings regarding potential privacy risks. Meanwhile, Apple has announced significant AI advancements for WWDC 2026, featuring an overhaul of its Apple Intelligence platform with Google-developed models and the introduction of macOS 27 “Golden Gate.”

Dark web drug vendor gets 26 years for selling fentanyl and meth

Darren Hughes, a California man, has been sentenced to 26 years in federal prison for trafficking drugs such as methamphetamine and fentanyl through the dark web marketplace “Nemesis Market.” The illegal platform was shut down by international law enforcement in March 2024 after facilitating hundreds of thousands of narcotics and cybercrime orders.

EU Open Source Strategy

The EU Open Source Strategy aims to enhance European technological sovereignty by promoting open-source alternatives to non-EU proprietary solutions in critical digital domains. The strategy employs a full lifecycle approach to support the development, deployment, and long-term sustainability of digital infrastructure across both the public and private sectors.

Judge blocks Trump’s H-1B visa fee

A federal judge has blocked the Trump administration’s policy to impose a $100,000 fee on H-1B visa applications, ruling that the charge constitutes an unconstitutional tax lacking Congressional authorization. The court also found the policy violated the Administrative Procedure Act, though the administration intends to appeal the decision.

US urges NATO to use defense funds to replace Huawei tech in critical infrastructure

The Trump administration is urging NATO allies to redirect defense spending toward replacing Huawei components within their critical networks and infrastructure. The move comes as the U.S. seeks to exclude Chinese vendors from sensitive telecommunications due to perceived national security risks.

Amazon Leo’s satellite homework is late, but FCC won’t flunk it just yet

Amazon’s orbital broadband business will miss its July 30 deadline to have 1,616 spacecraft in place. Despite this delay, the FCC has indicated it will not penalize the company for missing the milestone just yet.

Sam Bankman-Fried applies for a pardon from Trump

FTX co-founder Sam Bankman-Fried has officially applied for a presidential pardon from Donald Trump while serving a 25-year sentence for fraud and money laundering. His request comes amid a broader trend where more than half of the individual pardons granted by Trump have been for individuals convicted of white-collar crimes.

New Referendum Would Flip Brexit Result 10 Years On, Poll Finds

A recent Ipsos poll reveals that 52% of British adults now favor rejoining the European Union, reversing the outcome of the 2016 Brexit referendum. This indicates a significant shift in public sentiment compared to the vote held a decade ago.

“The Law Doesn’t Apply to Me”: Why Sovereign Citizen Arguments Always Fail

The B.C. Supreme Court has dismissed an appeal from a driver convicted of obstructing a peace officer after using a homemade license plate and refusing to identify himself based on β€œsovereign citizen” beliefs. The ruling reaffirms that these pseudo-legal theories have no legal standing in Canada and that drivers must comply with all licensing and identification regulations.

Lawsuit Seeks to Stop the UFC Fight on the White House South Lawn

A federal lawsuit has been filed to halt an upcoming UFC fight on the White House South Lawn scheduled for President Trump’s 80th birthday and the nation’s 250th anniversary. The legal challenge alleges that the event violates National Park Service regulations, lacks Congressional consent for certain structures, and proceeded without required environmental reviews.

Congress wants to tie the United States to Israel with this new legislation

A proposed section of the National Defense Authorization Act seeks to deeply integrate the U.S. and Israeli military-industrial complexes through joint weapons research, co-production, and manufacturing partnerships. While supported by pro-Israel lobbying groups, some members of Congress are actively working to strip these provisions from the defense budget.