OpenAI and Broadcom have unveiled Jalapeño, a custom chip optimized for LLM inference. However, rapid AI adoption has caused infrastructure incidents in 93% of organizations, and a massive breach at Xsolis exposed 1.4 million patient records. Meanwhile, Python errors have invalidated Microsoft’s quantum computing claims, as active exploits continue to target Cisco and SharePoint systems worldwide.
🤖 Artificial Intelligence
Introducing the MDN MCP server
The MDN MCP server has been released, allowing AI tools and IDEs to access up-to-date MDN documentation and browser compatibility data via the Model Context Protocol. This experimental tool aims to provide coding agents with accurate, real-time web platform information to prevent reliance on outdated training data.
- Introducing the MDN MCP server — developer.mozilla.org
Trase raises $107M seed led by Arch for AI agent infrastructure in healthcare and defense.
Trase, an AI operating system company focused on industries such as healthcare and defense, has raised $107 million in seed funding led by Arch Venture Partners. The company plans to seek more than $125 million in Series A funding later this year.
- Trase raises $107M seed led by Arch for AI agent infrastructure in healthcare and defense. — axios.com
An analysis of GPT-5.5, Gemini 3.1 Pro, Grok 4.3, Gab’s Arya, and other AI models: most chatbots …
A Washington Post investigation found that several prominent AI chatbots exhibit noticeable political leanings when responding to various political questions. The analysis revealed that while Google’s Gemini often presented balanced viewpoints, OpenAI’s ChatGPT frequently offered left-leaning arguments, even among models marketed as conservative like Elon Musk’s Grok.
- An analysis of GPT-5.5, Gemini 3.1 Pro, Grok 4.3, Gab’s Arya, and other AI models: most chatbots … — washingtonpost.com
Slop Paralysis
“Slop paralysis” refers to the overwhelming loss of motivation or ability to review code produced by AI coding agents. To combat this, the author suggests strategies such as manually editing agent-generated plans to limit output volume or refactoring code in small, manageable modules.
- Slop Paralysis — elijahpotter.dev
Computer use in Gemini 3.5 Flash
Gemini 3.5 Flash now features natively integrated computer use capabilities, enabling developers to build agents capable of interacting across browser, mobile, and desktop environments. This update aims to enhance automation for complex enterprise tasks while introducing new security measures to mitigate prompt injection risks.
- Computer use in Gemini 3.5 Flash — blog.google
Big AI labs are hiring philosophers
Major artificial intelligence laboratories are increasingly recruiting philosophers to help navigate the complex ethical, safety, and alignment challenges posed by advancing technology. These specialists aim to address critical questions regarding machine morality, decision-making frameworks, and the long-term societal implications of artificial general intelligence.
- Big AI labs are hiring philosophers — economist.com
RubyLLM: A Ruby framework for all major AI providers
RubyLLM is a unified Ruby framework that provides a single interface for interacting with all major AI providers, including GPT, Claude, and Ollama. The framework simplifies the development of various AI-driven applications, such as chatbots, agents, and RAG workflows, by offering consistent APIs for features like vision, audio transcription, and tool integration.
- RubyLLM: A Ruby framework for all major AI providers — rubyllm.com
AI Is Designing Radio Chips That Humans Couldn’t Even Imagine
Researchers at Princeton are using reinforcement learning and diffusion models to automate the complex design of radio-frequency integrated circuits (RFICs). This AI-driven approach significantly reduces design time while achieving record performance levels, potentially accelerating advancements in wireless technologies such as 5G and 6G.
- AI Is Designing Radio Chips That Humans Couldn’t Even Imagine — spectrum.ieee.org
Everyone Is Wrong About AI Except Me
The author argues that popular culture has conditioned society to believe that artificial intelligence possesses human-like qualities and may even be superior to humans. By highlighting examples from various films and media, the article suggests this cultural priming heavily influences current debates regarding the nature of AI.
- Everyone Is Wrong About AI Except Me — jasonpargin.substack.com
Haystack: Open-Source AI Framework for Production Ready Agents, RAG
Haystack is an open-source AI framework designed for building production-ready agents, RAG systems, and context engineering workflows. Its modular architecture allows developers to orchestrate complex processes like retrieval and reasoning while seamlessly integrating with various AI models and databases.
- Haystack: Open-Source AI Framework for Production Ready Agents, RAG — haystack.deepset.ai
How to burst the AI bubble: Strike at its roots
In his new book, The Reverse Centaur’s Guide to Life After AI, Cory Doctorow explores the concept of “reverse centaurs,” where humans serve as mere appendages to automated systems. He argues that rather than augmenting human ability, the AI industry is increasingly using technology to reduce people to manual or supervisory roles under algorithmic control.
- How to burst the AI bubble: Strike at its roots — arstechnica.com
Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?
This paper challenges the “lottery ticket” analogy used to explain why large neural networks succeed, arguing that it incorrectly suggests subnetworks operate in isolation. Instead, the authors propose that overparameterization works by expanding optimization dimensions and reducing the prevalence of bad local minima within the loss landscape.
- Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions? — infoscience.epfl.ch
Grok Build 0.1: Intelligence, Performance and Price Analysis
Grok Build 0.1 0616 is a high-performing model that offers above-average intelligence and faster processing speeds at competitive prices. It supports both text and image inputs with a 256k token context window, though it is noted for being particularly verbose.
- Grok Build 0.1: Intelligence, Performance and Price Analysis — artificialanalysis.ai
Qwen-AgentWorld: Language World Models for General Agents
Researchers have introduced Qwen-AgentWorld, a series of language world models designed to enhance general agents by predicting environment dynamics across seven distinct domains. These models serve as both scalable simulators for reinforcement learning and robust foundation models that significantly improve performance on various downstream agentic tasks.
DiffusionBench: Towards Holistic Evaluation of Generative Diffusion Transformers
DiffusionBench has introduced a unified codebase designed for the holistic evaluation of generative diffusion transformers across various tasks, such as Text-to-Image and ImageNet. The project recently released its preliminary technical report (v0.1) and is seeking community contributors to enhance its robustness and scope.
Chinese universities are cutting language majors to make way for AI
Chinese universities are reducing foreign language and translation programs to make room for new majors focused on artificial intelligence and emerging technologies, such as “embodied intelligence.” Driven by national strategic goals, this top-down restructuring aims to align higher education with the needs of a rapidly evolving, AI-driven economy.
- Chinese universities are cutting language majors to make way for AI — restofworld.org
How to Passive-Aggressively Shame People Who Use LLMs Selfishly
This article critiques “selfish” Large Language Model usage, which the author defines as using AI to save personal time at the expense of others’ productivity and readability. To combat this trend, the author proposes a variety of emojis intended to subtly or overtly shame users of low-quality, AI-generated content.
- How to Passive-Aggressively Shame People Who Use LLMs Selfishly — joshmoody.org
💻 Software & Development
Announcing the RubyConf VIP Raffle
RubyConf has announced a raffle for an exclusive VIP experience available to attendees who purchase tickets before July 1, 2026. Five winners will receive perks such as dinner with speakers and reserved keynote seating, while all early registrants will also receive a limited edition conference pin.
- Announcing the RubyConf VIP Raffle — rubycentral.org
How to Write an Effective Software Design Document
An effective software design document helps developers avoid costly implementation errors and facilitates collaboration among teammates. The article provides guidance on determining when a design doc is necessary and how much effort should be invested based on project complexity and risk.
- How to Write an Effective Software Design Document — refactoringenglish.com
Slint 1.17 Released
Slint developers have released version 1.17 of the Slint UI toolkit, introducing new features to enhance its desktop-ready capabilities. This update adds support for drag and drop, system tray icons, tooltips, radio groups, and two-way bindings on model rows.
- Slint 1.17 Released — slint.dev
Running Windows Games on Hobby OS
The developer of the hobby operating system Astral has successfully ported Wine, enabling Windows-based games such as Cogmind and Deltarune to run on the platform. This achievement required implementing LDT support for 32-bit compatibility via WoW64 and configuring Mesa to provide necessary EGL functionality.
- Porting WINE to a new Hobby OS — astral-os.org
C++ Lifetime-End Pointer-Zap and OOTA Progress
The June 2026 C++ standards committee meeting in Brno saw significant progress regarding lifetime-end pointer zap and out-of-thin-air (OOTA) accesses. Three working papers related to pointer zap have been voted into the C++29 standard, while the latest draft standard includes new provisions to prevent circular OOTA value computations.
- C++ Lifetime-End Pointer-Zap and OOTA Progress — people.kernel.org
The Joy and Power of Understanding
Gaining a deep understanding of software systems provides developers with both practical control and personal satisfaction. However, the ease of using Large Language Models often leads to tempting shortcuts that can result in skill degradation and a loss of mastery over complex code.
- The Joy and Power of Understanding — binaryigor.com
Flatpak package for GIMP 0.54.1 (1996)
A Flatpak package has been made available for GIMP version 0.54.1, a software release from 1996. This enables users to run this legacy version of the image editor via the Flatpak container system.
- Flatpak package for GIMP 0.54.1 (1996) — gitlab.gnome.org
Blogging can just be stating the obvious
The article explores how blogging can serve as a platform for highlighting obvious truths, such as the intrusive and user-hostile popups currently prevalent on many websites. Drawing on John Gruber’s critique of these patterns, the author argues that some of the most valuable posts are those that call out widely accepted but frustratingly common-sense issues.
- Blogging can just be stating the obvious — blog.jim-nielsen.com
Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
StatusDude demonstrates how to achieve zero-downtime production deployments using Docker Compose and HAProxy as a simpler alternative to Kubernetes. The author details the technical challenges encountered when attempting similar setups with Traefik, specifically citing issues with service definition conflicts and routing delays during scaling operations.
GitHub shouldn’t be a dependency for publishing Rust on crates.io
The article argues that GitHub should not be a mandatory dependency for publishing Rust packages on crates.io. It addresses the implications of relying on external platforms for the ecosystem’s package registry.
- GitHub shouldn’t be a dependency for publishing Rust on crates.io — infosec.exchange
Welcome to Gentoo is Rice, the Volume goes to 11 here
This satirical article features a collection of real quotes that mock the extreme focus on system optimization within the Gentoo Linux community. It highlights the perceived obsession among some users with compiling all software from source to achieve marginal hardware performance gains.
- Welcome to Gentoo is Rice, the Volume goes to 11 here — shlomifish.org
I rewrote PostHog’s SQL parser, 70x faster, while barely looking at the code
PostHog has rewritten its SQL parser using multiple parallel Claude Code sessions, achieving an approximately 70x increase in performance. The new “hand”-rolled parser replaces a previous ANTLR-based system and remains functionally equivalent for most realistic queries.
Introduction to Making Makefiles
This guide provides an introduction to using the make interpreter for general automation tasks beyond C programming. It covers the fundamental structure of Makefiles, including defining variables, creating explicit rules, and managing task dependencies.
- Introduction to Making Makefiles — jfranken.de
Windage – free browser remake of Scorched Earth
Windage is a free, browser-based remake of the classic artillery game Scorched Earth, playable on both desktop and mobile without downloads or sign-ups. Players can compete against up to six opponents or CPU tanks across destructible terrain using various weapons and wind compensation mechanics.
- Windage – free browser remake of Scorched Earth — windage.online
I taught a bucket to speak Git
Using the “billy” filesystem abstraction for Go, a developer demonstrated how to enable a Git server to operate directly on a Tigris object storage bucket. The implementation leverages Git’s content-addressed and append-only architecture, which aligns naturally with the fundamental model of object storage.
- I taught a bucket to speak Git — tigrisdata.com
There are a few things that I look back on as my mistakes in the early days
John Carmack has shared a retrospective regarding several mistakes he made during the early stages of his career. The post provides insights into the lessons learned from his formative professional years.
Deep dive into iroh: Replacement for WireGuard or P2P layer for your application
This article provides an in-depth exploration of iroh and its potential utility. It examines whether iroh can serve as a replacement for WireGuard or function as a P2P layer for various applications.
PR spam today looks like email spam in the early 2000s
The sudden surge in AI-generated pull requests on the OpenClaw repository has caused merge rates to drop significantly as low-effort “slop” overwhelms maintainers. This trend is being compared to early 2000s email spam, highlighting an urgent need for contributor reputation systems and trust management tools in open source.
- PR spam today looks like email spam in the early 2000s — greptile.com
Nub – A Bun-like all-in-one toolkit for Node.js
Nub is a new all-in-one toolkit designed to enhance the Node.js runtime using a --require preload hook. It provides an oxc-powered transpiler, module resolution hooks, and polyfills for APIs like Worker and Temporal while still utilizing Node’s native engine and standard library.
- Nub – A Bun-like all-in-one toolkit for Node.js — github.com
LookAway, a Mac break reminder that knows when not to interrupt
LookAway is a native macOS break reminder app designed to provide non-interruptive alerts using context-aware technology that pauses during meetings or video playback. The software also includes an iOS counterpart, LookAway Mirror, to help users avoid phone scrolling during their scheduled breaks.
System design rules I always come back to
The article outlines ten fundamental system design rules developed from years of professional experience. These principles emphasize managing architectural tradeoffs, asking critical scaling questions, and prioritizing simplicity to ensure both performance and reliability.
- System design rules I always come back to — thetrueengineer.com
Systems optimization should be part of CI/CD
LEVI is a new algorithmic discovery framework designed to reduce the high costs of AI-Driven Research for Systems (ADRS) by utilizing smaller, cheaper models for most mutations. By reserving larger models only for major paradigm shifts, LEVI achieves stronger results at a cost that is 3–7× lower than current baselines.
- Systems optimization should be part of CI/CD — ucbskyadrs.github.io
Minimus container images are now free
Minimus has made its secure container images available for free, which can be deployed using curated Helm charts. The free tier is provided without official support, SLAs, or guaranteed patching timelines.
- Minimus container images are now free — images.minimus.io
Too many R packages: CRAN is inundated with submissions
The number of new R packages being accepted into CRAN is experiencing rapid growth, making it increasingly difficult for community members to curate and review submissions. This surge raises concerns regarding the quality and utility of these packages, as many may lack significant statistical contributions or sufficient documentation.
You can’t unit test for taste
The author is developing “In the Long Run,” an app that uses Strava mileage to track virtual progress along famous global running routes. To enrich these interactive maps with points of interest, they implemented a data pipeline using GeoNames, Python, and DuckDB with assistance from AI coding agents.
- You can’t unit test for taste — dev.karltryggvason.com
GloriousEggroll’s Proton has been rebased on Proton 11
GE-Proton11-1 has been released, featuring a significant rebase onto Proton 11 and a major rework of the video playback system. The update also introduces several new features, including d7vk support, a Discord bridge, and optiscaler support.
“Fix” MacBook Neo Cursor Lag: Record 1 Pixel of the Screen Every 10 Seconds
A new utility called “Unlag Neo” has been introduced to address cursor lag issues on the MacBook Neo by recording a single pixel of the screen every ten seconds. The provided script automates the compilation and setup of this macOS application using Swift.
Y – A malleable coding-agent desktop app built with Electron
y is an Electron-based desktop application designed as a malleable, chat-first workspace for coding agents like Claude Code and OpenAI Codex. The app features a unique “Modify” surface that allows users to reshape the software’s own interface through safe, diff-gated updates and rollbacks.
🔒 Security & Privacy
Making Rust supply chain attacks harder with Cackle (2023)
The article illustrates the growing threat of supply-chain attacks in the Rust ecosystem through a hypothetical scenario involving compromised dependencies. It outlines various attack vectors and suggests preventative practices, such as utilizing code vetting databases to enhance software security.
- Making Rust supply chain attacks harder with Cackle (2023) — davidlattimore.github.io
A CVE Dispute
As a CVE Numbering Authority, the curl project manages its own vulnerability identifiers and avoids assigning CVEs to extremely low-risk issues to prevent unnecessary global patching efforts. The project is now navigating its first dispute regarding whether a recently reported security problem should have been assigned a CVE.
- A CVE Dispute — daniel.haxx.se
The Intercept Sues to Uncover Secretive Government Anti-Protester Database
The Intercept has filed a lawsuit against the U.S. Department of Homeland Security to compel the release of documents concerning an alleged database used for surveilling protesters. The legal action aims to investigate reports that the government uses surveillance data to retaliate against individuals exercising their First Amendment rights through measures such as travel restrictions.
- The Intercept Sues to Uncover Secretive Government Anti-Protester Database — theintercept.com
The CAPTCHA arms race: from distorted text to browser identity
As machine learning continues to bypass traditional CAPTCHA generations, web security is shifting from task-based challenges toward browser identity verification. With the rise of AI agents performing automated workflows, the focus has moved from testing human behavior to authenticating the identity of the browsing entity.
- The CAPTCHA arms race: from distorted text to browser identity — browserbase.com
White House app auto-downloads to government phones, can’t be uninstalled
A new White House mobile app has been automatically installed on the work phones of millions of federal employees and cannot be deleted by users. Government workers have expressed concerns regarding the app’s potential privacy risks and its content, which some describe as biased propaganda.
Stealing Is a Skill
The author argues that “stealing,” or recreating existing works, is a powerful skill for rapid learning and building value. By utilizing Virgil Abloh’s “3% approach”—modifying only a small portion of an original creation—creators can deeply study the mechanics of successful designs to eventually develop their own unique brand identity.
- Stealing Is a Skill — ben-mini.com
Hospitals switched to pen and paper to defeat a national cyber-attack
In February 2024, over 100 Romanian hospitals were forced to disconnect from the internet and revert to pen-and-paper methods to mitigate a massive ransomware attack. The breach targeted the widely used Hippocrates medical software, prompting authorities to halt digital operations to prevent the hackers from spreading across the national healthcare network.
⚙️ Hardware & Infrastructure
Google Home Speaker review: the $100 speaker, the company’s first such device in six years, works…
Google has released a new $100 speaker, marking its first hardware device of this kind in six years. The speaker is specifically designed to integrate the company’s Gemini AI platform directly into the home for 24/7 interaction.
- Google Home Speaker review: the $100 speaker, the company’s first such device in six years, works… — bloomberg.com
The Xteink X4 E-Ink Reader
The Xteink X4 is an affordable £40 e-ink reader characterized by its ultra-portable, lightweight design that can be attached to a smartphone via MagSafe. While the stock firmware offers minimal features, custom firmware options like Papyrix and Inx significantly enhance the device with advanced typography and expanded file support.
- The Xteink X4 E-Ink Reader — blog.omgmog.net
45°C cooling design cuts data center water use to near zero
NVIDIA’s new Rubin generation AI infrastructure features a 100% liquid-cooled design that can operate with cooling liquids at temperatures up to 45°C. This closed-loop system significantly reduces data center energy consumption and brings water usage to near zero by utilizing dry coolers instead of traditional evaporative cooling.
- 45°C cooling design cuts data center water use to near zero — blogs.nvidia.com
We’re making Bunny DNS free: because a faster internet won’t build itself
Bunny.net has announced that it is eliminating all DNS query fees for its Bunny DNS service to make high-performance routing more accessible. The update includes free DNS hosting for up to 500 domains per account with no usage-based charges, provided the user meets the platform’s standard $1/month minimum spend.
Raspberry Pi Pico W as USB Wi-Fi Adapter
The Raspberry Pi Pico W can be configured to function as a USB Wi-Fi adapter. This allows computers to leverage the microcontroller’s integrated wireless capabilities through a USB connection.
- Raspberry Pi Pico W as USB Wi-Fi Adapter — gitlab.com
The Teensy Executable Revisited
In this follow-up to a previous essay, the author aims to create an extremely small executable that strictly adheres to ELF specifications rather than relying on non-compliant hacks. The article demonstrates how techniques such as overlapping data structures can further reduce the file size from 91 bytes down to 83 bytes.
- The Teensy Executable Revisited — muppetlabs.com
🏢 Tech Business & Policy
Wikipedia Workers Seek Union Recognition
British-based employees of the Wikimedia Foundation have formally requested union recognition through the Communication Workers Union, marking a global first for workers at the online encyclopedia. The move aims to address growing staff concerns regarding organizational transparency, accountability, and the foundation’s future direction.
- Wikipedia Workers to Seek Union Recognition — cwu.org
- UK Wikipedia Workers seek union recognition — utaw.tech
AOL was down (1996)
An article explores a 19-hour America Online outage from August 1996 that gained national prominence by appearing on the front page of the New York Times. The author, a site reliability engineer, uses this historical event to reflect on the growing human dependency on internet stability and its impact on modern engineering practices.
- AOL was down (1996) — ngrok.com
NYC-based Taktile, which helps fintechs build automated decision-making workflows, raised a $110M…
Taktile, an AI startup that automates decision-making workflows for financial institutions, has raised $110 million in a Series C funding round led by an arm of Goldman Sachs. The company plans to use the new capital to expand its software capabilities and open a new office in São Paulo.
- NYC-based Taktile, which helps fintechs build automated decision-making workflows, raised a $110M… — fortune.com
Amazon plans to expand Amazon Now to 300+ Indian cities and towns, up from 100 at present, as CEO…
Amazon is expanding its “Amazon Now” quick delivery service in India from 100 to over 300 cities and towns. Announced during CEO Andy Jassy’s first trip to India, the move aims to accelerate the company’s fast commerce presence in the key growth market.
- Amazon plans to expand Amazon Now to 300+ Indian cities and towns, up from 100 at present, as CEO… — bloomberg.com
The US FDA drops an enforcement complaint against Whoop over its blood pressure tracking tool, re…
The US Food and Drug Administration (FDA) has dropped its enforcement complaint against fitness tracker brand Whoop Inc. regarding its blood-pressure tracking tool. This decision allows the company to continue offering its “Blood Pressure Insights” feature without the threat of federal agency enforcement.
- The US FDA drops an enforcement complaint against Whoop over its blood pressure tracking tool, re… — bloomberg.com
Q&A with AWS CEO Matt Garman on the parallels between early AWS and AI, Quick, AI coding, Amazon’…
AWS CEO Matt Garman argues that AI will transform rather than eliminate entry-level roles, emphasizing the necessity of hiring junior talent for long-term company growth. This perspective contrasts with Amazon’s development of AI agents capable of performing white-collar tasks and its ongoing corporate workforce reductions.
- Q&A with AWS CEO Matt Garman on the parallels between early AWS and AI, Quick, AI coding, Amazon’… — platformer.news
Humanoid robot maker Agility plans to go public via a merger with Michael Klein’s SPAC, in a deal…
Agility Robotics, a startup specializing in humanoid robots for warehouses and manufacturing, plans to go public through a merger with Michael Klein’s special-purpose acquisition company, Churchill Capital Corp. XI. The deal is expected to value the company at approximately $2.5 billion and will list under the ticker symbol AGLT.
Micron stock jumps 12% as memory crunch lead to quadrupling of revenue
Micron’s third-quarter revenue more than quadrupled to $41.46 billion, significantly exceeding analyst expectations due to surging demand for memory chips driven by the artificial intelligence boom. The company also reported explosive growth in its data center business and secured $22 billion in long-term supply agreements, leading to a significant jump in its stock price.
Elastic lays off 7% of employees
Elastic has announced an organizational restructuring that includes a reduction of approximately 7% of its workforce. CEO Ash Kulkarni stated the move aims to simplify the company’s structure and better adapt to industry shifts driven by advancements in AI and automation.
- Elastic lays off 7% of employees — elastic.co
U.S. health spending on pace to hit $6T
U.S. health care spending rose to $5.7 trillion in 2025, representing a 7.3% increase from the previous year. This growth is driven by an increased frequency of medical visits and procedures, along with the rising costs of weight loss drugs.
- U.S. health spending on pace to hit $6T — statnews.com
Russia’s Wiki warfare tries to distort reality, documents show
Documents reveal that Russia employs “wiki warfare” strategies intended to manipulate information and distort reality. These tactics aim to compromise the truth through systematic digital manipulation.
- Russia’s Wiki warfare tries to distort reality, documents show — japantimes.co.jp
Thomann takes legal action against Fender
Musikhaus Thomann is pursuing legal action against Fender following the company’s recent cease and desist demands targeting various manufacturers and dealers over S-style guitar body shapes. Thomann argues that defending the use of these designs is essential for maintaining innovation and competition within the guitar industry.
- Thomann takes legal action against Fender — thomann.de
Announcing Mozilla.org, a New 501(C)(3) Nonprofit
Mozilla has launched Mozilla.org, a new 501(c)(3) nonprofit designed to steward the long-term success and strategic direction of the Mozilla Project. The organization will act as a strategic endowment to manage funding, brands, and long-term strategy across Mozilla’s various initiatives, including its focus on AI and user privacy.
- Announcing Mozilla.org, a New 501(C)(3) Nonprofit — blog.mozilla.org
Ex-Meta CTO Says It’s a Great Time to Build a Hard Tech Company
Former Meta CTO Mike Schroepfer has launched Gigascale Capital, a new $250 million fund focused on companies rebuilding the physical economy. The firm targets “hard tech” sectors such as energy infrastructure, advanced manufacturing, and robotics, driven by the increasing demand for AI and industrial capacity.
- Ex-Meta CTO Says It’s a Great Time to Build a Hard Tech Company — news.crunchbase.com
Journalism is rearranging the deckchairs. It needs to reinvent itself
Journalism is facing an existential crisis that superficial technological or procedural updates cannot solve. To recover, newsrooms must move beyond simple audience outreach and refocus on their core purpose of providing practical, trustworthy information to build community trust. This requires shifting from a broadcast-style mindset toward active, two-way engagement with the people they serve.
Wealtii – A multi-sig digital asset index fund built by a solo founder
Wealtii is a digital asset index fund platform that offers diversified, 1:1 asset-backed portfolios starting from $10. The service utilizes Gnosis Safe multi-sig custody for enhanced security and plans to expand its current cryptocurrency offerings to include tokenized gold, silver, and stocks.
Slate Auto’s electric truck starts at $24,950 with 205 miles of range
EV startup Slate Auto has announced a starting price of $24,950 for its new electric truck and officially opened preorders. The base model offers an estimated range of 205 miles and features a stripped-down design intended to undercut competitors in the U.S. market.
Slate EV truck starts at $24,950
The Slate EV truck starts at $24,950 and offers a highly customizable design that can be configured as a two-seat pickup, a five-seat SUV, or a Fastback. The vehicle is designed for easy DIY maintenance with over 200 available accessories and supports charging via standard wall outlets or Tesla Superchargers.
- Slate EV truck starts at $24,950 — slate.auto
Founding a company in Germany: €9600, 152 days and I still can’t send an invoice
An entrepreneur attempting to found a company in Germany has spent over €9,600 and endured five months of bureaucratic delays without being able to issue a single invoice. The process remains stalled due to the ongoing wait for a VAT ID, which prevents the business from billing both domestic and international clients.
Reid Hoffman says SpaceX ’not an AI company’, xAI ‘complete train wreck’
LinkedIn co-founder Reid Hoffman criticized Elon Musk’s AI ventures, labeling SpaceX “not an AI company” and describing xAI as a “complete train wreck.” He also expressed alarm regarding the U.S. government’s recent directive to restrict access to certain Anthropic models due to security concerns.
European Commission’s Metsola Overrides MEPs to Force Through Chat Control
European Parliament President Roberta Metsola is seeking approval from EU member states for a controversial law aimed at scanning online platforms for child sexual abuse material. The move follows repeated rejections of the bill by her own chamber, sparking a debate between advocates for child safety and privacy campaigners warning against potential mass surveillance.
It’s Well Past Time for a Four-Day Workweek
The article advocates for a transition to a four-day workweek, noting that shorter hours can enhance both worker well-being and productivity. It references historical precedents where reduced working hours led to increased efficiency and argues that such transformative changes must be driven by policy rather than employer initiative.
- It’s Well Past Time for a Four-Day Workweek — jacobin.com
Intel shareholder sues to void deal giving U.S. gov $11B in stock for free
An Intel shareholder has filed a lawsuit seeking to invalidate a deal that grants the U.S. government $11 billion in company stock for free. The legal challenge aims to void the arrangement providing the government with this significant equity stake.
How Quake Ruined Id Software
The grueling development of Quake caused significant burnout at id Software, resulting in the departure of key figures like John Romero and Sandy Petersen. Although this loss of talent altered the studio’s trajectory, the author argues that the creation of such an iconic game ultimately justified the cost.
- How Quake Ruined Id Software — twitter.com
I Read the Palantir Manifesto
James Corbett of The Corbett Report analyzes a manifesto titled “The Technological Republic,” co-authored by Palantir CEO Alex Karp. The report examines Palantir’s role in providing AI-powered surveillance technology to intelligence agencies and critiques Karp’s recent public statements.
- I Read the Palantir Manifesto — corbettreport.com
‘The Worst It’s Ever Been’: Why Meta’s AI Reorg Backfired Spectacularly
A leaked internal memo from Meta’s CTO, Andrew Bosworth, reveals that a rushed restructuring of the company’s Applied AI division has severely damaged employee morale. The reorganization resulted in overly large teams and insufficient managerial support, prompting Meta to implement new limits on the number of direct reports allowed per manager.
🌍 Science & World News
How Chicago is betting on quantum computing, including turning the site of its former US Steel mi…
Chicago is transforming the site of a former U.S. Steel mill on its South Side into a new quantum-technology campus. The project aims to drive economic growth in Illinois and position the city as a leader in the next high-tech era, with quantum computer components expected to arrive this summer.
Spatially distributed complex organic matter detected in Mars crater
Complex organic matter has been detected within an ancient river valley in the Jezero crater on Mars. The discovery involves spatially distributed material identified across several target sites, including the Neretva Vallis region.
A magnitude 6.9 earthquake has struck near Iwate Pref Japan
A magnitude 6.9 earthquake has struck near Iwate Prefecture in Japan. No further details regarding casualties or damage have been reported.
- A magnitude 6.9 earthquake has struck near Iwate Pref Japan — www3.nhk.or.jp
Utah officials warn of ‘unprecedented’ water shortages as towns run dry
Utah officials are warning of unprecedented water shortages as some towns throughout the state begin to run dry. The crisis stems from record-low water supplies in Utah and other Colorado River states, while negotiations regarding the river’s management remain at a standstill.
Long Island’s Decommissioned Nuclear Power Plant
The Shoreham Nuclear Power Plant on Long Island has remained vacant since 1994 after public opposition prevented it from obtaining an operating license. The decommissioned facility, which still houses original industrial equipment and a vintage control room, has recently become available as a filming location.
- Long Island’s Decommissioned Nuclear Power Plant — nickcarr.com
52-hertz whale
The 52-hertz whale, nicknamed “52 Blue,” is an unidentified species whose unique vocalizations at 52 Hz have been detected in the North Pacific since the late 1980s. Because its frequency differs from other known whales, it has famously been described as the “world’s loneliest whale.”
- 52-hertz whale — en.wikipedia.org
Reducing tick density along recreational trails in Ottawa, Canada
The provided text contains a title regarding reducing tick density along recreational trails in Ottawa, Canada, but lacks any substantive article content due to a CAPTCHA verification message. Consequently, no factual details are available to summarize the news event.
- Reducing tick density along recreational trails in Ottawa, Canada — sciencedirect.com
Quebec town recognizes trees as living beings with rights
The Quebec town of Terrasse-Vaudreuil has officially recognized trees as living beings with their own rights, making it the first municipality in Canada to sign the Universal Declaration of the Rights of the Tree. The resolution aims to protect local greenery by ensuring trees’ rights to life and regeneration are upheld through updated municipal bylaws and new planting initiatives.
President Abruptly Cancels Signing Ceremony for Bipartisan Housing Bill
President Trump canceled a signing ceremony for a bipartisan housing bill, demanding instead that lawmakers pass stricter voter-eligibility legislation. During a subsequent lunch meeting with Republican senators, he engaged in heated confrontations regarding the Iran war and criticized several senators for their stances on presidential war powers.
Edsger Dijkstra’s Library (Housed and Archived in Leuven, Belgium)
A large collection of scientific books, manuscripts, and university notebooks belonging to Edsger Dijkstra has been archived in Leuven, Belgium. The archive includes his physics course notes from Leiden University and various works by E.T. Bell that influenced his mathematical thinking.
- Edsger Dijkstra’s Library (Housed and Archived in Leuven, Belgium) — dijkstrascry.com
Venezuela reveals $240B in debt it cannot pay (~$100B more than expected)
Venezuela’s interim government plans to acknowledge a $240 billion debt, significantly exceeding previous market estimates of up to $200 billion. This move is part of an effort to initiate the largest sovereign debt restructuring ever recorded and return the country to international financial markets.
Call it what it is–the US has lost its hold on measles elimination
Recent genetic analysis suggests the United States may have lost its measles elimination status due to evidence of continuous local transmission across several states. By tracing mutations in over 1,800 viral sequences, researchers identified a single chain of infection spreading from Texas to Utah and beyond, indicating that domestic transmission has persisted for over a year.
- Call it what it is–the US has lost its hold on measles elimination — cidrap.umn.edu
Supreme Court Empowers Prison Guards to Violate Religious Rights with Impunity
The Supreme Court has ruled that individuals cannot sue prison officials for monetary damages for violating religious rights under the Religious Land Use and Institutionalized Persons Act (RLUIPA). The decision follows a case in which an incarcerated Rastafarian’s hair was forcibly shaved by Louisiana officials, effectively limiting the ability of prisoners to seek financial compensation for such violations.
- Supreme Court Empowers Prison Guards to Violate Religious Rights with Impunity — ballsandstrikes.org
Downed US pilot reported seeing Iranian drones swarm in ‘jellyfish’ formation
A US fighter jet pilot rescued after being shot down over Iran reported seeing multiple Iranian drones flying in a coordinated “jellyfish” formation. The account has sparked debate within the US intelligence community regarding potential advancements in Iranian drone technology.
A deadly fungus that can infect cats and people is spreading
A deadly fungus known as Sporothrix brasiliensis is spreading across South America, causing severe skin ulcers in thousands of cats and humans. CDC experts warn that the infection could eventually reach the United States through travelers bringing infected pets into the country.
- A deadly fungus that can infect cats and people is spreading — sciencenews.org
MSc Thesis – The Limits of Generalized Sync
Mikael Siidorow’s MSc thesis explores the limitations of using generalized sync engines to maintain state between clients and servers in web development. Through research involving literature reviews and case studies, he developed a taxonomy that identifies specific failure points and implementation trade-offs, particularly for applications with offline requirements.
- MSc Thesis – The Limits of Generalized Sync — aaltodoc.aalto.fi
Ten years on, Brexit’s economic impact is becoming clearer
Recent studies indicate a significant decline in the variety of UK exports to the EU, driven by increased bureaucracy and red tape following Brexit. While some evidence suggests substantial trade losses, economists emphasize the difficulty of separating Brexit’s impact from other global disruptions such as the pandemic and the war in Ukraine.
The war on terror primed America for autocracy
The article argues that the expansion of executive authority and surveillance measures during the War on Terror created a foundation for increasing autocratic tendencies in the United States. It suggests that these long-standing security policies have played a significant role in undermining American democratic norms and institutions.
- The war on terror primed America for autocracy — economist.com
Woman with Alzheimer’s starts conversing again after taking psilocybin
An 83-year-old woman with severe Alzheimer’s disease experienced significant improvements in communication, mobility, and bladder control after being treated with psilocybin. While researchers emphasize that the drug did not reverse her condition, the case provides further evidence of the potential for psychedelics to acutely alter cognition and brain function.
- Woman with Alzheimer’s starts conversing again after taking psilocybin — newscientist.com
Eli Lilly Approved Obesity Drug for Mystery 79-Year-Old Patient
An unidentified 79-year-old man has been granted early access to Eli Lilly’s experimental obesity drug, retatrutide, through the FDA’s compassionate use program. While speculation has suggested the patient could be Donald Trump, White House officials have denied that the president is the recipient of the treatment.
- Eli Lilly Approved Obesity Drug for Mystery 79-Year-Old Patient — newrepublic.com
📰 Other News
Companies are not looking before they’re leaping into the AI playpen
Many companies are rapidly adopting AI without sufficient oversight, leading to significant technical risks. Consequently, 93% of organizations have reported infrastructure incidents directly attributable to AI implementation.
- Companies are not looking before they’re leaping into the AI playpen — theregister.com
The hits keep on coming for Cisco vulnerabilities
Recent security alerts highlight active exploits targeting Cisco and Microsoft SharePoint, as well as new phishing campaigns impersonating Signal support. The report also covers significant industry developments, including Micron’s high memory pricing trends and the acquisition of Acronis by EQT.
- The hits keep on coming for Cisco vulnerabilities — theregister.com
Qualcomm claims it’s not too late for Dragonfly to land in datacenters
Qualcomm is targeting the datacenter market as its next major growth opportunity with its Dragonfly technology. The digest also covers significant developments in AI, emerging cybersecurity threats, and various updates within the open-source community.
- Qualcomm claims it’s not too late for Dragonfly to land in datacenters — theregister.com
OpenAI Unveils New Custom AI Chip
OpenAI and Broadcom have unveiled Jalapeño, a new custom-designed intelligence processor specifically optimized for Large Language Model (LLM) inference. The chip is intended to deliver significantly better performance per watt than current state-of-the-art hardware as part of OpenAI’s strategy to build full-stack AI infrastructure.
- OpenAI and Broadcom unveil Jalapeño, an LLM-optimized inference chip developed from design to man… — openai.com
- OpenAI and Broadcom unveil LLM-optimized inference chip — openai.com
- OpenAI gets chippy with Broadcom — theregister.com
- OpenAI unveils its first custom chip, built by Broadcom — techcrunch.com
Microsoft uses AI to link two malware operations in racketeering suit
Microsoft leveraged AI to identify connections between two malware operations involved in an ongoing racketeering lawsuit. This investigation led to the shutdown of more than 200 command-and-control servers linked to the StealC and Amadey malware families.
- Microsoft uses AI to link two malware operations in racketeering suit — theregister.com
Windows 11 turns five, leaving some important lessons for Microsoft
This news digest explores the operational risks and infrastructure challenges associated with rapid AI adoption, emphasizing the ongoing importance of human oversight. It also highlights recent cybersecurity threats, such as SharePoint zero-day attacks and phishing campaigns, alongside significant developments in software releases and hardware markets.
- Windows 11 turns five, leaving some important lessons for Microsoft — theregister.com
Python errors invalidate Microsoft quantum claim
A peer-reviewed critique published in Nature challenges Microsoft’s claims of a breakthrough in Majorana-based quantum computing, citing basic Python coding errors and the omission of critical raw data. The study suggests these flaws invalidate the company’s reported progress, indicating that functional topological quantum computers may be much further from reality than previously predicted.
- Boffin claims Microsoft’s supposed quantum leap does not compute due to ‘basic Python errors’ — theregister.com
Emerging Risks in Data and AI
A data breach at healthcare AI provider Xsolis has exposed the sensitive personal and medical records of approximately 1.4 million patients, leading to potential class-action litigation. Meanwhile, security concerns are rising across the industry as an influx of automated code threatens GitHub’s ecosystem and new vulnerabilities allow researchers to trick medical diagnosis AIs into revealing their training data.
- Humana, Mayo Clinic vendor breach exposes records of 1.4M patients — cybernews.com
- GitHub Is Becoming a Giant AI Code Dump — maref.cc
- Medical diagnosis AIs can be tricked into telling whose data trained them — theregister.com
British Home Office seeks techie to herd nearly 1,000 engineers looking after 600 systems
The British Home Office is seeking a technical leader to oversee approximately 1,000 engineers and 600 different systems. The position offers a salary of £120,000 and involves ultimate responsibility for the functionality of critical services such as e-gates and passports.
- British Home Office seeks techie to herd nearly 1,000 engineers looking after 600 systems — theregister.com
UK government wants ’trusted’ news sources promoted above the social media noise
The UK’s Department for Culture, Media and Sport aims to prioritize “trusted” news sources, such as the BBC, over social media content. This initiative seeks to elevate public service media above the noise of unverified information found on social platforms.
Backlash over London facial recognition expansion
The Metropolitan Police is expanding the use of live facial recognition technology into London’s West End and Soho, with further rollouts planned for next year. While officials argue the technology is necessary to identify wanted suspects, critics warn that the move establishes permanent biometric surveillance and threatens civil liberties.
- “To see a play, you must now pay with your privacy”: backlash over facial recognition expansion i… — cybernews.com
- London cops bring live facial recognition to West End — theregister.com
Microsoft rivals line up to tell UK watchdog where the software behemoth hurt them
Microsoft competitors and local councils are presenting evidence to a UK watchdog regarding allegations of anti-competitive practices and customer lock-in. The news digest also covers significant industry shifts, such as Oracle’s recent workforce reductions and emerging cybersecurity threats.
- Microsoft rivals line up to tell UK watchdog where the software behemoth hurt them — theregister.com
Database vendors pitch themselves as the cure for runaway AI costs
Database vendors like Pinecone are positioning specialized data infrastructure as a solution to the rising costs of AI, particularly regarding token usage in agentic workloads. These technologies aim to reduce expenses by providing smarter “data plumbing” and semantic layers that prevent AI agents from repeatedly performing exploratory work on organizational data.
- Database vendors pitch themselves as the cure for runaway AI costs — theregister.com
Alpine Linux 3.24 scales new desktop heights with COSMIC
This news digest highlights recent technology developments, including the release of Alpine Linux 3.24 with COSMIC support and OpenBSD 7.9. It also covers significant industry shifts, such as Oracle’s workforce reductions driven by AI investments and various emerging cybersecurity threats.
- Alpine Linux 3.24 scales new desktop heights with COSMIC — theregister.com
Ordering a trip back to 2009, with a side of nostalgia
This technology news digest covers various industry updates, including Oracle’s significant workforce reduction driven by AI investments and AWS’s debut of extended-runtime Lambda MicroVMs. It also highlights recent cybersecurity threats to SharePoint and Signal users, alongside developments in open-source software like OpenBSD 7.9 and the revival of GIMP 0.54.
- Ordering a trip back to 2009, with a side of nostalgia — theregister.com
Explainer: Why your legacy storage is choking your expensive GPU
This news roundup examines how legacy storage can bottleneck expensive GPUs and notes that OpenAI Codex’s write operations are significantly increasing SSD costs. Additionally, it covers significant workforce reductions at Oracle due to AI expansion and the debut of new long-running capabilities for AWS Lambda MicroVMs.
- Explainer: Why your legacy storage is choking your expensive GPU — theregister.com
You have got to be KDDI-ng – Japanese telco exposes 14.2 million managed email credentials
Japanese telecommunications company KDDI has exposed 14.2 million managed email credentials. The breach impacts five internet service providers and a significant number of users.
- You have got to be KDDI-ng – Japanese telco exposes 14.2 million managed email credentials — theregister.com
GTA 6 Pricing and Release Details
Grand Theft Auto VI is set to launch on November 19 for PlayStation 5 and Xbox Series X|S, with standard editions priced at $79.99 and Ultimate Editions at $99.99. Notably, Rockstar Games announced that physical copies will feature a digital download code rather than an actual game disc.
- GTA 6 will cost $80 — bbc.com
- GTA 6 will cost $79.99… or $99.99 for premium edition — cybernews.com
- Rockstar says physical GTA 6 copies will contain a download code, not a disc; physical copies wil… — ign.com
- Rockstar sets the release date for GTA VI for November 19 and says it will cost $79.99, or $99.99… — theverge.com
Winds of change: tech evolution trivia
The article explores whether rapid technological advancements like AI are enhancing human intelligence or simply outsourcing fundamental problem-solving skills. Through personal anecdotes, it examines how different generations interact with evolving digital tools and discusses the importance of having experts navigate and shape the future of technology.
- Winds of change: tech evolution trivia — cybernews.com
What is fearmaxxing? Experts question the self-improvement trend
Fearmaxxing is a viral self-improvement trend that encourages individuals to intentionally seek out fear and high-stakes discomfort to drive major life decisions. However, experts warn that this approach oversimplifies complex decision-making and can lead to impulsive, potentially devastating consequences.
- What is fearmaxxing? Experts question the self-improvement trend — cybernews.com
Free-threaded Python: past, present, and future
At PyCon US 2026, CPython core developer Thomas Wouters presented on the development of “free-threaded” Python, a version that removes the Global Interpreter Lock (GIL) to enable parallel thread execution. The talk explored the motivations behind removing the GIL, its historical context, and the future trajectory of the interpreter.
Are We GlobalShortcuts Yet?
This project tracks the progress of XDG GlobalShortcuts integration for Wayland applications, which allows software to use global keyboard shortcuts securely. The initiative aims to highlight developers moving toward a “least privilege” model that maintains security defaults by avoiding the need for full input monitoring permissions.
- Are We GlobalShortcuts Yet? — areweglobalshortcutsyet.github.io
Why I wrote PEP 832 – virtual environment discovery
The author proposes PEP 832 to address the difficulty development tools face when discovering Python virtual environments across various workflow tools. The proposal aims to standardize how editors like VS Code can automatically identify environment locations, ensuring consistent access to interpreters and dependencies regardless of whether they are stored locally or globally.
Scaling Rails: 41M Req/Hour, 8 DBs, disable_joins: true
Aura Frames successfully scaled its Ruby on Rails architecture to handle a peak of 41 million API requests per hour during the Christmas 2025 season by expanding from one to eight primary databases. The team utilized Active Record’s disable_joins: true feature to manage high transaction volumes by replacing SQL joins with multiple SELECT statements across the distributed database layer.
- Scaling Rails: 41M Req/Hour, 8 DBs, disable_joins: true — andyatkinson.com
Sacr3d: A rendering engine toolbox to do 3D graphics in Scheme
Sacr3d is a rendering engine toolbox designed for creating 3D graphics using the Scheme programming language. It provides developers with the necessary tools to implement 3D graphics within a Scheme-based environment.
- Sacr3d: A rendering engine toolbox to do 3D graphics in Scheme — teddd.srht.site
Ignore DNSSEC if you like MITM attacks
Neglecting DNSSEC leaves protocols like email and Matrix vulnerable to Man-in-the-Middle attacks through DNS response spoofing. The author argues that current resistance to DNSSEC adoption mirrors historical objections to HTTPS, potentially allowing attackers to invisibly redirect users to malicious servers.
- Ignore DNSSEC if you like MITM attacks — whynothugo.nl
Microspeak elaborated: Isn’t escrow just a release candidate by another name?
The article clarifies the Microsoft-specific term “escrow,” which refers to a software build designated for shipment provided it meets certain quality and reliability targets. While similar to the industry-standard concept of a release candidate, the author explains why this distinct terminology is used within the company.
- Microspeak elaborated: Isn’t escrow just a release candidate by another name? — devblogs.microsoft.com
Johnson & Johnson Web App Vulnerabilities
Security vulnerabilities in two Johnson & Johnson web applications have exposed sensitive personal information belonging to thousands of individuals. A flaw in a campus recruiting system leaked details for nearly 1,000 students, while unauthenticated APIs in an internal audit management system potentially compromised data for over 13,600 employees.
- Exploiting vulnerabilities in Johnson & Johnson web apps — eaton-works.com
I Fed the People Building the Metaverse
A former pastry chef at a Meta data center reflects on their experience providing catering services to engineers building AI and metaverse infrastructure. The author describes the sterile environment of modern tech campuses and argues that while the standalone vision of the metaverse has shifted, its elements continue to integrate into digital life.
- I Fed the People Building the Metaverse — yeastconfections.substack.com
Blåmba
Blåmba is a modern, open-source re-implementation of the commercial ringtone and multimedia services popular on mobile phones in the early 2000s. It utilizes historical cellular communication standards to provide downloadable content, such as ringtones and screensavers, via web and WAP interfaces.
- Blåmba — kittenlabs.de