科技快报 #028 · 2026-05-11
🌐 中英双语 · 本期由当日多期快报合并而成,共收录 15 条精选资讯。
1. Obsidian插件被滥用部署RAT
来源:Hacker News · 技术 · 开源 🔗 原文链接
EN: Attackers exploited an Obsidian plugin to distribute a remote access trojan, posing a severe threat to user data security. This incident highlights the potential security risks within third-party plugin ecosystems.
中: 攻击者利用Obsidian插件分发远程访问木马,严重威胁用户数据安全。此事件凸显了第三方插件生态中的潜在安全风险。
2. M4 24GB运行本地模型
来源:Hacker News · 技术 · 开源 🔗 原文链接
EN: The article discusses the feasibility of running local AI models on M4 chip devices with 24GB of RAM. Users share practical experiences regarding memory management and model optimization.
中: 文章探讨了在配备24GB内存的M4芯片设备上运行本地AI模型的可行性。用户分享了关于内存管理和模型优化的实践经验。
3. Claude Opus 4.6 变蠢?
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: Users report that Claude Opus 4.6 performance has degraded, struggling with simple queries. Some suspect proxy issues, while others confirm a significant drop in intelligence.
中: 用户反馈 Claude Opus 4.6 近期表现下降,简单问题也常出错。有人怀疑是中转站问题,也有老板称模型严重降智。
4. DeekSeek v4助力8小时手写Rust Trojan
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: A user leveraged DeekSeek v4 to build a Rust-based Trojan server with gRPC in just eight hours. The new setup outperforms their previous Go-based solution, offering high speed and stability at a minimal cost when paired with an affordable VPS.
中: 用户利用DeekSeek v4在8小时内从零编写了一个基于Rust和gRPC的Trojan服务端。相比旧版Go实现,新服务性能更优且成本极低,配合低价VPS实现了高速稳定的网络体验。
5. 压缩上下文致缓存失效?
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: A user discovered that context compression causes API cache misses, increasing costs tenfold. Investigation revealed that prompt variations during compression break cache continuity, not the proxy itself.
中: 用户发现使用中转站时,压缩上下文操作会导致缓存失效,使单次请求成本激增十倍。经排查,原因是压缩指令的差异破坏了缓存连续性,而非中转站故障。
6. 现代父母为何比祖先更缺觉
来源:Hacker News · 技术 · 开源 🔗 原文链接
EN: Modern parents experience more severe sleep deprivation than their ancestors. This is largely due to artificial lighting, electronic device interference, and societal pressures regarding parenting standards.
中: 现代父母面临的睡眠剥夺问题比祖先更为严重。这主要归因于人工照明、电子设备干扰以及社会对育儿的高标准压力。
7. AI编程工具替代方案推荐
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: A user seeks affordable alternatives to AI coding tools as their current Codex quota is insufficient and the Pro plan is too expensive. They are looking for cost-effective substitutes to continue their development workflow.
中: 用户因Codex额度不足且Pro版价格过高,寻求性价比更高的AI编程辅助工具。目前急需寻找能够替代现有方案且费用更低的备选产品。
8. 国产化项目报价建议
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: A user seeks advice on pricing a migration from SpringBoot to domestic tech like Hygon servers and GaussDB. With the original budget over 300k and the client now offering only 100k, they ask how to avoid losses.
中: 用户咨询将SpringBoot项目迁移至海光服务器、东方通中间件及GaussDB的合理报价。原项目预算三十余万,客户现意向预算仅十万,询问如何避免亏损。
9. 求荐稳定内网穿透与组网工具
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: A user seeks stable intranet penetration and networking solutions superior to ToDesk and Sunlogin. The goal is to seamlessly access home computing power and corporate servers via mobile devices with low latency and no network fluctuations.
中: 用户寻求比 ToDesk 和向日葵更稳定的内网穿透及一键组网方案。目标是实现通过移动设备无缝访问家庭算力及公司内网服务器,要求低延迟且无网络波动。
10. 安卓17将推PC桌面模式
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: Android 17 is set to introduce a PC desktop mode, enhancing productivity for foldable devices. This update, featuring remote desktop and native Linux support, aims to partially replace lightweight laptops.
中: 安卓17即将推出PC桌面模式,有望提升折叠屏设备生产力。该功能结合远程桌面与原生Linux支持,可部分替代轻薄笔记本。
11. Deekseek v4助8小时手写Rust Trojan
来源:V2EX · 技术 · 社区 🔗 原文链接
EN: The author used Deekseek v4 to build a Rust-based Trojan server with gRPC in just eight hours. The new service offers better stability and bandwidth performance compared to their previous Go-based solution on a low-cost VPS.
中: 作者利用Deekseek v4在8小时内从零编写了一个基于Rust和gRPC的Trojan服务端。相比旧版Go程序,新服务在低配VPS上实现了更高的稳定性和带宽性能。
12. 前端打包工具迁移需谨慎
来源:掘金 · 技术 · 开发 🔗 原文链接
EN: Migrating frontend build tools carries significant risks and costs, so frequent switching is discouraged unless efficiency is severely impacted. The root cause of issues often lies in architecture rather than the tools themselves.
中: 前端构建工具迁移存在高风险与成本,除非严重影响效率,否则不建议频繁更换。真正的问题往往源于架构设计而非工具本身。
13. VxeTable表尾合计与实时统计
来源:掘金 · 技术 · 开发 🔗 原文链接
EN: This article demonstrates how to implement footer totals in VxeTable for backend management systems. By customizing the footer and using event listeners, dynamic data updates and real-time statistics are easily achieved.
中: 本文介绍在后台管理系统中利用VxeTable实现表尾合计行的方法。通过自定义footer配合事件监听,可轻松实现数据的动态更新与实时统计。
14. CSS box-shadow全解析
来源:掘金 · 技术 · 开发 🔗 原文链接
EN: This article provides a comprehensive breakdown of the CSS box-shadow property syntax and parameters. It covers horizontal and vertical offsets, blur radius, spread radius, color settings, and the inset keyword for inner shadows.
中: 本文详细解析CSS box-shadow属性的完整语法及参数含义。涵盖水平与垂直偏移、模糊半径、扩展半径、颜色设置以及内阴影inset用法。
15. 深入解析shareDB原理
来源:掘金 · 技术 · 开发 🔗 原文链接
EN: shareDB addresses data consistency in collaborative scenarios like online editors using synchronization mechanisms. The article explains its core principles, focusing on the Operational Transformation (OT) algorithm for easy understanding.
中: shareDB通过协同机制解决在线文档编辑等场景中的数据一致性问题。文章主要介绍了其核心算法,包括操作转换(OT)算法,帮助用户轻松理解其工作原理。
本期快报由 21ZHAO 科技快报系统 自动合并生成。