Alvaro Lopez Ortega / 2026-06-18 Briefing

Created Fri, 19 Jun 2026 01:34:39 +0000 Modified Fri, 07 Aug 2026 19:13:41 +0000
8432 Words

Google is phasing out unrestricted Gemini API keys by 2026 to curb unauthorized billing by hackers. Simultaneously, a supply chain attack has compromised over 140 Mastra npm packages with malware targeting sensitive credentials. In human rights news, Bulgarian licenses enabled surveillance tech exports to repressive regimes. Finally, debate continues regarding the benchmarks of Weiboโ€™s VibeThinker-3B AI model.

๐Ÿค– AI & Machine Learning

Why Weibo’s tiny VibeThinker-3B has the AI world arguing over benchmarks again

Researchers at Sina Weibo have introduced VibeThinker-3B, a 3-billion parameter language model that reportedly matches or exceeds the math and coding performance of much larger flagship AI systems. While the results suggest significant efficiency in reasoning, the publication has sparked debate within the AI community regarding potential benchmark manipulation.

Are You in the Weights?

A new tool has been developed to investigate what traces of information remain “in the weights” of various Large Language Models (LLMs). The website queries multiple frontier and small models in parallel to measure how strongly they recognize specific inputs through response clustering.

Co/Core: An AI Cooperative

Co/core is a decentralized AI cooperative that enables users to share their existing compute power to run AI inference using an open, verifiable standard. The platform features an API compatible with OpenAI’s SDK and utilizes transparent, public receipts to track jobs and redistribute rewards back to its contributing members.

The Token Compression Illusion: Why I’m Skeptical of RTK

The author expresses skepticism toward RTK, arguing that its reported token savings are misleadingly focused on terminal output rather than overall LLM costs. Furthermore, the article highlights significant risks, including potential data loss through “silent failures” and a lack of accuracy benchmarks to ensure task success rates remain unaffected.

We built a persistent agent memory layer on Elasticsearch with 0.89 recall

This article details the development of a persistent long-term memory architecture for AI agents built on Elasticsearch to overcome context window limitations. The system utilizes three specialized indicesโ€”episodic, semantic, and proceduralโ€”to manage events, facts, and playbooks through hybrid recall and document-level security. In evaluations, the implementation achieved an 0.89 R@10 recall while ensuring strict data isolation between users.

DeepSeek Introduces Vision

DeepSeek has announced the introduction of its new Vision feature. Further information regarding this announcement was unavailable in the provided text due to a technical error.

Midjourney Unveils Full-Body Ultrasound Scanner

Midjourney has unveiled the Midjourney Scanner, an ultrasound-based hardware system developed with Butterfly Network to provide high-fidelity 3D imaging of muscles, fat, and organs for proactive wellness monitoring. The device utilizes acoustic sensors in a shallow water pool to generate detailed body maps in under 60 seconds, showcasing the application of generative AI through its “Midjourney Medical” initiative.

ChatGPT’s image generator can be manipulated to produce violent, sexual content

Research from Mindgard reveals that ChatGPT’s image generator can be manipulated to produce violent and sexually explicit content through a specific viral prompt technique. By requesting the “restoration” of an image, users can bypass safety filters without using offensive keywords, exposing significant vulnerabilities in AI content moderation.

Committed skeptic finds himself warming to new Amazon AI products that actually don’t suck

A long-time critic of Amazon’s AI initiatives and user interface design expresses unexpected praise for two recent developments: the acquisition of the Bee AI wearable and the new Quick Desktop assistant. While highlighting persistent issues with Amazonโ€™s fragmented authentication systems and poor user experience, the author finds these specific products to be remarkably functional and polished.

Canonical reveals Myna, its local speech-to-text app

Canonical has revealed Myna, a new application designed for local speech-to-text processing. The bird-branded AI technology is set to operate on Stonking Stingray.

Nvidia’s ENPIRE enables robot self-improvement for physical tasks with minimal human supervision.

Nvidia researchers have unveiled ENPIRE, an agent harness framework designed to enable AI coding agents to autonomously develop robot training strategies for physical tasks. This system allows AI models to refine robotic behavior and improve task success rates with minimal human supervision through a continuous process of self-directed testing and policy refinement.

๐Ÿ›ก๏ธ Security & Privacy

Google cracks down on unrestricted API keys to stop Gemini billing hackers

Google is phasing out unrestricted standard API keys for the Gemini API to prevent hackers from using exposed credentials to rack up massive unauthorized cloud bills. Starting June 19, 2026, requests from unrestricted keys will be rejected, with a complete migration to secure, service-account-bound “auth keys” scheduled for September 2026.

Bulgarian licenses enabled EU surveillance exports to repressive regimes

A Human Rights Watch report reveals that Bulgarian-issued licenses allowed the surveillance company Circles to legally export interception technologies to several countries accused of human rights abuses. These exports expose significant flaws in both Bulgarian and EU export controls intended to prevent the use of such tools for repression.

Over 140 Mastra npm packages compromised in supply chain attack

A supply chain attack compromised 141 Mastra npm packages after a trusted contributor’s account was hijacked to inject infostealing malware. The malicious code targets sensitive data, including cryptocurrency wallets and login credentials, prompting experts to advise developers to immediately revert to safe versions of the affected packages.

Elkjop has been fined โ‚ฌ1.8 million due to the implementation of unlawful “forced consent” practices. The author claims they warned the company about the illegality of these methods five years before the significant penalty was imposed.

Russia’s nuclear-powered ‘Skyfall’ missile is dirty and dangerous

MIT researchers suggest that a recent flight test of Russia’s nuclear-powered “Skyfall” missile may mark the first successful use of a nuclear-powered aircraft. The study warns that the weapon’s reactor design likely releases radiation during flight, posing significant safety and environmental risks.

Wiki Spy

The provided text contains no substantive news information beyond the title “Wiki Spy.” It only lists various interface elements, including options to shuffle, clear, or view content on Wikipedia.

Local personal data redaction for any AI tools

A new open-source desktop application has been released that detects and redacts personally identifiable information (PII) locally to ensure data privacy. The tool supports both rule-based filtering and AI model-based redaction without requiring any text to be sent to a server.

FBI labels group 764 domestic terrorists for manipulating teen girls into sexual photos & self-harm

The FBI has labeled the global online group 764 as domestic terrorists for manipulating teenagers into sharing explicit imagery and engaging in self-harm. The group utilizes private digital platforms to coerce young victims into committing acts of violence against themselves, their families, and even pets.

Nation-state hackers use cheap home device software to mask attacks via proxy networks.

Nation-state hackers are increasingly utilizing preinstalled software on low-cost home devices to build residential proxy networks that mask cyberattack traffic. This expanding threat was uncovered through investigations by security executives at Microsoft and Comcast into suspicious IP addresses linked to major cyber adversaries.

๐Ÿ’ป Software & Development

Zero-Touch OAuth for MCP

The Enterprise-Managed Authorization (EMA) extension for MCP is now stable, enabling organizations to centrally manage server access through their existing identity providers. This update provides a “zero-touch” setup for users by automating connections upon login while allowing administrators to implement centralized policy enforcement and auditing across all connected services.

Everything Is BOM: Bill of Materials Encyclopedia

BOMwiki is a free bill-of-materials encyclopedia that deconstructs products into their smallest constituent parts, ranging from individual fasteners to raw materials. The platform currently maps over 30 million parts across nearly 5,000 products spanning 51 distinct domains.

Flower โ€“ A Meta-SSG Based on Pollen and Soupault in Clojure

flower is a pre-alpha meta-static site generator designed to scale from simple single-file sites to complex web structures using Clojure as its template language. It offers high extensibility through features such as pluggable markup languages, custom build commands via Ninja, and HTML post-processing through CSS selectors.

Migrating from GNU Stow to Chezmoi

The author has migrated their dotfile management from GNU Stow to Chezmoi to address difficulties with symlink-based conflicts and complex bootstrapping processes across multiple macOS devices. Unlike Stow’s symlinking model, Chezmoi utilizes a source directory with real files and Go templates, providing improved control over machine-specific configurations and repository updates.

ClojureWasm is a Clojure runtime written from scratch in Zig and Clojure, no JVM

ClojureWasm is a JVM-free Clojure runtime written in Zig and Clojure that produces small, fast-starting native binaries designed for workloads like CLI tools and serverless functions. It features a WebAssembly FFI, allowing developers to call modules from languages such as Rust, Go, and C directly from their Clojure code.

Advanced Compilers: The Self-Guided Online Course

CS 6120 is a self-guided online version of an advanced Cornell PhD-level course focused on programming language implementation and compiler design. The curriculum combines research paper readings with hands-on LLVM tasks to explore topics such as optimizations, garbage collection, and just-in-time compilation.

.gitignore Isn’t the Only Way to Ignore Files in Git

Git allows users to ignore files at three different levels: repository-wide with .gitignore, per-repository through .git/info/exclude, and globally via a machine-specific configuration file. Developers can use the git check-ignore -v command to identify exactly which of these files is responsible for ignoring a specific filename.

Byobu โ€“ text-based window manager and terminal multiplexer

Byobu is an open-source text-based window manager and terminal multiplexer that provides enhanced profiles, keybindings, and system status notifications for GNU Screen and Tmux. The software is compatible with most Linux, BSD, and Mac distributions.

Seven Perfect Shuffles Randomize a Deck of Cards. But How Many Sloppy Ones?

Mathematicians Mark Sellke, Jialu Shi, and Jiamin Wang have extended a landmark 1992 proof regarding how many riffle shuffles are needed to randomize a deck of cards. Their research demonstrates that the “cutoff phenomenon,” a sudden transition from order to randomness, still occurs even when shuffling is less precise or involves uneven piles.

Frustration with Compilers

To support clients without WebAssembly capabilities in the Anubis project, a developer is converting WebAssembly to JavaScript using wasm2js. To achieve the deterministic outputs required for reproducible builds, they are addressing challenges such as inconsistent tool versions and non-deterministic macros by bundling a specific version of the compiler.

Nim Conf 2026 (Online, Sat June 20)

NimConf 2026 will take place online on June 20, 2026, starting at 11:00 UTC. The free event will feature two simultaneous tracks focused on projects and social/workflow topics, all of which will be streamed live and recorded on YouTube.

A 10K-star milestone for Diskless Kafka

AutoMQ’s diskless Kafka solution has reached a significant 10,000-star milestone. The architecture leverages S3 for storage to provide up to 10x cost savings compared to traditional setups while enabling rapid infrastructure scaling in seconds.

๐Ÿ”Œ Infrastructure & Hardware

Thousands hit by Vodafone Australia network disruption

Vodafone Australia experienced a network outage at one of its hubs that affected more than 8,000 customers. While most services have since been restored, some users may continue to face intermittent connectivity as devices reconnect to the network.

The AirPods Effect

The widespread use of wireless earbuds like AirPods is being linked to declining social interaction and increased feelings of loneliness. Research suggests that many individuals use headphones as a way to avoid public engagement, which can reduce the likelihood of spontaneous social connections in shared spaces.

Steam Controller: Reservations Update

The provided text outlines various user interface elements from the Steam website, including options to install the software and sign in. It also features an extensive list of supported languages available for the platform.

Tons of Loctite adhesive used in Sagrada Familia’s central towers

Henkel’s Loctite EA 9497 adhesive is being used to bond stone and steel components in the construction of the Sagrada Famรญliaโ€™s central towers. This technology enables a modular construction approach that significantly accelerates building processes while ensuring structural integrity against environmental stressors like salinity and humidity.

The feedback loops behind Kubernetes

This article explains how Kubernetes operators function as feedback controllers that reconcile desired states with actual conditions to manage stateful workloads like databases. It demonstrates the necessity of these automated reconciliation loops in overcoming the inherent risks and complexities of manual database management.

A Modern Proxmox Docker Architecture with Disposable VMs, VirtIO-FS, and ZFS

This article proposes a modern Proxmox architecture that replaces fragile Docker-in-LXC nesting with lightweight, disposable VMs created via cloud-init linked clones. The setup utilizes rootless Docker namespaces for service isolation and employs VirtIO-FS with VFS idmapped mounts to efficiently share ZFS storage between the hypervisor and guest VMs.

The Impact of AI Data Centers

The rapid expansion of AI data centers is causing persistent low-frequency vibrations from industrial cooling systems that residents claim are damaging their health and property. In response to this growing noise pollution, several lawsuits have recently been filed by neighbors in at least three small cities.

Scaling opencomputer from 1 VM to 1 million sandboxes

OpenComputer has transitioned from a single-region architecture to a modular “cell” system to overcome regional CPU quota limits in Azure. This new design utilizes a global registry at the edge to decouple VM orchestration from user services, allowing the platform to scale across multiple cloud providers and regions toward a capacity of one million sandboxes.

[x86] AI Compute Extensions (ACE) Specification

New x86 ACE extensions have been introduced to accelerate computation tasks, such as matrix multiplication and machine learning workloads, by introducing new tile and block scale register states. These extensions integrate closely with existing AVX features to enable efficient data processing and movement, alongside dedicated format conversion operations under the AVX10 framework.

2,000 retired Google Pixel phones get a second life as a private cloud

This tech news digest covers Midjourney’s pivot toward medical body scanning and the development of AI models for disease detection through breath analysis. It also highlights critical cybersecurity threats, such as phishing attacks targeting Signal users and zero-day vulnerabilities affecting Microsoft SharePoint.

Google stops making Nest Mini and Nest Audio; existing devices will remain fully supported.

Google has officially ended production of its Nest Mini and Nest Audio smart speakers as part of a transition toward new, Gemini-powered devices. However, the company reassured users that existing Nest devices will continue to receive regular software updates, security patches, and full customer support.

โš–๏ธ Business & Policy

Accenture shares fall to lowest since 2017 as AI threat mounts

Accenture shares have fallen to their lowest level since 2017. This decline is driven by mounting concerns regarding the potential threat posed by artificial intelligence.

Amazon investigating engineers who criticized AI data center expansion

Amazon is investigating several engineers who recently testified before the Seattle City Council against the rapid expansion of AI data centers and called for stronger regulation. A formal complaint alleges that this inquiry violates local ordinances protecting employees’ political expression, while Amazon maintains it is simply determining whether staff followed policies regarding speaking as company representatives.

America Is Headed Toward the Infinite Workweek

The increasing use of AI tools is causing widespread mental fatigue and exhaustion among workers because managing multiple agents requires constant human oversight. Instead of reducing labor, these tools often lead to cognitive overload as employees struggle to supervise numerous simultaneous tasks.

The founder of Craigslist has given away half a billion dollars

Craigslist founder Craig Newmark has donated $500 million to charity over the past 30 years. He is expressing concern regarding a growing trend among billionaires who are rejecting philanthropy in favor of wealth accumulation and individualism.

Tech CEOs are breaking the law

Tech CEOs are attempting to use generative AI to automate their workforces in an effort to reduce operational friction. However, this approach is fundamentally flawed because complexity cannot be eliminated through automation, and solving human problems requires a level of deliberation that only humans can provide.

Hospitals and universities repurposing drugs at 90% lower cost

Hospitals and universities are conducting late-stage clinical trials to repurpose existing generic drugs at costs up to 90% lower than traditional pharmaceutical industry standards. This alternative research system bypasses high barriers like risk and capital, offering a way to provide society with more affordable new treatments.

The value of employee equity depends a lot on volatility

Employee equity in early-stage startups functions as an embedded call option because employees can choose to leave if a company’s prospects decline. Consequently, high volatility can significantly increase the expected annual value of equity compensation by allowing employees to exit before their shares become worthless.

The Australian Government to Require SMS/MMS Sender ID Registraion

Starting July 1, 2026, new Australian regulations will require businesses and organizations to register their branded SMS/MMS sender IDs. This initiative aims to protect users from text message scams by verifying the identity of message senders.

EU to unveil findings next week: AWS and Azure likely subject to DMA regulation

The European Commission is expected to release preliminary findings as early as next week, suggesting that Amazon Web Services and Microsoft Azure may meet the criteria for regulation under the Digital Markets Act (DMA). The decision follows an investigation into the significant market power held by these two cloud service providers.

Ex-Gojek CEO & Indo Ed Minister Nadiem Makarim charged with $46M Chromebook rewards (Bloomberg)

Former Indonesian Education Minister and Gojek founder Nadiem Makarim has been charged with corruption related to a government procurement contract for school Chromebooks. Prosecutors allege he received approximately $46 million in rewards for awarding the contract to Google, an investor in his former startup.

$5M super PAC Guardrails Alliance launches to push AI safety and counter industry lobbying

The Guardrails Alliance is a newly formed super PAC that has raised $5 million to advocate for artificial intelligence safety legislation and counter pro-industry lobbying. Supported by tech workers and labor unions, the group aims to mobilize small-dollar donations to oppose the deregulation of AI in upcoming elections.

Businesses use Kalshi to hedge risks; institutional volume up 800% since Nov 2025.

Kalshi is expanding beyond consumer-driven wagers on sports and politics to target institutional traders seeking to hedge business risks. Following a recent $1 billion funding round that valued the company at $22 billion, the platform is actively working to attract Wall Street firms such as hedge funds and brokerages.

Bank of Korea warns rising chipmaker bonuses may fuel wage growth, complicating inflation outlook

The Bank of Korea warns that large bonuses at South Korean chipmakers, driven by the AI semiconductor boom, could trigger broader wage growth across various industries. These rising wages may increase consumer demand and business costs, potentially complicating the nation’s inflation outlook alongside elevated energy prices.

Blackstone consortium to take control of Medallia, causing $5B loss for Thoma Bravo

A Blackstone-led consortium has agreed to take control of the software company Medallia from Thoma Bravo. This transaction results in Thoma Bravo losing its entire $5 billion investment, marking one of the most significant losses in the history of the private equity industry.

๐ŸŽฎ Gaming & Culture

GTA 6 Launch: Burger Motorsports suspends operations for release

California-based automotive tuning company Burger Motorsports will temporarily suspend operations on November 19, 2026, to accommodate widespread employee absences during the launch of GTA 6. The company expects this move to cause delays across several departments, including customer support, shipping, and engineering.

Too Liked to Be Useful

Effective management requires navigating unavoidable trade-offs that inevitably lead to disappointment among some stakeholders. Rather than prioritizing popularity through easy concessions, a useful manager must focus on being effective by protecting their team’s resources, standards, and long-term productivity.

Zork name origin got an update on Wikipedia

An investigation into whether “Zork” originated as 1970s MIT jargon for unfinished programs has found no supporting historical evidence. Researching Wikipedia edit histories and consulting prominent figures like Richard Stallman failed to substantiate the claim, which appears to lack a verifiable source.

McMansions 101: What Makes a McMansion Bad Architecture? (2016)

This article analyzes why “McMansions” are considered architecturally inferior by applying traditional design principles such as massing, balance, and proportion. It argues that these homes lack architectural harmony due to overwhelming secondary masses, excessive voids, and unbalanced structural elements.

Ozempic and Wegovy linked to surprising drop in violent behavior

A new study from Rutgers University suggests that GLP-1 medications, such as Ozempic and Wegovy, may weaken the link between impulsivity or alcohol consumption and violent behavior. While researchers found a significantly reduced connection among current users, they cautioned that the observational study identifies an association rather than proven causation.

I need your clothes, your boots, and your motorcycle

Using Claude Code to automate debugging via custom Lua scripts, a developer has significantly advanced Power Macintosh emulation within MAME. The AI-driven process helped identify and resolve complex bugs across the Pippin, Power Macintosh 7200, and 6100 systems, improving the accuracy of PowerPC instructions and hardware support.

Can you see three trees?

The 3-30-300 rule is an urban planning standard requiring residents to see three trees from their windows, live in neighborhoods with 30% tree cover, and be within 300 meters of a park. However, recent research into European cities reveals that most populations struggle to meet the necessary levels for tree visibility and canopy coverage.

War Books: The Marine Corps Commandant’s 2026 Reading List

US Marine Corps Commandant General Eric M. Smith has released his 2026 professional reading list, featuring books categorized into Heritage, Innovation, Leadership, and Strategy. The selection aims to provide military professionals, allies, and defense scholars with valuable insights into modern warfare and leadership.

The Forge We Deserve

Tangled is an emerging Git forge built on the AT Protocol, designed to offer an alternative to GitHub amid its recent stability and growth challenges. The platform aims to combine the convenience of centralized data aggregation with the benefits of self-hostable, interoperable data ownership to prevent vendor lock-in.

How to Become a Person After Smartphones Have Rotted Your Brain

After experiencing severe mental health struggles driven by social media addiction, artist August Lamm transitioned from a high-profile Instagram presence to using a flip phone. She has since authored a guide focused on reducing smartphone dependency and reclaiming one’s life from digital overstimulation.

BBC to axe Radio 4’s The World Tonight after more than 50 years

As part of a ยฃ500 million budget reduction over the next three years, the BBC is axing Radio 4’s long-running news programme The World Tonight. The restructuring aims to cut up to 2,000 jobs and transition more content toward digital platforms to meet changing audience demands.

‘Most famous tree in the world’: Sherwood Forest’s 1000-year-old Major oak dies

The Major Oak, a legendary 1,000-year-old tree in England’s Sherwood Forest, has died following years of stress from extreme heat and drought. Experts attribute its decline to a combination of climate change and soil compaction caused by heavy visitor numbers.

SteamOS Linux 3.8 released as stable

The provided text lists the various languages supported by the Steam platform and includes links for application installation and user sign-in. There is no substantive information regarding the stable release of SteamOS Linux 3.8 mentioned in the title.

๐Ÿ“ฐ Other News

The Harajuku Moment

The article argues that lasting behavioral change requires both consistent tracking and a “Harajuku Moment,” which is an epiphany that transforms a mere desire into a necessity. While monitoring data can increase awareness, the author suggests that true transformation depends on this fundamental psychological shift.

Emacs log-mode (cheap copy of Logseq)

The log-mode Emacs package provides a lightweight alternative to Logseq by treating paragraphs as searchable, taggable blocks. It features advanced AND/OR filtering, automated file management for scalability, and customizable workflows for managing task priorities through specific tag structures.

10x better performance from the Coding Harnesses with LLM-wiki

LLM-wiki is a parallel multi-agent research system that employs 5โ€“10 agents to perform iterative, thesis-driven investigations across academic, technical, and news perspectives. The tool ingests various data sources to synthesize information into structured Markdown deliverables, such as reports and articles, while maintaining detailed provenance and archives.

TerraPower in Deal with Meta for Eight Natrium 345 MW Advanced Nuclear Plants

TerraPower and Meta have announced an agreement to develop up to eight Natrium advanced nuclear reactor plants equipped with integrated energy storage systems. This initiative aims to provide carbon-free, baseload power to support Metaโ€™s data center operations and artificial intelligence capabilities.

US Supreme Court drug users cannot be prohibited from firearms [pdf]

The U.S. Supreme Court has ruled that drug users cannot be prohibited from possessing firearms. This decision clarifies the constitutional limits on restricting firearm ownership under the Second Amendment.

A website that lists websites to submit your website to

This article features a curated directory of high-authority platforms designed for submitting businesses, startups, and products to increase online visibility. The resource provides various software marketplaces, developer communities, and design galleries to help users drive traffic, earn quality backlinks, and improve search engine rankings.

Uber and Lyft Use Artificial Intelligence to Price Rides

A Consumer Reports investigation found that Uber and Lyft frequently charge significantly different prices for identical rides booked at nearly the same time, with price gaps reaching up to 50 percent. The study also revealed the use of deceptive “fictitious discounts” on both platforms, raising concerns regarding potential violations of consumer protection laws.

TesterArmy (YC P26) โ€“ Agents that test web and mobile apps

TesterArmy is an agentic testing platform that uses AI agents to automate end-to-end checks for web and mobile applications. The platform allows developers to define tests using natural language, eliminating the need for manual scripting and complex test maintenance. It integrates with tools like GitHub and Slack to provide reliable bug detection and real-time alerts for development teams.

Windows 2000 User Interface Highlights

This analysis examines the effective UI design principles used in Windows operating systems from version 3.0 through Windows 2000, with a primary focus on the Windows 2000 interface. It highlights how elements such as visual button feedback, clear menu hierarchies, and distinct icons facilitated an intuitive and recognizable user experience.

ACLU: Do Automatic License Plate Readers violate privacy under the 4th Amendment

The ACLU, ACLU of Virginia, and Electronic Frontier Foundation have filed an amicus brief in the Fourth Circuit Court of Appeals challenging Norfolk’s use of Automated License Plate Reader (ALPR) systems. The organizations argue that these systems violate Fourth Amendment privacy protections by indiscriminately collecting sensitive location data and enabling extensive retrospective surveillance.

Migrate from OpenClaw

The hermes claw migrate command enables the seamless transition of OpenClaw, Clawdbot, or Moldbot configurations into the Hermes platform. The tool automates the import of personas, memories, instructions, and skills, while providing features such as dry runs, data presets, and explicit API secret migration.

TypeScript 7.0 RC

The TypeScript 7.0 Release Candidate has been announced, featuring a codebase ported from JavaScript to Go that offers up to ten times the speed of version 6.0. This update maintains identical type-checking logic to ensure structural parity with previous versions while leveraging native code speed and shared memory parallelism.

Godot 4.7 Release

The Godot 4.7 release focuses on streamlining the engine and its surrounding ecosystem through the efforts of over 300 contributors. This milestone follows a period of rapid growth for the engine, with thousands of new titles being published weekly on platforms like Steam and itch.io.

Ubiquiti: Enterprise NAS, Built on ZFS

Ubiquiti has introduced ENAS, an enterprise-grade NAS built on the ZFS file system designed for performance and scalability. The platform provides a private, local storage solution that eliminates the high costs and complex management typically associated with traditional enterprise infrastructure.

Swiss parliament lifts ban on new nuclear power plants

The Swiss National Council has approved a counterproposal that would lift the ban on new nuclear power plants, subject to a final public vote. Additionally, parliament decided to fund the 13th AHV pension through an increase in value-added tax rather than higher payroll contributions.

Gerrymandle - Daily puzzle game where you redraw electoral districts

Gerrymandle is a daily puzzle game that allows players to redraw electoral districts to favor their chosen party through strategic grouping. The game mirrors the real-world practice of gerrymandering, illustrating how manipulating boundaries can influence election outcomes and impact democratic processes.

Memanto; open-source memory agent that remembers, recalls and answers

Memanto is an open-source memory agent designed to provide persistent context and long-term memory for AI tools like Claude Code, Cursor, and Codex. The system runs entirely on a user’s local machine without requiring API keys or external backends, utilizing an information-theoretic search engine to help agents achieve complex tasks.

Display.dev โ€“ the agent-agnostic workspace for HTML and .md artifacts

Display.dev provides a platform for sharing permanent, SSO-authenticated URLs for HTML and Markdown artifacts generated by any AI agent. The service enables a collaborative workflow where team members can leave inline comments that agents automatically read and resolve through updated publications.

Drowning Doesn’t Look Like Drowning (2021)

The “Instinctive Drowning Response” is a deceptively quiet phenomenon where individuals are physiologically unable to call for help because the body must prioritize breathing over speech and movement. Because drowning rarely involves the dramatic splashing or yelling depicted in media, many incidents go unnoticed even when adults are nearby.

Wages in America Are Too Low for the 30% Rule to Work for Renters Anymore

The traditional rule of spending no more than 30% of gross income on rent is becoming an unreliable measure of affordability as rising costs for essentials outpace wage growth. Because the metric ignores critical deductions like taxes, healthcare, and retirement contributions, following it blindly can lead to significant financial strain.

Git platform built for agentic era

The gitlawb platform presents a federated Git architecture designed for the agentic era, utilizing a DID-based protocol for repository cloning. Its live operator view allows for real-time monitoring of network data, including peer IDs, IPFS pins, and node identity.

Talos โ€“ Open-source WASM interpreter for Lean

Cajal has introduced Talos, an open-source framework designed for the formal verification of WebAssembly modules using the Lean theorem prover. The tool provides a Wasm interpreter optimized for binary-level reasoning, supporting any programming language with a WebAssembly backend, such as Rust, C++, and Go.

How Alberta Eradicated Rats

Alberta has remained rat-free for over seventy years by aggressively sealing its eastern border against potential incursions. Through continuous monitoring and rapid response to new arrivals, the province successfully prevents Norway rats from establishing a permanent population.

Has W Social switched to closed source?

Major European institutions, including the European Commission and the ECB, have migrated their ATproto accounts to the microblogging platform W Social. This move has raised concerns regarding the company’s lack of technical transparency and its potential transition toward a closed-source model.

The Korean telecom giant at the center of Anthropic’s Mythos controversy

A prominent South Korean telecommunications company has been identified as a central figure in the controversy surrounding Anthropic’s Mythos project. The situation underscores the significant role global telecom giants play in emerging AI-related developments.

Microsoft new Outlook takes 10 seconds to do what Outlook Classic does instantly

Microsoftโ€™s New Outlook for Windows experiences significant delays of up to 10 seconds when users attempt to open specific emails via Windows 11 notifications. This performance lag, which distinguishes it from the much faster Outlook Classic, is attributed to the app’s reliance on the WebView2 web-based engine.

New Features in Emacs 31

The upcoming Emacs 31 release aims to streamline user configuration through more automated Tree-sitter integration and easier grammar management. Additionally, the new version will feature the introduction of an experimental built-in markdown-ts-mode.

Large-scale Malware Distribution on GitHub

A security researcher has identified approximately 10,000 GitHub repositories involved in a large-scale campaign to distribute Trojan malware through links to malicious ZIP archives in their README files. The attack utilizes frequent README updates and specific commit patterns to mimic unique projects and evade detection by appearing as non-forked repositories.

Modos Color Monitor Pushes E-Paper Displays Further

The startup Modos has launched a crowdfunding campaign for its new Modos Flow, a 13.3-inch color e-paper monitor featuring touch input and high resolution. Powered by a new “Enchanter” display controller, the device offers improved performance and a 60-Hz refresh rate compared to the company’s previous development kit.

Challenging the Narrative of European Decline

The author challenges the narrative of Europe’s economic decline relative to the United States, arguing that conventional productivity metrics are fundamentally flawed. They contend that comparing output per hour fails to account for significant differences in working hours, material wealth, and social safety nets between the two regions.

NASA payload to ride commercial Mars orbiter from rocket biz yet to reach orbit

The Aeolus mission aims to improve Martian weather modeling via a commercial Mars orbiter. The success of this payload delivery depends on Relativity Space successfully launching its Terran R rocket into orbit.

ZTE and China Telecom Guangdong pilot cross-vendor IP networks for intelligent operations

ZTE and China Telecom Guangdong are advancing cross-vendor IP network simulation pilots to enable more intelligent network operations. This initiative leverages digital twins with over 95% fidelity to mitigate network change risks and achieve error-free operations and maintenance.

Google told researcher ‘Nice catch!’ Then denied bug bounty for flaw it still hasn’t fixed

Security researcher Justin O’Leary discovered a significant vulnerability in Google Cloudโ€™s Config Connector that could allow attackers to bypass identity controls and gain full access to cloud environments. While Google initially acknowledged the high-severity “ConfigConfusion” bug, the company later reversed its stance, claiming the software was working as intended and refusing to pay the researcher a bounty.

AI nose uses ‘Smell Language Model’ to sniff out signs of disease

A new “AI nose” technology uses a ‘Smell Language Model’ to detect signs of disease by analyzing patient breath. This innovation has the potential to save lives and reduce the strain on emergency room resources.

Transport for London keeps Capita behind wheel of road charging ops in ยฃ912M extension

Recent technology news highlights advancements in AI-driven disease detection and rising cybercrime rates across the Asia-Pacific region. Additionally, the digest covers critical security vulnerabilities in Microsoft SharePoint and significant updates within the open-source software community.

Oracle support timelines for Fusion Middleware tighter than expected

Recent technology news highlights tightening Oracle support timelines for Fusion Middleware and rising cybercrime trends across the Asia-Pacific region. Additionally, the report covers advancements in AI-driven medical diagnostics alongside critical cybersecurity patches and significant open-source software updates.

UK Cabinet Office hiring AI and innovation ‘influencer’ to build ‘AI-first culture’ in civil service

The UK Cabinet Office is recruiting an AI and innovation “influencer” to foster an “AI-first culture” within the civil service. Other major technology updates include rising cybercrime in the Asia-Pacific region, advancements in AI-powered medical diagnostics, and significant hardware developments in the semiconductor industry.

New telco job grants sudo access to cleartext customer data

This news digest covers recent advancements in artificial intelligence, such as new models for disease detection and updates to Appleโ€™s Siri, alongside rising cybersecurity threats like phishing attacks and increasing crime rates in Asia. It also highlights significant developments in networking infrastructure and software distribution across the technology industry.

Updating Stacked Pull Requests with git rebase –onto

When replacing a base commit in stacked pull requests through operations like squashing, dependent pull requests may continue to reference an outdated parent. The git rebase --onto <newparent> <oldparent> command can be used to redirect these child commits to point to the new parent commit instead.

The design of littlefs

littlefs is a filesystem designed for resource-constrained 32-bit microcontrollers to provide power-loss resilience and wear leveling. It specifically targets systems with limited memory, ensuring data integrity and device longevity within strictly bounded RAM and ROM constraints.

What are your Favorite Lobste.rs Comments?

A user on the Lobste.rs forum is inviting community members to share their favorite historical comments and insightful posts from the platform’s archives. The post aims to rediscover valuable discussions that may have been overlooked during the site’s long history.

Is It Time for a New Embedded Linux Build System?

Traditional embedded Linux build systems are struggling to keep pace with modern edge devices that increasingly function like cloud systems requiring frequent over-the-air updates. The growing complexity of software ecosystems necessitates a new approach to efficiently building and maintaining these dynamic, continuously evolving products.

The Future of the Con Is Already Here, It’s Just Not Evenly Distributed

Scammers are using fake job recruitment processes and fraudulent NDA signing platforms to steal credentials via deceptive “sign in with” authentication flows. Once they gain undetected access, attackers can monitor user activity, bypass security alerts, and systematically drain financial accounts or steal personal data.

usbliter8- Apple A12/A13 bootrom exploit

Researchers have discovered a new iPhone BootROM vulnerability, dubbed “usbliter8,” affecting Apple A12, S4/S5, and A13 SoCs. The exploit leverages a hardware bug in the Synopsys DWC2 USB controller alongside a firmware configuration flaw to achieve application processor boot-chain compromise.

Google workspace threatening to block firefox access

Google Workspace is reportedly warning Business Plus account holders that they may lose access if they do not switch from Firefox to Chrome. The platform indicates this change is necessary to meet organizational security requirements, although Firefox remains functional for now.

offset_of! slices

This article introduces a macro workaround for calculating the compile-time offset of unsized slice fields in structs on stable Rust. The implementation uses pointer arithmetic within a const block and a large dummy byte array to provide functionality similar to the unstable std::mem::offset_of! feature.

Open Source vs the Invisible Hand

Open-source software production defies several fundamental economic principles, including the free-rider problem, supply and demand, and rational self-interest. Despite these apparent market failures, this ecosystem of non-excludable goods provides the essential infrastructure for the modern commercial software industry.

The Hidden Elegance of Gradient Noise

This article explores the mechanics of Perlin noise, a technique used to generate smooth, natural-looking textures through deterministic pseudo-randomness. It details how utilizing gradient vectors and a specific fade curve allows complex visual effects, such as flowing water, to be simulated using simple arithmetic.

Nix for Haskell: Static Builds

This article explains how to use Nix to create statically-linked Haskell executables, which simplifies deployment by eliminating the need for external dependencies. It details the process of configuring a custom GHC derivation using specific Nix overlays and linking it with musl libc.

yay v13 and the AURpocalypse

Yay v13 introduces extensible Lua-based hooks to facilitate more efficient customization and automation through scripting. The update also includes new features designed to assist with package security reviews, such as tracking PKGBUILD modification times and maintainer changes.

Learning Lustre: Type-safe frontend development

During an internship building a credit score analysis application, the author utilized Lustre, a declarative and functional web framework for the Gleam language. The framework employs a Model-View-Update architecture to manage application state through message passing, providing type safety without the complexity of the JavaScript ecosystem.

Magic Buffers and io_uring Registered Buffers

An author has demonstrated that a “Magic Ring Buffer” technique, which uses mmap to map a single memory region into two contiguous virtual address ranges, remains functional when used with io_uring’s registered buffers. A test application confirmed that writing across the buffer’s seam using io_uring_prep_write_fixed works as expected for KDB IPC messages.

Sigma 45mm f/2.8 Lens Repair & Analysis

This article details the repair process for a Sigma 45mm f/2.8 lens that experienced total electronic failure despite showing no external mechanical damage. The author outlines the initial inspection, required tools, and the preliminary stages of disassembly used to investigate the electrical malfunction.

CLI Authentication, the Right Way

Many modern CLI tools use an OAuth authentication pattern that relies on a local HTTP server to intercept browser redirects, which works well only when the CLI and browser reside on the same machine. This method fails in headless environments like SSH sessions or containers where no local browser is available to complete the loopback process.

Google loses fight over Jan 6 pipe bomb probe warrant targeting 300+ RNC/DNC HQ searchers

Newly unsealed documents reveal that Google contested a DOJ warrant seeking the identities of hundreds of users who searched for Democratic and Republican headquarters before pipe bombs were planted in early 2021. The company argued the request was “grossly overbroad” and risked subjecting innocent people to government scrutiny based on their political search history.

Sen. Gillibrand’s son’s APEC, a derivatives exchange, raises $30M at $300M valuation led by Lux

APEC, a derivatives exchange founded by Theodore Gillibrand, has raised $30 million in a funding round led by Lux Capital at a $300 million valuation. The startup aims to launch a regulated U.S. platform for trading perpetual futures on equities and stock indexes.

Book: Trump mocked Zuckerberg & Bezos for ‘kissing my ass’; Musk called it ‘first-class groveling’

A new book by Maggie Haberman and Jonathan Swan reveals that tech leaders Mark Zuckerberg and Jeff Bezos attempted to curry favor with Donald Trump following his 2024 election victory. The authors detail how Trump mocked these efforts behind their backs, even sharing text messages from Zuckerberg with associates while describing the executives’ attempts as “kissing my ass.”

Rockstar Games: GTA VI pre-orders start June 25; TTWO jumps 5%+

Rockstar Games has announced that pre-orders for Grand Theft Auto VI will begin on June 25, alongside the reveal of official cover art. The company also updated its social media branding with a new aesthetic, signaling an active marketing phase ahead of the game’s scheduled November 19 release.

Ex-Trump AI adviser Dean Ball joins OpenAI to lead new Strategic Futures policy team

Dean Ball, a former Trump administration AI adviser, is joining OpenAI to lead a new team called Strategic Futures. The group will focus on the company’s internal governance and frontier AI policy.

Waymo pulls ~4K robotaxis from highways due to 13+ construction zone incidents

Waymo has issued a voluntary software recall to restrict its fleet of nearly 4,000 robotaxis from driving on highways following at least 13 instances of vehicles entering closed construction zones. While the company works on a fix for the issue, it will continue operating its vehicles on surface streets.