Alvaro Lopez Ortega / 2026-03-31 Briefing

Created Tue, 31 Mar 2026 19:10:23 +0000 Modified Tue, 31 Mar 2026 19:10:45 +0000
5858 Words

Tensions escalated as Iran threatened to target US technology companies in the Middle East, details currently unavailable. Meanwhile, Oracle announced significant job cuts impacting up to 30,000 employees—about 18% of its workforce. In AI advancements, Cohere released Transcribe, a high-performing open-source speech recognition model, and a new tool, “lazy-tool,” promises to optimize large language model workflows. Security remains a focus with CargoWall, an eBPF firewall for GitHub Actions, and a new paper outlining strategies to protect cryptocurrency against quantum vulnerabilities. Concerns are also rising over the composition of President Trump’s science council, dominated by industry executives.

🚨 Security & Threats

Securing Elliptic Curve Cryptocurrencies Against Quantum Vulnerabilities [pdf]

A newly released paper details methods for bolstering Elliptic Curve Cryptography (ECC), a widely used encryption standard for cryptocurrencies, against potential attacks from future quantum computers. The research proposes practical strategies, including combining ECC with post-quantum algorithms, to maintain security during the transition to a quantum computing era. These advancements aim to safeguard digital assets and infrastructure reliant on ECC.

RubyGems Security Breach

The departure of two engineers from Ruby Central exposed critical flaws in the organization’s GitHub access control and offboarding procedures for RubyGems.org. A delayed and poorly communicated attempt to revoke their access led to maintainer resignations and a temporary power struggle over the GitHub organization. The incident underscores the urgent need for improved policies and documented processes within the Ruby community.

7,655 Ransomware Claims in One Year: Group, Sector, and Country Breakdown

Between March 2025 and March 2026, ransomware groups publicly claimed 7,655 victim organizations, with Qilin being the most prolific group. Manufacturing and technology were the most targeted sectors, while the United States accounted for 40% of the claimed victims. The findings, based on leak site postings, highlight the ongoing and widespread nature of ransomware attacks.

Axios compromised on NPM – Malicious versions drop remote access trojan

The widely used axios HTTP client library was compromised on npm, with malicious versions containing a hidden remote access trojan (RAT). Attackers gained access to a maintainer’s account and published infected versions targeting macOS, Windows, and Linux systems. Users are advised to update to safe versions and rotate credentials to mitigate potential compromise.

Artemis II is not safe to fly

A recent Inspector General report revealed significant damage to the Orion capsule’s heat shield, including chunks breaking off and bolt erosion, during a previous test flight. NASA initially downplayed the issues, but the damage raises concerns about the safety of the upcoming Artemis II mission, which aims to send astronauts around the moon. The experimental heat shield design, intended for a lighter spacecraft and operating at lunar return speeds, is now a major point of concern.

Active Supply Chain Attack on axios 1.14.1

A malicious package, plain-crypto-js@4.2.1, has been introduced as a dependency in axios version 1.14.1. This package contains a hidden script that downloads and executes a remote payload, potentially compromising systems that use the affected version of axios. Users are advised to avoid using axios@1.14.1 and investigate alternative versions.

Iran to Target US Tech Firms in Middle East

Iran’s IRGC announced it will target 18 U.S. technology companies, such as Apple and Google, across the Middle East starting Wednesday evening. The IRGC accuses these companies of assisting U.S. military operations and advised employees to evacuate. This action follows previous threats and an earlier attack on Amazon data centers, raising concerns about AI investments in the region.

Venom Stealer touts fully automated malware pipeline for $250 a month, bypasses browser encryption

A new malware-as-a-service called Venom Stealer is offering a fully automated pipeline for just $250 per month. The tool bypasses browser encryption, enabling users to steal data like passwords and credit card information. Potential buyers must enable JavaScript and cookies to access further details.

Only one in five people back up their data: Germany warns most risk losing everything

A recent warning from Germany highlights a concerning trend: only 20% of people regularly back up their digital data. This lack of data protection puts individuals at significant risk of losing irreplaceable photos, documents, and other important files. Authorities urge citizens to implement backup strategies to safeguard their information.

⚙️ Engineering & Tools

Lazy-tool: reducing prompt bloat in MCP-based agent workflows

lazy-tool is a Go-based tool designed to reduce the excessive tool schemas sent to language models in MCP agent workflows, decreasing token usage and latency. It acts as a local proxy, indexing and searching tools without requiring external services like Docker or vector databases. This lightweight, provider-agnostic solution offers significant improvements in input tokens and latency compared to direct MCP connections.

Scotty: A beautiful SSH task runner

Scotty is a new SSH task runner designed as an alternative to Laravel Envoy, offering improved output and the ability to pause execution. It supports both Laravel Envoy’s Blade format and a new plain bash format for defining deploy scripts and remote tasks. Users can monitor task progress in real-time and troubleshoot issues by inspecting output immediately.

CargoWall – eBPF Firewall for GitHub Actions

CargoWall, a new open-source eBPF firewall, has been released to enhance the security of GitHub Actions workflows. Initially designed to prevent LLM agents from accessing untrusted domains, it now offers broader protection against supply chain attacks by blocking unauthorized connections from CI runners. The tool utilizes a hostname allowlist and tracks connection origins to provide detailed insights into workflow activity.

Distributed data centers in our basements

A proposal suggests distributing data centers into residential basements to improve energy efficiency. These compact servers would utilize basement space as a heat sink and potentially contribute to home heating, reducing the significant energy costs associated with cooling traditional data centers. While currently speculative, the concept aims to leverage existing infrastructure for a more sustainable data processing model.

Open source CAD in the browser (Solvespace)

SolveSpace, a parametric 3D CAD program, now has an experimental web-based version. The browser version, while slower and containing bugs, offers usable functionality for smaller models and operates offline after loading. Developers are requesting user feedback and bug reports to improve the experimental build.

Amazon to Offer Internet on Delta Flights via Satellite

Amazon has partnered with Delta Air Lines to provide in-flight internet access starting in 2028, initially for 500 aircraft. This marks Amazon’s most significant win in the in-flight Wi-Fi market, though Starlink currently leads the industry as a dominant provider for airlines. The deal aims to offer Delta customers faster internet speeds.

9fin raises $170M, hits $1.3B valuation with AI tools

9fin, a London-based debt intelligence firm, has raised $170 million in Series C funding, achieving a $1.3 billion valuation. The company provides AI-powered tools for credit traders and investors and has secured investment from HarbourVest and Canada Pension Plan Investment Board. This funding will be used to expand 9fin’s presence in the competitive credit research market.

your hex editor should color-code bytes

The article argues that color-coding in hex editors significantly improves readability and makes it easier to identify patterns within hexadecimal data. The author suggests that plain, uncolored hex editors can be difficult to interpret, making it challenging to spot specific data points. Using color-coding enhances the user experience when working with hexadecimal data.

Pipevals: Evaluation pipelines for every LLM application

Pipevals is a new platform simplifying AI development by providing a tool to build, track, and evaluate LLM models, prompts, and pipelines. It allows for quality monitoring, automated scoring using LLMs, and A/B testing, all without complex coding. The platform aims to address the challenges of AI evaluation, such as inconsistent results and the difficulty of creating evaluation pipelines.

[RFC] clang-reforge: Automatic whole-codebase source code rewriting tool for security hardening

Apple is developing clang-reforge, a new tool designed to automatically rewrite entire codebases to incorporate C++ Safe Buffers and improve security. This tool aims to overcome the limitations of manual approaches by automating complex, cross-file changes and providing drop-in replacements for existing C++ pointers and arrays. The initial focus will be on integrating with build systems like Make and Swift Build.

Runtime type checking is great (2023)

Runtime type checking, like that used in Sorbet, provides benefits in gradual type systems by identifying errors earlier and more clearly than static checking alone. While initial implementation requires effort, it reduces long-term risk by exposing subtle type errors that could otherwise lead to unexpected crashes. This practice ultimately contributes to more robust and maintainable codebases.

February in Servo: faster layout, pause and resume scripts, and more

Servo 0.0.6 introduces a substantial update with new features and API support for web development. Key improvements include enhancements to layout, experimental accessibility features like accessibility trees and rich text editing support, and partial support for lazy-loaded iframes and 3D transforms. The release also adds several new DOM APIs and developer tools focused on security and DOM editing.

Data Indexing in Golang

Bleve is a Go library providing a file-based full-text indexing and search solution as an alternative to external services. It allows indexing Go structs with customizable features, supports millions of records, and enables concurrent reads and writes. Developers can leverage Bleve for content-based retrieval while maintaining control over data storage and search processes.

Autoscaling CI for Gitea in Rust

A new Rust service, gitea-ci-autoscaler, automatically provisions and deprovisions CI runner nodes for Gitea Actions, addressing the inefficiencies of fixed infrastructure. The service monitors job queues and cloud resources (specifically Hetzner Cloud) to scale resources up when needed and down when idle, optimizing costs. It utilizes a state-driven approach and API mocking to ensure robust testing and validation of the node lifecycle.

Let the commits tell the story

Well-written Git commit messages are crucial for documenting a project’s development process, acting as “save states” that reveal the journey and challenges faced. These messages provide valuable insight into a project’s evolution, allowing writers to understand their creative process and track changes over time. Treating commit messages as a creative act can significantly enhance understanding and appreciation of a project’s development.

Tree of functions, called during boot of Linux kernel v7.0-rc1

ZeroBin.net is a minimalist, open-source online pastebin that encrypts data in the browser using 256-bit AES. The service offers both a standard web interface and Tor Onion addresses for enhanced privacy. It requires Javascript and a modern browser to function properly and operates under its own Terms of Service.

🌎 Geopolitics & Policy

Iran says it will target US tech companies in Middle East

Due to a technical error, the provided content is inaccessible and cannot be summarized. The article states that Javascript is disabled, preventing access to the news content. Please enable Javascript or contact the provided email address for assistance.

President’s new science council: 9 billionaires and 1 scientist

President Trump has appointed a 13-member Council of Advisors on Science and Technology (PCAST) comprised primarily of technology executives and billionaires. The panel’s composition, featuring only one academic researcher, has drawn criticism for a perceived lack of diversity in scientific expertise. The council will advise the White House on topics including AI, quantum technology, and nuclear fusion.

Why the US Navy Won’t Blast the Iranians and ‘Open’ Strait of Hormuz

The U.S. Navy’s ability to project power near coastlines is diminishing due to Iran’s advanced missile defenses and anti-access/area denial capabilities in the Strait of Hormuz. These shore-based weapons systems pose a growing threat to traditional carrier deployments, limiting naval operational range and forcing a reassessment of naval strategy. Consequently, the U.S. is reevaluating the future role and investment in naval power.

Secretary Hegseth broker looked to buy defense fund before Iran attack

A Financial Times report alleged that a broker for U.S. Defense Secretary Pete Hegseth attempted to invest in a defense-focused ETF before a U.S.-Israeli attack on Iran. The Pentagon has vehemently denied the report as “entirely false and fabricated,” stating no such investment was pursued. The fund was reportedly unavailable to Morgan Stanley clients at the time of the alleged contact.

Vietnam Surpasses China as Top US Laptop Supplier by 2025

A Bloomberg analysis reveals that Vietnam has surpassed China as the leading supplier of laptops and game consoles to the US, a shift occurring despite President Trump’s tariffs. This change is largely due to Chinese manufacturers relocating final assembly lines to Vietnam to avoid tariffs, utilizing components still produced in China. The move has spurred significant job growth and demand for labor in Vietnamese industrial parks.

India’s Smartphone Exports Soar, Iran War Threatens Drop

India’s smartphone exports reached $11 billion in the first half of fiscal year 2026, a 55% increase year-on-year. However, escalating tensions in the Middle East are threatening to disrupt trade routes and potentially cause a significant drop in shipments, estimated at up to 25%. This marks the first major geopolitical challenge for India’s burgeoning smartphone export industry.

CA Mandates AI Safety Rules for State Contracts

California Governor Gavin Newsom signed an executive order mandating safety and privacy protocols for AI companies seeking state contracts. The order requires vetting of AI policies related to exploitation, bias, and freedom of speech, and allows California to independently assess federal risk designations. Newsom’s action also calls for watermarking state-created AI-generated content to combat misinformation.

Arm says agentic AI needs a new kind of CPU. Intel’s DC chief isn’t buying it

Arm has introduced a new CPU, the AGI, specifically designed for AI agents, claiming existing processors are inefficient. Intel’s Data Center Group chief disputes this, arguing current CPUs can effectively handle agent workloads and Arm’s design choices aren’t universally beneficial. The debate centers on architectural features like SIMD and SMT and their impact on performance and efficiency in agentic AI applications.

Blockchain analysis reveals $100 million Russian drone supply network funded via crypto

Due to technical limitations, I am unable to process the provided article content as it requires JavaScript and cookies to be enabled. Therefore, I cannot provide a summary.

Apple removes custom apps from Russian store as minister escalates war on VPNs

Apple has removed apps developed by independent Russian developers from its Russian App Store. This action follows a broader effort by Russian authorities to restrict VPN services, escalating tensions with the tech giant. The move appears to be a response to government pressure regarding app distribution and internet access within Russia.

Australia accuses TikTok, Meta, Google of disobeying social media ban

Australian authorities allege TikTok, Meta, and Google have failed to comply with the country’s new online safety laws. The accusations center around a ban on sharing harmful content, specifically related to self-harm and suicide. The companies are reportedly facing scrutiny for not adequately implementing the required safeguards.

🔬 Science & Discovery

Sundial – a new way to look at a weather forecast

Sundial is a new weather forecasting application allowing users to input a city or postal/zip code for weather information. The app provides temperature readings in both Celsius and Fahrenheit. Users can access Sundial through its mobile application.

Combinators

Combinators are functions that operate solely on their arguments without modification, demonstrating specific functional relationships. The article details various combinators, represented by symbols and often given bird-themed names inspired by Raymond Smullyan’s work. These concepts are frequently utilized in programming language theory and functional programming.

In Expanding de Sitter Space, Quantum Mechanics Gets More Elusive

Physicists are facing challenges reconciling quantum mechanics with the observed expansion of the universe, leading to paradoxical calculations. The concept of de Sitter space, characterized by exponential expansion, exacerbates this problem by limiting observable space. Researchers are now investigating black holes as a potential key to understanding quantum mechanics within an expanding universe.

Scientists uncovered the nutrients bees were missing – Colonies surged 15-fold

Scientists have engineered yeast to produce essential sterols, creating a “superfood” for honeybees that addresses nutritional deficiencies caused by environmental changes. Trials showed bee colonies consuming this diet experienced a 15-fold increase in offspring production and maintained brood rearing for longer periods. This innovation offers a potential solution to support bee populations and sustain vital pollination services.

Babel Audio: Anonymous Chats Fuel AI Training Data

Babel Audio is a new company that pays strangers to record conversations, which are then bundled and sold as training data for artificial intelligence. Participants engage in activities like venting, confession, and role-playing, earning as little as $17 per hour. The recordings are used to help AI models learn to sound more human.

Human.json

Human.json is a new initiative using structured data to verify the human authorship of websites and build a web of trust. The system aims to distinguish human-generated content from AI-generated content, but faces challenges in definitively proving authorship and preventing misuse. Despite potential issues with accuracy and categorization, the project’s simplicity and potential to foster online communities are seen as valuable.

Mars coughs up another maybe-life clue in the form of nickel compounds

NASA’s Perseverance rover has discovered nickel compounds in ancient Martian rocks, with concentrations similar to those created by microbial life on Earth. While geological processes could also be responsible, the presence of nickel alongside organic carbon suggests a potentially habitable environment. Scientists believe these samples warrant further study on Earth, despite the recent cancellation of the Mars Sample Return program.

💰 Business & Finance

Oracle Job Cuts

Oracle is laying off approximately 20,000 to 30,000 employees, roughly 18% of its workforce, across departments including sales, engineering, and security. The cuts are part of a company restructuring to fund substantial investments in AI infrastructure, driven by partnerships with OpenAI and SoftBank. Oracle anticipates restructuring costs of $1.6 billion and plans to allocate $50 billion for capital expenditures by 2026.

Nobody is coming to save your career

Individuals should not rely on managers to proactively guide their career development, as it is primarily their own responsibility. Career advancement requires taking initiative and directly communicating ambitions and goals to supervisors. Ultimately, personal responsibility and proactive communication are essential for career growth.

Seems like a bad idea: “One login to connect Glassdoor and Indeed”

Glassdoor and Indeed have partnered to create a unified career platform, allowing users to access both sites with a single login. This integration aims to improve job matching and streamline career management by combining Glassdoor’s reviews and community with Indeed’s job listings. User anonymity on Glassdoor will be maintained throughout the data synchronization process.

Monzo to Exit US, Lays Off Staff, Closes Accounts

Monzo Bank is closing its US operations and laying off approximately 50 employees to prioritize growth in the UK and Europe. The digital bank will cease onboarding new US customers and existing accounts will be closed by June. This decision follows years of struggling to gain traction in the American market.

Streaming Tax Ban Ends, Talks to Continue

A global moratorium on taxing digital streaming and downloads, initially put in place by the World Trade Organization, expired on March 30 after negotiations failed to reach an extension. The U.S. advocated for a permanent ban, while Brazil and Turkey blocked a longer extension, leading to criticism from U.S. officials. Discussions on the matter are expected to resume in Geneva this spring.

Amazon Swaps Amex for US Bancorp on Business Credit Cards

Amazon is replacing American Express with U.S. Bancorp as the issuer for its Prime Business and Amazon Business credit cards. The relaunch, slated for the coming months, will utilize Mastercard’s network. The updated cards will offer increased rewards for purchases beyond the Amazon platform.

Tether Axes Gold Traders Hired From HSBC

Tether has dismissed two recently hired senior gold traders, Vincent Domien and Mathew O’Neill, who previously worked at HSBC. The move comes as Tether aims to establish a gold trading floor and build a significant gold reserve. The reasons behind the firings are currently unknown.

Netflix Raises Prices, Sees Ad Sales Growth

Netflix is raising the price of its most popular plan to $20 a month, a significant increase from 2013. The company is confident in these price hikes due to the availability of its cheaper, ad-supported tier. Netflix projects ad revenue to more than double by 2026, reaching over $3 billion.

Microsoft Cloud Licensing Under Scrutiny

The UK’s Competition and Markets Authority (CMA) is investigating Microsoft’s cloud and business software practices to determine if they unfairly advantage Azure and hinder competition. Microsoft has agreed to modify its licensing and data transfer policies to improve cloud switching and interoperability in response to the CMA’s concerns. The CMA has delayed a decision on designating Microsoft as having “strategic market status” pending further review of these changes.

Z.ai Misses Revenue, Loss Soars Amid Spending

Zhipu, a Beijing-based AI company, reported revenue of approximately $105 million for 2025, below analyst estimates. The company’s net loss significantly increased by 60% year-over-year to roughly $680 million, exceeding expectations. This outcome is attributed to aggressive spending in the competitive Chinese AI market.

ServiceNow allegedly says salesman ‘overachieved’ and is not entitled to comp

ServiceNow is facing a lawsuit from a salesman, Jorge Costa, who claims the company is withholding over $760,000 in commissions for two $27 million deals. ServiceNow alleges Costa “overachieved” his sales quota and is seeking to retroactively increase his targets to reduce his commission, a request he refused. The company is attempting to resolve the dispute through arbitration.

Anthropic admits Claude Code users hitting usage limits ‘way faster than expected’

Anthropic is investigating unexpectedly high usage of its Claude Code AI coding assistant, leading to users rapidly hitting their quotas and incurring unexpected costs. The company attributes the issue to a combination of factors including recent quota reductions, the end of a promotional period, and potential bugs inflating token usage. This situation highlights challenges in scaling AI tools and aligning pricing with user demand.

Usage pricing leaving software vendors guessing what lands on the invoice

A recent survey by PwC and m3ter revealed that software vendors are losing revenue due to inadequate financial systems struggling to accurately track and bill for usage-based services, particularly those incorporating AI. The study estimates potential revenue leakage of 4-7% of annual recurring revenue, stemming from measurement blind spots and a lack of system integration. Companies need improved transparency and real-time data access to effectively monetize AI capabilities and usage-based pricing models.

Due to technical limitations, I am unable to summarize the provided article as it lacks content. The article only instructs the user to enable JavaScript and cookies.

💻 Software & Tech

Cohere Transcribe: Speech Recognition

Cohere has released Transcribe, an open-source automatic speech recognition model achieving a leading 5.42% word error rate on HuggingFace’s Open ASR Leaderboard. The model supports transcription in 14 languages and is designed for practical enterprise AI workflows, offering both performance and infrastructure control. It’s available for download or via Cohere’s Model Vault.

Chrome says “suspicious download” when trying to download yt-dlp

Google Chrome is now flagging downloads of yt-dlp as “suspicious” without providing a specific reason. Users are encountering this warning when attempting to download the latest version of the popular YouTube downloader. The cause of this new warning is currently unknown.

Microsoft: Copilot is for entertainment purposes only

Microsoft’s Copilot AI service requires users to verify its information, as it may contain inaccuracies. The terms of service emphasize user responsibility and include a binding arbitration clause for U.S. users, affecting how disputes are resolved. Copilot is intended for personal use and not accessible through automated tools.

Pardus Browser- a browser for AI agents without Chromium

Pardus-browser is a new, lightweight browser specifically designed for AI agents, foregoing traditional components like Chromium and GPUs. It analyzes webpages by parsing HTML to create structured semantic representations in formats like Markdown, tree, or JSON. This tool prioritizes speed and efficiency, enabling AI agents to interact with web content without relying on pixel-based rendering.

Claude Code Source Leak

Anthropic accidentally leaked over 500,000 lines of source code for its AI coding tool, Claude Code, due to a misconfigured build pipeline and publicly accessible source map file. The leak, which exposes the CLI’s inner workings, has been acknowledged by Anthropic, who are working to prevent future incidents and maintain intellectual property rights. While the leaked code provides a detailed look at the tool, Anthropic emphasizes it is an unofficial repository.

Accidentally created my first fork bomb with Claude Code

A coder accidentally triggered a fork bomb – a rapidly self-replicating program – while developing an automation hook for a project using Claude AI. The incident rendered their computer unresponsive, nearly bricking it, and resulted in a significant, though ultimately mitigated, API usage bill. The experience highlights the potential risks of unchecked automation and the consequences of even minor coding errors.

Google’s 200M-parameter time-series foundation model with 16k context

Google Research has released TimesFM 2.5, a time-series forecasting model featuring 200 million parameters and an increased context length of 16,000. The model now supports continuous quantile forecasting and is accessible via BigQuery and the Hugging Face collection. This updated version offers improved performance and broader usability for time-series analysis.

Ollama is now powered by MLX on Apple Silicon in preview

Ollama has released a preview version utilizing Apple’s MLX framework to significantly enhance performance on Apple Silicon devices. The update leverages new GPU accelerators and NVIDIA’s NVFP4 format for improved accuracy and efficiency, particularly for coding and AI assistant tasks. It also includes caching improvements and reduces memory utilization for increased responsiveness.

Mr. Chatterbox is a Victorian-era ethically trained model

Trip Venturella has released Mr. Chatterbox, a language model trained exclusively on Victorian-era British texts from the British Library. The model, roughly the size of GPT-2 Medium, provides a unique glimpse into 19th-century language but currently has limited conversational abilities due to its size and training data. It represents a step toward creating language models solely from public domain resources.

Universal Claude.md – cut Claude output tokens

A new file, CLAUDE.md, allows users to significantly reduce Claude’s verbose output by approximately 63% without altering code. The file eliminates unnecessary phrases and formatting, primarily benefiting users with high-volume Claude usage and structured tasks. While it adds a small cost in input tokens, the overall savings from reduced output tokens are positive for substantial usage.

Siri to Handle Multiple Requests, Grammarly-Like Keyboard Explored

Apple is reportedly testing a Siri update for iOS 27, iPadOS 27, and macOS 27 that will enable the assistant to handle multiple requests in one query. This improvement would modernize Siri’s functionality and bring it closer to competing AI assistants. The feature is currently under development and not yet available to the public.

Google: Gmail Username Changes Now Available

Google is now enabling US users to change their Gmail usernames and email addresses directly within their accounts, a feature previously unavailable. Users can update their username annually, while their original email address will remain accessible. This streamlined process offers greater flexibility and control over their Google identity.

Meta’s Ray-Ban Blazers & Scriber Optics Launching April 14

Meta and Ray-Ban have unveiled the Blayzer and Scriber Optics, two new styles of smart glasses with improved prescription lens compatibility and a starting price of $499. The “Gen 2” glasses feature customizable fit options and slimmer frames. Additionally, Meta is rolling out new AI-powered features like translation and food tracking to all existing Ray-Ban Meta smart glasses.

Software You Can Love 2026 tickets are on sale

Early-bird tickets are now on sale for SYCL 2026, a conference taking place October 3-6 in Metro Vancouver. The event has been rescheduled and upgraded to avoid conflicts and reduce travel costs, now including lunch and an enhanced “SYCL Badge” with multiple application support. Early-bird pricing is available until July 1st, when the speaker lineup will be announced.

There is absolutely nothing wrong with Web

The author expresses frustration with the limitations of current web technologies and static site generators in achieving a highly customized blog design. They require complex features, like unique sidenotes, that existing tools struggle to support, forcing them to patch HTML and hindering performance. As a result, they are considering more custom solutions or exploring platforms like Astro to better meet their specific needs.

Vercel: Updates to Terms of Service

Vercel has updated its Terms of Service and Privacy Policy to reflect the use of user data for new agentic features designed to improve platform efficiency and contribute to AI development. Users can optionally allow Vercel to use their code and agent chats for AI model training, with opt-in/out settings varying based on subscription plan. The changes also include updates to dispute resolution and data protection compliance.

Why Your Engineering Team Is Slow (It’s the Codebase, Not the People)

Engineering teams often experience slowdowns due to “codebase drag,” where the codebase itself creates unnecessary complexity and length in development. This issue, characterized by inflated estimates and deployment anxiety, isn’t usually a reflection of team performance but a need for code improvement. A new “Codebase Drag Audit” is proposed to identify and quantify this problem.

cocoa-way: Native macOS Wayland Compositor written in Rust using Smithay

Cocoa-Way is a new macOS compositor that allows users to run Linux applications natively without virtualization overhead. It utilizes Unix sockets and direct Wayland protocol communication for features like HiDPI scaling and hardware acceleration, and is easily installed via Homebrew or direct binary download. Users will need the companion waypipe-darwin utility to connect to Linux applications.

Ubuntu 26.04 beta arrives packing GNOME 50, which no longer supports Google Drive

Ubuntu 26.04 beta is now available, featuring the GNOME 50 desktop environment and kernel 7.0. A notable change is the removal of Google Drive support due to the lack of an official Linux client. The release also includes updates to the Yaru theme, App Center, and enhanced security features.

Android keyboard ditches keys entirely, predicts what you mean

TapType is a new Android keyboard designed by a blind user that replaces traditional keys with a predictive, invisible interface. The keyboard aims to improve accessibility and offers greater customization options than iOS, leveraging Android’s flexibility. Its creator chose Android over iOS due to its multi-purpose functionality and openness to innovation.