每日简报

2026-06-09

← 历史归档

mvanhorn/last30days-skill

Python · ★ 34,408 · 🍴 2,814 · 📈 3,558 stars today

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

中文介绍 面向 AI Agent 的信息研究技能插件,能自动跨 Reddit、X(推特)、YouTube、Hacker News、Polymarket 及通用网页抓取近30天内的相关内容,并综合生成有事实依据的摘要报告。适合需要快速掌握某一话题最新动态的研究员、分析师或自动化 AI 工作流。

RyanCodrai/turbovec

Python · ★ 8,786 · 🍴 809 · 📈 1,730 stars today

A vector index built on TurboQuant, written in Rust with Python bindings

中文介绍 基于 TurboQuant 量化技术构建的高性能向量索引库,核心用 Rust 编写并提供 Python 绑定。通过量化压缩降低向量存储与检索的内存占用和计算开销,适合需要在资源受限环境下进行大规模向量相似性搜索的机器学习工程师和后端开发者。

google/skills

Python · ★ 12,364 · 🍴 967 · 📈 481 stars today

Agent Skills for Google products and technologies

中文介绍 Google 官方发布的 Agent Skills 集合,专为 Google 产品和技术栈设计的智能体技能模块库。开发者可直接将这些预构建技能集成到 AI Agent 中,实现对 Google 生态系统(如搜索、云服务等)的标准化操作,降低 AI 应用与 Google 服务对接的开发门槛。

refactoringhq/tolaria

TypeScript · ★ 13,546 · 🍴 951 · 📈 649 stars today

Desktop app to manage markdown knowledge bases

中文介绍 管理 Markdown 知识库的桌面应用,面向个人知识管理和团队文档场景。用户可在本地统一组织、浏览和编辑 Markdown 文件,无需依赖云端服务,适合写作者、开发者及喜欢以纯文本格式维护笔记和文档的知识工作者。

Panniantong/Agent-Reach

Python · ★ 24,046 · 🍴 2,028 · 📈 796 stars today

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

中文介绍 为 AI Agent 提供全网信息读取能力的 CLI 工具,支持抓取 Twitter、Reddit、YouTube、GitHub、Bilibili、小红书等主流平台的内容和搜索结果。无需任何 API 费用,一条命令即可使用,适合构建需要实时获取互联网信息的 AI 工作流和自动化研究场景。

danielmiessler/Personal_AI_Infrastructure

TypeScript · ★ 15,404 · 🍴 2,159 · 📈 121 stars today

Agentic AI Infrastructure for magnifying HUMAN capabilities.

中文介绍 面向个人的 Agentic AI 基础设施项目,旨在通过构建一套私有化的 AI Agent 体系来放大个人能力。作者 Daniel Miessler(知名安全与 AI 研究者)分享了其个人 AI 工作流架构,适合希望系统性搭建个人 AI 助理和自动化工具链的技术从业者和效率爱好者。

santifer/career-ops

JavaScript · ★ 50,470 · 🍴 10,331 · 📈 477 stars today

AI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.

中文介绍 基于 Claude Code 构建的 AI 驱动求职系统,内置14种技能模式,覆盖简历优化、岗位匹配、申请策略等求职全流程。提供 Go 语言编写的仪表板、PDF 文件生成和批量处理功能,适合正在积极求职并希望用 AI 工具系统化提升求职效率的职场人士。

phuryn/pm-skills

★ 12,630 · 🍴 1,495 · 📈 112 stars today

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

中文介绍 面向产品经理的 AI 技能市场,汇集100余个 Agentic 技能、命令和插件,覆盖产品从需求发现、战略规划、执行落地到上线增长的完整周期。产品经理可借助这些预构建技能模块快速完成竞品分析、用户调研、路线图规划等日常工作,显著提升工作效率。

openai/plugins

JavaScript · ★ 2,306 · 🍴 289 · 📈 296 stars today

OpenAI Plugins

中文介绍 OpenAI 官方 Plugins 仓库,提供与 ChatGPT 及 OpenAI 平台集成的插件规范与示例。开发者可基于此构建能让 ChatGPT 访问外部服务、实时数据和自定义工具的插件,适合希望扩展 OpenAI 产品功能边界的应用开发者和企业集成团队。

Andyyyy64/whichllm

Python · ★ 3,426 · 🍴 202 · 📈 103 stars today

Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly.

中文介绍 帮助用户找到最适合本地硬件运行的 LLM 模型的命令行工具。根据用户实际硬件配置,结合时效性感知的真实 benchmark 数据(而非单纯参数量)对可运行模型进行排名推荐,一条命令即可完成检测并给出建议,适合想在本地部署 LLM 但不确定选哪个模型的开发者和研究者。

MemPalace/mempalace

Python · ★ 54,908 · 🍴 7,159 · 📈 237 stars today

The best-benchmarked open-source AI memory system. And it's free.

中文介绍 开源 AI 记忆系统,自称在同类开源方案中 benchmark 表现最优,且完全免费。为 AI Agent 和对话应用提供长期记忆存储与检索能力,解决大语言模型上下文窗口有限导致的记忆遗失问题,适合构建需要持久化用户记忆的 AI 助手、聊天机器人和个性化 Agent 应用的开发者。

roboflow/supervision

Python · ★ 42,318 · 🍴 3,782 · 📈 1,140 stars today

We write your reusable computer vision tools. 💜

中文介绍 Roboflow 出品的计算机视觉工具库,提供可复用的检测、分割、追踪等常用 CV 组件,覆盖目标检测结果后处理、标注可视化、视频流分析等典型场景。基于 Python,与 YOLOv8、SAM 等主流模型无缝兼容,适合 CV 工程师快速搭建视觉应用原型和生产系统。

CopilotKit/CopilotKit

TypeScript · ★ 34,108 · 🍴 4,303 · 📈 398 stars today

The Frontend Stack for Agents & Generative UI. React, Angular, Mobile, Slack, and more. Makers of the AG-UI Protocol

中文介绍 面向 AI Agent 和生成式 UI 的前端框架,支持 React、Angular、移动端及 Slack 等多平台,同时是 AG-UI 协议的制定方。提供开箱即用的 Copilot 组件,让开发者可快速在应用中嵌入 AI 对话、任务执行和动态 UI 生成能力,适合构建 AI 原生产品的全栈开发团队。

TapXWorld/ChinaTextbook

Roff · ★ 72,960 · 🍴 16,331 · 📈 593 stars today

所有小初高、大学PDF教材。

中文介绍 收录中国小学、初中、高中及大学全阶段 PDF 教材的开源资源仓库,方便学生、家长和教育工作者免费获取官方教材电子版,节省寻找资料的时间成本,适合自学、备课或教育研究等场景使用。

luongnv89/claude-howto

Python · ★ 35,745 · 🍴 4,345 · 📈 393 stars today

A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.

中文介绍 以可视化、示例驱动方式讲解 Claude Code 使用的指南项目,内容从基础概念到高级 Agent 构建循序渐进,并附带可直接复制使用的提示词模板。适合希望快速上手 Claude Code、缩短学习曲线的开发者,尤其适用于需要快速产出实际价值的工程师和 AI 应用构建者。

aaif-goose/goose

Rust · ★ 48,079 · 🍴 5,062 · 📈 699 stars today

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

中文介绍 开源可扩展 AI Agent 框架,超越单纯代码补全,支持软件安装、命令执行、文件编辑和测试运行等完整开发操作,并可接入任意 LLM 后端。适合希望构建能自主完成复杂开发任务的 AI 工作流的工程师,以及想基于开放架构定制私有 AI Agent 的团队。

Towards Retrieving Interaction Spaces for Agentic Search

👍 1

Retrieval for search agents is still inherited from non-agentic information retrieval: a retriever ranks the corpus and the agent reads a small set of returned documents. Recent direct corpus interaction (DCI) work shows that agents can instead interact with the raw corpus through shell tools such a

MMAE: A Massive Multitask Audio Editing Benchmark

👍 39

We introduce MMAE, a Massive Multitask Audio Editing benchmark, serving as the first comprehensive evaluation testbed designed for general-purpose instruction-based audio editing. Spurred by the shift toward intelligent creation, interactive editing has rapidly expanded from visual domains, pioneere

Stream3D-VLM: Online 3D Spatial Understanding with Incremental Geometry Priors

👍 4

Despite advances in 3D scene understanding, existing 3D Large Multimodal Models operate in offline settings, requiring complete scene observations or predefined video clips. In this paper, we present an online 3D vision-language model that enables real-time spatial understanding from streaming video

Your UnEmbedding Matrix is Secretly a Feature Lens for Text Embeddings

👍 69

Large language models exhibit impressive zero-shot capabilities across a wide range of downstream tasks. However, they struggle to function as off-the-shelf embedding models, leading to suboptimal performance on massive text embedding benchmarks. In this paper, we identify a potential cause underlyi

Watch, Remember, Reason: Human-View Video Understanding with MLLMs

👍 12

Video understanding is being rapidly transformed by multimodal large language models (MLLMs), as research moves from short clips to long, multimodal, and knowledge-intensive video scenarios. These scenarios require models to handle sparse evidence, long-range dependencies, multimodal alignment, and

UnpredictaBench: A Benchmark for Evaluating Distributional Randomness in LLMs

👍 13

We introduce UnpredictaBench, an evaluation that tests the ability of large language models (LLMs) to capture true underlying distributions. As LLMs are increasingly used as substitutes for other entities (e.g., for humans in economic simulations), the tendency of many models to collapse towards a s

Robots Need More than VLA and World Models

👍 20

Generalist robot intelligence is often framed as a policy-scaling problem: collect more robot demonstrations, train larger Vision-Language-Action (VLA) models, and expect broader generalisation. In this position paper, we argue that this framing is incomplete. The central bottleneck is not only poli

Physics in 2-Steps: Locking Motion Priors Before Visual Refinement Erases Them

👍 12

Image-to-Video diffusion models leverage input images to generate visually stunning content, yet frequently produce motion that violates physical laws. We reveal a surprising finding: a 2-step generation often exhibits better physical consistency than a 50-step output from the same model. Through sp

LLM Explainability with Counterfactual Chains and Causal Graphs

👍 12

Causal graphs provide a high-level language for making mechanisms transparent. Recent work uses Large Language Models (LLMs) to recover causal graphs of external-world processes. Instead, in this paper, we use causal graphs to model LLM inference itself, providing stakeholders with a transparent vie

Reinforcement Learning from Rich Feedback with Distributional DAgger

👍 3

Reasoning models have advanced rapidly, but the dominant reinforcement learning from verifiable rewards (RLVR) recipe remains surprisingly narrow: sample many responses and reward each with a single bit indicating whether the final answer is correct. Yet many settings provide rich feedback, includin

GENEB: Why Genomic Models Are Hard to Compare

👍 42

Progress in genomic foundation models is difficult to assess due to fragmented benchmarks, incompatible evaluation protocols, and task-specific reporting. As a result, claims of superiority or generality across models are often not directly comparable. We introduce GENEB, a large-scale diagnostic be

A Cookbook of 3D Vision: Data, Learning Paradigms, and Application

👍 2

3D vision has rapidly evolved, driven by increasingly diverse data representations, learning paradigms, and modeling strategies. Yet the field remains fragmented across representations and benchmarks, making it difficult to develop unified perspectives on efficiency, fidelity, and scalability. This

HarnessForge: Joint Harness and Policy Evolution for Adaptive Agent Systems

👍 4

LLM agents are increasingly expected to operate across heterogeneous task regimes that require distinct execution paradigms. This challenges fixed agent systems and motivates system-level meta-adaptation beyond isolated component updates. While existing works have adapted external harness or trained

CORE: Contrastive Reflection Enables Rapid Improvements in Reasoning

👍 1

Language models can use verifiable rewards to improve at a wide variety of reasoning tasks. However, both parametric (e.g. RLVR) and non-parametric (e.g. prompt optimization) approaches to doing so typically require hundreds of training samples and thousands of model rollouts, making them expensive

SIA: Self Improving AI with Harness & Weight Updates

👍 8

Humans are the bottleneck in building and improving AI. Both the models and the agents that wrap them are written, tuned, and corrected by people. The long-horizon goal of an AI that can figure out how to improve itself remains open. Two largely disjoint research lines attack this bottleneck. The ha

SPACENUM: Revisiting Spatial Numerical Understanding in VLMs

👍 5

Vision-Language Models (VLMs) are increasingly deployed in embodied environments, where they need produce numerical outputs such as action magnitudes and spatial coordinates. Although these numbers appear meaningful, it remains unclear whether these numerical outputs are genuinely grounded in spatia

Harness Engineering: What Every AI Engineer Needs to Know in 2026

@sairahul1 · 111.8K 粉丝 · 546.4K 阅 · 536 赞 · 94 转

In February 2026, a small OpenAI team shipped 1 million lines of production code. They didn't write a single line by hand. The AI agents wrote it. The humans designed the system that made the agents

中文介绍 2026年2月,一支小型OpenAI团队用AI agent自动生成了100万行生产代码,人类只负责设计系统架构。博主围绕「AI工程驾驭层」(Harness Engineering)展开,探讨AI工程师在agent时代需要掌握的核心能力——不是写代码,而是设计让agent高效运转的系统框架。这是对当前AI工程师角色转型的深度思考。

Do AGENTS.md Files Actually Help Coding Agents?

@rasbt · 459.9K 粉丝 · 50.9K 阅 · 507 赞 · 51 转

Catching up with the agent-related research literature, one paper that definitely got my attention is "Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?." It looks

中文介绍 博主梳理了一篇关于AGENTS.md文件的最新研究论文,探讨在代码仓库根目录放置上下文说明文件是否真正能提升coding agent的表现。这一做法近期在开发者社区颇为流行,但实验结论并不确定——论文通过系统评估,试图厘清「仓库级上下文文件」对agent的实际增益效果。

WTF Is a Loop? Peter Steinberger vs. Boris Cherny

@mvanhorn · 30.8K 粉丝 · 45.6K 阅 · 567 赞 · 47 转

The most repeated sentence in AI coding this week is six words long, and almost nobody saying it can define it. One tweet had the entire timeline in a chokehold this week, so I ran /last30days on the

中文介绍 本周AI编程圈被一条推文「统治」,核心争议是一个6个字的高频词——「loop」(循环/代理循环)。博主用/last30days指令回溯近期讨论,对比Peter Steinberger与Boris Cherny对「loop」的不同定义,揭示一个现象:几乎所有人都在用这个词,但极少有人能准确说清它的含义。

17 prompts that make Hermes run while you sleep (copy-paste inside)

@Mnilax · 7.3K 粉丝 · 43.5K 阅 · 502 赞 · 42 转

In February 2026, Nous Research released Hermes Agent: an open-source, self-hosted agent that doesn't live inside an IDE and doesn't forget when the tab closes. It runs as a daemon on your own box,

中文介绍 2026年2月Nous Research发布Hermes Agent——一款开源、可自托管的agent,不依赖IDE、关闭标签页后仍持续运行,以守护进程(daemon)形式跑在本地机器上。博主整理了17条可直接复制使用的prompt,覆盖让Hermes在后台自主执行任务的核心用法,适合希望本地部署自主agent的开发者。

I Built an Agentic Harness From Scratch. That Taught Me What Agents Actually Are

@ByteMohit · 2.0K 粉丝 · 43.3K 阅 · 501 赞 · 51 转

Everyone is building with agents. Almost nobody talks about what is actually inside one. Not the model. The harness around it. I spent the last few months building one from scratch in Python every

中文介绍 博主用数月时间从零用Python手搓了一套agent驾驭层(harness),分享构建过程中对「agent到底是什么」的底层认知。核心观点是:真正重要的不是底层模型,而是包裹模型的harness结构——工具调用、状态管理、循环控制等机制。适合想深入理解agent内部原理而非只调用API的工程师。

RL Interview Questions 2026

@sheriyuo · 8.6K 粉丝 · 30.6K 阅 · 512 赞 · 44 转

After seeing several people receive PhD offers and then immediately land highly paid industry positions during spring recruiting, I started wondering whether going straight into industry might

中文介绍 博主观察到2026年春招中,不少人拿到PhD录取后立刻转而接受高薪业界offer,由此开始反思「直接入行」是否比读博更优。帖子围绕强化学习(RL)方向的面试题展开,结合当前业界对RL工程师的需求,探讨学术路径与工业路径的权衡,适合正在考虑RL/AI方向职业选择的应届生参考。

Confidential submission of draft S-1 to the SEC

OpenAI confirms a confidential S-1 submission to the SEC and has not yet determined timing for further action.

中文介绍 OpenAI已向美国证券交易委员会(SEC)秘密递交S-1上市申请草案,但公司表示尚未确定后续推进时间表。此次为保密提交,意味着OpenAI正式启动上市流程,具体发行时间及规模等细节暂未披露。

Built to benefit everyone: our plan

A vision for the future of AI, focusing on access, safety, and shared prosperity as OpenAI works to ensure AGI benefits everyone.

中文介绍 OpenAI发布关于人工智能未来发展的愿景声明,重点阐述在AGI(通用人工智能)研发过程中如何确保技术普惠、安全可靠及共同受益,强调公司致力于让AGI成果惠及所有人。

Introducing the OpenAI Economic Research Exchange

OpenAI launches the Economic Research Exchange to study AI’s impact on jobs, productivity, and the economy. Applications are now open for selected research projects.

中文介绍 OpenAI宣布成立"经济研究交流平台"(Economic Research Exchange),旨在研究人工智能对就业、生产效率及宏观经济的影响。目前已开放研究项目申请,将遴选部分研究团队参与合作。

The Open Source Community is backing OpenEnv for Agentic RL

中文介绍 开源社区正积极支持OpenEnv项目,该项目专注于智能体强化学习(Agentic RL)领域,获得Hugging Face等开源社区的广泛关注与推广。具体技术细节及进展有待进一步披露。

[AINews] not much happened today

a quiet day of RSI.

中文介绍 Latent Space每日AI资讯简报,当日标注为"平静"一天,主要与RSI(递归自我改进)相关话题有所关联,整体行业动态较少,无重大突发事件披露。

How to Stop Shipping Low-Quality RL Environments (with Examples)

Your broken harness is actively making the model worse. Here's what I keep seeing after years of eyeballing trajectories, and what you need to fix.

中文介绍 Latent Space发文探讨强化学习环境质量问题,作者指出低质量的RL训练环境会直接导致模型性能下降。文章基于多年轨迹分析经验,列举常见问题并提出修复建议,强调高质量训练环境对模型优化至关重要。

The Meta hack shows there’s more to AI security than Mythos

On June 5, 404 Media reported that attackers had been using Meta’s AI customer support agent to steal Instagram accounts. Their approach was simple: They asked the agent to link the accounts to email addresses that they controlled, and the agent complied. One attacker broke into the dormant Obama Wh

中文介绍 2026年6月5日,404 Media报道攻击者利用Meta AI客服代理窃取Instagram账户:攻击者仅需指示该代理将目标账户绑定至其控制的邮箱,代理即予以执行。MIT科技评论据此指出,AI安全问题远不止于模型层面,代理系统的操控风险同样不可忽视。

[AINews] not much happened today

a quiet day

中文介绍 Latent Space每日AI资讯简报,当日被标注为平静无重大事件,行业动态整体平淡,无重要产品发布或突发消息披露。

not much happened today

**Anthropic's Mythos/Opus cycle** sparked mixed reactions with praise for **Claude Mythos**'s one-shot workflows and concerns over **Opus 4.8** benchmark regressions. **Opus 4.7** showed strong chemistry task performance, "making Claude a chemist." **Sakana AI** launched an **RSI Lab** focusing on r

中文介绍 Anthropic推出的Mythos与Opus系列引发社区混合评价:Claude Mythos在一次性工作流中表现受好评,但Opus 4.8被指存在基准测试回归问题;Opus 4.7在化学任务中表现突出。此外,Sakana AI发布RSI(递归自我改进)相关产品,引发行业关注。

Reality: The Final Eval — Lukas Petersson and Axel Backlund of Andon Labs

We talk with the VendingBench authors on evaling Claudes from Haiku to Mythos, and how they build leading, and lasting, frontier evals from scratch.

中文介绍 Latent Space访谈Andon Labs联合创始人Lukas Petersson与Axel Backlund,两人是VendingBench评测框架作者。访谈聚焦于对Claude系列模型(从Haiku到Mythos)的评估方法,以及如何从零构建具有前瞻性和持久性的前沿AI评测体系。

EVA-Bench Data 2.0: 3 Domains, 121 Tools, 213 Scenarios

中文介绍 ServiceNow AI发布EVA-Bench Data 2.0评测数据集,涵盖3个应用领域、121种工具及213个测试场景,旨在为企业级AI代理的能力评估提供更全面、更贴近实际的基准测试框架。

How Endava is redesigning software delivery around AI agents

Learn how Endava is using AI agents, ChatGPT Enterprise, and Codex to accelerate software delivery, automate workflows, and build an AI-native culture across the enterprise.

中文介绍 IT服务公司Endava宣布将AI代理、ChatGPT Enterprise及Codex深度整合至软件交付流程,通过自动化工作流加速开发周期,并在企业内部推动AI原生文化建设,重新设计面向AI时代的软件交付体系。

市场总览

从技术指标角度看,当前市场呈现出明显的结构分化。美股方面,SPY 现价 539.22 美元(注:以输入数据为准,SPY 739.22),RSI14 约 50.8,处于中性均衡位置,整体仍维持多头排列,但 MACD 柱状图偏弱(MACD 8.46 低于信号线 11.34),5 日回调 2.55%;QQQ 出现 MACD 死叉,NVDA 虽日内反弹 1.73% 但 5 日仍跌 7.01%,科技板块短期动量受压。META 空头排列叠加 MACD 死叉,技术面最为偏弱;MSFT 较 52 周高点已回落近 26%,趋势标注转为中性。加密货币方面,恐慌贪婪指数仅为 8(极度恐慌),加密总市值约 2.27 万亿美元,BTC 主导率维持 56%。BTC、ETH、SOL 的 RSI14 分别为 26.2、29.0、28.9,三者均处于超卖区间,且均呈空头排列,下行动量持续。中概股板块整体偏弱,阿里、拼多多、京东均呈空头排列,RSI14 分布在 33-40 区间;腾讯控股虽出现 MACD 金叉信号,但大趋势仍为空头排列,值得跟踪观察。商品与外汇方面,黄金期货 RSI14 降至 35.6,MACD 持续负值,短期技术面承压;WTI 原油 RSI14 为 44.5,处于中性偏弱区间。美元指数 DXY 接近 52 周高位,RSI14 达 64.6,多头排列明确;10 年期美债收益率 4.55%,RSI14 59.1,亦保持多头排列。VIX 5 日累计上涨 17.88%,技术面形成 MACD 金叉,显示市场对波动率的预期仍处于敏感区间。

今日关注

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

比特币当前价格 63186.61 美元,RSI14 读数仅 26.2,已深入超卖区间。三条均线呈空头排列:SMA20(70994)、SMA50(75590)、SMA200(78358)均在现价之上,价格较 52 周高点回落 49.93%。MACD 值 -4027.86,信号线 -2966.32,柱状图持续负值扩张。结合加密恐慌贪婪指数仅为 8(极度恐慌),加密总市值 2.27T 且 24h 仅微涨 0.56%,短期动量显著偏弱。

META Meta (META)
偏下行

Meta 现价 585.39 美元,RSI14 为 39.5,接近超卖边缘。SMA20(611.51)、SMA50(620.28)、SMA200(661.64)三线形成完整空头排列,价格位于三线之下。MACD 值 -5.7522,信号线 -3.9445,柱状图负值扩张显示下行动量增强,且已触发 MACD 死叉信号。较 52 周高点回落幅度达 26.48%,5 日跌幅 2.51%,整体技术结构偏弱。

^VIX VIX 恐慌指数
偏上行

VIX 当前报 18.92,单日大幅下跌 12.04% 但 5 日仍上涨 17.88%,短期波动剧烈。价格位于 SMA20(17.15)与 SMA50(18.75)之上,三线呈多头排列。RSI14 为 54.6,MACD 值 -0.2178 相对信号线 -0.6618 形成金叉,柱状图由负转正。VIX 在高位形成多头技术形态,指示市场整体波动率预期有进一步抬升的技术倾向。

DX-Y.NYB 美元指数 DXY
偏上行

美元指数现报 100.00,接近 52 周高位(距高点仅 -0.64%)。SMA20(99.12)、SMA50(98.91)、SMA200(98.61)形成多头排列,价格站上三线。RSI14 读数 64.6,动量偏强但尚未触及超买。MACD 值 0.2841 高于信号线 0.1855,柱状图正值,短期上行动量延续。5 日涨幅 0.81%,技术信号整体指向强势。

MSFT Microsoft (MSFT)
中性

微软现价 411.74 美元,5 日跌幅达 10.59%,较 52 周高点回落 25.87%。RSI14 为 45.3,处于中性偏弱区间。SMA50(409.27)提供近期支撑,但 SMA200(455.91)远在价格之上,长期趋势标注为 neutral。MACD 值 3.8512 低于信号线 5.7198,已形成死叉但柱状图绝对值较小,短期动量疲软但尚未出现明显加速下探信号,整体技术面处于震荡观察状态。

全部资产

^VIX

VIX 恐慌指数

$18.92 -12.04%
5 日
+17.88%
距 52w 高
-46.4%
RSI(14)
54.6
趋势
多头
SMA 20 / 50 / 200
17.15 / 18.75 / 18.44
MACD / 信号
-0.218 / -0.662
MACD 金叉 (1 天前)多头排列

^TNX

10Y 美债收益率 (%)

$4.55 +0.35%
5 日
+1.72%
距 52w 高
-8.9%
RSI(14)
59.1
趋势
多头
SMA 20 / 50 / 200
4.51 / 4.41 / 4.21
MACD / 信号
0.029 / 0.035
多头排列

DX-Y.NYB

美元指数 DXY

$100.00 -0.07%
5 日
+0.81%
距 52w 高
-0.6%
RSI(14)
64.6
趋势
多头
SMA 20 / 50 / 200
99.12 / 98.91 / 98.61
MACD / 信号
0.284 / 0.185
接近 52 周高多头排列

SPY

S&P 500 ETF

$739.22 +0.23%
5 日
-2.55%
距 52w 高
-2.8%
RSI(14)
50.8
趋势
多头
SMA 20 / 50 / 200
746.37 / 715.39 / 684.43
MACD / 信号
8.461 / 11.343
接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$716.07 +1.56%
5 日
-3.59%
距 52w 高
-4.4%
RSI(14)
53.6
趋势
多头
SMA 20 / 50 / 200
722.25 / 670.65 / 622.57
MACD / 信号
15.261 / 19.609
MACD 死叉 (2 天前)多头排列

AAPL

Apple

$301.54 -1.89%
5 日
-1.56%
距 52w 高
-5.0%
RSI(14)
53.3
趋势
多头
SMA 20 / 50 / 200
304.66 / 282.21 / 265.57
MACD / 信号
7.365 / 8.989
MACD 死叉 (3 天前)多头排列

MSFT

Microsoft

$411.74 -1.18%
5 日
-10.59%
距 52w 高
-25.9%
RSI(14)
45.3
趋势
中性
SMA 20 / 50 / 200
422.41 / 409.27 / 455.91
MACD / 信号
3.851 / 5.720
MACD 死叉 (1 天前)

NVDA

Nvidia

$208.64 +1.73%
5 日
-7.01%
距 52w 高
-11.8%
RSI(14)
46.7
趋势
多头
SMA 20 / 50 / 200
218.78 / 204.20 / 188.74
MACD / 信号
1.561 / 3.719
多头排列

GOOGL

Alphabet

$363.31 -1.42%
5 日
-3.47%
距 52w 高
-11.1%
RSI(14)
43.4
趋势
多头
SMA 20 / 50 / 200
383.50 / 356.15 / 304.86
MACD / 信号
0.562 / 5.596
多头排列

TSLA

Tesla

$408.95 +4.59%
5 日
-1.67%
距 52w 高
-18.0%
RSI(14)
48.0
趋势
中性
SMA 20 / 50 / 200
424.90 / 396.03 / 414.57
MACD / 信号
3.031 / 7.492

META

Meta

$585.39 -1.28%
5 日
-2.51%
距 52w 高
-26.5%
RSI(14)
39.5
趋势
空头
SMA 20 / 50 / 200
611.51 / 620.28 / 661.64
MACD / 信号
-5.752 / -3.944
MACD 死叉 (1 天前)空头排列
加密恐慌贪婪
8
极度恐慌
加密总市值
$2.27 T
+0.56% / 24h
BTC 主导率
56.0%
ETH 9.1%
24h 成交量
$92.9 B
活跃币 17,343

BTC-USD

Bitcoin

$63,186.61 -0.08%
5 日
-1.29%
距 52w 高
-49.9%
RSI(14)
26.2
趋势
空头
SMA 20 / 50 / 200
70,994.46 / 75,590.64 / 78,358.06
MACD / 信号
-4,027.859 / -2,966.315
RSI 超卖空头排列

ETH-USD

Ethereum

$1,698.96 +0.75%
5 日
-6.22%
距 52w 高
-65.7%
RSI(14)
29.0
趋势
空头
SMA 20 / 50 / 200
1,938.10 / 2,148.52 / 2,444.31
MACD / 信号
-142.287 / -112.458
RSI 超卖空头排列

SOL-USD

Solana

$66.92 +0.92%
5 日
-6.55%
距 52w 高
-73.6%
RSI(14)
28.9
趋势
空头
SMA 20 / 50 / 200
78.13 / 83.76 / 101.70
MACD / 信号
-5.614 / -3.980
RSI 超卖空头排列

BABA

阿里巴巴 (BABA)

$120.07 -0.82%
5 日
-4.25%
距 52w 高
-37.7%
RSI(14)
36.2
趋势
空头
SMA 20 / 50 / 200
130.73 / 131.00 / 149.72
MACD / 信号
-3.045 / -1.926
空头排列

PDD

拼多多 (PDD)

$82.62 -2.88%
5 日
-5.30%
距 52w 高
-40.7%
RSI(14)
33.3
趋势
空头
SMA 20 / 50 / 200
91.67 / 96.88 / 112.28
MACD / 信号
-3.921 / -3.173
接近 52 周低空头排列

JD

京东 (JD)

$28.59 -1.00%
5 日
-1.72%
距 52w 高
-22.4%
RSI(14)
39.7
趋势
空头
SMA 20 / 50 / 200
30.61 / 30.15 / 30.37
MACD / 信号
-0.422 / -0.146
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$446.40 -1.50%
5 日
+2.39%
距 52w 高
-34.6%
RSI(14)
44.6
趋势
空头
SMA 20 / 50 / 200
450.69 / 475.90 / 571.52
MACD / 信号
-7.184 / -10.280
MACD 金叉 (4 天前)空头排列

GC=F

黄金期货

$4,352.40 +0.35%
5 日
-2.74%
距 52w 高
-22.1%
RSI(14)
35.6
趋势
中性
SMA 20 / 50 / 200
4,527.64 / 4,623.60 / 4,403.59
MACD / 信号
-70.542 / -57.619

CL=F

WTI 原油期货

$91.33 +0.87%
5 日
-0.90%
距 52w 高
-23.6%
RSI(14)
44.5
趋势
中性
SMA 20 / 50 / 200
96.56 / 97.81 / 72.93
MACD / 信号
-1.771 / -1.166

USDCNY=X

美元 / 人民币

¥6.78 +0.14%
5 日
+0.24%
距 52w 高
-5.9%
RSI(14)
34.4
趋势
空头
SMA 20 / 50 / 200
6.79 / 6.82 / 6.98
MACD / 信号
-0.015 / -0.015
接近 52 周低空头排列
风险提示

本报告仅基于公开行情数据计算所得技术指标进行客观描述,仅供技术指标解读参考,不构成任何投资建议或买卖推荐。过去走势不代表未来表现,市场存在不确定性,投资者应结合自身风险承受能力独立判断。

Australia news live: ABC boss says Pickering did not violate code with Tame comments: Hanson claims ‘no wonder’ Victorian premier called ‘witch’

Hugh Marks says Charlie Pickering’s comments to Avi Yemini about Grace Tame hosting an ABC podcast were ‘his own view’ Get our breaking news email, free app or daily news podcast ‘If Australian datacentres are going to power the AI revolution, we deserve a fair return’ – David Pocock Independent sen

中文摘要 澳大利亚广播公司(ABC)主席休·马克斯表示,主持人查理·皮克林就格蕾丝·塔梅主持ABC播客一事发表的评论属其个人观点,并未违反行为准则。与此同时,一国党领袖波琳·汉森就维多利亚州州长贾辛塔·艾伦被称为"巫婆"一事发表争议言论。

Survivors recall Israeli raid that killed 274 in Gaza refugee camp

Two years on, witnesses recount the June 2024 Israeli raid on Nuseirat refugee camp to free four captives.

中文摘要 事件发生两周年之际,幸存者回忆了2024年6月以色列突袭加沙努赛拉特难民营的经过。此次行动造成274人死亡,目的是营救4名被扣押人质。目击者讲述了当时的惨烈情形。

Iran and Israel say they will pause strikes but warn of retaliation if ceasefire breached again

Israel's PM says his country is holding fire "at the moment", after Iran's armed forces said they had stopped military action.

中文摘要 以色列与伊朗相继宣布暂停军事打击行动,但双方均警告若停火协议遭到破坏将予以报复。以色列总理内塔尼亚胡表示目前"暂时停火",伊朗武装力量也宣布停止军事行动,局势暂时降温。

Tech giant OpenAI files for US initial public offering

OpenAI did not disclose the size or terms of the offering and said a timeline has not yet been determined.

中文摘要 人工智能巨头OpenAI正式向美国证券监管机构提交首次公开募股(IPO)申请,但未披露募资规模及发行条款,上市时间表亦尚未确定。此次IPO被视为科技行业的重大事件。

Bandits in north-west Nigeria abduct villagers they invited to discuss peace talks

Thirty-nine people taken near Magamin Diddi village in Maradun municipality, north-west Zamfara state, police say Armed bandits in north-west Nigeria abducted dozens of villagers whom they invited to a meeting about potential peace negotiations, authorities and residents said on Monday, highlighting

中文摘要 尼日利亚西北部赞法拉州马拉敦市玛嘎明·迪迪村附近,武装匪徒以举行和平谈判为由邀请村民参会,随后将39名村民劫持。警方证实此次绑架事件,当地居民和官员对此予以确认。

Lebanon’s president refuses to meet Netanyahu until war ends – as it happened

This live blog is now closed. For the latest, read more of our coverage on the Middle East conflict here. Iranian media is reporting that there were no immediate casualties following apparent Israeli strikes on the Karun petrochemical plant in Mahshahr, a city in Iran’s southwestern Khuzestan provin

中文摘要 黎巴嫩总统拒绝在战争结束前与以色列总理内塔尼亚胡会面。伊朗媒体报道,以色列对伊朗西南部城市马赫沙赫尔的卡伦石化工厂发动疑似空袭,暂无人员伤亡报告。

Live Updates: Israel Halts Iran Strikes After Trump Claims Progress Toward Nuclear Talks, Officials Say

Prime Minister Benjamin Netanyahu said that Israel’s “fire is on hold” after a phone call with President Trump. Iran also said it would cease its attacks but, like Israel, warned it was ready to resume.

中文摘要 据悉,以色列总理内塔尼亚胡与美国总统特朗普通话后宣布"暂停炮火",以色列随即停止对伊朗的打击行动。伊朗同样宣布停止攻击,但双方均表示若局势有变将随时恢复军事行动。特朗普称在核谈判方面取得进展。

UN human rights leader calls for Cuba sanctions to be ‘lifted immediately’

Volker Turk, the UN's high commissioner for human rights, warns that 'children are dying' as result of US oil blockade.

中文摘要 联合国人权事务高级专员福尔克尔·蒂尔克呼吁立即解除对古巴的制裁,警告称美国石油封锁已导致"儿童死亡"。他强调相关制裁对古巴平民造成严重人道主义影响,要求立即予以解除。

Somali referee Artan barred from entering USA

Omar Artan, who was set to be the first Somali to referee at the World Cup finals, is dropped from the list of officials after he was denied entry to the United States.

中文摘要 索马里裁判奥马尔·阿尔坦因被拒绝入境美国,已被取消世界杯决赛圈执法资格。他原本将成为首位在世界杯决赛圈执法的索马里裁判,此次事件引发国际社会广泛关注。

Are U.S. and Israel on the Same Page in Mideast Wars?

President Trump has voiced his frustration with Prime Minister Benjamin Netanyahu of Israel, but it is not clear how able he is to rein in Israeli military action.

中文摘要 《纽约时报》分析指出,美国总统特朗普对以色列总理内塔尼亚胡的军事行动表达不满,但在中东冲突问题上,美以两国是否立场一致仍存疑问。特朗普能否有效约束以色列的军事行动尚不明朗。

Pope Leo makes visit to Spain’s Almudena Cathedral

Crowds in Madrid were delighted to see Pope Leo make a visit to Santa Maria de la Almudena Cathedral with Queen Sofia.

中文摘要 教皇利奥访问西班牙首都马德里,前往阿尔穆德纳大教堂(圣玛利亚·德·拉·阿尔穆德纳大教堂)参观,并与西班牙王后索菲亚同行,马德里市民夹道欢迎。

EU planning to add to $1.5 trillion sanctions hit on Russia

New proposed listings target Russia's 'military industrial complex, human rights violators and propagandists'.

中文摘要 欧盟计划在对俄罗斯已造成逾1.5万亿美元损失的现有制裁基础上,进一步扩大制裁范围。新拟制裁措施将针对俄罗斯军事工业综合体、人权侵犯者及宣传人员,具体名单正在制定中。

Italian prosecutors to probe Israeli minister Ben-Gvir over flotilla abuse

Rome is the second in Europe to launch a probe into Israel's treatment of activists detained as they headed to Gaza.

中文摘要 意大利检察机关宣布就以色列国家安全部长本-格维尔涉嫌虐待船队活动人士一事展开调查。这些活动人士在前往加沙途中被以方拘押。罗马是欧洲第二个就此事对以色列展开司法调查的城市。

Kim Jong-un’s Triumph

He leveraged the war in Ukraine to become North Korea’s most powerful leader to date.

中文摘要 《纽约时报》分析指出,朝鲜领导人金正恩借助乌克兰战争契机,大幅提升朝鲜的地缘政治地位与影响力,成为朝鲜历史上迄今最具权势的领导人,其外交与军事筹码均得到显著强化。

Iran and Israel Pull Back, After Fierce Exchange of Attacks

The conflict between Israel and Hezbollah, an Iranian-backed militia, is complicating efforts to end the war in Iran.

中文摘要 经历激烈交火后,伊朗与以色列双方相继宣布撤回军事行动。与此同时,以色列与伊朗支持的真主党之间的冲突持续升级,令结束伊以战争的外交努力愈加复杂。

Could humanoid robots be heading for the battlefield?

Armed forces are experimenting with humanoid robots, but battlefield deployment is some way off.

中文摘要 多国武装力量正在试验人形机器人的军事应用,但专家指出,将其实际部署至战场仍需相当长的时间,目前仍处于探索阶段。

How driving test booking is changing for learner drivers

From 12 May, only learner drivers can book their own tests, not instructors.

中文摘要 英国驾照考试预约规则将于5月12日起调整,届后仅允许学员本人自行预约考试,驾驶教练将不再具备代为预约的权限。

Driving test booking rules tightened after thousands of no shows

Learner drivers can only swap their test to the three centres nearest to their original booking.

中文摘要 因大量考生预约后缺席,英国收紧驾照考试预约规定,学员更换考试地点时,只能改预约至离原考场最近的三个考试中心之一。

Elon Musk Shows More Detailed Design of AI Data Center Satellite

SpaceX Chief Executive Officer Elon Musk unveiled a more detailed look at an initial version of an AI data center satellite that the company plans to build, providing more insight into the ambitious project that is driving SpaceX’s highly anticipated IPO set to take place later this week.

中文摘要 SpaceX首席执行官埃隆·马斯克披露了公司计划建造的人工智能数据中心卫星的更详细设计方案,该项目被视为推动SpaceX备受瞩目的IPO的重要驱动力,上市计划预计于今年晚些时候实施。

WestJet Slams Canada’s Loan Offer to Airlines Hit by Fuel Costs

WestJet Airlines Ltd. condemned the Canadian government’s offer of loans to help carriers hit by high jet fuel costs in the wake of the closing of the Strait of Hormuz.

中文摘要 加拿大航空公司西捷航空对加拿大政府就霍尔木兹海峡封锁后航空燃油成本上涨向航空公司提供贷款援助的方案提出强烈批评,认为该方案不足以应对当前困境。

OpenAI plans to go public, intensifying investment race with Anthropic

The company behind ChatGPT filed its plans one week after Anthropic did the same.

中文摘要 OpenAI已提交上市申请,计划赴公开市场IPO,此举比竞争对手Anthropic递交上市文件晚一周。两大人工智能公司相继谋求上市,标志着AI投资竞赛持续升温。

Trump’s $100,000 H-1B visa fee blocked by judge

Ruling says six-figure charge is an unauthorised tax and orders it to be suspended

中文摘要 一名法官裁定特朗普政府征收的10万美元H-1B签证费属于未经授权的税收,下令暂停执行该项收费。这一裁决对科技行业雇用海外高技能人才的用工成本具有重要影响。

OpenAI files to go public in blockbuster Wall Street listing

ChatGPT creator has submitted paperwork for IPO expected to value company at more than $1tn

中文摘要 ChatGPT开发商OpenAI正式提交IPO申请文件,计划在华尔街挂牌上市,预计公司估值将超过1万亿美元,有望成为近年来规模最大的科技类上市交易之一。

Pentagon restores Alibaba, Baidu and BYD to Chinese military groups blacklist

Three companies reinstated as US national security risk after sudden removal from list in February

中文摘要 美国五角大楼将阿里巴巴、百度和比亚迪重新列入涉军企业黑名单。三家公司此前于今年2月被突然移出该名单,此次以美国国家安全风险为由予以恢复列入。

Asian Stocks Set to Rebound on Iran, AI Optimism: Markets Wrap

Asian stocks are set to rebound from their biggest drop since March, tracking gains on Wall Street, while oil was steady as Iran and Israel pledged to ease strikes that threatened peace talks in the Middle East.

中文摘要 亚洲股市有望从3月以来最大单日跌幅中反弹,跟随华尔街上涨走势。受伊朗与以色列承诺降低敌对冲突、人工智能前景乐观等因素提振,市场情绪改善,油价维持平稳。

Oil Steady as Israel and Iran Halt Hostilities That Risked Talks

Oil steadied after Israel and Iran agreed to end attacks against each other following an escalation of violence that threatened to derail efforts to end the war in the Middle East.

中文摘要 以色列与伊朗同意停止相互攻击,此前双方冲突升级一度威胁到中东停火谈判进程。协议达成后油价趋于平稳,市场对中东局势紧张引发供应中断的担忧有所缓解。

Fmr. Modell’s CEO on New York Knicks ‘Feeding Frenzy'

Mitchell Modell, former CEO of Modell's Sporting Goods and partner at Versa NYC, discussed the significant economic impact the New York Knicks have on the city, especially during the NBA Finals. Modell described the intense excitement and high demand for bar space surrounding the games. He speaks wi

中文摘要 前Modell's体育用品公司CEO米切尔·莫德尔就纽约尼克斯队在NBA总决赛期间对纽约市经济的带动效应发表评论,指出赛事期间餐饮娱乐场所需求极为旺盛,市场呈现高度热络态势。

关于最近几天 君の的公益 签到都是520的一些解释

其实我真的很忙,我也不知道我在忙什么,反正“降低签到额度” 这件事情的优先级很低,我就一直没弄,那个额度其实意义不大,我也不建议大家囤着不用,毕竟用出去的tokens,才是实在的,偶尔号池波动造成的卡顿其实是难免的(例如空回)。 因为并发和调用量已经达到了一个惊人的地步 就这样,我把额度改回52刀了,期待下一次狂欢吧,或许是端午节呢? 祝大家早安,午安,晚安~ 对了,大家遇到问题回帖询问即可,不需要单独开贴占用社区资源; 感谢很多佬友的无偿帮助,没有他们,就没有 君の的公益 56 个帖子 - 54 位参与者 阅读完整话题

无限team cpa格式

20260608-230233-339502.zip (298.5 KB) 100个team,注册机跑的,先发100个,别手动注册了,直接导入吧 最新的的202个 9号1点09分 20260609-002846-821592.zip (621.8 KB) 33 个帖子 - 21 位参与者 阅读完整话题

OpenCodex 2.0版本!新架构!随时随地AI Coding!

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 好久不见,这段时间实在太忙,而且一直在优化和测试新的架构,现在终于能给大家发最新版本了! 新版本不再需要繁琐的实现IPC,最大程度兼容Codex!Codex更新也不会导致功能大面积失效!还提高了数据加载速度和完全兼容M

在中转妖魔鬼怪都存在的时代,你们可能需要隐私过滤,于是我们开源了

privacy-filter 纯 Go 实现,零依赖,单个二进制文件 支持三种接入方式:import 包、HTTP 接口、gRPC 两层检测机制:结构化 PII 识别 + Gitleaks 全套 222 条规则 之前在 PackyCode 上线隐私过滤功能后,收到不少反馈和需求,所以直接开源了。 欢迎大家 star、试用、提 issue、PR 项目地址:https://github.com/packyme/privacy-filter 为了省事我直接照搬推特发的内容了 这个玩意儿已经在packyapi 上面内置了,有需要的可以自取 20 个帖子 - 14 位参与者 阅读完整话题

又来修一下CC

问题是这样的 从 2.1.140+ (大约 144)开始 发现 Bash权限审批的弹窗搁那不弹出来还卡住了 现象是 ⏺ Bash(tar tzf /Users/haleclipse/WorkSpace/Node/ClaudeCodeRev/rc-server/dist/rc-server-0.1.0.tgz | wc -l; tar tzf /Users/haleclipse/WorkSpace/Node/ClaudeCodeRev/rc-ser…) ⎿ Waiting… ✶ Frosting… (5m 54s · ↓ 2.0k tokens) 嗯 就硬 Waiting… 不走了 头回发现的时

兄弟们,感觉被人作局了?

有人跟我说,5年 GitHub 账号没多少人的,能进的基本上之前也都进过了。我信了,开了这个渠道,结果 6 个小时整了差不多 5k 人进来?GitHub oauth API 都搞出 Rate limit 了? 这玩意据说是 5000次/1H 啊,这也能爆掉?幸亏 5.1 的服务器扩容给力。 这指定是被作局了,这另一条腿我根本都不敢出了。 当然,还是要欢迎新来的佬友,请务必仔细看一看我们的社区准则,希望你们在这里玩得愉快: https://linux.do/guidelines 369 个帖子 - 341 位参与者 阅读完整话题

友善提醒下刚来的新人们

发本帖的目的是,刚刚涌入了一些新的佬友们,似乎对咱们社区的一切不很熟悉。 因此,在我刚刚水帖的几分钟内,已经看到10个以上的佬友有违规行为。 特发此帖,予以提醒。 (点击了解更多详细信息) [!danger] 这些是重中之重,你必须阅读!! 首先,社区很欢迎你的加入! 始皇的表态: 兄弟们,感觉被人作局了? 当然,还是要欢迎新来的佬友,请务必仔细看一看我们的社区准则,希望你们在这里玩得愉快: https://linux.do/guidelines 但是,我们希望你能够认真地阅读准则,这是作为一名成员的基本素养。 然后,请注意:无数佬友踩坑的规定:非必要不抽奖,非必要不抽奖,非必要不抽奖。重要的

已恢复,莫辜负,签到升星站

快去看看有没有更加流畅更加舒适 但是,之前数据库是sqlite的,现在改成了pg,所以,咳咳,有部分数据丢失了,不知道二星要升三星的用户,时间会不会重置23333 特别感谢: @ouyangqiqi 144 个帖子 - 139 位参与者 阅读完整话题

我打算给我儿子注册个L站,让他上学就开始学习AI

我手里有个10年的github账号,很多佬友现在注册github进L站要等五年才行,还需要一个经历漫长的升级过程。 我儿子对电脑特别感兴趣,2岁不到,不给他电脑就哇哇大哭,一有电脑玩的不亦乐乎,不知道是不是因为父母都是程序员的缘故。 52 个帖子 - 47 位参与者 阅读完整话题