TEXT VIEW · TODAY'S DIGEST · 36 HEADLINES ACROSS 8 SOURCES

Startup Archive(0)

No items yet for today.

App Store Rankings(0)

No items yet for today.

ISSUE 0904
MON, JUN 22, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · MON, JUN 22, 2026

The web,
read by a bot.

Ten sources — Hacker News, Product Hunt, HuggingFace, Techmeme and more — filtered, tagged, and summarized every morning for builders who don’t have time to scroll.

新功能!我们推出了用于保存推文和Reddit帖子的Chrome扩展程序。点击安装!
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

June 22, 2026

Here is a summary of today's main news events:

Markets Rise on Hopes for Middle East De-escalation U.S.-Iran negotiations aimed at easing tensions have boosted investor confidence, leading to modest gains in stock markets. In response to the potential for a diplomatic solution and increased stability in the Strait of Hormuz, oil and gold prices have declined.

Building Materials Giant CRH Announces $8.5 Billion Acquisition Irish building-materials supplier CRH has agreed to acquire its U.S. rival, Arcosa, in a deal valued at approximately $8.5 billion. The move marks a significant consolidation within the construction materials industry.

Microsoft CEO Calls for Checks on AI Industry Power Microsoft’s CEO issued a sharp critique of the current power dynamics within the artificial intelligence sector. He argued that companies need to earn public trust and called for greater oversight to manage the societal impact of rapidly advancing AI.

FDA Eases Path for Fatal Brain Disease Gene Therapy The U.S. Food and Drug Administration (FDA) has dropped its demand for a placebo-controlled study for a new gene therapy. This allows the drugmaker to refile its application and speeds up the development process for the treatment, which targets a fatal brain disease.

Record-Breaking Heatwave Sweeps Across Europe A severe heatwave is hitting Europe, with temperatures expected to break historical records for June. The extreme weather has prompted public health warnings and raised concerns about its impact on communities across the continent.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - June 22, 2026

Hacker News Feed: Highlighting key posts and discussions.

GLM 5.2 vs. Opus

(techstackups.com)

264202
Deno Desktop

(docs.deno.com)

687263
Sakana Fugu

(sakana.ai)

15994
Everything is logarithms

(alexkritchevsky.com)

25555
Identity verification on Claude

(support.claude.com)

819683
Google Hits 50% IPv6

(blog.apnic.net)

409431
The 100k whys of AI

(lcamtuf.substack.com)

190106
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - June 22, 2026

HuggingFace Feed:最新的 AI 模型、数据集和社区动态。

PerceptionDLM: Parallel Region Perception with Multimodal Diffusion Language Models

Multimodal large language models (MLLMs) have achieved remarkable progress in visual understanding tasks. However, most existing MLLMs rely on autoregressive generation, which limits their efficiency for perception tasks that require captioning multiple regions. In this work, we propose PerceptionDLM, a multimodal diffusion language model optimized for efficient parallel region perception. Built upon PerceptionDLM-Base, a strong foundational baseline that achieves state-of-the-art performance among open-source diffusion MLLMs, our architecture fully leverages the parallel decoding nature of DLMs. Specifically, we introduce efficient prompting and structured attention masking to enable simultaneous perception of multiple masked regions, allowing the model to generate region descriptions in parallel at both the sequence and token levels. This design significantly improves inference efficiency compared with existing approaches that process regions sequentially. To systematically evaluate the parallelism property of visual perception capability for DLMs, we construct a new Parallel Detailed Localized Captioning Benchmark (ParaDLC-Bench) by scaling the DLC-Bench to include multiple region masks per image, enabling joint evaluation of both caption quality and inference efficiency. Experiments demonstrate that PerceptionDLM maintains competitive performance in region captioning while achieving substantial speed improvements for multi-region perception tasks. Our results highlight the potential of multimodal diffusion language models for efficient, parallel visual perception. To the best of our knowledge, we are the first to achieve parallel region caption and perception by leveraging the advantages of diffusion language models. Code, models, and datasets are released.

48
MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide Generation with Multi-turn Local Revision

Personalized presentation generation requires more than conditioning on a current prompt or template: agents must preserve stable user preferences across tasks, retain newly introduced preferences and constraints during multi-turn revision, and carry out local edits reliably. We propose MemSlides, a hierarchical memory framework for personalized presentation agents that separates long-term memory from working memory and further divides long-term memory into user profile memory and tool memory. User profile memory stores intent-conditioned profiles for round-0 personalization, working memory carries active preferences and session constraints across revision rounds, and tool memory stores reusable execution experience for reliable localized editing. MemSlides pairs this memory design with scoped slide-local revision, so targeted updates act on the smallest affected region instead of repeatedly regenerating the full deck. In controlled experiments, user profile memory improves persona-alignment judgments on a multi-persona, multi-intent profile bank, tool-memory injection improves closed-loop modify behavior in diagnostic matched-pair settings, and qualitative cases illustrate working memory's ability to carryover preferences. Taken together, these results suggest that effective personalization in presentation authoring depends on separating persistent user profiles, session-level working memory, and reusable execution experience across generation and localized revision.

12
GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents

Memory benchmarks for LLM agents largely assume single-user settings, leaving shared assistants for hospitals, workplaces, campuses, and households understudied. In these deployments, multiple principals write to a common memory pool and query it under different roles, scopes, and relationships, so memory quality requires governance as well as recall. We introduce GateMem, a benchmark for multi-principal shared-memory agents. GateMem jointly evaluates utility for legitimate long-horizon requests with state updates, access control across contextual authorization boundaries, and agent-facing active forgetting after explicit deletion requests. It spans medical, office, education, and household domains, with long-form multi-party episodes, incremental memory injection, hidden checkpoints, structured judging, and leak-target annotations. Across diverse baselines and backbone models, no method simultaneously achieves strong utility, robust access control, and reliable forgetting. Long-context prompting often yields the best governance score at high token cost, while retrieval-based and external-memory methods reduce cost yet still leak unauthorized or deleted information. These results show current memory agents remain far from reliable shared institutional deployment.

8
BrainG3N: A Dual-Purpose Tokenizer for Controllable 3D Brain MRI Generation

Three-dimensional (3D) brain MRI is central to clinical neurology and neuro-oncology, where generative models could augment under-represented cohorts, simulate disease trajectories, and support privacy-preserving data sharing. Latent diffusion has been the go-to solution for modeling imaging data, but it places two competing demands on the tokenizer: encoder embeddings must retain the clinical information that downstream tasks act on, and the decoder must reconstruct anatomically faithful volumes. Existing reconstruction-driven tokenizers achieve the second at the expense of the first. To address this, we introduce a fully volumetric masked-autoencoder (MAE) based tokenizer for 3D brain MRI latent diffusion, decoupling encoder and decoder: a frozen 3D MAE encoder produces clinically informative embeddings, while a dedicated CNN decoder reconstructs voxels from a linear projection of those embeddings. We pretrain the encoder on 35,309 volumes from 18 public cohorts spanning four modalities, ten disease categories, and 200+ acquisition sites, and demonstrate its dual utility in two settings. First, on a 23-task linear-probing benchmark, the encoder outperforms or matches SOTA models (i.e., BrainIAC, BrainSegFounder, and MedicalNet) on 21 of 23 tasks. Second, a conditional diffusion transformer (DiT) trained on these clinically informative embeddings supports both conditional generation across six variables and patient-specific longitudinal forecasting. Together these results establish a single 3D brain-MRI embedding space capable of both downstream clinical tasks and controllable generation.

5
Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

While reasoning on autoregressive (AR) models is often performed by chain-of-thought reasoning and reflection, their refinement of previous outputs still relies on fully sequential generation, even when only local edits are needed. In contrast, the masking mechanism in Mask Diffusion Models (MDMs) naturally supports explicit local edits on previous outputs, allowing selective refinement without discarding previous answers and generating another from scratch. While this property more closely aligns with how humans correct mistakes by iterative local refinement, existing MDMs do not support multi-turn masking and denoising. We propose Reflective Masking (RM), which elicits such an intrinsic reasoning capability in MDMs via lightweight post-training. RM provides a native test-time scaling, where an MDM iteratively revisits and revises its prior outputs based on evolving context. To exploit insights from previous turns like AR reasoning, we further introduce History Reference, a parameter-free mechanism that leverages intermediate denoising states during revision. Our approach requires no architectural changes and is easily applicable to existing MDMs. Across diverse tasks and modalities, including text generation, Sudoku, and image editing, Reflective Masking consistently outperforms standard masking-based baselines and demonstrates strong generality, positioning RM as a fundamental primitive for reasoning on MDMs.

3
GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning

Generalist vision-language-action systems need object-centric 3D evidence and reusable manipulation experience to plan reliable robot trajectories. GeneralVLA provides a hierarchical interface for converting language and RGB-D observations into 3D end-effector paths, but two bottlenecks remain. First, monocular SAM3D-style object reconstruction can hallucinate pose and unseen geometry, while manipulation benefits from stable object shape when calibrated multi-view observations are available. Second, the original KnowledgeBank mainly retrieves semantically similar snippets and appends new knowledge, which makes it difficult to control memory quality, conflicts, confidence, and geometric relevance. To address the first challenge, we introduce GeoFuse-MV3D, a geometry-prior-guided MV-SAM3D reconstruction branch that verifies external geometry cues with input-view masks, applies soft visual-hull support, performs axis-wise refinement, and fuses only geometry while preserving appearance. To address the second challenge, we upgrade KnowledgeBank into a governed long-term memory system with explicit quality, confidence, lifecycle, verifier, and conflict metadata, together with precision-oriented retrieval. Finally, we evaluate the reconstruction branch on GSO-30 and the memory module on Terminal-Bench 2.0 and SWE-Bench Verified; GeoFuse-MV3D improves over the MV-SAM3D baseline by reducing CD and LPIPS by 2.20% and 2.02% while increasing PSNR and SSIM by 2.36% and 1.03%, and KnowledgeBank improves over ReasoningBank by 4.53% on Terminal-Bench SR and 3.73% on SWE-Bench resolve rate, while reducing AS by 4.95% and 5.65%, respectively. Code: https://github.com/AIGeeksGroup/GeneralVLA-2. Website: https://aigeeksgroup.github.io/GeneralVLA-2.

3
WorldLines: Benchmarking and Modeling Long-Horizon Stateful Embodied Agents

To assist humans over extended periods in real homes, embodied agents must remember user routines, world states, and past interactions. Existing long-term memory benchmarks mainly evaluate language-centric retrieval and question answering, while embodied benchmarks often focus on short-horizon task execution without testing long-term memory use in dynamic environments. We introduce WorldLines, a project-driven benchmark for long-horizon embodied household assistance. It constructs temporally extended household traces with dialogues, actions, execution feedback, object and device state changes, and converts them into evidence-linked samples for Memory QA and Embodied Task Planning. We further propose ObsMem, an observer-grounded memory framework that maintains visibility-aware memories and action-native state trails for state-aware decisions. Experiments reveal persistent challenges in partial observability, overwritten world states, and translating long-term memory into embodied plans, while ObsMem offers a stronger reference architecture for this setting.

3
Distilling Examples into Task Instructions: Enhanced In-Context Learning for Real-World B2B Conversations

In-context learning (ICL) is the standard method for low-resource classification, yet its efficacy in specialized domains remains largely unexplored. We address the challenge of classifying semantically complex, multi-party B2B conversations, where traditional ICL encounters significant limitations, especially as context length increases due to the concatenation of multiple few-shot examples. We introduce the Call Playbook dataset, featuring five classification tasks derived from real-world B2B conversations targeting core sales concepts. To bridge the gap between performance and practical utility, we propose novel knowledge extraction methods that distill verbose examples into compact, interpretable representations of structured classification criteria and precise task descriptions. Our approach achieves a 99\% reduction in token usage and improves macro-averaged AUC by up to 7\% over traditional ICL. Notably, it remains robust as context grows, unlike advanced token compression baselines which degrade by over 9 F1 points. Importantly, our framework enables direct refinement of classification logic, addressing critical needs for transparency, efficiency, and user interaction in real-world NLP applications.

2
SpatialAvatar-0: High-Quality 4D Head Avatar with Multi-Stage Reconstruction

High-quality 4D head avatars from one or a few source portraits are central to telepresence, AR/VR, and digital-human interaction. 3D Gaussian Splatting (3DGS) has emerged as the dominant representation, with two complementary regimes (generalizable feed-forward predictors and per-subject refiners) maturing in parallel. However, existing feed-forward predictors are trained on a single dataset family with a hard-coded source count, inheriting the corresponding domain bias. Per-subject refiners require 300K--600K iterations and rely on adaptive densification that destroys upstream Gaussian layouts, preventing the two regimes from sharing a representation end-to-end. To bridge both regimes we propose SpatialAvatar-0 on a shared FLAME-mesh-bound Gaussian representation: a feed-forward generator with a parameter-free K-source mean-pool and a monocular-temporal to multi-view-spatial two-phase schedule that anchors against identity-prior collapse onto the smaller multi-view set. We further introduce a 10K-iter layout-preserving per-subject refinement loop that freezes the FLAME-binding and Gaussian count and replaces densification with a three-component anti-spike regularization. On VFHQ/HDTF cross-domain zero-shot we surpass the in-domain leader GAGAvatar by +1.5 dB PSNR despite never training on either test domain, and on the SplattingAvatar monocular benchmark we lead every reported metric, surpassing the 300K-iter GeoAvatar by +1.3 dB PSNR at up to 60x shorter per-subject schedule than common SOTA baselines. Website: https://spatialwalk.github.io/SpatialAvatar-0.

0
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - June 22, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

uwait icon
uwait

Get paid while AI thinks

0
Skybridge icon
Skybridge

The full-stack open source React framework for MCP Apps

0
Clawd icon
Clawd

A context-aware browser mascot with 100% local offline AI

0
AgentX icon
AgentX

Evaluate AI agent, pinpoint issues, and fix with one click.

0
Cloudflare Temporary Accounts icon
Cloudflare Temporary Accounts

Let agents deploy before signup

0
OnBrand by SlideSpeak icon
OnBrand by SlideSpeak

Design context for AI agents

0
HAQQ Legal AI on Mobile icon
HAQQ Legal AI on Mobile

Bringing legal understanding to anyone with a phone

0
Agentic Document Extraction icon
Agentic Document Extraction

Make the world's documents computable

0
MD+HTML Reader icon
MD+HTML Reader

Review AI-generated Markdown and HTML in a focused workspace

0
Photoroom API icon
Photoroom API

Transform product images at scale with one image editing API

0
Selector Forge icon
Selector Forge

Browser extension for AI-generated resilient selectors

0
AirJelly icon
AirJelly

Your Proactive, Self-Organizing Second Brain

0
MediaSeg icon
MediaSeg

Split large media files into upload-ready chunks on macOS

0
readywhen icon
readywhen

Your 24/7 AI Chief of Staff for commitments and follow-ups

0
Alai 2.0 icon
Alai 2.0

AI design partner for presentations, social posts, and more

0
AlgoFly AI icon
AlgoFly AI

The all-in-one place to build and deploy vision AI

0
Grok by SpaceXAI for Word icon
Grok by SpaceXAI for Word

Draft, restructure & tighten wording from panel inside Word

0
Backgrind icon
Backgrind

Run your AI agents over any app, even games.

0
Atomic Mail Agentic icon
Atomic Mail Agentic

Let your agents read, send, and react to email autonomously

0
Cloudback MCP Server icon
Cloudback MCP Server

Manage your backups from Claude, Cursor, and VS Code

0
Notchkin icon
Notchkin

A notes app that lives in your MacBook's notch.

0
Agent 37 Cloud icon
Agent 37 Cloud

Give every customer their own Hermes or OpenClaw agent

0
Laguna by Poolside icon
Laguna by Poolside

Foundation models for agentic coding and long-horizon work

0
oioi icon
oioi

a fast, glassy clipboard manager for macOS, Windows & Linux

0
Plansera AI icon
Plansera AI

E-2 visa business plans, drafted by an AI

0
Reframe icon
Reframe

Surf like it's 1999

0
Mellum by JetBrains icon
Mellum by JetBrains

Fast LLMs for low-latency and high-performance workflows

0
Foyer icon
Foyer

Build a room of ambient sound that lives in your notch

0
Are you in the Weights? icon
Are you in the Weights?

Find out if you live forever in the brain of the LLMs

0
WorkClaw icon
WorkClaw

Collaborative, proactive AI coworkers who work in Slack

0
Slackbot’s MCP Client icon
Slackbot’s MCP Client

Work across 20+ apps in Slack with multiplayer collaboration

0
ReleaseDock icon
ReleaseDock

AI support agent, help center & changelogs in a single inbox

0
Basedash Access Controls icon
Basedash Access Controls

Control exactly who can access your company data

0
GitSync for macOS icon
GitSync for macOS

Visual GitHub management directly from a graphical interface

0
Pixlie icon
Pixlie

AI video studio: text & image to video, with real control

0
pumaDB icon
pumaDB

a small hosted memory layer for AI agents

0
Unreal Engine 5.8 icon
Unreal Engine 5.8

Build unreal games with AI agents

0
MeshPilot icon
MeshPilot

Your AI workspace for terminals, tasks, and agents

0
Firecrawl Research Index icon
Firecrawl Research Index

An index for agents pushing the frontier of AI/ML research

0
frontpage.sh icon
frontpage.sh

A perpetual auction for eight ad squares

0
Screen Ruler icon
Screen Ruler

Edit anything on the web with change tracking

0
Snap Deck HQ icon
Snap Deck HQ

Everything you need in one native macOS command bar

0
Foglamp icon
Foglamp

Ship AI agents you can actually see

0
Blazly Backlinker icon
Blazly Backlinker

Automate your entire backlink generation

0
Narration Room icon
Narration Room

Turn source text into editable multi-voice scripts

0
just f***ing send it icon
just f***ing send it

Send any file, any size, straight from browser to browser

0
Midjourney Scanner icon
Midjourney Scanner

60 second ultrasound-based full-body scanner that beats MRI

0
Zernio WhatsApp API icon
Zernio WhatsApp API

One API for WhatsApp: messaging, calling, and AI agents

0
Portia icon
Portia

The ultimate 1-click hunter for blocked macOS ports

0
Prism icon
Prism

Al Companion for macOS

0
06

TECHMEME

06.00
TECHMEME

Techmeme - June 22, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Upscale, which is building AI networking infrastructure to rival Cisco, raised a $190M Series A-1 at a $2B valuation, up from $1B after raising $200M in January (Lily Mae Lazarus/Fortune)
Source: TechmemePublished: Jun 22, 2026

Lily Mae Lazarus / Fortune : Upscale, which is building AI networking infrastructure to rival Cisco, raised a $190M Series A-1 at a $2B valuation, up from $1B after raising $200M in January —  Every time computing has fundamentally changed, a new networking company has risen with it.  When PCs started connecting …

Nvidia unveils Halos, a new safety-focused OS derived from autonomous vehicle tech, designed to run on IGX Thor hardware for humanoid robots, and opens a lab (Ian King/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Ian King / Bloomberg : Nvidia unveils Halos, a new safety-focused OS derived from autonomous vehicle tech, designed to run on IGX Thor hardware for humanoid robots, and opens a lab —  Nvidia Corp. is working to make humanoid robots safer around people, arguing that they'll need to handle split-second decisions …

In a rare joint statement, Five Eyes leaders warn AI models capable of taking down governments and businesses are mere months away, urging leaders to "act now" (Sarah Basford Canales/The Guardian)
Source: TechmemePublished: Jun 22, 2026

Sarah Basford Canales / The Guardian : In a rare joint statement, Five Eyes leaders warn AI models capable of taking down governments and businesses are mere months away, urging leaders to “act now” —  Signal agencies in Australia, the US, the UK, New Zealand and Canada sound alarm after Trump blocks foreign nationals from Anthropic's Fable AI model

Meta invests $900M into Indian fintech Cred for a ~20% stake, and plans to appoint Cred founder Kunal Shah as the leader of WhatsApp, replacing Will Cathcart (Kurt Wagner/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Kurt Wagner / Bloomberg : Meta invests $900M into Indian fintech Cred for a ~20% stake, and plans to appoint Cred founder Kunal Shah as the leader of WhatsApp, replacing Will Cathcart —  Meta Platforms Inc. is investing $900 million into Indian fintech startup Cred, with plans to appoint its founder, Kunal Shah, the new leader of WhatsApp.

UK-based AI law firm Garfield, which received regulatory approval in 2025, wins a case in the English courts for the first time; the case focused on unpaid fees (Suzi Ring/Financial Times)
Source: TechmemePublished: Jun 22, 2026

Suzi Ring / Financial Times : UK-based AI law firm Garfield, which received regulatory approval in 2025, wins a case in the English courts for the first time; the case focused on unpaid fees —  Freelancer paid about £400 for technology to draft documents for £7,000 claim  —  An AI law firm that uses technology instead …

NYC-based Prosper AI, whose health care AI tool is designed to answer patient phone calls, raised a $30M Series A led by a16z, for $35M in total funding (Brock E.W. Turner/Axios)
Source: TechmemePublished: Jun 22, 2026

Brock E.W. Turner / Axios : NYC-based Prosper AI, whose health care AI tool is designed to answer patient phone calls, raised a $30M Series A led by a16z, for $35M in total funding —  Prosper AI, a health care administration agent company, raised $30 million in Series A funding led Andreessen Horowitz, co-CEO Xavier de Gracia tells Axios Pro exclusively.

Electric bike rental company Lime is seeking to raise up to $180.9M in its US IPO, offering 6.7M shares at $24 to $26 each, giving it an up to $1.7B valuation (Jordan Fitzgerald/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Jordan Fitzgerald / Bloomberg : Electric bike rental company Lime is seeking to raise up to $180.9M in its US IPO, offering 6.7M shares at $24 to $26 each, giving it an up to $1.7B valuation —  Lime, the electric bike and scooter rental firm backed by Uber Technologies Inc., and it shareholders are seeking to raise …

Chevron signs a 20-year deal with Microsoft to provide natural-gas power for a proposed West Texas data center, which could be one of the biggest in the US (Kevin Crowley/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Kevin Crowley / Bloomberg : Chevron signs a 20-year deal with Microsoft to provide natural-gas power for a proposed West Texas data center, which could be one of the biggest in the US —  Chevron Corp. signed a 20-year deal with Microsoft Corp. to provide natural-gas fired power for a proposed West Texas data center, which could be one of the biggest in the US.

Netherlands-based Nearfield Instruments, which makes atomic force microscopes to measure chip features, raised $380M led by Fidelity at a $1.6B valuation (Stephen Nellis/Reuters)
Source: TechmemePublished: Jun 22, 2026

Stephen Nellis / Reuters : Netherlands-based Nearfield Instruments, which makes atomic force microscopes to measure chip features, raised $380M led by Fidelity at a $1.6B valuation —  Nearfield Instruments, a Netherlands-based firm whose machines help measure the features on advanced semiconductors …

JD.com founder Richard Liu says robots will replace the company's 700K delivery workers "sooner or later", and it will help retrain them in robot maintenance (Financial Times)
Source: TechmemePublished: Jun 22, 2026

Financial Times : JD.com founder Richard Liu says robots will replace the company's 700K delivery workers “sooner or later”, and it will help retrain them in robot maintenance —  China's rapid adoption of technology threatens millions of gig-economy jobs, policymakers fear

Analysis: Taiwanese car display chip maker Himax, which makes driver integrated circuits for Ferrari, VW, and others, nets its founders a $1B combined net worth (Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Bloomberg : Analysis: Taiwanese car display chip maker Himax, which makes driver integrated circuits for Ferrari, VW, and others, nets its founders a $1B combined net worth —  Biing-seng Wu has spent most of his career developing tiny chips that tell pixels on flat-screen displays how and when to light up.

SK Hynix overtakes Samsung to become South Korea's most valuable company, closing up 5.6% for a ~$1.4T market cap; South Korea's Kospi index is up 117% YTD (Kimberley Kao/Wall Street Journal)
Source: TechmemePublished: Jun 22, 2026

Kimberley Kao / Wall Street Journal : SK Hynix overtakes Samsung to become South Korea's most valuable company, closing up 5.6% for a ~$1.4T market cap; South Korea's Kospi index is up 117% YTD —  The South Korean memory-chip maker's market capitalization hit $1.362 trillion  —  Memory-chip maker SK Hynix has overtaken Samsung Electronics …

Getty Images signs a licensing deal with OpenAI, letting its image library appear in ChatGPT's search and discovery features; GETY jumps 120%+ and is up 5%+ YTD (Mark Bergen/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Mark Bergen / Bloomberg : Getty Images signs a licensing deal with OpenAI, letting its image library appear in ChatGPT's search and discovery features; GETY jumps 120%+ and is up 5%+ YTD —  Shares of Getty Images Holdings Inc. jumped about 200% in premarket trading on Monday after the photography repository announced a licensing deal with OpenAI.

Bain says it uses AI coding tools to recreate pieces of target companies' software, making hundreds of rough prototypes in recent years as part of due diligence (Ryan McMorrow/Financial Times)
Source: TechmemePublished: Jun 22, 2026

Ryan McMorrow / Financial Times : Bain says it uses AI coding tools to recreate pieces of target companies' software, making hundreds of rough prototypes in recent years as part of due diligence —  Private equity groups swiftly recreate software products to gauge their competitive advantages

S&P and IBM: 22.4% of global cyberattacks in 2024 hit Japan, the most targeted country, as it tries to improve its legacy IT systems against AI-powered threats (Catherine Thorbecke/Bloomberg)
Source: TechmemePublished: Jun 22, 2026

Catherine Thorbecke / Bloomberg : S&P and IBM: 22.4% of global cyberattacks in 2024 hit Japan, the most targeted country, as it tries to improve its legacy IT systems against AI-powered threats —  Masayoshi Son isn't known for understatement.  So when the SoftBank Group Corp. founder gathered business leaders in Tokyo to warn of the …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - June 22, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Marc Andreessen on the 5 personality traits of an innovator
Source: StartupPublished: Mar 31, 2026

“When you’re talking about real innovators—people who actually do really creative, breakthrough work—I think you’re talking about a couple things:”

Steve Jobs explains the importance of both thinking and doing
Source: StartupPublished: Mar 30, 2026

“The doers are the major thinkers. The people who really create the things that change this industry are both the thinker-doer in one person.”

Tobi Lutke explains what the VCs who passed on Shopify got wrong
Source: StartupPublished: Mar 27, 2026

“What a lot of free-market thinkers don’t understand is that between the demand and eventual supply lies friction."

Sam Altman explains how he decides to invest in a startup after 10 minutes
Source: StartupPublished: Mar 26, 2026

"Does this person have the potential to be the next Mark Zuckerberg?… [You don’t get to] 100% accuracy, obviously, but it’s good enough that our business model works.”

Jony Ive recounts the time Steve Jobs called him vain
Source: StartupPublished: Mar 25, 2026

In the clip below, Jony Ive recounts the time he asked Steve Jobs to be less harsh in his critique of a piece of work.

Jeff Bezos’s two pieces of advice for aspiring entrepreneurs
Source: StartupPublished: Mar 24, 2026

“The advice that I would give entrepreneurs is don't chase the hot new thing. It's so hard to catch something that everybody already knows is hot."

Elad Gil: “Things that work tend to work pretty fast”
Source: StartupPublished: Mar 23, 2026

“I do think there’s a bit of a myth in Silicon Valley that you should keep grinding no matter what and it’s just about perseverance, and I think that’s really bad advice."

Paul Graham on why starting with a “small, intense fire" is the key to startup growth
Source: StartupPublished: Mar 20, 2026

"You have to know who those first users are and how you're going to get them."

Keith Rabois on how to identify great talent
Source: StartupPublished: Mar 19, 2026

“What you want to do with every single employee every single day is expand the scope of their responsibilities until it breaks… and that’s the role they should stay in.”

Wealthfront CEO on why advertising spend makes it harder to find product/market fit
Source: StartupPublished: Mar 18, 2026

“The way that you know you have product/market fit is if you have exponential organic growth."

Eric Schmidt on why most companies get strategy wrong
Source: StartupPublished: Mar 17, 2026

“Work very, very hard to figure out what the world’s going to look like in five years. What will people be doing? What will your customers want? Where will costs be?"

Mark Zuckerberg: “You can’t 80/20 everything”
Source: StartupPublished: Mar 16, 2026

"There’s the famous 80/20 rule where you get 80% of the benefit by doing 20% of the work, but you can’t just 80/20 everything. There have to be certain things that you are just the best at."

Marc Andreessen on Mark Zuckerberg’s founder “superpower”
Source: StartupPublished: Mar 13, 2026

“A great superpower that Mark Zuckerberg has that is probably not well-understood enough is he does not get emotionally upset in stressful situations"

Sam Altman explains how to come up with a great startup idea
Source: StartupPublished: Mar 12, 2026

"If you start a startup without a good idea… you’ll be under pressure to make something up and it won’t work that well."

Jeff Bezos on the problems with proxies and managing to metrics
Source: StartupPublished: Mar 11, 2026

“One of the things that happens in business is that you develop certain things that you’re managing to—a typical case would be a metric. And that metric isn’t the real underlying thing.”

Airbnb founder Brian Chesky on how to design an amazing user experience
Source: StartupPublished: Mar 10, 2026

“If you can design something really amazing using the hand-crafted part of your brain, then you can reverse-engineer how to industrialize this millions of times over."

Spencer Rascoff: "I will never invest in a consumer startup with paid marketing”
Source: StartupPublished: Mar 9, 2026

"If you’re actually trying to grow a product, the best levers for doing that are often within the product itself.”

Patrick Collison explains why it sometimes make sense to quit
Source: StartupPublished: Mar 6, 2026

“One thing I’ve learned myself the hard way, is that it is easier to tear down a company and restart it in Silicon Valley, than it is to constantly try to pivot or keep something alive."

Jeff Bezos recounts the time he called Amazon’s customer service number mid-meeting to prove a metric was wrong
Source: StartupPublished: Mar 5, 2026

“I have a saying, which is when the data and the anecdotes disagree, the anecdotes are usually right"

Ben Horowitz: “Nobody was born a great manager. It’s a very unnatural job.”
Source: StartupPublished: Mar 4, 2026

“If you can’t build a great product, it doesn’t matter if you can build a great company.”

03

ALSO TODAY

3 MORE SOURCES
08

SOLIDOT

08.00
SOLIDOT

Solidot News - June 22, 2026

Solidot Feed: Highlighting essential tech & open-source news.

HPV 疫苗将 30 岁前死于宫颈癌的风险降至几乎为零

根据 WHO 的数据,宫颈癌是女性第四大常见癌症,其 99% 的病例是由高危型人乳头瘤病毒(HPV)引起的。虽然 HPV 疫苗能预防约 90% 的宫颈癌,但疫苗对生存率的影响尚不清楚。根据发表在《柳叶刀》期刊上的新研究,伦敦玛丽皇后学院的研究人员发现,自 2008 年 HPV 疫苗引入以来,疫苗接种者宫颈癌死亡率显著下降。HPV 疫苗对降低死亡率的影响如此之大,以至于研究人员估计,12 或 13 岁接种疫苗的女孩在 30 岁之前死于宫颈癌的可能性几乎为零。对于 30-34 岁的接种过疫苗的女性,死于宫颈癌的相对风险降低了 63%。2020-2024 年间英格兰有记录历史上首次没有 20-24 岁的女性死于宫颈癌。HPV 疫苗除了预防宫颈癌,还能预防肛门癌、阴茎癌、阴道癌、外阴癌、口腔癌和咽喉癌,以及生殖器疣,8 年级的男孩和女孩都会接种该疫苗,部分地区为 9 年级和 10 年级学生提供补种服务。新冠疫情前疫苗接种率接近了 WHO 的目标,但疫情之后接种率大幅下降。

Anthropic 对特定功能访问要求身份验证

Anthropic 更新了其隐私政策,从 2026 年 7 月 8 日起,部分功能将需要身份验证,该验证将由 Persona 公司负责。Persona 是一家第三方身份验证公司,由 Peter Thiel 投资。此前 Discord 因用户强烈反对以及 2026 年 2 月发生的一起数据泄露事件而终止了在年龄验证上与 Persona 的合作。

Linux 7.2 内核完全移除 strncpy 函数

在 6 年 362 个补丁之后,Linux 7.2 内核终于完全移除了 strncpy() 函数。strncpy() 是一个 C 语言字符串复制函数,内核文档将其标记为“极度危险(actively dangerous)”。strncpy()是一类内存错误的主要来源:包含敏感数据的内核缓冲区可能会在未终止字符串边界外泄漏字节,导致内存信息泄露。strncpy()被 5 个不同函数取代:strscpy() 用于 NUL 结尾的目的地址,strscpy_pad() 用于 NUL 结尾零填充的目标地址, strtomem_pad() 用于非 NUL 结尾固定宽度字段,memcpy_and_pad() 用于显式填充的有边界复制,memcpy()用于已知长度的内存复制。

霸王龙到 40 岁才完全成年

科学家多年来一直认为霸王龙在 25 岁左右达到成年体型,但一项新研究显示,霸王龙要到 40 岁才会完全成年。最新研究是基于对 17 具霸王龙化石的分析,这些霸王龙的年龄从幼年到成年不等。新研究采用了更先进的技术估计恐龙的年龄,并利用复杂统计模型整合多个标本的信息,更完整了解霸王龙整个生命周期的生长情况。结果表明,霸王龙的生长期比之前认为的要长约 15 年。

日本宣布新超算理究

日本理化学研究所 19 日宣布,为利用 AI 进行科学研究而建设的新超级计算机命名为“理究”。该名称寓意利用 AI 探“究”自然现象背后的“理”。该超算将设在神户市中央区的理研神户地区,力争 7 月投入使用。理化所还在同一天宣布了另一台量子计算-高性能计算混合平台超算 ROQUO,两台超算都使用了英伟达的 GB200 NVL4 系统。其中 ROQUO 配备了 135 个计算节点,540 (NVIDIA Blackwell)  GPU 以及 270 (NVIDIA Grace) CPU,FP64 峰值逾 21 PFLOPS,FP8 峰值 5 EFLOPS 等。

美国芯片安全法案将强制性要求位置跟踪 AI 芯片

美国国会正在审议芯片安全法案(Chip Security Act),该法案将为先进 AI 芯片加入更严格的安全验证功能,将要求芯片出口商通过定制的位置验证硬件或软件追踪先进芯片的流向,确保先进芯片不会进入中国等国家。美国众议院外交事务委员会于 3 月下旬以 42 比 0 的投票结果一致通过了芯片安全法案,将其提交到众议院全体会议审议。参议院的配套立法则尚处于审议的第一个阶段。美国芯片行业组织反对这项法案,认为会阻碍芯片出口。最大的 AI 芯片制造商英伟达去年 12 月宣布它已开发出能满足该法案部分要求的技术。

10% 消费最高人群每年造成数万亿美元环境损害

荷兰和英国科学家研究发现,按 2017 年价值计算,全球消费支出排名前 10% 的人每年造成 1.7万亿-5.7 万亿美元的环境损害。过去的研究表明,消费最高的个人(大致对应最富有的个人)对环境破坏所应承担的责任份额不成比例的巨大。但这些责任尚未得到货币形式的量化。研究人员评估了全球和各大洲最富裕国家中消费前10%的人群行为造成的环境成本。他们参考了《环境价格手册》(EnvironmentalPrices Handbook)中的数据,以 2017 年美元(最新可用数据)为不同环境损害赋予货币价值。研究者发现,全球范围内,高消费群体造成的年度环境成本约为每人2300-7500 美元——全球总计相当于 1.7万亿-5.7 万亿美元。在美国,前 10% 消费者的成本明显更高,约为每人 19000-63000 美元,相当于这一群体平均收入的 6%-20%。该研究仅评估了个人消费,而此前研究表明,最富有的 10% 人群通过投资也会产生大量排放。

Polymarket 付费给内容创作者制作假的押注获胜视频

最大预测市场 Polymarket 付费给数十名内容创作者制作了假的押注获胜视频。它搭建了与其网站几乎一模一样的假网站,指示内容创作者在假网站上进行虚假交易,隐瞒受雇于 Polymarket 的事实。在虚假获胜视频发布之后,Polymarket 再雇佣水军传播和扩散这些视频,营造很多人通过押注赚钱的假象。内容创作者称,他们一个月的收入最高为 2000-3000 美元。对假视频的分析显示,大部分押注都是在 Polymarket 工程师的测试环境中进行的。创作者称他们会将拍完的视频发送给 Polymarket 审核。如果视频不够吸引人,或者有明显造假痕迹,Polymarket 会要求重拍。

Canonical 将为 Ubuntu 桌面加入语音文本转录 AI 功能

Canonical 宣布将为 Ubuntu 桌面加入语音文本转录 AI 功能,它正在征询用户对该功能的反馈。预计于今年 10 月发布的 Ubuntu 26.10 将包含被称为 Myna 的 AI 功能的早期版本。在 Myna 中,语音识别在名为 Canonical Inference Snap 的沙盒组件中进行,Speech Orchestrator 负责管理会话,Audio Adapter 处理麦克风拾取的音频,在音频到达模型前对其进行降噪和分块处理。语音识别将在本地进行,一旦安装相应模型后就不再需要连接互联网。音频数据也不会被长期保存,将在会话结束后立即被丢弃。Myna 暂时不会支持语音输入密码、持续监听、翻译等功能。

TikTok 向新账号推荐的视频近六成是 AI slop

根据视频创作工具公司 Kapwing 的一份报告,Tiktok 向新账号推荐的视频高达 59% 是 AI slop,而 YouTube 向新账号推荐的视频 AI slop 占 21%,Tiktok 几乎是 YouTube 的三倍。Kapwing 人工审核了 Tiktok 20 个类别逾万则视频,对新账号进行了一项单独的测试,统计了前 500 个 For You videos 中 AI 生成内容的比例。TikTok 的前 500 个推荐视频有 294 个是 AI slop,而 YouTube 短视频 Shorts 中前 500 个推荐视频有 104 个是 AI slop。在 Kapwing 审核的 TikTok 儿童类别 2000 则视频中,57% 是 AI slop,在所有类别中比例最高,其中 #cartoonkids 标签下 100 个精选视频有 97 个是 AI 生成,#cartoons 和 #babysong 等标签下 AI 生成视频比例都是 83%,#forkids 为 79%。科学与教育类别 AI 生成视频比例占 35%、健康(33%)和历史(33%)。截至去年 11 月 TikTok 将 13 亿个视频标记为 AI 生成。

芬兰图书馆提供缝纫机借用服务

芬兰图书馆不只是提供图书借阅,而是维系重要的社会功能。其它国家的公共图书馆在消失,而芬兰还在新建图书馆。美国在 2008-2019 年间关闭了 766 家公共图书馆,英国在 2016-2023 年间逾 180 家图书馆关闭或转交给志愿团体运营。芬兰人口约 560 万,有逾 700 家图书馆,除了借阅图书,图书馆出借的最大物品是空间:可免费预定房间用于会面、学习、进行政治讨论或创作音乐。赫尔辛基市中心的 Oodi 图书馆在 2019 年被评为全球最佳新建图书馆,它提供了缝纫机、网球拍和游泳池通行证的借用服务。这种借用文化源于芬兰的实用主义,可追溯到过去的农业时代,当时的人们经常共享农机。今天的城市居民居住在小房子里,他们可能一年只需要用到一次缝纫机,那么为什么要买呢?他们可以在图书馆免费使用通过税款采购的缝纫机。根据政府报告,55% 的芬兰人每月至少去一次图书馆。数据显示芬兰人平均每年使用图书馆 9.1 次。而英国人平均每年访问图书馆约 2.5 次。美国人平均每年访问图书馆 2.4 次,欧盟平均约 3.5 次。根据芬兰的图书馆法,公共图书馆必须促进民主、言论自由和积极的公民意识。其它北欧国家也有类似的政策。2025 年芬兰在公共图书馆上的支出近 3.71 亿欧元,人均支出 65.78 欧元,而英国人均支出 10 英镑,美国人均支出 45 美元。芬兰图书馆员还能帮助用户处理各类在线事务,从税务和银行账户到养老金和数字健康记录,他们还提供简历和求职申请方面的帮助。一项针对芬兰图书馆的研究得出结论:图书馆发挥着至关重要的包容性基础设施的作用。图书馆是少数可以静静待着而无需消费的公共空间。

Google reCAPTCHA 系统引入手势验证

Google 将要求用户在摄像头前挥手以证明自己是人类而不是机器人。它提供的区分机器人和人类检测服务 reCAPTCHA 引入了手势验证。Google 表示,在手势验证期间它会分析用户在执行各种操作或手势时的一段或多段手部视频,系统会处理视频以提取手部关键点的坐标数据,其中包括 21 个指关节关键点坐标。Google 声称,视频绝不会与用户的身份相关联,并且会在验证流程结束后删除。系统绝不会录制音频。

疑似黑客劫持短信预警系统在巴西各地发送警报短信

巴西政府称周六上午巴西多州的手机收到了一条未经授权的“极端”类别警报短信,其中包含文字 misantropi4。该单词将葡萄牙语 misantropia 的最后一个字母 a 替换为 4,这是黑客常用的做法。misantropia 的意思是厌恶人类。巴西的紧急短信系统类似美国的 AMBER Alert,允许政府官员直接向特定地理区域内的移动设备发送紧急短信。巴西政府表示其 National Civil Defense 警报平台已经下线,它认为这是一次黑客攻击,正对此展开调查。

德国 2025 年人口出现下降

德国联邦统计局的数据显示,尽管有大量移民补充,2025 年德国人口同比仍减少了约 11 万人,这是自 2020 年以来首次出现年度人口下降。德国去年的净移民数量为 23.5 万,但这不足以抵消死亡人数超过出生人数的缺口,2025 年德国死亡人数比出生人数多出 35.2 万人。截至 2025 年底,德国人口为 8350 万,即去年人口降幅约为 0.13%。德国上一次出现年度人口萎缩是在 2020 年,当时新冠疫情期间实施的严格旅行限制导致移民数量急剧下降。去年德国出生率也创下历史新低。与此同时人口老龄化趋势正在加速。60-79 岁年龄段的人口持续增加,去年新增 35.8 万人,而所谓“婴儿潮一代”进入退休年龄。作为纳税主力的 20-59 岁年龄段人口,其降幅远超平均水平,去年这个年龄段的人口收缩了1.0%,即减少了 40.9 万人。

俄罗斯导弹预警卫星 COSMOS 2546 被指干扰欧洲 GPS

Tom 写道: 2024年“弹性导航和授时基金会”创始人Dana A. Goward接到了一位匿名英国研究人员的电话,对方称他已经观察到了来自太空的 GPS 干扰现象,他查阅了 GNSS 地面参考站的数据,注意到 GPS 信号强度出现明显下降的情况,每次持续时间都不到十秒钟,但北欧很大一片区域的站点都记录到了这些事件。这位研究人员同意让基金会分享其的发现。得克萨斯大学奥斯汀分校Todd Humphreys及其学生Zach Clements分析2019年1月至2026年4月的地面站数据,发现有75天至少发生了一次大范围的GNSS干扰事件,大部分干扰事件的峰值中心位于 1577.5 MHz,比 GPS L1 频段频率(1575.42 MHz)高出约 2 MHz, 在干扰期间GPS L1 C/A、Galileo E1、北斗 B1C/B1A频段的信噪比发生了同步下降。15次干扰事件中心频率为1558.5 MHz,北斗B1I频段出现幅度相当的信噪比下降。(注:俄罗斯GLONASS L1/L2/L3频段不在此影响范围之内。)这两个干扰频段似乎从未同时出现。Humphreys和其学生计算出干扰源至少位于地球上方1200公里处。他们根据干扰事件发生时受影响范围内的卫星,将搜索范围缩小到少数几颗可疑卫星,但无法进一步分析,研究一度停滞。后来Humphreys收到一封邮件,称荷兰阿姆斯特丹和挪威特隆赫姆的电台截获了在2026年2月11日的一次原始干扰信号数据。通过分析信号到达两个不同站点的时间差,Humphreys和Clements计算出了一个“准双曲面”,该曲面延伸至数万公里外的太空,干扰卫星必定位于该区域内,该曲面厚度所代表的误差仅为五米。将可疑卫星轨道与准双曲面进行比较后发现,只有一颗卫星的轨道与准双曲面完全吻合,俄罗斯的COSMOS 2546卫星。又将他们引向俄罗斯联合宇宙系统(EKS)星座中的六颗卫星(包含COSMOS 2546),这些卫星旨在探测弹道导弹发射时提供早期预警。这类卫星运行在高度椭圆的莫尔尼亚轨道 上,其轨道延伸至地球高纬度地区之上,能对北半球进行长时间覆盖。研究论文发表在预印本网站arxiv.org上。这一发现引发了俄罗斯电子战武器的担忧,欧盟一位发言人告诉《纽约时报》,欧盟已对这些事件展开调查,但调查结果属于机密,俄罗斯驻华盛顿大使馆新闻办公室对此不予置评。

软银将其持有的波士顿动力剩余股份全部出售给现代汽车

2020 年 12 月现代汽车以 8.8 亿美元从软银手中收购波士顿动力 80% 的控股权,该交易对波士顿动力的估值为 11 亿美元。收购协议包含了一项卖出期权,允许软银在未来某个时候将剩余股份出售给现代汽车。现在软银行使了卖出期权,以 3.25 亿美元将其持有的剩余股份出售给现代汽车。波士顿动力已有逾三十年历史,但其机器人的商业化一直进展缓慢。四足机器人 Spot 是首个取得商业成功的产品,而其人形机器人 Atlas 要证明其商业价值仍然面临重重困难。

AI 使用是否会导致技能退化?

随着越来越多的专业人士开始在工作中依赖 AI 工具,他们来之不易的技能会不会逐渐退化?此种担忧不无道理。有证据表明,AI 驱动的技能退化现象正在医学、计算机科学等领域发生。研究人员正探讨如何在 AI 时代保留重要的人类专业知识。一项针对波兰内窥镜医生的研究表明,AI 工具会迅速削弱人类的能力。这些医生在其职业生涯至少进行 2000 例结肠镜检查。研究人员让他们使用一套 AI 系统,能实时分析结肠镜图像,标记名为腺瘤的肠道癌前期病变。一旦医生开始使用该系统,每当系统不可用时,他们的诊断能力会显著下降。在引入 AI 工具前三个月里医生在 28.4% 的结肠镜检查中发现了至少一个腺瘤。而在引入 AI 工具后三个月里,在没有 AI 辅助的情况下腺瘤检出率下降至 22.4%。

挪威限制小学生使用 AI

挪威首相 Jonas Gahr Stoere 周五表示,挪威将限制小学生使用生成式 AI 工具。他表示,使用 AI 会增加儿童跳过重要教育阶段的风险。儿童在学校里最重要的是学会阅读、写作和数学。挪威政府表示,6-13 岁或一至七年级学生不应使用 AI;14-16 岁初中生可在教师指导下谨慎使用 AI 工具,17-19 岁高中学生应学习如何正确使用 AI 以便为未来的学习和工作做好准备。挪威政府还表示将立法为课堂使用更多书籍提供资金以扭转平板电脑普及的趋势。新标准将从 8 月下旬的新学年开始实施。

加州亿万富翁税提案获得足够签名有资格在 11 月公投

加州亿万富翁税提案获得足够签名达到在 11 月公投的资格。亿万富翁税(California Billionaire Tax Act)将对任何身价逾 10 亿美元的加州居民一次性征收 5% 的税,该税将用于医保和教育等项目。加州是全美亿万富翁人数最多的州,总数超过 200 人,很多人在 AI 热下积累了巨额财富。该税遭到了加州亿万富翁们的强烈反对,Google 联合创始人 Sergey Brin 一人至少投入了 8200 万美元反对该税,并搬到了靠近加州的内华达州居住。Palantir 联合创始人 Peter Thiel、Google 前 CEO Eric Sc​​hmidt、加密货币亿万富翁 Chris Larsen 以及DoorDash CEO Tony Xu 等也捐出了数百万美元反对该税。英伟达 CEO 黄仁勋则对该税没有异议,称会继续居住在加州。尽管提案已获得足够的签名,但相关组织必须在 6 月 25 日之前决定是否继续推进,或者与州政府达成协议。

特朗普政府停止拆除洋流观测系统

在美国国会参议院周三通过一项法案阻止政府拆除 3.68 亿美元的海洋观测计划(Ocean Observatories Initiative)之后,特朗普政府表示将撤销拆除决定。海洋观测计划由逾 900 台深海仪器构成,用于监测洋流、海洋生态系统、碳吸收、热浪、渔业、沿海洪水和气候变化。每个观测站由多个锚定装置组成。这些设备测量从水面到数千英尺深处的洋流以及化学生物状况。仪器经过加固能承受深海的压力、腐蚀性海水以及可能损坏电子设备的海洋动植物。锚定装置周围的遥控机器人和滑翔机负责收集数据并将其传输到研究实验室。它于 2016 年投入运作,原计划运行 25 年,每年的运行成本为 4800 万美元。管理该项目的国家科学基金会已经宣布即日起停止移除设备,将继续运行和维护现有设备。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…