openai/codex-plugin-cc
JavaScript · ★ 24,390 · 🍴 1,482 · 📈 718 stars today
Use Codex from Claude Code to review code or delegate tasks.
中文介绍 OpenAI 官方插件,让 Claude Code 能调用 Codex 模型进行代码审查或任务委派。打通两个 AI 编码助手,提升协同效率。适合在 Claude Code 工作流中集成高级代码分析能力。
JavaScript · ★ 24,390 · 🍴 1,482 · 📈 718 stars today
Use Codex from Claude Code to review code or delegate tasks.
中文介绍 OpenAI 官方插件,让 Claude Code 能调用 Codex 模型进行代码审查或任务委派。打通两个 AI 编码助手,提升协同效率。适合在 Claude Code 工作流中集成高级代码分析能力。
JavaScript · ★ 83,949 · 🍴 4,677 · 📈 1,089 stars today
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
中文介绍 Claude Code 技能,通过模仿“穴居人”式简练表达,可削减 65% 的 token 消耗。在保持意图清晰的前提下大幅降低 API 成本,适合需要大量对话或对 token 敏感的开发者。
TypeScript · ★ 23,094 · 🍴 2,007 · 📈 742 stars today
JavaScript in-page GUI agent. Control web interfaces with natural language.
Python · ★ 36,023 · 🍴 3,652 · 📈 1,904 stars today
Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.
TypeScript · ★ 45,769 · 🍴 2,979 · 📈 304 stars today
Chrome DevTools for coding agents
Rust · ★ 15,245 · 🍴 1,670 · 📈 718 stars today
Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS &
JavaScript · ★ 48,903 · 🍴 7,982 · 📈 471 stars today
Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.
Python · ★ 26,557 · 🍴 3,164 · 📈 443 stars today
Machine Learning Systems
Python · ★ 10,196 · 🍴 493 · 📈 398 stars today
A beautiful, powerful, self-hosted rom manager and player.
Rust · ★ 11,427 · 🍴 669 · 📈 707 stars today
agent multiplexer that lives in your terminal.
C# · ★ 3,801 · 🍴 289 · 📈 59 stars today
Repository for skills to assist AI coding agents with .NET and C#
Python · ★ 22,325 · 🍴 1,411 · 📈 351 stars today
Specification and documentation for Agent Skills
TypeScript · ★ 105,620 · 🍴 6,029 · 📈 201 stars today
High performance self-hosted photo and video management solution.
TypeScript · ★ 984 · 🍴 63 · 📈 175 stars today
专注于绚丽的歌词动画效果的本地音乐/navidrome/第三方网易云播放器
Shell · ★ 156,540 · 🍴 13,471 · 📈 973 stars today
Skills for Real Engineers. Straight from my .claude directory.
C# · ★ 11,590 · 🍴 1,262 · 📈 69 stars today
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Python · ★ 20,145 · 🍴 2,759 · 📈 136 stars today
337 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commerc
TypeScript · ★ 8,046 · 🍴 861 · 📈 62 stars today
Lightweight (7MB) Terminal-first AI-native dev workspace
👍 44
Memory for a long-horizon LLM agent is a contract about what each future decision is allowed to see. The simplest contract appends past observations, tool calls, and reflections to every prompt, which makes prior context easy to access but also turns it into a jumbled mixture in which the effect of
中文介绍 提出AgenticSTS,一个有界记忆测试床,用于评估长周期LLM agent的记忆契约。通过限制记忆容量并分析不同记忆策略对决策的影响,揭示了简单拼接历史信息导致上下文混乱的问题,为长周期agent的memory设计提供评估基准。
👍 41
Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering progress. We introduce Autonomous Policy Evolution, a controlled evaluation setting
中文介绍 提出EvoPolicyGym,一个在交互环境中评估自主策略演化的框架。区别于传统最终得分或开放式软件工程进展,该工作将策略演化过程从其他因素中分离,提供可控评估,用于衡量agent通过反馈改进可执行策略的能力。
👍 38
We introduce PerceptionRubrics, a rubric-based evaluation framework that addresses the gap between saturated benchmark scores and real-world brittleness. Shifting evaluation from holistic semantic matching to rigorous atomic auditing, PerceptionRubrics pairs 1,038 information-dense images with over
中文介绍 提出PerceptionRubrics,一个基于评分细则的多模态评估框架,将评价从整体语义匹配转向原子化审计。配对1,038张信息密集型图像与超过(略),目的是校准评估以符合人类感知,弥补基准饱和与实际表现间的差距。
👍 37
Hybrid attention models improve long-context efficiency by retaining only a subset of full-attention layers and replacing the remaining layers with linear attention. However, the effectiveness of Transformer-to-hybrid conversion critically depends on which layers preserve full attention. Existing hy
中文介绍 研究Transformer到混合注意力模型的转换,提出一种确定哪些层应保留全注意力的方法。解决现有混合模型在保持长上下文效率时性能下降的问题,通过层选择优化实现高效注意力分配。
👍 25
Data science aims to derive actionable insights from heterogeneous raw data, unlocking the value of the massive amounts of data generated in modern society. Automating this process is essential to reducing labor-intensive efforts for data scientists and enabling scalable data-driven applications. Re
中文介绍 提出AgenticDataBench,一个全面的数据智能体基准,用于评估LLM代理在数据科学自动化任务中的表现。涵盖数据清洗、查询、分析等环节,提供标准化评估,推动数据科学自动化发展。
👍 24
In prefill-decode (PD) disaggregated LLM serving, each request is assigned to a decode worker after prefill. Existing decode routers balance only load; for mixture-of-experts (MoE) models this is incomplete: equally loaded workers can differ in latency, since each decode step loads the weights of ev
中文介绍 提出ELDR,一种感知专家局部性的解码路由策略,用于prefill-decode分离的MoE模型服务。通过考虑各工作节点上专家权重的缓存情况,在均衡负载的同时最小化解码延迟,提升MoE服务效率。
👍 23
We present Seed2.0, a model series that takes a meaningful step toward solving complex, real-world tasks. Our approach begins with identifying users' genuine needs and constructing a reliable, forward-looking evaluation system by selecting and abstracting benchmarks grounded in these needs and in re
中文介绍 发布Seed2.0模型系列,向解决复杂现实世界任务迈出重要一步。基于用户真实需求构建可靠评估体系,模型在多领域展现前沿能力。该模型卡详细描述了模型架构、训练数据及评估结果。
👍 22
Multimodal Large Language Models (MLLMs) are often constrained by a language-space bottleneck, forcing complex visual reasoning into discrete tokens which can lose perceptual nuance. A promising alternative is continuous latent reasoning, where the goal is to discover implicit reasoning pathways tha
中文介绍 提出非对称互变分学习实现多模态连续推理,突破MLLM的语言空间瓶颈。通过连续潜在推理路径捕捉视觉感知细节,避免离散化信息损失。非对称变分框架促进多模态对齐,提升复杂视觉推理性能。
👍 22
Memory has emerged as a cornerstone of modern LLM-based agents, supporting their evolution from single-turn assistants to long-term collaborators. However, memory is not always beneficial: retrieved memories often induce a critical issue of sycophancy, causing agents to over-align with the user at t
中文介绍 提出MemSyco-Bench,用于评测LLM agent记忆中存在的奉承问题。记忆检索可能导致agent过度迎合用户偏好,该基准设计了特定场景评估这一偏差,为构建更可靠的长时记忆agent提供测试工具。
👍 20
We present WorldDirector, a highly controllable video world model framework designed for persistent dynamic object memory and unrestricted viewpoint exploration. Unlike existing world models that entangle physical dynamics with pixel rendering and rely on continuous visual observation to sustain mot
中文介绍 提出WorldDirector,一个高度可控的视频世界模型框架,具备持久动态对象记忆和自由视角探索能力。通过分离物理动态与像素渲染,支持对运动对象的长期跟踪和场景操作,实现更可信的世界模拟。
👍 18
Traditional robot programming is challenging: it requires orchestrating multimodal perception, managing physical contact dynamics, and handling diverse configurations and execution failures. We introduce ASPIRE (Agentic Skill Programming through Iterative Robot Exploration), a continual learning sys
中文介绍 提出ASPIRE(基于迭代机器人探索的自主技能编程),一个持续学习系统,使机器人通过自主探索发现和习得技能。无需人工编程,就能处理多模态感知和复杂动力学,实现机器人技能的自动化获取和组合。
👍 17
Recent multimodal large language models have shown great promise in clinical image reasoning, but existing post-training pipelines remain predominantly outcome-centric, relying on final answer correctness or sequence-level preferences. This suffers from sparse credit assignment, making it difficult
中文介绍 提出步骤感知强化学习方法用于医学多模态推理,解决结果导向训练中的稀疏信用分配问题。通过逐步奖励和中间步骤监督,打断失败级联,提升临床影像推理的准确性和鲁棒性。在医学数据集上取得显著改进。
👍 14
In long-context use, large language models frequently synthesize answers from the meaning of a relevant context span rather than literally copy-pasting them. Identifying which attention heads perform this synthesis matters for interpreting long-context model behavior. Yet existing detectors miss the
中文介绍 提出logit贡献评分方法,识别LLM中执行非字面检索的注意力头。在长上下文场景中,模型常基于语义合成答案,该方法通过分析注意力头的logit贡献,准确定位负责语义检索的头,提升模型可解释性。
👍 14
Skills are becoming a reusable operational layer for LLM agents, encoding SOPs, domain rules, tool workflows, scripts, and validation routines. In realistic skill repositories, overlapping skills make reliable skill-use difficult. Final verifier success is too coarse for both evaluation and training
中文介绍 提出SkillCoach,利用自演进的评分细则来评估和增强LLM agent的技能使用能力。针对技能库重叠问题,通过构建细粒度评价指标和自动修正反馈,提升agent在复杂任务中选择和组合技能的可靠性。
👍 12
Memory expertise is a learned skill: knowing what to encode, when to retrieve, and how to organize knowledge--a capacity known in cognitive science as metamemory. We bring this perspective to LLMs by treating memory management as a trainable skill. We promote file-system operations to first-class me
中文介绍 提出AutoMem,将记忆管理训练为LLM的认知技能。受元记忆启发,将文件系统操作提升为第一类元技能,使模型学会自主决定何时编码、检索和组织知识,实现对长周期对话中记忆的高效利用。
👍 9
Accelerating materials discovery requires AI systems that can generate scientifically valid hypotheses through multi-step, domain-grounded reasoning. Standard large language models often produce fluent but weakly traceable responses to open-ended materials design problems, making it difficult to det
中文介绍 提出图原生强化学习方法,通过概念重组实现可追溯的科学假设生成。将多步推理建模为图上的搜索,每一步结果均可回溯。在材料设计任务中,该方法生成的可验证假设显著优于标准LLM的不可追溯输出。
👍 8
Controllable image generation methods, such as ControlNet, have demonstrated a remarkable capacity to introduce visual conditions(e.g., depth maps) to guide image generation. However, these methods often struggle with complex multi-instance scenes, frequently leading to attribute confusion among ins
中文介绍 提出InstanceControl,无需实例标注即可实现复杂多实例图像的受控生成。通过隐式实例感知机制解决属性混淆问题,在深度图等条件控制下保持各实例的独立属性,大幅提升多对象场景的生成质量,消除对手动标注的依赖。
👍 8
Search agents powered by large language models (LLMs) are increasingly used to solve complex information-seeking tasks, requiring multi-step retrieval and reasoning to fulfill user goals. However, existing benchmarks often assume that user queries are complete and explicit, overlooking the fact that
中文介绍 提出DiscoBench,一个关注澄清需求的深度搜索基准。评估搜索agent在用户查询不完整或模糊时主动提问澄清的能力。该基准填补了现有评估忽略交互式信息寻求过程的空白,推动更实用搜索agent的发展。
👍 8
Transformers use the same forward computation stream to both predict the next token and store useful state for future token predictions. We formulate the state-prediction separation hypothesis: disentangling the two roles yields better language modeling performance. We design a Transformer variant t
中文介绍 提出状态-预测分离假说:将Transformer中下一token预测和状态存储两种角色解耦。设计一种变体Transformer,其中一部分计算专用于维护隐状态,另一部分专用于预测。实验验证了分离能提升语言建模性能,对架构设计有指导意义。
👍 7
Vision-Language Models (VLMs) have demonstrated immense promise in Spatio-Temporal Video Grounding (STVG). However, current evaluation protocols are largely confined to zero-shot assessments on general, daily-life benchmarks. This creates a critical disconnect from real-world applications in special
中文介绍 提出AnyGroundBench,一个面向专业领域的视频定位基准,用于评估VLM在特殊场景下的时空视频定位能力。填补了通用基准与工业应用之间的鸿沟,覆盖多个专业领域,为VLM的领域适配提供更可靠的评测。
@philhchen · 9.1K 粉丝 · 179.1K 阅 · 516 赞 · 34 转
AI models get better at anything you can write a loss function for, and school is mostly loss functions: well-defined problems graded against known answers. Therefore, the valuable work of the next
中文介绍 AI擅长优化有明确损失函数的问题,而学校教育多为这类问题。未来有价值的工作是无法被损失函数定义的领域,如创造性、不确定性决策。博主给出AI时代的职业建议。
@arthurmensch · 74.0K 粉丝 · 162.7K 阅 · 539 赞 · 76 转
Of course you need to use open-source models if you’re an enterprise leader. Close model providers, that are now forcing data retention, are gaining immense leverage on your business if you don’t. As
中文介绍 企业领导者应优先使用开源模型,避免闭源模型提供商强制数据保留而获取业务杠杆。数据自主权是AI应用增长的关键。
@EXM7777 · 121.1K 粉丝 · 83.6K 阅 · 518 赞 · 48 转
I'm going to show you, step by step, how to turn Fable 5 into a machine that knows your business inside out... and ships outputs that look nothing like what everyone else is getting the tool is a
中文介绍 一步步教程:用Fable 5构建「第二大脑」,让模型深入了解你的业务,输出个性化、与众不同的结果,而非通用答案。
@AlexFinn · 459.5K 粉丝 · 72.5K 阅 · 565 赞 · 34 转
If the first thing you did with Fable 5 was vibe code, you're using it wrong. Fable 5 isn't a vibe coding tool. It's an operating systems tool. Let me explain. Fable 5 is the first model I've ever
中文介绍 Fable 5不是vibe coding工具,而是操作系统级模型。率先用它写代码是错误用法,应探索其调度与编排能力。
@addyosmani · 404.9K 粉丝 · 53.5K 阅 · 525 赞 · 66 转
In most conversations about agentic engineering, the action has changed from prompting to operating. Here's a frontier looking into the fog: software factories, goals, loops, background sessions,
中文介绍 梳理Agent自主等级:从提示工程升级到操作工程。探讨软件工厂、目标循环、后台会话等前沿概念,描绘Agentic系统发展方向。
@trq212 · 299.3K 粉丝 · 40.1K 阅 · 534 赞 · 43 转
Working with Claude Fable 5 keeps re-teaching me an old lesson: the map is not the territory. The map, a representation of the work to be done, is my prompts and skills and context, it’s what I give
中文介绍 使用Claude Fable 5时,提示与技能只是「地图」,而非真正的「疆域」。强调探索未知领域的重要性,而非固守已有认知。
@ericzakariasson · 76.4K 粉丝 · 37.9K 阅 · 567 赞 · 24 转
Fable is back in Cursor, and here's a pattern I've been exploring and some other ways I've been getting the most out of the model. Fable as orchestrator, Composer as workers It's easy to put
中文介绍 Fable回归Cursor,分享使用模式:Fable作为编排者(orchestrator),Composer作为执行工人(workers)。给出充分利用该模型的实用技巧。
@0xkozue · 690 粉丝 · 24.9K 阅 · 501 赞 · 46 转
The entire engine of Deep Learning works by making tiny, continuous adjustments to a model's weights. This is my PyTorch training pipeline cheat sheet. If you spot any mistakes or have suggestions for
中文介绍 提供一页PyTorch训练管线速查表,覆盖梯度更新、数据加载、损失计算等核心步骤。适合快速回顾或新手学习。
中文介绍 Google DeepMind与电影公司A24宣布首次研究合作,具体内容未披露。
The AI Engineer World’s Fair ended with a debate about loops, a report on the state of AI engineering, and closing keynotes focused on what to build next.
中文介绍 AI工程师世界博览会闭幕,围绕循环(loops)展开辩论,发布AI工程现状报告,闭幕主旨演讲聚焦下一步构建方向。
The Vercel Chief of Software explains how its agent framework, eve, was created — and why skills, sandboxes and agent-readable websites now matter.
中文介绍 Vercel软件主管Andrew Qu阐述其代理框架“eve”的创建过程,强调技能、沙盒和代理可读网站的重要性。
中文介绍 Meta推出“Watermelon”项目,Anthropic与三星在芯片方面合作,自主研究(autoresearch)进入实践阶段。
Adobe is experimenting with “agentic sites” that generate pages around an individual user’s intent. At AIEWF, we talked to Carlos Sanchez about the Web's future.
中文介绍 Adobe正在实验“代理网站”,可根据用户意图动态生成页面。AIEWF上Carlos Sanchez讨论了Web的未来。
Frameworks like Lean Six Sigma and business process management (BPM) first gained traction because they promised clarity in the chaos—a structured way to bring order to messy, sprawling operations. Lean Six Sigma emphasized statistical rigor and quality control; BPM created end-to-end maps of how wo
中文介绍 文章探讨利用AI实现运营卓越。Lean Six Sigma和BPM等框架强调统计严谨性和质量控制,AI正在推动这些方法的演进。
Paul Bakaus talks to us about Impeccable, human judgment in a 'loopmaxxing' era, and why agents still need people to steer them.
中文介绍 Paul Bakaus讨论“Impeccable”项目,强调在循环最大化时代人类判断的重要性,指出代理仍需人类引导。
Artificial intelligence may have captured the public imagination through chatbots and image generators, but some of its most consequential use cases are unfolding far from consumer-facing tools. In industries where physical infrastructure, operational continuity, and safety are paramount, AI is beco
中文介绍 AI在物理基础设施、运营连续性和安全关键行业中的实际应用,超越聊天机器人和图像生成器,正在改变工业场景。
another quiet day.
中文介绍 当天AI新闻平淡,无明显重大事件。
The software factory vision met resistance today from speakers defending human understanding and control.
中文介绍 AIEWF每日简报:自主研究(autoresearch)引发AI与人类自主权之间的张力,多位演讲者捍卫人类理解和控制权。
**Fullstack Code Arena** extends coding agent evaluation to include **databases, API keys, deployments, and structured tool use**, marking a shift to end-to-end app shipping. **LangChain** released **LangSmith** with unified tracing and **OpenWiki** for auto-generated docs, while **LlamaIndex** demo
中文介绍 Fullstack Code Arena将编码代理评估扩展至数据库、API密钥等,实现端到端应用交付。LangChain发布LangSmith(统一追踪)和OpenWiki(自动文档生成)。
中文介绍 Google升级Gemini Flash,Meta推出AI云服务,ZCode项目亮相。
Introspection co-founder Roland Gavrilescu explains autoresearch, agent “recipes,” self-improving loops, and why humans remain central to the software factory.
中文介绍 Introspection联合创始人Roland Gavrilescu解释自主研究(autoresearch)、代理“配方”、自我改进循环,强调人类在软件工厂中的核心地位。
Cursor's Pauline Brunet explains how her team of Forward Deployed Engineers help organizations implement agents — essentially setting up software factories.
中文介绍 Cursor的Pauline Brunet介绍其前部署工程师团队如何帮助企业实施代理,建立软件工厂。
Why the Llama lead left Meta for drug discovery, PEARL's zero-shot OpenBind win, and what becomes possible when co-folding finally crosses the accuracy threshold.
中文介绍 Genesis Molecular AI的Evan Feinberg和Sergey Edunov讨论:Llama负责人离开Meta转向药物发现,PEARL在零样本OpenBind中获胜,共折叠技术突破准确率阈值。
当前市场技术面分化明显。美股方面,SPY(RSI53.5)维持多头排列但MACD柱线转负,QQQ(RSI48.1)跌破SMA20且日线回调1.73%;科技股中AAPL(RSI60.3、金叉)逆势走强,而TSLA(RSI46.8、空头排列)大跌7.49%,市场情绪偏谨慎。加密市场受恐慌贪婪指数仅23(极度恐慌)压制,总市值2.27T(24h+0.53%),BTC(RSI49.6)MACD金叉但均线空头,ETH(RSI56.7)反弹10.23%但仍受SMA200压制,SOL(RSI63.8)金叉偏强。中概股整体弱势,BABA(RSI23.8超卖)继续探底,PDD(RSI49.4)金叉反弹12.4%但空头结构未改,腾讯(0700.HK)和京东维持空头排列。商品外汇方面,黄金(RSI46.6)MACD金叉但SMA50与SMA200死叉,原油(RSI28.9超卖)持续承压,美元指数(RSI58)高位死叉但多头排列,VIX大跌16.3%显示恐慌情绪回落。
RSI 60.3处于正常偏高区域,MACD柱线转正(-0.686上穿-0.9471)形成金叉,股价突破SMA20(294.8)和SMA50(293.52)呈多头排列,近1日涨4.84%,逼近52周高点,技术信号偏强。
RSI 23.8进入超卖区,但MACD柱线为负(-8.314低于信号-7.8115)维持死叉,股价远低于所有均线(SMA20 107.43、SMA50 122.9、SMA200 147.08),空头排列明显,近5日仅反弹1.13%,下行压力持续。
RSI 56.7处于中性区间,MACD柱线由负转正(-32.9上穿-60.84)形成金叉,但股价仍低于SMA50(1816.21)和SMA200(2268.06),空头排列未改,近5日反弹10.23%但长期均线构成压制,多空力量均衡。
VIX 恐慌指数
10Y 美债收益率 (%)
美元指数 DXY
S&P 500 ETF
Nasdaq 100 ETF
Apple
Microsoft
Nvidia
Alphabet
Tesla
Meta
Bitcoin
Ethereum
Solana
阿里巴巴 (BABA)
拼多多 (PDD)
京东 (JD)
腾讯控股 (0700.HK)
黄金期货
WTI 原油期货
美元 / 人民币
过去走势不代表未来表现,本报告仅供技术指标解读参考,不构成任何投资建议。市场存在风险,交易需谨慎。
Follow the day’s news live Get our breaking news email, free app or daily news podcast Government must report back on Great Barrier Reef in two years, Unesco recommends United Nations advisors have expressed “utmost concern” about the future of the Great Barrier Reef and said the government’s climat
中文摘要 澳大利亚自由党议员丹·特汉表示不会考虑与一国党结盟;东海岸确诊首例禽流感病例。联合国教科文组织要求政府两年内报告大堡礁状况,顾问对其未来表示“极大担忧”。
Police are investigating what happened to a boy who was found with significant arm injuries Follow our Australia news live blog for latest updates Get our breaking news email, free app or daily news podcast A woman has been charged with murder after police found the body of a pre-schooler at a home
中文摘要 澳大利亚中央海岸一名四岁男童在家中身亡,手臂有严重伤痕。一名女性被捕并被控谋杀罪,警方正在调查事件详情。
The prince’s wife, Meghan, and their children could still join him for other parts of his trip outside the capital, a person close to the family said.
中文摘要 哈里王子将独自前往伦敦,妻子梅根和子女暂不陪同。知情人士称,家人可能稍后在伦敦以外的行程中与他会合。
US influence challenged by changing global order: Paolo von Schirach
中文摘要 分析人士保罗·冯·希拉赫指出,全球秩序变化正在挑战美国的影响力。
Authorities expect up to 20 million people to attend ceremonies across Iran and Iraq over the coming days.
中文摘要 伊朗前最高领袖哈梅内伊的葬礼被视为“激烈政治时刻”。当局预计未来几天在伊朗和伊拉克将有高达2000万人参加相关仪式。
Overshadowed by President Trump’s threats to seize Greenland, a Danish territory, the event removed U.S. officials from the program and saw protests arrive.
中文摘要 丹麦百年传统的美国独立日庆祝活动今年因特朗普威胁夺取格陵兰岛而改变,活动移除美国官员,并出现抗议活动。
A surprising World Cup run ended on Saturday against Morocco, but the Canadian successes, as a team and a host, are likely to endure.
中文摘要 加拿大在世界杯上的惊艳表现周六止步于摩洛哥,但作为球队和主办国的成功预计将持续。足球正成为加拿大人新热潮。
Iran has marked the second day of funeral processions for its late Supreme Leader Ali Khamenei.
中文摘要 伊朗民众无视热浪,在哈梅内伊葬礼第二天继续参加游行。大批民众聚集悼念这位已故最高领袖。
Ukraine says it can now hit military and energy targets deep inside Russia. Former ambassador Daniel Fried explains why he thinks Russia is starting to lose its strategic advantage.
中文摘要 乌克兰称可打击俄罗斯境内深处的军事和能源目标。前大使丹尼尔·弗里德认为俄罗斯开始失去战略优势,战争进入新阶段。
Pope Leo XIV will spend July 4th in Lampedusa, Italy, one of Europe's busiest migrant landing points. He will pray with migrants and honor those who died trying to cross the Mediterranean to Europe.
中文摘要 教皇利奥十四世访问意大利兰佩杜萨岛,关注失踪移民问题。他将与移民一同祈祷,纪念在穿越地中海途中丧生的人们。
Foreign dignitaries are gathering in Iran for a week of funeral ceremonies for Ayatollah Ali Khamenei, more than four months after he was killed in U.S.-Israeli airstrikes.
中文摘要 伊朗开始为期一周的哈梅内伊葬礼活动,外国政要聚集。哈梅内伊四个多月前在美以空袭中身亡。
Ayatollah Mojtaba Khamenei’s absence has raised questions inside Iranian political circles about who is really running the country and allowed open divisions to fester.
中文摘要 哈梅内伊葬礼上短暂团结掩盖了伊朗领导层的深刻分歧。其子穆杰塔巴缺席引发关于实际掌权者的疑问,公开分歧加剧。
As days of public mourning ceremonies began, Iranians viewed the casket of Ayatollah Ali Khamenei, who was killed at the start of the U.S.-Israeli attacks.
中文摘要 大批群众聚集德黑兰参加哈梅内伊国葬。公共哀悼日开始,伊朗人瞻仰其灵柩,哈梅内伊在美以袭击开始时身亡。
Well-preserved fourth-century quarters reveal details of daily life, urban development and economic activities Archaeologists in Egypt have uncovered a well-preserved Byzantine-era city in the western desert. The fourth-century quarters had residential and religious structures, including a basilica-
中文摘要 考古学家在埃及西部沙漠发现一座保存完好的拜占庭时期古城。四世纪街区包含住宅和宗教建筑,提供日常生活和城市发展细节。
Iran’s new leaders are commemorating Ayatollah Ali Khamenei, killed on the first day of the U.S.-Israeli war against the country, with a funeral unlike any other in recent history.
中文摘要 伊朗新领导人为最高领袖哈梅内伊举行前所未有的葬礼。哈梅内伊在美以对伊战争第一天被杀,葬礼规模空前。
German data in the coming week showing the cumulative impact of the Iran war will set the stage for the government’s latest bid to awaken animal spirits in Europe’s biggest economy.
中文摘要 德国下周公布的数据将显示伊朗战争对经济的累积影响,为该政府最新推动欧洲最大经济体复苏的举措奠定基础。
Venezuela‘s official death toll from last week’s twin earthquakes rose to almost 3,000 on Saturday.
中文摘要 委内瑞拉官方宣布,上周发生的双地震造成的死亡人数于周六升至近3000人。
The news doesn’t stop when markets close. Hosts David Gura, Christina Ruffini and Lisa Mateo bring clarity, context and a bit of humor to the weekend’s biggest headlines, LIVE from New York. Joined by Rutgers University Professor Emeritus of American Studies Robert Snyder, Retired Navy Vice Admiral
中文摘要 该周末节目由David Gura、Christina Ruffini和Lisa Mateo主持,从纽约现场直播,为周末重大新闻提供清晰背景和幽默解读,嘉宾包括罗格斯大学荣誉教授Robert Snyder等。
Retired US Army Colonel Wayne Sanders joins Bloomberg This Weekend during the 4th of July Naval Review and tall ships parade, 'Sail4th 250' taking place in the Hudson River. Col. Sanders explains to David Gura and Christina Ruffini how this show on the Hudson underscores US military capabilities in
中文摘要 退役美国陆军上校Wayne Sanders在7月4日海军阅舰式及“Sail4th 250”高桅帆船游行中,向David Gura和Christina Ruffini解释了哈德逊河上的展示如何彰显美军实力。
Credit measures introduced by President Luiz Inácio Lula da Silva’s government do not undermine monetary policy, Finance Minister Dario Durigan said in an interview with local news website G1 published on Saturday.
中文摘要 巴西财政部长Dario Durigan表示,卢拉政府推出的信贷措施不会削弱货币政策,该言论发表于当地新闻网站G1。
Maryland Gov. Wes Moore said patriotism should unite rather than divide Americans, arguing that service and sacrifice—not politics—define love of country and remain essential to fulfilling the nation's founding promise. While speaking with Bloomberg This Weekend hosts David Gura and Christina Ruffin
中文摘要 马里兰州州长Wes Moore表示,爱国主义应团结而非分裂美国人,强调服务与牺牲而非政治定义爱国,仍是实现国家建国承诺的关键。
The executive director of the Alliance for Coney Island Daniel Murphy joins Lisa Mateo of Bloomberg This Weekend to explain how Coney Island is entering a new phase of growth with a permanent business improvement district and a planned $1 billion investment to rebuild the boardwalk and support local
中文摘要 康尼岛联盟执行董事Daniel Murphy向Bloomberg This Weekend表示,康尼岛将进入新增长阶段,设立永久性商业改善区,并计划投入10亿美元重建木板路。
7th and 8th generation Master Distillers Fred and Freddie Noe sit with Bloomberg This Weekend host Christina Ruffini and share insights into the rich history and enduring tradition of Jim Beam bourbon. While the original 230 year old recipe for the flagship bourbon is still used, unchanged, the Noes
中文摘要 第七代和第八代首席蒸馏师Fred与Freddie Noe接受Bloomberg This Weekend采访,分享了Jim Beam波本威士忌230年的传统与演变,旗舰配方沿用至今。
USO CEO Michael Linnington says the organization has expanded far beyond its World War II roots, operating at 260 locations worldwide to provide deployed service members with connectivity, comfort and entertainment while strengthening ties to home. Linnington also explained to Bloomberg This Weekend
中文摘要 USO首席执行官Michael Linnington表示,该组织已从二战起源扩展至全球260个地点,为部署军人提供联系、舒适和娱乐,加强与家乡的联系。
America doesn't have royalty, but it has pop stars and sports stars. Journalist Brittany Spanos said Taylor Swift's relationship, now officially a marriage, with Travis Kelce reflects a new, more public phase of the singer's personal life and underscores the cultural impact of pairing two of America
中文摘要 记者Brittany Spanos称,Taylor Swift与Travis Kelce现已公开婚姻的关系,反映了这位歌手个人生活的新阶段,彰显了名人夫妇的文化影响。
Russian President Vladimir Putin signed a law to stimulate gasoline supplies to the domestic market.
中文摘要 俄罗斯总统普京签署法律修正案,旨在刺激国内汽油供应。
David Rubenstein, Carlyle Group co-founder and host of Bloomberg's The David Rubenstein Show, shares with David Gura his motivation behind, what he terms, "patriotic philanthropy," focusing on preserving key historical documents and monuments in the United States. (Source: Bloomberg)
中文摘要 凯雷集团联合创始人David Rubenstein向David Gura阐述其“爱国慈善”理念,重点在于保护美国重要历史文件和纪念碑。
8 回复 · 程序员 节点
8 回复 · 程序员 节点
9 回复 · Apple 节点
15 回复 · 程序员 节点
20 回复 · 程序员 节点
43 回复 · 程序员 节点
10 回复 · Apple 节点
43 回复 · Apple 节点
11 回复 · Linux 节点
11 回复 · Apple 节点
该源今日无内容。