Alvaro Lopez Ortega / 2026-07-24 Briefing

Created Fri, 24 Jul 2026 19:06:21 +0000 Modified Fri, 24 Jul 2026 19:06:54 +0000
4549 Words

The 2026 WebAIM Million report found an average of 56.1 accessibility errors per home page, a 10.1% increase from 2025, with 95.9% of pages failing WCAG 2. At ACM SIGMOD 2024, researchers presented ALP, a lossless floating-point compression algorithm that won the Best Artifact Award. Anthony Green added call plan caching to libffi, cutting GLib GClosure overhead by 10–25% and enabling frame-pointer unwinding for profiling.

πŸ€– AI & Robotics

Claude Opus 5 Launch

Anthropic has launched Claude Opus 5, a model that delivers near Claude Fable 5 performance at half the cost while setting new state-of-the-art results on coding and knowledge benchmarks, though it trails Mythos 5 on cybersecurity tasks. It offers improved efficiency in reasoning and agent workflows and is priced the same as Opus 4.8. Opus 5 is now the default model on Claude Max and the strongest option on Claude Pro.

Mobileye CEO Shashua to step down after nearly 30 years as company pushes into robotaxis, humanoids

Mobileye founder and CEO Amnon Shashua plans to step down after nearly three decades, remaining in the role until a replacement is hired. The transition comes as the company expands into robotaxis and humanoid robotics, including its recent acquisition of Mentee Robotics and plans to launch a robotaxi service in 2027.

Video-Action Models and Funding

FLUX 3, a multimodal foundation model developed with Mimic Robotics and deployed at Audi, jointly generates images, video, and audio while also predicting robot actions, with video prediction dominating training costs and action prediction temporarily reducing video quality. Separately, Singapore-based Ropedia raised $22M in pre-Series A funding to scale its collection of real-world multimodal interaction data for embodied AI, using a wearable device to capture human experiences via video. Both developments highlight the push toward generalizable physical AI through advanced multimodal models and diverse training datasets.

Unitree As2-W

The Unitree As2-W is a lightweight (~25 kg) robotic platform with a 150 TOPS expansion module for on-device AI, capable of speeds over 6 m/s and peak joint torque of 95 NΒ·m. It can carry a static payload of 150 kg or a continuous walking payload of 16 kg, navigate 80 cm steps and 45Β° slopes, and offers over 3 hours of unloaded endurance. Available in X and EDU models, it features industrial-grade LiDAR and dual encoders for security, inspection, and advanced AI applications.

Japanese AI Robots Used to Replicate Skilled Confectioners’ Abilities

Japanese researchers have developed AI-powered robots capable of replicating the intricate techniques of skilled confectioners. These robots learn from master artisans to produce traditional sweets with consistent quality, aiming to preserve culinary expertise and address labor shortages. The technology combines robotics and machine learning to mimic delicate hand movements used in making wagashi and other confections.

Flux 3

FLUX 3 is a multimodal foundation model that jointly learns from images, video, and audio to model real-world dynamics, enabling it to generate up to 20-second videos with native audio. It supports tasks like text-to-video and image-to-video, and was preferred over Grok Imagine Video in up to 69% of comparisons. The model is now available in Early Access.

Claude Cookbook

This collection of technical tutorials covers building and deploying agents with Claude’s APIs, including agentic search benchmarks, safety fallback, multi-agent orchestration, and hosting. It also provides step-by-step guides for specialized agents in cybersecurity, incident response, data analysis, and more using Claude Managed Agents and the Agent SDK.

Cambodian PM Hun Manet met with ZTE to deepen digital infrastructure, AI cooperation

Cambodian Prime Minister Hun Manet met with ZTE to deepen cooperation on digital infrastructure and artificial intelligence. The partnership will focus on 5G deployment, AI integration, and ICT talent development to drive the nation’s digital transformation.

πŸ› οΈ Developer Tools

Extended Connectivity Fingerprint in APL

The article implements Extended-Connectivity Fingerprints (ECFP) in APL with NumPy verification, explaining how the Morgan algorithm creates unique identifiers for chemical structures by resolving arbitrary graph ordering in connection tables. It serves as both a crude tutorial on ECFP and a demonstration of writing unmaintainable scientific code.

git rebase -i is not that scary

Git rebase -i is not intimidating; it simply opens a text file where you can plan commit operations like reword, squash, or drop. The process is safe because you can abort at any time, and old commits remain recoverable via the reflog or a backup branch. Rebase creates new commits rather than destroying old ones, making it a manageable tool for cleaning branch history.

ffi_call_plan caching for GLib

Anthony Green added a “call plan” to libffi that caches preprocessing work, reducing GClosure invocation overhead by 10-25%. A GLib merge request requires this newest libffi, and a separate patch adds frame-pointers to enable unwinding across ffi boundaries for profiling.

Query cycles: A compiler murder mystery

A Ferrocene team debugged a week-long CI failure caused by three interacting bugs: a Rust test using the unstable fn_delegation feature hung indefinitely, triggering a Kubernetes pod OOM kill and a broken SSH connection. The pod had to be manually deleted, and the root cause was traced to multiple combined issues in the compiler and infrastructure.

WebAIM 2026 report on Accessibility errors across the top 1M web pages

The 2026 WebAIM Million report found an average of 56.1 accessibility errors per home page, a 10.1% increase from 2025, with 95.9% of pages having detected WCAG 2 failures. Home page complexity also rose sharply, increasing 22.5% in one year.

FreeBSD ports: freeze, Copilot, Game of Trees

An accidental commit of a 150MB Linux binary for github-copilot-cli to the FreeBSD ports repository caused a freeze on the ports tree, as the file exceeded GitHub’s 100MB limit and raised licensing concerns. The incident underscores the challenges of using Git for version control, coinciding with the release of Game of Trees (Got) 0.127, an OpenBSD-developed, Git-based version control system focused on simplicity and ease of use.

DuckPGQ – A DuckDB community extension for graph workloads

DuckPGQ is a free, community-driven DuckDB extension that brings graph analytics to DuckDB by supporting the SQL/PGQ standard (SQL:2023). It offers high-performance, in-process graph pattern matching with simple installation and no external dependencies, along with examples for social network, airline, and financial datasets.

JEP 541: Deprecate the macOS/x64 Port for Removal

JEP 541 proposes deprecating the macOS/x64 port for removal in a future release to reduce maintenance costs, as Apple has transitioned to AArch64. The port will produce a configuration error unless the --enable-deprecated-ports option is used, and there is no guarantee it will build or function. The deprecation can be withdrawn if credible developers express a clear desire to maintain the port.

The front end framework for correctness: built on Effect, architected like Elm

Foldkit is a frontend framework built on Effect and architected like Elm, featuring a single immutable state model, explicit side effects as values, and linear scalability. It includes built-in routing, accessible UI components, submodels, subscriptions, managed resources, field validation, testing primitives, and dev tools with time-travel debugging.

Writing a Debugger from Scratch

The author is writing a debugger in Rust to improve their Rust skills and help others learn debugger internals. The first part covers attaching to a process on Windows using low-level OS debugging APIs, with a central event loop that handles debug events.

My Emacs Configuration (Dired)

The author details their Emacs Dired setup and workflow, invoking it via keybindings like C-x p d, C-x C-j, and C-x C-d, and performing file operations by marking files. Dired serves as an interactive file browser that replaces CLI commands and Midnight Commander for copying, moving, and previewing files.

Programming language file extensions that match ISO 3166-1 alpha-2 country code

ISO 3166-1 alpha-2 country codes often overlap with programming language file extensions, such as .rs for Rust and Serbia or .py for Python and Paraguay. The article provides an incomplete table of these coincidences and notes that the overlap creates domain registration quirks, like Rust projects frequently using Serbia’s .rs domain.

πŸ’° Business & Funding

World Foundation raises $52.5M from Pantera in strategic WLD token sale with 1-year lockup

World Foundation raised $52.5 million through a strategic sale of its WLD token, led by Pantera Capital and including Bain Capital Crypto, with all tokens subject to a one-year lockup. The funds will be used to expand World ID technology for enterprises, consumers, and AI agents globally.

Facebook to test full-screen immersive video player, replacing newsfeed, in select markets this year

Facebook plans to test a full-screen “immersive video” player that replaces the newsfeed when users open the app in select international markets this year, with a potential U.S. rollout in 2024. Users will have the option to opt out and return to the classic feed.

Midjourney bought Co-Star (AI astrology) in spring, building first standalone image-gen app

Midjourney has acquired the astrology app Co-Star, which has 4.3 million monthly active users and uses AI for personalized advice. The AI lab is also developing its first standalone image-generation app as part of an expansion into new business areas. The deal closed this spring, though financial terms were not disclosed.

Poolin, former top crypto mining pool, files Chapter 11, selling Texas assets for $52M

Poolin Technology, once a major crypto mining pool provider, has filed for Chapter 11 bankruptcy and seeks court approval to sell its Texas mining assets through a $52 million stalking-horse bid. The company reported approximately $173.1 million in prepetition obligations, mostly from unsecured IOUs issued after suspending customer withdrawals in 2022.

I got into YC by hacking it

A security researcher discovered that Y Combinator used Paxel to score founders and found a vulnerability that allowed anyone to forge and submit fake scores due to an unvalidated HMAC. After publicly disclosing the flaw, YC’s Jared Friedman patched it within hours and invited the researcher to attend Startup School, though a private disclosure 12 days earlier had gone unanswered.

Micro-SaaS Is Dead. Service With A Software Replaces It

Micro-SaaS is dying because AI enables anyone to quickly build generalized tools, and technical users are canceling subscriptions to create their own. The emerging model is “Service with a Software”: private, overfit tools built for a specific service that are never sold, making that service impossible to compete with. The author illustrates this by building a custom sharing platform for client work that would lose its value if generalized for sale.

Patreon laying off 20% of staff

Patreon is laying off 20% of its workforce (93 employees) as part of a strategic restructuring, despite reporting strong core business growth and steady financials. The company states that its mission, roadmap, and priorities remain unchanged, and that the reduction is intended to ensure long-term resilience for creators.

Russia’s businesses under strain from Ukraine’s attacks on Wildberries

Ukrainian drone attacks on Wildberries warehouses in Russia have killed workers and destroyed goods worth an estimated Β£750 million, severely impacting small and medium-sized businesses reliant on the online marketplace. Kyiv states the strikes target logistics hubs used for military supplies, while critics note the platforms are vital for civilian commerce, bringing the war closer to Russian citizens.

Fujitsu joins Β£14.9B UK framework despite public sector bid freeze

Fujitsu has joined a Β£14.9 billion UK public sector framework despite a bid freeze related to the Horizon scandal. The company clarified that the pause only prevents it from pursuing work with new government customers, not from participating in existing contracts.

Burnham wants Big Ecommerce to bankroll Britain’s pubs

UK Prime Minister Burnham is proposing a tax on large ecommerce companies to help fund struggling local pubs. The plan would require online marketplaces to contribute financially, effectively forcing them to “buy the next round” for Britain’s pub industry.

Google meets the neighbors and gets both barrels over its new UK datacenter

Google faced a barrage of complaints from residents at a meeting over its new Waltham Cross datacenter, with grievances about poor communication, noise, and light pollution. Locals claimed they were not adequately consulted before approval, while Google and the council maintained proper procedures were followed. The company acknowledged ongoing projects to address lighting issues and said it is working to mitigate concerns.

Microsoft fiber foul-up cut off Azure California for almost five hours

A maintenance mistake with fiber infrastructure caused an Azure outage in California lasting nearly five hours, disrupting 27 services.

πŸ”’ Security & Privacy

Amazon tells sellers to label AI-generated people in ads to comply with NY synthetic performers law

Amazon now requires third-party sellers to label product images or videos containing AI-generated people, following a New York law that mandates disclosure of synthetic performers in ads. Sellers must tag such content with specific metadata before uploading, and Amazon will add indicators to listings where applicable. The policy does not apply to content featuring fictional characters or real people altered by AI.

The Kids’ Guide to Piracy

The article provides a beginner’s guide to torrenting, explaining that it involves downloading files from other users while simultaneously uploading them. It recommends using torrent clients like qBittorrent for Windows or Transmission for Mac/Linux, and suggests searching for content on the public tracker 1337x.to. The guide also advises using a VPN to hide torrenting activity from your internet service provider.

My security camera shipped a GitHub admin token in its login page

A security researcher reverse-engineered Hanwha security camera firmware, discovering that encrypted images were protected by a hardcoded AES key and IV extracted from the firmware updater. The extracted rootfs contained a GitHub token with admin access to hundreds of repositories, likely embedded because the build process dumped the entire CI environment into UI files. Additionally, environment variables revealed IP addresses assigned to the US Department of Defense.

IRGC Claims It Destroyed Amazon’s Bahrain Data Center

The IRGC claimed on July 21 that it destroyed an Amazon Web Services data center in Bahrain with cruise missiles, in retaliation for a US strike on Iran’s Darkhovin nuclear plant two days earlier. The unconfirmed claim would mark the first use of cruise missiles against commercial cloud infrastructure in the Gulf conflict, with the IRGC linking the strike to coordinated attacks on US military radar and Patriot batteries.

Uncle Sam tells overseas cybercrooks their visas are canceled

The US government is canceling visas for overseas cybercriminals, including online scammers and sextortionists, and the policy may also affect their immediate family members.

🎨 Culture & Media

What are you doing this weekend?

The article encourages readers to share their weekend plans and to ask for help or feedback. It also reassures that it is perfectly acceptable to have no plans at all.

MUDs in Modern Times

MUDs are text-based virtual worlds accessed via telnet, featuring persistent environments with simulated systems like time, weather, and economies. They range from hack-n-slash RPGs to freeform roleplaying, fostering niche communities through real-time collaborative or competitive interaction. Despite modern graphics-driven gaming, these platforms remain unique for their immersive, text-driven gameplay and player-driven storytelling.

Making GIFs from 35mm film photography

A photographer creates a GIF using a vintage Lomo ActionSampler camera that captures four frames per second on 35mm film, then develops the film at home, scans it digitally, manually crops and aligns the frames, and assembles them into an animated GIF with ImageMagick. The process highlights the labor-intensive, intentionally “hardest way” to make a GIF, emphasizing the pointless but enjoyable challenge.

Musician uses hate against Flock to boost his social media presence

Musician Noah Orion created anti-Flock Safety content and distributed “Fuck Flock” stickers to boost his social media following, recently claiming to have received a cease-and-desist letter that 404 Media reported he likely faked. The stunt gained him over 30,000 Instagram followers in a month. His actions undermine legitimate concerns about Flock’s mass surveillance and facial recognition technology.

Apple won’t let me show my app

Apple rejected the author’s app Wiseday because its screenshots didn’t show the actual app UI, but the core concept is a printed page, creating a conflict with Apple’s guidelines. The author argues the rejection’s requirements are contradictory and notes that App Store review delays have worsened due to a surge in “vibe coded” app submissions.

The rise and fall of language diversity through the Holocene

A study examines the rise and fall of language diversity during the Holocene epoch, tracking how the number of languages changed over thousands of years and identifying key factors driving both expansions and declines.

The Reddit Problem – How a Reddit Alternative Was Banned from RedditAlternatives

A Reddit alternative was banned from the subreddit /r/RedditAlternatives, highlighting a paradoxical conflict within the community meant to discuss alternatives to Reddit. The incident underscores the challenges of moderation and censorship in decentralized platforms.

Plants vs. Zombies for PlayStation 2

A fork of the Plants vs. Zombies GOTY decompilation replaces the renderer with SDL+OpenGL, adds cross-platform support, and targets multiple platforms including Nintendo Switch and 3DS. It requires the original game data (main.pak and properties folder) from the GOTY edition. The project aims to modernize the engine and expand functionality.

How the God of Israel Was Born

Recent archaeological and textual analysis suggests that Judaism’s monotheism evolved gradually through the merging of a northern Canaanite tradition centered on the god El and a southern tradition involving YHWH. Early texts, including the Dead Sea Scrolls, indicate that YHWH was originally a subordinate deity within El’s divine council, with the name “Israel” itself reflecting El’s primacy.

Half-Life 2 running natively on HaikuOS

A user reports that HaikuOS’s NVIDIA driver currently only supports Turing and Ampere GPUs, with no blobs for newer or older cards. Developer X512 notes that DisplayPort support is ready but requires cleanup before release. The thread also discusses recommended cards like the GTX 1650 or 2060 and clarifies the framebuffer uses 24-bit color with 8-bit alignment.

The Collapse at Netflix Signals the End of Audience Capture

Netflix’s recent stock collapse and subscriber dissatisfaction signal the failure of the “audience capture” strategyβ€”reducing content while raising pricesβ€”which is now spreading across the tech industry. This approach, also used by other platforms like Google and Meta, may be ending, potentially benefiting consumers.

Em dashes are amazing

The author passionately defends the em dash as a versatile punctuation mark that enhances writing through clarifications, parenthetical asides, and dramatic pauses, dismissing critics who associate it with AI-generated text. They argue em dashes are superior to brackets, colons, semicolons, and ellipses, and recommend using AP-style spaced dashes to distinguish from AI defaults.

Future euro banknote design proposals

The European Central Bank is seeking public feedback on six shortlisted design proposals for future euro banknotes, featuring themes such as cultural expression, biodiversity, shared heritage, and unity in diversity. The designs incorporate motifs like human senses, birds, iconic figures, and abstract landscapes, with an online survey allowing citizens to vote for their favorites.

The day Steve Jobs dissed me in a keynote (2010)

In 2003, Steve Jobs invited independent labels to join the new iTunes Store but required them to use Apple’s proprietary software to upload music, even if they had already digitized files. After posting meeting notes online, the author angered Apple but later signed a contract and began charging musicians $40 to process their catalogs. While other services like Yahoo and Napster quickly signed on, iTunes stopped responding.

It’s getting harder to focus every day

The author describes a growing inability to focus, contrasting past productivity with current struggles where they are easily distracted by browsing and minor tasks. They trace the decline to an increase in passive activities like HackerNoon, YouTube, and a work environment heavy on meetings and chat, which replaced intentional, distraction-free work habits.

Support newbie figured out how to avoid all-nighters, and his colleagues hated him for it

A new support employee discovered a method to avoid all-nighters, but his colleagues resented him for it. The article highlights the tension between prioritizing sleep and workplace expectations, implying that such efficiency is not rewarded.

πŸ”¬ Science & Hardware

ALP: Adaptive Lossless Floating-Point Compression

Researchers presented ALP, a state-of-the-art lossless compression algorithm for IEEE 754 floating-point data, at ACM SIGMOD 2024. It exploits decimal floating-point patterns and high-precision value characteristics to achieve superior decoding speed, compression ratio, and compression speed. The algorithm won the SIGMOD Best Artifact Award.

Make an Origami Circuit Board

Researchers developed a method to create conductive traces on a paper-like material by impregnating it with a gallium-indium liquid metal mixture, which becomes conductive when folded or cut. This allows traditional papercraft techniques like origami and kirigami to integrate electronic components such as LEDs without separate conductors. The optimized material costs about $1.80 for a 10x10 cm piece and maintains conductivity even after flattening.

Fast Synthesis of Basic Oscillators

The article describes fast integer-based oscillator synthesis for constrained platforms like the GBA and RP2040, using 32-bit phase values for accurate pitch representation. It details a simple saw wave generator by repeatedly adding a step value to the phase, and shows how to create wavetable synthesis by shifting the phase to index an 8-bit waveform array, accepting aliasing for speed.

SpaceX Starship and Falcon 9 Updates

SpaceX is preparing for another attempt at Starship Flight 13 after previous delays due to engine issues and weather, using replacement Raptor engines and forgoing a static fire test. Meanwhile, the company has stopped accepting new dedicated Falcon 9 launch orders beyond 2028 and ended production of some non-reusable Falcon components, betting on the unproven Starship for future missions.

Co-Opting Linux Processes for High-Performance Network Simulation (2022)

Phantom is a novel network simulation tool that co-opts Linux processes to directly execute unmodified applications, achieving up to 2.2Γ—, 3.4Γ—, and 43Γ— speed improvements over Shadow, NS-3, and gRaIL, respectively, in large-scale benchmarks. The tool won Best Paper at USENIX ATC 2022.

3GPP Version 19

3GPP Release 19, the second 5G-Advanced release, was completed on schedule with fully implementable specifications by December 2025, balancing continuity and innovation. Release 20, set for 2026, will continue focusing on 5G-Advanced commercial needs while initiating the first 6G studies on requirements, architecture, security, and radio evolution.

Kaizen #4: Overhauled Homelab

The author overhauled their homelab by replacing a problematic Zimaboard running NixOS with Ubiquiti UniFi networking gear, including three access points and a UCG Ultra, and ran Ethernet throughout their house. They also moved the fiber inlet to the attic to improve placement and WiFi coverage.

For most US drivers, EVs offer emissions benefits and cost savings

A new MIT study finds that electric vehicles produce 40-60% lower greenhouse gas emissions and are not more expensive than gas-powered cars for most U.S. drivers, even in colder climates. The research accounts for regional and individual driving factors, and updates the public tool carboncounter.com for comparing vehicle life-cycle emissions and costs.

Police removed prominent scientists from American Diabetes Association meeting

At the 2026 American Diabetes Association conference, police escorted out five researchers, including the editor-in-chief of Diabetes Care, for distributing copies of an editorial criticizing federal administration actions that harm research and public health. The researchers claimed they were exercising free speech and accused the ADA of censorship, while the ADA stated they violated the conference’s code of conduct by refusing to cease unprofessional behavior.