每日简报

2026-06-02

← 历史归档

microsoft/markitdown

Python · ★ 140,097 · 🍴 9,530 · 📈 3,034 stars today

Python tool for converting files and office documents to Markdown.

中文介绍 微软开发的Python工具,支持将各类文件及Office文档批量转换为Markdown格式。通过解析文档结构保留核心内容,适用于需要统一文档格式的知识管理场景,帮助研究人员、内容创作者快速处理多源文档。

nesquena/hermes-webui

Python · ★ 12,081 · 🍴 1,506 · 📈 945 stars today

Hermes WebUI: The best way to use Hermes Agent from the web or from your phone!

中文介绍 为Hermes AI代理提供跨平台Web界面,支持移动端和桌面端访问。通过响应式设计实现多设备适配,适合需要远程调用AI代理的用户,典型场景包括移动办公、即时任务处理等。

supermemoryai/supermemory

TypeScript · ★ 24,311 · 🍴 2,161 · 📈 647 stars today

Memory engine and app that is extremely fast, scalable. The Memory API for the AI era.

中文介绍 高性能记忆引擎与API服务,采用分布式架构实现毫秒级检索。专为AI应用设计,支持长期记忆存储与动态更新,适用于需要持续学习能力的智能系统,如客服机器人、个性化推荐引擎。

harry0703/MoneyPrinterTurbo

Python · ★ 77,558 · 🍴 11,003 · 📈 3,375 stars today

利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.

中文介绍 基于大语言模型的短视频自动生成工具,集成文本转语音、画面合成等技术。一键生成1080P视频,适合自媒体创作者快速制作营销内容,降低视频生产门槛。

D4Vinci/Scrapling

Python · ★ 58,629 · 🍴 5,676 · 📈 1,486 stars today

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

中文介绍 自适应网页爬虫框架,支持从单次请求到大规模爬取的全流程管理。采用动态解析与反爬对抗技术,适用于数据采集、竞品监控等场景,降低爬虫开发维护成本。

pbakaus/impeccable

JavaScript · ★ 33,227 · 🍴 1,801 · 📈 485 stars today

The design language that makes your AI harness better at design.

中文介绍 面向AI的设计增强工具集,通过标准化组件库提升设计系统一致性。结合视觉规范与代码生成,帮助设计师与开发者协同工作,适用于UI/UX团队构建可维护的设计体系。

p-e-w/heretic

Python · ★ 23,201 · 🍴 2,477 · 📈 249 stars today

Fully automatic censorship removal for language models

中文介绍 语言模型内容过滤移除工具,通过微调模型参数实现审查机制解除。适用于需要无限制内容生成的研究场景,但需注意合规性风险,建议配合内容审核机制使用。

EveryInc/compound-engineering-plugin

TypeScript · ★ 19,268 · 🍴 1,434 · 📈 417 stars today

Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more

中文介绍 为Claude Code等AI编程工具提供的工程化插件,集成代码审查、测试生成等功能。通过标准化工作流提升开发效率,适合团队协作开发场景,减少重复性编码任务。

TauricResearch/TradingAgents

Python · ★ 82,139 · 🍴 15,950 · 📈 299 stars today

TradingAgents: Multi-Agents LLM Financial Trading Framework

中文介绍 多智能体金融交易框架,结合LLM与量化策略实现自动化交易。支持市场数据分析与风险管控,适用于量化交易员构建智能投顾系统,需配合真实交易API使用。

revfactory/harness

HTML · ★ 5,372 · 🍴 715 · 📈 524 stars today

A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.

中文介绍 领域专用智能体团队设计工具,通过元技能定义生成专业化Agent。支持技能组合与任务拆解,适用于复杂任务自动化场景,如客户服务、数据分析等垂直领域。

godotengine/godot

C++ · ★ 111,859 · 🍴 25,527 · 📈 77 stars today

Godot Engine – Multi-platform 2D and 3D game engine

中文介绍 跨平台2D/3D游戏引擎,采用GDScript与C#双语言支持。内置物理引擎与动画系统,适合独立开发者制作全平台游戏,社区提供丰富资源模板加速开发。

can1357/oh-my-pi

TypeScript · ★ 9,783 · 🍴 796 · 📈 335 stars today

⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more

中文介绍 终端AI编程代理,集成LSP、Python解释器与浏览器控制。通过哈希锚定编辑保障代码安全,适合开发者在CLI环境高效编码,支持多智能体协作完成复杂任务。

OpenBMB/VoxCPM

Python · ★ 24,694 · 🍴 2,842 · 📈 888 stars today

VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning

中文介绍 无Tokenizer多语言语音生成模型,支持音色克隆与创意语音设计。采用端到端架构实现高保真TTS,适用于语音助手、有声书制作等场景,需GPU加速推理。

FareedKhan-dev/train-llm-from-scratch

Jupyter Notebook · ★ 3,965 · 🍴 536 · 📈 861 stars today

A straightforward method for training your LLM, from downloading data to generating text.

中文介绍 从零训练LLM的完整指南,涵盖数据清洗、模型训练到文本生成全流程。提供代码模板与调优技巧,适合研究者学习大模型原理,需配备高性能计算资源。

stefan-jansen/machine-learning-for-trading

Jupyter Notebook · ★ 18,118 · 🍴 5,202 · 📈 93 stars today

Code for Machine Learning for Algorithmic Trading, 2nd edition.

中文介绍 《机器学习在算法交易中的应用》第二版配套代码库,包含量化策略实现与回测框架。适合金融从业者学习ML建模,需结合真实市场数据验证策略有效性。

dmtrKovalenko/fff

Rust · ★ 7,370 · 🍴 301 · 📈 135 stars today

The fastest and the most accurate file search toolkit for AI agents, Neovim, Rust, C, and NodeJS

中文介绍 跨平台文件搜索工具链,支持AI代理、Neovim等场景。采用Rust核心实现毫秒级检索,提供CLI与API接口,适合开发者快速定位项目文件,提升编码效率。

codecrafters-io/build-your-own-x

Markdown · ★ 510,827 · 🍴 48,431 · 📈 1,212 stars today

Master programming by recreating your favorite technologies from scratch.

中文介绍 通过重构经典技术项目学习编程的实践指南,涵盖数据库、编译器等领域。提供分步教程与代码框架,适合开发者深入理解系统原理,需具备基础编程能力。

Range and Depth on Demand

@1salman · 363 粉丝 · 2.0M 阅 · 682 赞 · 45 转

Everyone keeps asking whether AI favors specialists or generalists. I think that is the wrong question. AI does not pick a side. It changes the tradeoff. The old world forced a choice. You could go

中文介绍 博主提出AI时代职业发展的核心矛盾:传统「专家vs通才」的二元选择已被打破。AI通过动态调整技能范围与深度,使个体能按需切换专精与广博模式,重点在于如何利用AI重构能力边界而非固守单一路径。

30 Obsidian Workflows, Plugins, and Setups That Most Users Don't Know

@eng_khairallah1 · 61.9K 粉丝 · 693.5K 阅 · 511 赞 · 71 转

Obsidian has 2,700+ community plugins. Over 100 of them are AI-related. Save this :) And the CEO of Obsidian personally published official Claude Skills for the platform - 12,900+ GitHub stars in

中文介绍 整理30个Obsidian高阶用法,涵盖AI插件生态(超100款)、Claude Skills官方集成及2700+社区插件。强调通过自动化工作流提升知识管理效率,附GitHub资源链接供直接部署。

I Searched the Whole Claude Skills Ecosystem - These Are the Ones That Matter [Full GitHub Links]

@polydao · 18.1K 粉丝 · 559.5K 阅 · 505 赞 · 55 转

Most people are still using Claude like a smarter chatbot That is not the game anymore You’re competing against people who treat Claude like an operating system > While you’re typing one-off

中文介绍 筛选Claude Skills生态中的关键工具,指出多数用户仍停留在聊天机器人层面。推荐将Claude作为操作系统级工具,提供完整GitHub链接列表,涵盖代码生成、数据分析等场景的实用技能包。

hacking pewdiepie's AI agent harness using an evil cocomelon website (then helping protect it)

@theonejvo · 22.1K 粉丝 · 504.3K 阅 · 861 赞 · 1 转

Over the past year, @pewdiepie, has been turning into one of the most visible champions of private, self-hosted computing, and it has been a genuine pleasure to watch. What began in late 2025 as an

中文介绍 记录对PewDiePie私有AI代理系统的攻防实验:通过恶意网站渗透测试暴露安全漏洞,随后协助加固架构。案例揭示去中心化AI系统的脆弱性,强调自托管环境需强化输入验证与权限隔离。

Claude Code + NotebookLM + Obsidian: Research Monster That Gets Smarter Every Time You Use It

@monokern · 1.2K 粉丝 · 263.1K 阅 · 505 赞 · 72 转

Most people treat research as a manual task. You open 10 tabs. You watch videos. You read articles. You take notes somewhere. An hour later you have a pile of information you're not sure what to do

中文介绍 构建Claude Code+NotebookLM+Obsidian三位一体研究系统:自动抓取多源信息→结构化笔记→动态知识图谱。通过持续迭代形成自我增强的研究闭环,解决传统人工信息处理的碎片化问题。

Stop building Foxconn factories for your agents

@garrytan · 853.3K 粉丝 · 180.6K 阅 · 503 赞 · 43 转

In January I got back into coding and I built Garry's List. Over five hundred thousand lines of Rails and the tests to police it. I was proud of it. I shouldn't have been. The thing worth being proud

中文介绍 反思AI代理开发误区:反对过度工程化的「富士康工厂」模式。以50万行Rails代码项目为例,主张聚焦核心价值而非盲目堆砌功能,提倡轻量级MVP验证与渐进式扩展策略。

🥇Top AI Papers of the Week

@dair_ai · 124.6K 粉丝 · 84.0K 阅 · 504 赞 · 83 转

1. SkillOpt Microsoft Research treats a compact natural-language skill document as the trainable state of a frozen agent, then learns that document through rollouts, reflection, and bounded edits

中文介绍 汇总本周12篇顶会论文,重点解析Microsoft SkillOpt技术:将自然语言技能文档作为可训练状态,通过滚动采样与反思机制实现代理能力进化,为低资源场景提供新范式。

How To Fix AI Slop (Using Hermes)

@EXM7777 · 115.1K 粉丝 · 70.1K 阅 · 520 赞 · 47 转

There's a reason some people seem to be constantly shipping the best software, writing incredible content, or generating insane images... They adopted the eval loop, while you... You've tried better

中文介绍 提出用Hermes框架解决AI内容同质化问题:建立评估-反馈-优化的闭环系统。对比传统方法,强调动态质量监控与迭代改进机制,可显著提升生成内容的原创性与实用性。

6 Workflows, 6 Lessons, 60 Days with Hermes Analyst

@0xJeff · 80.5K 粉丝 · 47.0K 阅 · 512 赞 · 45 转

It’s been a little more than 2 months now and Hermes has taught me so many different things. One of the key things is that Agents like Hermes or OpenClaw don’t fail on intelligence, they tend to fail

中文介绍 总结60天使用Hermes Analyst的6个核心教训:代理失效主因非智能不足而是评估机制缺失。通过6个工作流案例,强调建立标准化验证流程比单纯提升模型能力更重要。

How small businesses can leverage AI

This article is from Making AI Work, MIT Technology Review’s limited-run newsletter examining how to apply LLMs across industries. To receive it in your inbox,sign up here. From accounting to design to market research and product development, there’s a staggering breadth of skills needed to run a bu

中文介绍 MIT Tech Review分析中小企业如何利用AI技术,涵盖会计、设计、市场调研及产品开发等领域,强调大语言模型在多行业的应用潜力。

Codex is becoming a productivity tool for everyone

The Next Era of Knowledge Work report explores how Codex is transforming productivity through AI-powered research, data analysis, workflow automation, and content creation.

中文介绍 OpenAI Codex升级为知识工作生产力工具,通过AI驱动的研究、数据分析、工作流自动化及内容生成提升效率。

Our views on AI policy and political advocacy

Our approach to AI policy and political advocacy, transparency, support for thoughtful regulation and AI safety, and that no outside political group speaks on the company’s behalf.

中文介绍 OpenAI阐述AI政策立场,支持透明监管与安全标准,明确拒绝外部政治团体代表公司发声。

Why Video Agent models are next — Ethan He, xAI Grok Imagine

Inside xAI: Building Grok Imagine in 3 Months, Videogen vs World Models, and why Grok Imagine is so underrated. For the first time, we do a deep dive with the guy who led it!

中文介绍 xAI团队负责人Ethan He详解Grok Imagine开发历程,强调视频生成模型与世界观模型的差异化优势。

Building the infrastructure for the Intelligence Age in Michigan

OpenAI breaks ground on a 1GW data center project in Michigan as part of Stargate, building AI infrastructure to expand access, create jobs, and support communities.

中文介绍 OpenAI在密歇根州启动1GW「Stargate」数据中心项目,旨在构建AI基础设施并创造就业。

OpenAI frontier models and Codex are now available on AWS

OpenAI frontier models and Codex are now generally available on AWS, giving enterprises a new path to build with OpenAI through the AWS environments, controls, and procurement workflows they already use. Customers can get started with OpenAI on AWS and move faster from evaluation to production.

中文介绍 OpenAI前沿模型及Codex正式登陆AWS,企业可通过现有AWS环境快速部署AI应用。

not much happened today

**NVIDIA** led open-source AI model releases with **Cosmos 3**, a comprehensive omnimodal world model unifying language, image, video, audio, and action using a Mixture-of-Transformers design, and **Nemotron 3 Ultra**, a **550B** parameter open-weight model noted for high serving speed and strong ev

中文介绍 NVIDIA发布Cosmos 3多模态模型及550B参数Nemotron 3 Ultra开源权重,支持语言、图像、视频等跨模态推理。

[AINews] Founders and Forward Deployed Engineers

a quiet day lets us highlight the new AIE WF focuses

中文介绍 聚焦AI工程团队新动向,强调创始人及前线部署工程师在技术落地中的核心作用。

Boston Children’s uses AI to unlock new diagnoses

Boston Children’s Hospital uses OpenAI technology to improve patient care, reduce operational burden, and help diagnose more than 40 rare disease cases.

中文介绍 波士顿儿童医院利用OpenAI技术诊断超40例罕见疾病,提升诊疗效率并减轻运营负担。

市场总览

美股市场整体呈现高位震荡格局。标普500 ETF (SPY) RSI 75.1处于超买区域,距52周高点仅-0.23%,均线系统呈多头排列;纳斯达克100 ETF (QQQ) RSI 78.4同样超买,MACD出现金叉,近5日涨幅3.51%,动量偏强。然而部分科技股出现分化,TSLA触发MACD死叉,近5日下跌2.38%;META处于空头排列但MACD金叉,显示短期修复迹象。加密市场情绪极度低迷,加密恐慌贪婪指数23处于极度恐慌区间,总市值2.47T USD(24h -3.04%),BTC主导率56.2%。BTC-USD RSI 26.3超卖,空头排列,近5日下跌5.42%;ETH-USD RSI 29.4同样超卖;SOL-USD RSI 33.1,三者均呈空头排列。中概股分化明显,0700.HK近5日大涨9.7%且MACD金叉,但BABA、PDD、JD均处于空头排列。商品外汇方面,黄金期货MACD金叉但RSI 47.5中性,WTI原油RSI 43.8偏空,美元兑人民币RSI 29.4超卖且MACD死叉,美元指数DXY接近52周高点。

今日关注

QQQ 纳斯达克100 ETF (QQQ)
偏上行

QQQ当前价格742.74,RSI 14读数为78.4进入超买区域,MACD值为21.74高于信号线21.50形成金叉,均线系统呈多头排列(SMA20=712.47 < SMA50=655.93 < SMA200=618.66),近5日涨幅3.51%。指标显示动量偏强,但RSI超买需警惕短期回调风险。

BTC-USD Bitcoin (BTC-USD)
偏下行

BTC-USD当前价格69,548.17,RSI 14仅26.3处于超卖区域,MACD值-1648.69低于信号线-920.59呈死叉状态,均线空头排列(SMA20=75,804 < SMA50=77,144 < SMA200=79,256),近5日下跌5.42%。加密恐慌贪婪指数23显示极度恐慌,技术面整体承压。

0700.HK 腾讯控股 (0700.HK)
偏上行

0700.HK当前价格481.6港元,近5日涨幅9.7%,MACD值-11.40高于信号线-14.03形成金叉,RSI 14为58.2处于中性偏强区域,SMA20=453.64低于现价提供支撑。但SMA50=480.8与现价接近,需观察能否有效突破。

USDCNY=X 美元/人民币 (USDCNY=X)
偏下行

美元兑人民币当前汇率6.76,RSI 14仅29.4处于超卖区域,MACD值-0.0155低于信号线-0.0135触发死叉,均线空头排列(SMA20=6.79 < SMA50=6.83 < SMA200=6.98),近5日下跌0.48%。技术面显示人民币相对走强,但超卖区域可能酝酿短期反弹。

META Meta Platforms (META)
中性

META当前价格600.47,RSI 14为41.6处于中性区域,MACD值-2.64高于信号线-3.97形成金叉,但均线系统呈空头排列(SMA20=612.91 > 现价,SMA50=618.41 > 现价,SMA200=665.67 > 现价)。MACD金叉与空头排列形成矛盾信号,技术面方向不明。

全部资产

^VIX

VIX 恐慌指数

$16.14 +0.56%
5 日
-5.11%
距 52w 高
-54.3%
RSI(14)
41.4
趋势
中性
SMA 20 / 50 / 200
17.08 / 19.54 / 18.39
MACD / 信号
-0.867 / -0.858
MACD 死叉 (3 天前)

^TNX

10Y 美债收益率 (%)

$4.47 +0.49%
5 日
-1.82%
距 52w 高
-10.4%
RSI(14)
52.0
趋势
多头
SMA 20 / 50 / 200
4.49 / 4.39 / 4.20
MACD / 信号
0.035 / 0.051
MACD 死叉 (3 天前)接近 52 周低多头排列

DX-Y.NYB

美元指数 DXY

$99.13 -0.07%
5 日
-0.04%
距 52w 高
-1.5%
RSI(14)
54.3
趋势
多头
SMA 20 / 50 / 200
98.80 / 98.89 / 98.58
MACD / 信号
0.143 / 0.113
接近 52 周高多头排列

SPY

S&P 500 ETF

$758.54 +0.27%
5 日
+1.73%
距 52w 高
-0.2%
RSI(14)
75.1
趋势
多头
SMA 20 / 50 / 200
741.23 / 705.62 / 681.74
MACD / 信号
12.814 / 12.861
RSI 超买接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$742.74 +0.60%
5 日
+3.51%
距 52w 高
-0.4%
RSI(14)
78.4
趋势
多头
SMA 20 / 50 / 200
712.47 / 655.93 / 618.66
MACD / 信号
21.742 / 21.499
MACD 金叉 (1 天前)RSI 超买接近 52 周高多头排列

AAPL

Apple

$306.31 -1.84%
5 日
-0.81%
距 52w 高
-2.8%
RSI(14)
67.0
趋势
多头
SMA 20 / 50 / 200
298.85 / 276.43 / 263.60
MACD / 信号
9.789 / 9.780
接近 52 周高多头排列

MSFT

Microsoft

$460.52 +2.28%
5 日
+10.02%
距 52w 高
-17.1%
RSI(14)
72.9
趋势
中性
SMA 20 / 50 / 200
419.90 / 404.26 / 458.16
MACD / 信号
8.377 / 4.975
MACD 金叉 (1 天前)RSI 超买

NVDA

Nvidia

$224.36 +6.26%
5 日
+4.19%
距 52w 高
-5.1%
RSI(14)
60.4
趋势
多头
SMA 20 / 50 / 200
216.75 / 200.26 / 187.87
MACD / 信号
4.204 / 5.620
多头排列

GOOGL

Alphabet

$376.37 -1.04%
5 日
-1.72%
距 52w 高
-7.9%
RSI(14)
49.8
趋势
多头
SMA 20 / 50 / 200
390.68 / 348.96 / 300.79
MACD / 信号
8.066 / 12.447
多头排列

TSLA

Tesla

$415.88 -4.57%
5 日
-2.38%
距 52w 高
-16.6%
RSI(14)
50.4
趋势
中性
SMA 20 / 50 / 200
422.65 / 392.51 / 412.51
MACD / 信号
10.243 / 11.143
MACD 死叉 (今天)

META

Meta

$600.47 -5.07%
5 日
-1.60%
距 52w 高
-24.6%
RSI(14)
41.6
趋势
空头
SMA 20 / 50 / 200
612.91 / 618.41 / 665.67
MACD / 信号
-2.639 / -3.966
MACD 金叉 (3 天前)空头排列
加密恐慌贪婪
23
极度恐慌
加密总市值
$2.47 T
-3.04% / 24h
BTC 主导率
56.2%
ETH 9.6%
24h 成交量
$119.7 B
活跃币 17,390

BTC-USD

Bitcoin

$69,548.17 -2.48%
5 日
-5.42%
距 52w 高
-44.9%
RSI(14)
26.3
趋势
空头
SMA 20 / 50 / 200
75,804.22 / 77,143.85 / 79,256.45
MACD / 信号
-1,648.687 / -920.592
RSI 超卖空头排列

ETH-USD

Ethereum

$1,979.29 -1.19%
5 日
-1.41%
距 52w 高
-60.0%
RSI(14)
29.4
趋势
空头
SMA 20 / 50 / 200
2,090.87 / 2,230.00 / 2,485.64
MACD / 信号
-68.142 / -61.124
RSI 超卖空头排列

SOL-USD

Solana

$79.26 -2.25%
5 日
-3.32%
距 52w 高
-68.7%
RSI(14)
33.1
趋势
空头
SMA 20 / 50 / 200
84.55 / 86.20 / 103.83
MACD / 信号
-1.794 / -1.227
空头排列

BABA

阿里巴巴 (BABA)

$125.40 +0.95%
5 日
-3.54%
距 52w 高
-34.9%
RSI(14)
39.8
趋势
空头
SMA 20 / 50 / 200
133.87 / 131.08 / 149.62
MACD / 信号
-2.171 / -0.786
空头排列

PDD

拼多多 (PDD)

$87.24 +3.32%
5 日
-7.70%
距 52w 高
-37.4%
RSI(14)
37.8
趋势
空头
SMA 20 / 50 / 200
95.17 / 98.21 / 113.09
MACD / 信号
-3.359 / -2.111
空头排列

JD

京东 (JD)

$29.09 +0.90%
5 日
-4.69%
距 52w 高
-21.1%
RSI(14)
40.9
趋势
空头
SMA 20 / 50 / 200
30.84 / 30.05 / 30.43
MACD / 信号
-0.188 / 0.213
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$481.60 +10.46%
5 日
+9.70%
距 52w 高
-29.5%
RSI(14)
58.2
趋势
中性
SMA 20 / 50 / 200
453.64 / 480.80 / 573.63
MACD / 信号
-11.397 / -14.032
MACD 金叉 (今天)

GC=F

黄金期货

$4,557.00 +1.83%
5 日
+1.26%
距 52w 高
-18.4%
RSI(14)
47.5
趋势
中性
SMA 20 / 50 / 200
4,583.83 / 4,627.49 / 4,382.54
MACD / 信号
-47.740 / -48.288
MACD 金叉 (今天)

CL=F

WTI 原油期货

$91.27 -0.97%
5 日
-2.79%
距 52w 高
-23.6%
RSI(14)
43.8
趋势
中性
SMA 20 / 50 / 200
97.27 / 97.64 / 72.32
MACD / 信号
-1.930 / -0.522

USDCNY=X

美元 / 人民币

¥6.76 -0.06%
5 日
-0.48%
距 52w 高
-6.2%
RSI(14)
29.4
趋势
空头
SMA 20 / 50 / 200
6.79 / 6.83 / 6.98
MACD / 信号
-0.015 / -0.014
MACD 死叉 (3 天前)RSI 超卖接近 52 周低空头排列
风险提示

过去走势不代表未来表现。本报告仅基于公开行情数据计算的技术指标进行客观描述,不构成任何投资建议或买卖承诺。仅供技术指标解读参考,投资者应结合自身风险承受能力独立决策。

Middle East crisis live: Conflict continues in Lebanon despite Trump hailing Israeli-Hezbollah de-escalation

Israeli military says it intercepted missiles from Lebanon this morning while Netanyahu says his forces will continue operating in the south of the country Trump says Hezbollah and Israel have agreed to ‘stop all shooting’ Here are the latest images from the site of an Israeli airstrike in the south

中文摘要 以色列军队拦截黎巴嫩发射导弹,内塔尼亚胡称部队将继续在黎南部行动;特朗普宣称以真主党达成「停止所有射击」协议,但冲突仍在持续。

Massive fire engulfs Jakarta market leaving hundreds homeless

Hundreds of people have been made homeless after a huge fire tore through a market in Jakarta.

中文摘要 印尼雅加达一市场发生特大火灾,数百人因房屋损毁流离失所,救援工作正在进行中。

Zelenskyy asks Trump to send missiles after Russian strikes across Ukraine

At least 18 killed, dozens injured and others trapped under collapsed buildings after attacks on five Ukrainian cities Volodymyr Zelenskyy has asked Donald Trump to send Patriot missiles to Ukraine after a devastating Russian attack killed at least 18 people and injured dozens more. Russia launched

中文摘要 俄罗斯袭击乌克兰五座城市致至少18人死亡,泽连斯基要求特朗普向乌提供爱国者导弹,多栋建筑倒塌致人员受困。

Russia Launches Deadly Strikes on Kyiv After Threatening Ukraine for a Week

Moscow’s repeated warnings of a major strike, combined with the delay before it happened, seemed intended to inflict a psychological toll on the Ukrainian capital.

中文摘要 俄罗斯在持续一周的威胁后对基辅发动致命袭击,莫斯科通过延迟袭击时间对乌克兰首都施加心理压力。

Iran War Live Updates: Israel Appears to Pull Back From Threat to Strike Beirut

President Trump is pressing Israel not to attack the Lebanese capital. An escalation in Israel’s campaign against Hezbollah could threaten peace talks with Iran.

中文摘要 特朗普施压以色列避免攻击黎巴嫩首都贝鲁特,以军似乎撤回打击威胁,以防与伊朗和谈破裂。

Australia, don’t conflate anti-Semitism with criticism of Israel

The anti-Semitism commission should protect Jewish Australians from hatred, not shield Israel from accountability.

中文摘要 澳大利亚反犹太主义委员会应保护犹太人免受仇恨,而非为以色列政策辩护,需区分反犹主义与对以批评。

研究:中国20年内收购超1.1万德国专利

来自德国的创新成果正日益落入中国囊中。根据德国经济研究所(IW)的一份分析报告,2000年至2022年间,中国已收购了超过1.1万项德国专利。其中,在机械工业领域,中国收购德国专利的势头尤为强劲。

中文摘要 德国经济研究所报告显示,2000-2022年间中国收购超1.1万项德国专利,机械工业领域收购势头尤为强劲。

How does Iran’s leadership view the emerging deal with the US?

Iranian authorities reject capitulation, but there are subtle differences between various factions.

中文摘要 伊朗领导层拒绝向美国屈服,但内部各派系对美伊协议存在细微立场差异,尚未形成统一态度。

OECD:关键行业中企获补贴超过同行数倍

经合组织(OECD)数据显示,该组织38个成员国对关键工业领域的国家支持达到2008年以来的最高水平。而中国企业所获得的补贴远超其国际竞争对手。

中文摘要 OECD数据显示,38个成员国对关键工业领域的国家支持达2008年以来最高水平,中国企业获补贴远超国际竞争对手。

Somalia needs a political settlement before it is too late

Somalia is entering a dangerous moment without a path to elections or a political transition.

中文摘要 索马里面临选举与政治过渡缺失的危险局面,亟需达成政治和解以避免局势进一步恶化。

‘Not the deal promised’: Labor’s Ed Husic questions Aukus pact that will deliver secondhand subs

Former frontbencher launches most significant internal criticism of $368bn Aukus deal since ALP national conference in 2023 Follow our Australia news live blog for latest updates Get our breaking news email, free app or daily news podcast Australia needs a backup plan for the Aukus submarine agreeme

中文摘要 澳大利亚前内阁成员埃德·胡西克质疑AUKUS协议将提供二手潜艇,称该3680亿美元交易违背承诺。

How Hezbollah Drones Upended Israel’s Strategy in Lebanon

An Israeli campaign that started with high hopes has devolved into a kind of impasse, with Hezbollah looking more capable than it did when the war began.

中文摘要 真主党无人机战术颠覆以色列在黎巴嫩的军事战略,以军行动陷入僵局,真主党作战能力较开战初期显著增强。

Why India’s Run as a Stock Market Darling May Be Over

India's stock market is losing its allure. The South Asian nation stands out as one of the biggest losers as factors like the AI trade reshape global investment flows. Asmi Bhatia with more. (Source: Bloomberg)

中文摘要 印度股市吸引力下降,成为AI交易等因素下全球投资流动中的主要输家,南亚国家面临投资环境变化。

A $200 Billion Test of Investors’ Appetite for AI Looms

Offerings from SpaceX, Anthropic, OpenAI will be blockbuster market events.

中文摘要 SpaceX、Anthropic和OpenAI等公司即将进行的2000亿美元融资,将测试投资者对AI领域的热情,成为市场焦点事件。

Segantii’s Sadler Details Rising Stress at Time of Esprit Trades

Segantii Capital Management founder Simon Sadler told a Hong Kong court that stresses had been building at home and in his professional life by 2017, the year his firm is accused of trading on inside information.

中文摘要 Segantii资本管理创始人Simon Sadler在2017年面临家庭与职业压力,被指控利用内幕信息交易Esprit股票。

Andrew Left Found Guilty in Landmark Short-Selling Case

One of Wall Street’s most famous short sellers has been found guilty of securities fraud. Prosecutors said Andrew Left used social media posts to move stocks and profit from the swings. The verdict could influence how short selling is viewed and regulated in the US. (Source: Bloomberg)

中文摘要 华尔街著名做空者Andrew Left因证券欺诈被判有罪,其通过社交媒体操纵股价的行为可能影响美国做空监管。

Insight Investment Is Lured by 6% Yields Into Battered UK Bonds

Insight Investment is the latest asset manager to take a punt on long term UK bonds after this year’s selloff, betting that the highest yields in the developed world will be enough to make up for the risks.

中文摘要 Insight Investment以6%收益率投资英国长期债券,押注发达市场最高收益可抵消风险。

Treasuries Gain Ahead of Week’s First Batch of Employment Data

Treasuries hovered near a three-week high ahead of this week’s first batch of jobs numbers that could cement the case for the Federal Reserve to deliver an interest-rate hike under new Chair Kevin Warsh.

中文摘要 美国国债在就业数据公布前升至三周高位,可能支持美联储主席Kevin Warsh推动加息。

FirstFT: US in talks to widen nuclear arms deployments in Europe

Also in today’s newsletter: Alphabet to raise $80bn from share sale and gold overtakes US Treasuries as the world’s leading reserve asset

中文摘要 美国拟扩大欧洲核武器部署,Alphabet计划通过股票发行募资800亿美元,黄金超越美国国债成全球首要储备资产。

India’s Fuel Exports Plunge in May as Domestic Needs Prioritized

India’s fuel exports tumbled to the lowest level in nearly four years in May as a push to ensure domestic supplies during the Iran war shock along with refinery maintenance curbed overseas flows.

中文摘要 印度5月燃料出口降至近四年最低,因优先保障国内供应及伊朗战争影响炼油产能。

PE-Owned JetBio Plans Landmark Green Jet Fuel Plant in Brazil

Private equity-controlled JetBio plans to build the world’s biggest commercial green jet fuel plant that uses ethanol in Brazil to take advantage of the country’s ample feedstock alternatives.

中文摘要 私募控股的JetBio计划在巴西建设全球最大绿色航空燃料工厂,利用乙醇作为原料。

Military Antenna Maker Smag Is Said to Weigh Frankfurt IPO

Smag Mobile Antenna Masts GmbH, a German supplier to the defense industry, is considering an initial public offering in Frankfurt in the coming months, according to people familiar with the matter.

中文摘要 德国国防供应商Smag Mobile Antenna Masts GmbH考虑在法兰克福进行IPO,计划数月内推进。

庆祝自己解封 复刻一个网站

以下内容文字基于自己让优化了一下排版 方便各位佬有观看 github 直接搜仓库吧因为地址需要审批 如果有问题管理员请删帖 webdown-a/hashgraphvc 复刻了 Hashgraph VC 官网(Cloudflare 免费版) 最近看到 Hashgraph VC 的官网: Hashgraph Ventures Hashgraph Ventures | AI & Blockchain Venture Capital Venture capital firm investing in AI & blockchain startups from pre-seed to Series A,

朴实无华的商战,哈哈

把客服的qq号举报封了 用API端口写小黄文 四百并发刷gpt5.4-mini 56 个帖子 - 56 位参与者 阅读完整话题

通过 Google Workspace 实现 14 人民币每年购买 com net 等顶级域名(续费同价)

今天群里边的大佬说Google扣了75里拉来续费域名,现在的汇率算下来只要11块人民币了。 一直以来,com 域名的价格都在 70 + 左右,有时候即使首年很便宜,但是续费却仍然需要 70 + 的价格,而现在有一个方案可以实现首年只需要 14 元人民币就可以购买到一个 com net 等顶级域名,并且理论上续费也是同样的价格续费,不过因为目前并没有足够的时间测试续费价格是否和购买价格一致,所以请理性看待本篇文章经实践检验,续费也是75里拉,约人民币11块。 核心:利用土耳其的低价进行购买 准备工作: 一张实体信用卡 (虚拟卡会触发风控,要求上传照片 一个 Google 账号 一个用于注册新 G

康复医学生送给l站各位程序员佬友的一份礼物

做为一个医学硕士,最近在把我的知识整理成知识库喂给ai,像要把我的大脑知识蒸馏出来,于是突发奇想,用ai的知识做了一套针对L站各位佬友平时天天对着电脑,脖子酸酸涨涨的解决方法,方法我做的尽量简单,适合大家每天睡前或者午休时间做一下!! 结合各位佬友的意见,我从我的知识库把图片挖了出来,欢迎各位佬友看图跟练 一、先做呼吸:90/90 靠墙呼吸 这个动作是整套训练的“开关”。 很多程序员长期含胸、耸肩,呼吸会变成“用脖子吸气”:一吸气肩膀就上提,胸锁乳突肌、斜角肌、上斜方肌长期紧张。 我们要先把呼吸从“脖子模式”拉回到“肋骨和腹部模式”。 做法 仰卧,双脚踩墙或放在椅子上 髋和膝大约 90° 腰背

更新newapi ing。。。。

newapi版本太老了。一看0.10xxx的版本,所以更新一手 然后直接宕机几分钟() 让我研究一下newapi这么久更新了啥 19 个帖子 - 16 位参与者 阅读完整话题

RawChat公益,codex每人每天赠送100刀额度,手快有手慢无

RawChat公益,codex每人每天赠送100刀额度,手快有手慢无~ https://new.sharedchat.cc ccstwich配置方式: 公益站有非常完善的风控机制,请勿重复注册,否则可能会被连坐封号 qq群:1075430606(有问题群内反馈回复会快点) 113 个帖子 - 95 位参与者 阅读完整话题

宝可梦机场之六月免费兑换码猜猜我是谁

使用教程:猜出来名字,购买入门精灵球优惠码那里输入。 通知:如果你的网络全部超时,请使用宝可梦专属客户端 Poke-安卓.apk - 蓝奏云 Poke-PC.exe - 蓝奏云 ‎Nextin(星拓) App - App Store Poke-MAC.dmg - 蓝奏云 https://love.p6m6.com https://web1.52pokemon66.cc 147 个帖子 - 145 位参与者 阅读完整话题

当初喜欢的大学女生,突然开口找我帮忙

QQ突然找来,刚好撞上我生日,一开始还暗自开心,以为她特地记着我的生日来送祝福,白感动一场。简单寒暄两句后,她主动先说不借钱,转头就让我帮忙激活电话卡,借她用两个月。 起初我疑心 QQ 被盗号,随口问了几件事,对方全都答得上,确认就是本人。 她接着说:我把原因跟你讲明白,你就帮忙吗?我没有接话。可过后总忍不住胡思乱想,反复琢磨她借卡的缘由,why me​ 156 个帖子 - 141 位参与者 阅读完整话题