iptv-org/iptv
TypeScript · ★ 120,815 · 🍴 6,464 · 📈 1,531 stars today
Collection of publicly available IPTV channels from all over the world
中文介绍 收集全球公开 IPTV 频道的 M3U 播放列表,用户可通过支持 IPTV 的播放器观看各地电视直播,无需额外订阅。
TypeScript · ★ 120,815 · 🍴 6,464 · 📈 1,531 stars today
Collection of publicly available IPTV channels from all over the world
中文介绍 收集全球公开 IPTV 频道的 M3U 播放列表,用户可通过支持 IPTV 的播放器观看各地电视直播,无需额外订阅。
TypeScript · ★ 447,159 · 🍴 44,948 · 📈 253 stars today
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
中文介绍 freeCodeCamp.org 的开源代码库与课程,免费提供数学、编程和计算机科学交互式学习,适合零基础者通过实践掌握技能。
Python · ★ 14,021 · 🍴 3,178 · 📈 8 stars today
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
中文介绍 Python 测试框架,简洁易用且可扩展,支持从单元测试到复杂功能测试,深受开发者喜爱,是 Python 生态的测试首选。
Rust · ★ 33,767 · 🍴 1,401 · 📈 163 stars today
Rust-based platform for the Web
中文介绍 基于 Rust 的 Web 构建平台,快速完成 JavaScript/TypeScript 编译与打包,性能远超传统工具,适用于现代前端工程化。
Ruby · ★ 31,196 · 🍴 7,583 · 📈 399 stars today
Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
中文介绍 开源全渠道客服平台,支持实时聊天、邮件及多平台集成,可替代 Intercom、Zendesk 等商业产品,适合中小团队自建客服系统。
Python · ★ 5,238 · 🍴 399 · 📈 962 stars today
Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.
中文介绍 NVIDIA 出品的 AI Agent 技能安全扫描器,自动检测漏洞、恶意模式和风险,保障大模型应用中的技能模块安全。
TypeScript · ★ 10,392 · 🍴 3,420 · 📈 45 stars today
Meshery, the cloud native manager
中文介绍 云原生管理器,统一管理服务网格的配置、性能与合规,支持 Istio、Linkerd 等,帮助运维团队简化 Kubernetes 微服务治理。
TypeScript · ★ 49,921 · 🍴 3,413 · 📈 121 stars today
Fast, easy and reliable testing for anything that runs in a browser.
中文介绍 前端测试工具,针对浏览器内的应用提供快速、可靠的测试体验,支持实时重载与调试,适合开发和 QA 团队。
★ 35,422 · 🍴 3,183 · 📈 337 stars today
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
中文介绍 收录 100 多个热门网站(如 Airbnb、Netflix、TikTok)的开源克隆项目,附演示和技术栈,适合全栈学习者实战参考。
TeX · ★ 2,693 · 🍴 612 · 📈 276 stars today
Introduction to Autonomous Robots
中文介绍 自主机器人导论开源教科书,系统讲解感知、定位、规划与控制等核心概念,适合学生和研究者入门机器人学。
Python · ★ 29,891 · 🍴 5,149 · 📈 238 stars today
Kronos: A Foundation Model for the Language of Financial Markets
中文介绍 面向金融市场的基础语言模型,能够理解金融文本并辅助预测、策略分析,适用于量化交易和风险管理。
Python · ★ 2,171 · 🍴 437 · 📈 196 stars today
Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.
中文介绍 免费开源音乐库管理器,集成流媒体服务和各类智能音箱,通过中央服务统一播放与管理本地和在线音乐。
Python · ★ 16,911 · 🍴 2,543 · 📈 52 stars today
M3U Playlist for free TV channels
中文介绍 免费电视频道 M3U 播放列表,提供全球数百个直播频道,可配合 IPTV 播放器直接观看,无需额外费用。
TypeScript · ★ 94,636 · 🍴 9,438 · 📈 59 stars today
JavaScript API for Chrome and Firefox
中文介绍 通过 JavaScript API 操控 Chrome 和 Firefox 浏览器,常用于自动化截图、网页爬虫、端到端测试等场景。
Python · ★ 14,374 · 🍴 1,504 · 📈 290 stars today
Simple, unified interface to multiple Generative AI providers
中文介绍 多生成式 AI 提供商的统一接口,支持 OpenAI、Claude 等模型,简化调用流程,适合快速集成不同大模型的应用开发。
👍 127
Large language model (LLM) agents have achieved strong performance on a wide range of benchmarks, yet most evaluations assume static environments. In contrast, real-world deployment is inherently dynamic, requiring agents to continually align their knowledge, skills, and behavior with changing envir
中文介绍 提出EvoArena框架,通过跟踪智能体记忆演化增强LLM Agent在动态环境中的鲁棒性。核心是让agent持续对齐知识与行为以适应环境变化,弥补静态基准测试与现实部署的差距。
👍 118
Ultra-long-context capability is becoming indispensable for frontier LLMs: agentic workflows, repository-scale code reasoning, and persistent memory all require the model to jointly attend over hundreds of thousands to millions of tokens, yet the quadratic cost of softmax attention makes this untena
中文介绍 针对超长上下文场景中softmax attention的二次计算成本,提出MiniMax Sparse Attention稀疏注意力机制,使模型能高效处理百万级token序列,降低计算开销的同时保持性能。
👍 97
Computer-use agents (CUAs) increasingly operate in runtimes that combine visual desktop control, command-line execution, code editing, browsers, and external tools. Existing benchmarks, however, often evaluate these interfaces as separable capabilities, leaving long-horizon cross-interface orchestra
中文介绍 提出WeaveBench基准,用于评估计算机使用Agent在混合界面上的长程跨接口协作能力。填补现有基准只评估单一接口的空白,覆盖视觉桌面、命令行、代码编辑等多模态环境。
👍 86
Spatial reasoning, the ability to determine where objects are, how they relate, and how they move in 3D, remains a fundamental challenge for vision-language models (VLMs). Tool-augmented agents attempt to address this by augmenting VLMs with specialist perception modules, yet their effectiveness is
中文介绍 针对VLM在3D空间推理中的不足,提出SpatialClaw,重新设计Agent的动作接口以增强空间推理能力。通过改进工具增强机制,使视觉语言模型更有效地进行定位、关系推理和3D运动理解。
👍 77
Recent image generators have demonstrated impressive photorealism and instruction-following capabilities in single-image generation and editing. However, constrained by their architectures, they cannot achieve interleaved generation (text-image sequence), which has crucial applications in visual nar
中文介绍 为解决现有图像生成器无法实现文本-图像交错生成的问题,提出InterleaveThinker。通过强化学习框架,使模型能够自主生成交替的文本和图像序列,应用于视觉叙事等场景。
👍 74
Multimodal Large Language Models (MLLMs) have demonstrated remarkable success in visual understanding, yet their performance degrades significantly under real-world visual corruptions. While existing robustness enhancement approaches exist, they are limited: black-box feature alignment lacks interpr
中文介绍 研究MLLM在视觉损坏下的鲁棒性,提出Robust-U1方法,使模型能够自我恢复被损坏的视觉内容。不同于黑盒特征对齐,该方法提供可解释的恢复机制,提升模型在真实场景下的性能。
👍 71
Training deep search agents requires verifiable questions whose answers remain unavailable until sufficient evidence has been acquired through search. Existing synthesis methods often increase apparent difficulty by enriching graph structures, but structural complexity alone does not guarantee reali
中文介绍 针对训练深度搜索agent时任务合成易被捷径破解的问题,提出FORT-Searcher,生成抗捷径的搜索任务。确保答案需要充分搜索才能获得,提升agent的真实推理能力。
👍 52
Scientific laboratories increasingly rely on AI systems to reason about experiments, but the physical act of doing science remains largely outside their reach. AI can help read literature, generate hypotheses, and plan protocols, yet the execution of those protocols at the bench still requires a hum
中文介绍 提出LabVLA,将视觉-语言-动作模型应用于科学实验室,使AI不仅能推理实验方案,还能执行物理操作。弥合AI与真实实验执行之间的鸿沟,推动自动化科学发现。
👍 31
Speculative decoding (SD) addresses the high inference costs of LLMs by having lightweight drafters generate candidates for large verifiers to validate in parallel. Existing draft-verify methods use binary decisions: accept or fully recompute. Yet we find that many rejected tokens can be verified co
中文介绍 针对推测解码中二元验证(接受或重算)导致效率低的问题,提出VIA-SD,通过模型内路由实现细粒度验证。能对部分拒绝token低成本验证,减少重算开销,加速推理。
👍 29
Multimodal image fusion aims to integrate complementary information from different modalities into a fused image that preserves rich local details while maintaining globally consistent appearance. Existing approaches build shared representations on 2D feature grids, which excel at modeling local str
中文介绍 针对多模态图像融合中2D特征网格全局一致性差的问题,提出将共享表示从2D网格重构为1D token序列。增强全局一致性同时保留局部细节,提升融合质量。
👍 26
LLM-based agents have shown increasing potential in automating scientific discovery. Given an optimizable metric and an execution environment, they can propose, validate, and iterate scientific solutions, and have produced results that outperform human-designed approaches. As model capabilities cont
中文介绍 提出EurekAgent,强调环境工程在自主科学发现中的核心作用。通过精心设计的执行环境和优化指标,LLM Agent能自主提出、验证和迭代科学解决方案,超越人类设计。
👍 25
Holistic visual tokenizers are fundamental to unified multimodal models (UMMs) as they map diverse visual inputs into a unified representation space. In this paper, we present HYDRA-X, the first UMM that unifies image and video tokenization within a single Vision Transformer (ViT). Our design is dri
中文介绍 提出HYDRA-X,首个在单一Vision Transformer中统一图像和视频分词化的多模态模型。通过整体视觉分词器将多种视觉输入映射到统一表示空间,实现原生多模态理解。
👍 23
The success of Large Language Models in mathematical reasoning relies heavily on the generation of diverse and valid solution paths during the rollout phase. However, current rollout techniques face a fundamental trade-off: token-level sampling often yields redundant trajectories that differ only in
中文介绍 针对LLM数学推理rollout阶段token级采样产生冗余轨迹的问题,提出N-GRPO,在嵌入层面混合邻居信息以增强策略优化。提升轨迹多样性,改善推理性能。
👍 19
Latent chain-of-thought compresses reasoning by replacing visible reasoning traces with continuous hidden-state recurrence, but existing formulations are difficult to optimize with standard on-policy reinforcement learning (RL) and hard to interpret causally. Our key insight is that a single pair of
中文介绍 提出可切换潜在推理方法,利用隐藏状态循环进行压缩推理,并使用on-policy强化学习高效优化。增强因果可解释性,同时保持推理效率,弥合潜在推理与RL训练之间的鸿沟。
👍 16
Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a leading paradigm for enhancing visual reasoning in Multimodal Large Language Models (MLLMs). However, existing RLVR methods optimize primarily for the reasoning outcome, fundamentally overlooking the fine-grained cross-modal coor
中文介绍 针对现有RLVR方法只优化推理结果而忽略跨模态协调的问题,提出DyCo-RL,在强化学习过程中动态协调视觉与语言模态。提升MLLM在复杂视觉推理任务中的性能。
👍 11
We present MoVerse, a real-time video world model that creates an interactively navigable scene from a single narrow-field-of-view image. This setting is challenging because the input observes only a small fraction of the environment, while interactive roaming requires a complete surrounding world,
中文介绍 提出MoVerse,从单张窄视野图像实时创建可交互导航的视频世界模型。利用全景高斯支架补全缺失场景,实现沉浸式环境探索。
👍 10
Deep search requires agents to answer complex questions through multi-step web search, browsing, evidence comparison, and synthesis. A central challenge is deciding how to search when several directions look plausible but only some will later lead to reliable evidence. If an agent greedily follows t
中文介绍 针对深度搜索agent在复杂问题中贪心搜索导致忽略关键证据的问题,提出TreeSeeker,采用树状试错与回溯机制。在搜索过程中探索多条路径,通过返回和比较提高证据召回和答案质量。
👍 10
Large language models are increasingly deployed as agents for long-horizon tasks, yet their performance is shaped not only by model capability and environment design, but also by the harness that mediates agent--environment interaction. Existing harnesses are largely manually engineered, making them
中文介绍 提出HarnessBridge,一种可学习的双向控制器,代替手动设计的agent中间件。动态调节agent与环境的交互策略,提升长程任务执行效率和适应性。
👍 8
Adversarial robustness evaluations of large language models (LLMs) typically report attack success rate (ASR) under fixed query budgets, implicitly treating all attacks as equally costly. In practice, the computational expense of different attack strategies can vary by orders of magnitude. Consequen
中文介绍 针对传统对抗鲁棒性评估忽略攻击计算成本差异的问题,提出计算感知评估框架。考虑不同攻击策略的计算代价,更公平地衡量LLM的鲁棒性,揭示同等计算资源下的风险差异。
👍 7
Visual reasoning requires integrating evidence distributed across regions, attributes, and relations, making single-chain reasoning prone to early perceptual commitment and hallucination. We propose Visual Para-Thinker++, a single-policy multi-agent framework in which one shared MLLM policy is insta
中文介绍 提出Visual Para-Thinker++,一个单策略多智能体框架,将同一MLLM实例化为多个并行推理链。通过多视角并行推理避免早期感知承诺和幻觉,提升视觉推理的准确性和鲁棒性。
@satyanadella · 5.9M 粉丝 · 1.9M 阅 · 3.5K 赞 · 541 转
I’ve been thinking a lot about the future of the firm in an AI-driven economy. This transition is different than any previous platform shift. In the past, we used digital systems to enhance human
中文介绍 微软CEO Satya Nadella 探讨AI经济中企业的未来,认为此次平台转型与以往不同,过去是用数字系统增强人类能力,现在AI正在从根本上改变企业运作方式。
@BradGroux · 5.9K 粉丝 · 714.6K 阅 · 1.0K 赞 · 638 转
Most people still use coding agents like fancy autocomplete or a one-shot chat box. That leaves a lot of value on the table. The better pattern is to treat Codex like a durable operating loop:
中文介绍 BradGroux 分享将 Codex 视为持久运行循环的高效用法,而非一次性聊天框。通过持续循环而非单次交互,可以大幅提升编码代理的价值,避免浪费潜力。
@haridigresses · 12.5K 粉丝 · 281.7K 阅 · 513 赞 · 36 转
Four months ago, in early February, Anthropic was the darling. OpenAI was the dominant behemoth to root against. Over the last 1-2 years, we'd seen the Sam ouster / return drama, Ilya and Mira had
中文介绍 Hari Digresses 分析 Anthropic 从四个月前行业宠儿到如今失势的过程,对比 OpenAI 的动荡,认为 Anthropic 正失去「天命」,地位不再稳固。
@omarsar0 · 307.3K 粉丝 · 81.2K 阅 · 518 赞 · 66 转
Autonomous coding is moving from better prompting to better control systems. The important shift is that engineers are learning how to wrap agents in goals, evaluators, loops, and artifacts that let
中文介绍 omarsar0 指出自主编码正从提示优化转向控制体系构建,工程师通过目标、评估器、循环和制品来封装代理,实现长时间自主运行,提升可靠性和效率。
@TheAhmadOsman · 61.0K 粉丝 · 74.9K 阅 · 507 赞 · 98 转
Anthropic wants the public to see one thing: the careful lab, the safety lab, the grown-up in the room trying to keep frontier AI from running off a cliff. However, the pattern around Anthropic does
中文介绍 TheAhmadOsman 揭露 Anthropic 表面安全实验室形象背后,实际上在打压开源AI,批判其双重标准,认为其行动与公开形象不符。
@Dimillian · 51.8K 粉丝 · 38.2K 阅 · 558 赞 · 37 转
How to turn your phone into a Codex control center?? At first glance, it looks like a way to check on a Codex task from your phone. That is useful, but it misses the bigger idea. The power of Codex
中文介绍 Dimillian 分享如何将手机变身 Codex 控制中心,不仅查看任务状态,还能主动调度和管理工程流程,发挥移动化优势,提升工程效率。
@leerob · 258.6K 粉丝 · 36.8K 阅 · 586 赞 · 40 转
At Cursor, we run thousands of agents to help us train the next version of Composer. We give them research tasks, and if they aren't succeeding or run into issues, they DM us on Slack or page us via
中文介绍 leerob 分享 Cursor 使用数千个递归代理系统训练 Composer 的经验,代理自主完成任务并在失败时通过 Slack 或寻呼机通知人类,实现高效的人机协作闭环。
We are in the strangest timeline.
中文介绍 据Latent Space报道,Fable和Mythos因安全风险被官方认定为过于危险,无法公开发布。
中文介绍 Allen AI发布olmo-eval评估工作台,用于模型开发循环中的性能评测与迭代优化。
OpenAI introduces three Academy courses that help people build practical AI skills, create repeatable workflows, and apply agents in everyday work.
中文介绍 OpenAI Academy推出三门课程,帮助用户掌握实用AI技能、创建可重复工作流,并在日常工作中应用AI代理。
a quiet day lets us highlight a great concept from Peter Steinberger, Boris Cherny, and Andrej Karpathy
中文介绍 Loopcraft概念由Peter Steinberger、Boris Cherny和Andrej Karpathy提出,强调循环堆叠的编程艺术。
Preply uses OpenAI to launch AI-generated lesson summaries, providing personalised feedback and language learning exercises.
中文介绍 Preply利用OpenAI推出AI生成课程摘要,提供个性化反馈与语言练习,结合AI与人工导师实现自适应学习。
中文介绍 TLDR AI报道:OpenAI收购Ona公司,Anthropic撤回先前立场,小米发布MiMo代码。
Google DeepMind is funding research into the potential dangers of situations where millions of different AI agents interact with each other online. According to Rohin Shah, who directs the company’s AGI safety and alignment research, the mass-market arrival of agents that can carry out tasks without
中文介绍 Google DeepMind资助研究数百万AI代理在线交互的潜在风险。其AGI安全总监Rohin Shah警告代理大规模普及可能带来的安全问题。
a quiet day lets us reflect on a great essay
中文介绍 Sarah Guo就开放模型、模型实验室与代理实验室对比,以及“哪些不可训练”等问题分享观点。
OpenAI supports the EU Code of Practice on AI content transparency, advancing provenance standards and tools to help people understand AI-generated content.
中文介绍 OpenAI支持欧盟AI内容透明度实践准则,推动溯源标准与工具,帮助用户识别AI生成内容。
Discover how astrophysicist Chi-kwan Chan uses Codex to build black hole simulations, helping scientists study extreme physics and test Einstein’s theory of general relativity.
中文介绍 天体物理学家Chi-kwan Chan利用OpenAI Codex构建黑洞模拟,助力研究极端物理并检验广义相对论。
Learn how BBVA scaled ChatGPT Enterprise to 100,000 employees and partnered with OpenAI to accelerate AI-powered banking transformation worldwide.
中文介绍 西班牙BBVA银行将ChatGPT Enterprise部署至10万员工,并与OpenAI合作加速全球银行业AI转型。
OpenAI plans to acquire Ona to expand Codex with secure, persistent cloud environments, enabling long-running AI agents across enterprise workflows.
中文介绍 OpenAI计划收购Ona,以扩展Codex的安全持久云环境,支持企业工作流中长时间运行的AI代理。
中文介绍 Hugging Face博客发布PyTorch性能分析系列第二部分,介绍从nn.Linear到融合MLP的优化方法。
中文介绍 TLDR AI报道:Anthropic CEO Dario Amodei发布政策声明,Google推出DiffusionGemma,WhatsApp将解封机器人。
Access OpenAI models and Codex through Oracle Cloud, using existing commitments to build and deploy AI with enterprise security and governance.
中文介绍 用户可通过Oracle云利用现有承诺访问OpenAI模型和Codex,实现企业级安全与治理的AI部署。
当前市场技术面整体承压,但各资产板块存在分化。美股方面,大盘指数SPY和QQQ虽维持多头排列(SMA20>50>200),但价格已跌至短期均线下方,MACD柱均转负,显示上行动能衰减;科技龙头如MSFT、META、AAPL等已形成空头排列,RSI多处于40以下,短期偏弱。加密市场在极度恐慌情绪(加密恐慌贪婪指数18)中持续处于空头排列,BTC、ETH、SOL价格均低于所有主要均线,但MACD均出现金叉信号(MACD线上穿信号线),下跌动能边际减弱,总市值2.32T,BTC主导率56.7%。中概股(BABA、PDD、JD)全面空头排列,BABA RSI已达29.6超卖区间,延续弱势。商品外汇方面,黄金、原油价格跌破短期均线,RSI偏低,美元指数DXY则维持多头排列并接近52周高位,技术面偏强,形成对比。整体来看,多数资产处于技术弱势或调整阶段,仅美元及相关资产表现坚挺。
当前价格566.98美元,低于全部均线(SMA20=604.21,SMA50=621.83,SMA200=658.09),形成空头排列。RSI14为34.7,接近超卖区域但未触发。MACD柱为-12.809,信号线-7.9691,负柱持续扩大,显示下跌动量增强。近5日跌幅-4.39%,趋势指标为bearish,技术面承压显著。
当前价格65585.71,低于SMA20=66928.9、SMA50=73917.51和SMA200=77645.23,空头排列延续。RSI14为41.2处于偏低区间。但MACD线(-3204.09)已上穿信号线(-3492.82),形成金叉,MACD柱转正,暗示下跌动能减弱。加密恐慌贪婪指数18(极度恐慌)反映市场极度悲观,多空信号交织,整体技术面中性。
当前价格99.50,高于SMA20=99.43、SMA50=98.89和SMA200=98.65,维持多头排列。RSI14为53.5,处于中性偏强区域。MACD柱0.2741,信号线0.2637,形成正柱,趋势指标bullish。价格接近52周高点(-1.13%),显示上升趋势延续。近1日微跌0.25%,但整体动量向上,技术面偏强。
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 原油期货
美元 / 人民币
本报告仅基于公开行情数据计算的技术指标进行客观描述,不构成任何投资建议。过去走势不代表未来表现,仅供技术指标解读参考。投资者应结合自身风险承受能力独立判断。
The deal would halt fighting for 60 days, officials said, and open the Strait of Hormuz, while leaving the thorniest nuclear issues for another day.
中文摘要 特朗普宣布与伊朗达成停火协议,为期60天,并开放霍尔木兹海峡,但核心核问题留待日后解决。
中文摘要 暂无具体细节。
The US president confirmed the agreement as Pakistan’s prime minister said the official signing will be in Geneva on 19 June Full report: peace deal between US and Iran, Pakistan says, with strait of Hormuz to reopen Iranian hardliners in vociferous push to reject US peace deal Israel says it has st
中文摘要 特朗普确认美伊和平协议,伊朗国家媒体称霍尔木兹海峡将于周五按伊朗安排重新开放。巴基斯坦总理表示正式签署仪式将于6月19日在日内瓦举行。伊朗强硬派强烈反对该协议。
Little evidence a cull would make swimming safer, scientists say. Follow today’s news live Get our breaking news email, free app or daily news podcast Penny Wong welcomes US-Iran peace deal The Australian government has welcomed the announcement of a peace deal to end the US and Iran conflict and re
中文摘要 库吉鲨鱼袭击事件后,科学家称捕杀鲨鱼无证据表明能提高游泳安全。澳大利亚外长黄英贤对美伊和平协议表示欢迎。另有报道称乔伊斯筹集数百万用于一国党的广告活动。
In a call to The New York Times, President Trump praised Russia and China’s leaders and described Israel’s prime minister as “a very difficult guy.”
中文摘要 特朗普在与《纽约时报》通话中声称,根据与伊朗的协议,霍尔木兹海峡将「永久免费通行」。他还赞扬了俄罗斯和中国领导人,并将以色列总理称为「一个非常难对付的人」。
US President Donald Trump has announced a ceasefire agreement with Iran.
中文摘要 美国总统特朗普宣布与伊朗达成停火协议,细节待公布。
President Trump says a deal has been reached to end the war with Iran and reopen the Strait of Hormuz. NPR's Franco Ordoñez discusses what we know and what comes next.
中文摘要 特朗普宣布美伊谈判取得胜利,称已达成结束战争并重新开放霍尔木兹海峡的协议。NPR报道了协议内容及后续展望。
Trump announces that a ceasefire deal with Iran has been agreed, and that the Strait of Hormuz will reopen for shipping.
中文摘要 特朗普宣布已与伊朗达成停火协议,霍尔木兹海峡将重新开放航运。
Those in favour forced to defend themselves against claims the terms amount to capitulation Middle East crisis – live updates Iranian hardliners have mounted a rearguard rejection of a deal with the US as as they say it does not guarantee sanctions relief, compensation or control of the strait of Ho
中文摘要 伊朗强硬派强烈反对美伊协议,称协议条款相当于投降,未保证解除制裁、赔偿或控制权。支持者被迫为自己辩护。
President Trump said the U.S. would remove its blockade of the Strait of Hormuz.
中文摘要 美伊宣布达成结束战争的协议,特朗普表示美国将解除对霍尔木兹海峡的封锁。
Agreement was struck despite an Israeli strike on Lebanon on Sunday that drew criticism from both Iran and Trump Middle East crisis – live updates A peace deal between the US and Iran has been reached following nearly four months of fighting in the region, Donald Trump announced in a post to social
中文摘要 特朗普宣布美伊在交战近四个月后达成和平协议,霍尔木兹海峡将重新开放。尽管周日以色列对黎巴嫩发动空袭招致伊朗和特朗普批评,协议仍得以达成。
Israelis across the political spectrum have said the deal appears to leave fundamental security threats posed by Iran unaddressed.
中文摘要 以色列各界普遍对美伊协议不满,认为该协议未能解决伊朗构成的基本安全威胁。
President Trump and other G7 leaders meet in the French Alps this week as wars, economic uncertainty and strains in the transatlantic alliance loom over the summit.
中文摘要 G7领导人本周在法国阿尔卑斯山会晤,面临战争、经济不确定性以及跨大西洋联盟紧张局势等挑战。
Many Iranians say they can no longer afford the lives they once had. Writer and historian Arash Azizi talks with NPR's Adrian Florido about the economic pressures reshaping daily life.
中文摘要 在等待和平协议期间,伊朗经济日益恶化。许多伊朗人表示已无法维持以往生活水准。历史学家Arash Azizi讨论了经济压力对日常生活的重塑。
Title fights, Topuria-Gaethje and Pereira-Gane, to be staged in front of US President Donald Trump at the White House.
中文摘要 UFC Freedom 250赛事在白宫举行,总统特朗普现场观战。主赛包括伊利亚·托普里亚对阵贾斯汀·盖奇、佩雷拉对阵加内。
Japanese stocks are set to gain after President Donald Trump said the US and Iran have reached a peace deal, raising hopes the Middle East war is nearing an end and the Strait of Hormuz will reopen.
中文摘要 日本股市预计上涨,因特朗普宣布美伊达成和平协议,中东战争或结束,霍尔木兹海峡有望重新开放。
All the concerns about this World Cup, spanning extreme heat to transportation headaches and record ticket prices, failed to tarnish the opening days of the tournament. Bloomberg reporters are on the ground. (Source: Bloomberg)
中文摘要 世界杯顺利开幕,缓解了东道国和国际足联的担忧。极端高温、交通问题和创纪录票价未影响赛事初期。
A liquefied natural gas tanker that has been trapped in the Persian Gulf for over three months appears to be heading toward the Strait of Hormuz, just as the US and Iran say they have reached a deal to reopen the waterway.
中文摘要 一艘被困波斯湾三个多月的液化天然气油轮正驶向霍尔木兹海峡,美伊达成协议有望重新开放航道。
President Trump says the Strait of Hormuz will be “opening” on Friday upon the signing of the deal with Iran.
中文摘要 特朗普称霍尔木兹海峡将于周五协议签署后重新开放。
Australia’s securities regulator said ASX Ltd. has admitted that its Feb. 10, 2022 market announcement which stated that the Chess replacement project was “progressing well” was misleading.
中文摘要 澳大利亚证券监管机构表示,ASX Ltd.承认其2022年2月10日关于Chess替代项目“进展顺利”的市场声明具有误导性,并同意支付罚款。
US equity futures climbed, oil slumped and the dollar fell after President Donald Trump and Pakistani mediators said the US and Iran had reached a peace agreement that would reopen the Strait of Hormuz.
中文摘要 美国股指期货上涨,油价下跌,美元走弱,因特朗普和巴基斯坦调解人称美伊达成和平协议,霍尔木兹海峡将重新开放。
Governor Andrew Bailey defended the Bank of England’s buying and selling of UK government bonds following criticism of the policy, including Nigel Farage’s populist Reform UK party.
中文摘要 英国央行行长贝利为英国国债买卖操作辩护,此前奈杰尔·法拉奇领导的改革英国党等对该政策提出批评。
Oil sank after the US and Iran agreed to a peace deal to end the war in the Middle East, potentially allowing the Strait of Hormuz to reopen.
中文摘要 油价大跌,因美伊达成和平协议结束中东战争,可能使霍尔木兹海峡重新开放。
After SpaceX and its bankers pulled off the largest-ever IPO without a hitch last week, investors are returning their focus back to Earth.
中文摘要 在SpaceX完成史上最大IPO后,投资者将关注点转向美伊协议和美联储政策。
UK opposition leader seeks to reset relations after market turbulence under ex-prime minister Liz Truss in 2022
中文摘要 英国反对党领袖巴德诺赫呼吁加大风险承担,以重建与前首相特拉斯时期市场动荡后的关系。
Local and global bond funds are snapping up Australian debt as economic strains signal the end of the Reserve Bank’s hiking cycle.
中文摘要 国内外债券基金纷纷买入澳大利亚债券,因经济压力暗示澳联储加息周期接近尾声。
The Japanese regional bank with the best recent record for trading bonds has started buying Japanese government debt for the first time in a decade.
中文摘要 日本债券交易表现最佳的区域银行十年来首次开始买入日本国债。
22 回复 · Apple 节点
13 回复 · 程序员 节点
20 回复 · 程序员 节点
16 回复 · 程序员 节点
8 回复 · 程序员 节点
11 回复 · Apple 节点
28 回复 · Apple 节点
23 回复 · Apple 节点
61 回复 · Apple 节点
5 回复 · Apple 节点
本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已
已经升级好辣!CPU负载降下来了 所有请求都打到新的4H16G服务器的CPA上了 我自己都报503辣! 让我用新的4H16G服务器部署CPA分流吧 25 个帖子 - 12 位参与者 阅读完整话题
公益推广要求 (点击了解更多详细信息) 介绍 HelloAI CN+,一个专注国产模型的公益站。当前包含DeepSeek,Glm,Kimi,Qwen,SparkDesk等模型。 追求极致稳定,极致响应。只要模型广场里看得到的模型都可以调用。 所有时间开放注册,不搞复杂套路。所有模型按此计费。 hellofriend.eu.cc 额度补充(10LDC=100次)【HelloAI CN+】公益站官产模型100次兑换码 - LD士多 DeepSeek复活了 前几天DeepSeek被刷炸了(账号被封),于是空返回了。接着DS2API也炸了,于是就彻底没戏了… 不过,我又复活了HelloDeepSeek
各位佬友的支持,始终是我们前进的最大动力。为了感谢佬友这段时间的大力支持,Krill现在开始全线骨折价回馈佬友:618 专属福利正式开启! 活动时间:北京时间2026年6月15日 00:00~2026年6月18日 23:59 Krill网址:www.krill-ai.com Telegram: View @krill_aichat 【限时福利一:线路全面优化,费率大幅下调】余额价格直享!1元=1刀。 海外线路:codex 倍率低至 0.15,claude倍率低至 0.65 三网 CDN 线路:codex 倍率低至 0.16,claude倍率低至 0.7 国内极速线路:codex 倍率低至 0.
今天下午网站建立 截至目前不知道发了不知道几千万刀乐(可能不到千万,百万有了) 修复DSV4Flash并扩容 上架GLM4.7(别问我为啥不是GLM5,破Coding没权限) 商家LDC小店( 九幺公益10000$额度 - LD士多) “通货膨胀”剧透 Grok接近上万个号的号池 应提议 hermanguan: 加入签到吧大佬,没抢到额度,但买了10000刀…感觉不够啦 加入了签到 收到提醒,在6.14 20:33补货 28 个帖子 - 22 位参与者 阅读完整话题
祖传 Bug 模型大比拼:GLM-5.2 Thinking vs Claude Opus 4.8 Max 最新实测 最新模型测试战报 GLM-5.2 Thinking (ZCode 3.0): 96分。1. 解决表面问题。2. 解决深层问题。3. 发现引用的库的bug,没有改动库,没改本地代码规避库的bug。第四个发现三层bug的老师。 Claude Opus 4.8 Max (Cursor Max Mode): 100分。同GPT 5.5 xhigh(1. 解决表面问题。2. 解决深层问题,改动代码量比5.4少,比gemini3.1多。3. 发现引用的库的bug,没有改动库,本地业务代码优雅
本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已
测试仓库 依旧使用本人的一个闭源的项目,以下是具体架构。 评测流程 开 work tree 跑两个测试题目,1 题和 2 题之间不会新开上下文窗口。 测试题目 上次我让 codex 出了一个比较具体的题,虽然没有那么细,但还是给得比较细。这次只给大体意图,让 AI 自己去做。 打分流程 单分支评测 = 每个模型自己打分,不排名 参赛选手 测试速度 Kimi2.6 + Claude Code(35分钟左右) 结果 因为上次我秉持着最强模型出题和最强模型打分,所以这次三个模型进行分别打分。 鸣谢 首先鸣谢我自己,然后鸣谢小青年 @GinWU 提供的ollama pro订阅~~~ 花絮 后续 com
如题,送6000个Grokfreetoken,使用grok2api导入直接使用,不保证全活。 分发站链接b64:aHR0cHM6Ly9jZGsubGludXguZG8vcmVjZWl2ZS9mMDA1NDA3Ny05NWE0LTQyMmQtOWM0NS0wMzFjZTU2ZmI4NTQ= 后面有空还会发,取之于佬用之于佬 因为分发站不太方便分发给一个用户多个token,所以简单搓了个兑换页,从分发站领到CDK以后去这里兑换你的token。 UnsnowAPI CDK 兑换中心 不教怎么用!善用搜索。 不会用也不想学就别领,留给会用的人;) 31 个帖子 - 21 位参与者 阅读完整话题
本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已