2025-08-11

33 篇热帖

1. GitHub is no longer independent at Microsoft after CEO resignation (www.theverge.com)

Microsoft is bringing GitHub into its AI engineering team. It’s part of an AI shakeup, following the GitHub CEO resigning.

2. Fight Chat Control (fightchatcontrol.eu)

Learn about the EU Chat Control proposal and contact your representatives to protect digital privacy and encryption.

3. I tried every todo app and ended up with a .txt file (www.al3rez.com)

Writing about software, systems, and the craft of building things.

4. Wikimedia Foundation Challenges UK Online Safety Act Regulations (wikimediafoundation.org)

UPDATE – 12 September 2025: The Wikimedia Foundation will not appeal the UK High Court’s decision to dismiss our challenge to the UK’s Online Safety Act (OSA) Categorisation Regulations. The Foundation will continue to monitor how the Court’s guidance is followed, and Wikipedia is protected as the OSA moves forward. UPDATE: On Monday, 11 August,….

9. Vanishing from Hyundai’s data network (techno-fandom.org)

Finding and disabling the cellular modem for BlueLink in the Kona EV

10. 1976 Soviet edition of 'The Hobbit' (2015) (mashable.com)

Brilliant illustrations bring this 1976 Soviet edition of 'The Hobbit' to life

11. GPT-OSS-120B runs on just 8GB VRAM & 64GB+ system RAM (old.reddit.com)

Subreddit to discuss locally hostable AI.

12. Hand-picked selection of articles on AI fundamentals/concepts (aman.ai)

Aman's AI Journal | Course notes and learning material for Artificial Intelligence and Deep Learning Stanford classes.

13. 1910: The year the modern world lost its mind (www.derekthompson.org)

What one of my favorite history books about my favorite historical period—turn-of-the-century American—tells us about technology, anxiety, and human nature

15. Tesla remotely deactivates rapper's vehicle for singing about the Cybertruck (www.threads.com)

特斯拉公司远程停用了一名说唱歌手的车辆,原因据称与该歌手演唱了关于Cybertruck的歌曲相关。这一事件涉及特斯拉通过技术手段对用户车辆进行远程控制,引发了对电动汽车制造商权限和用户权利的讨论。

16. Pricing Pages – A Curated Gallery of Pricing Page Designs (pricingpages.design)

Discover handpicked pricing page examples from SaaS companies, ecommerce brands, and digital agencies. Find design inspiration for your next pricing page design

17. Basic Social Skills Guide (www.improveyoursocialskills.com)

Free online social skills guide. Contains information on understanding body language, making conversation, and setting good social skills goals.

18. Faster substring search with SIMD in Zig (aarol.dev)

I’ve been learning a lot about low-level programming languages lately, and for a long time there has been one thing that has interested me: SIMD (or …

19. Auf Wiedersehen, GitHub (github.blog)

I am stepping down as GitHub CEO to build my next adventure. GitHub is thriving and has a bright future ahead.

21. Show HN: Bolt – A super-fast, statically-typed scripting language written in C (github.com)

High-performance, real-time optimized, and statically typed embedded language implemented in C. - Beariish/bolt

22. Optimizing my sleep around Claude usage limits (mattwie.se)
  • 核心问题:作者希望最大化其 Claude Pro 订阅的使用效率,但 Claude 会话使用量每五小时重置一次的限制经常打断其工作流程。
  • 灵感来源:作者从单人航海技术中获得启发。单人水手在航行中采用短时间间歇性睡眠(通常少于30分钟),以确保航行安全。
  • 解决方案:作者调整自己的睡眠模式,效仿单人水手的方式。他在耗尽 Claude 的每段会话使用量(通常需1-3小时)后,进行一次约2-3小时的短睡眠,然后在用量重置后醒来继续工作。
  • 效果与状态:该方法使作者的开发速度提升了10倍,能够高效地为其处于“隐形模式”的 B2B SaaS 副项目开发功能。
  • 未来规划:作者预见到 Anthropic 可能调整价格或限制,并准备在情况变化时继续优化策略,甚至考虑设置警报以防止错过使用量重置时间。
23. Diffusion language models are super data learners (jinjieni.notion.site)

A collaborative AI workspace, built on your company context. Build and orchestrate agents right alongside your team's projects, meetings, and connected apps.

25. One Million Screenshots (onemillionscreenshots.com)

OneMillionScreenshots 是一个网站项目,旨在提供对网络热门主页的缩放查看功能。

28. Nyxt: The Emacs-like web browser (lwn.net)

Nyxt is an unusual web browser that tries to answer the question, 'what if Emacs was a good web [...]

29. I tried coding with AI, I became lazy and stupid (thomasorus.com)

核心内容总结

这篇文章记述了一位开发者在职业压力下尝试使用AI编程工具的个人经历与深刻反思,核心观点是:过度依赖AI可能导致开发者技能退化、思维惰化,而非如宣传般提升生产力。

背景与动机

  • 职业压力: 作者的老板出于对经济环境和公司利益的考虑,建议团队尝试AI工具,作者理解这种压力。
  • 个人抵触: 作者对大型语言模型(LLM)持负面看法,原因包括伴侣及朋友的创作、翻译等工作因AI而失业,以及对AI在数据伦理(使用受版权保护内容)、能源消耗和加剧阶级问题的担忧。
  • 心理因素: 作者早年职业生涯的生存焦虑(害怕被行业淘汰)因AI的兴起被重新触发,担心未来就业安全,这成为他决定尝试AI的重要动力。

AI编程实验过程与发现

  1. 工作场景中的初步尝试: 在日常工作中,AI主要用于修复TypeScript类型错误、生成模板代码或代码审查。作者和同事均未发现它能带来“改变游戏规则”的帮助,对达成客户目标作用有限。
  2. 个人项目中的深度尝试: 在构建自己网站的内容管理系统(CMS)时,作者决定认真试用AI。AI在约30分钟内生成了约200行图像处理代码,效率远超手动编写,作者最初感到“仿佛拥有了超能力”。
  3. 暴露的安全隐患: 作者随后要求AI审计自己生成的代码,发现了严重的安全问题(如目录遍历攻击、文件大小限制缺失、系统文件覆盖风险等)。关键矛盾在于:AI既然知道这些风险,为何初始代码不安全?
  4. 陷入依赖陷阱: 由于代码非己所写,作者缺乏整体理解和快速修改的能力,感到沮丧。为了省事,他选择让AI自行修复安全问题。这个过程虽然顺畅,却使他进一步脱离了对代码的掌控,最终因无法评估代码质量而停止实验。

核心结论与反思

  • 生产力幻觉: AI带来的“高效”和“流畅”体验是一种错觉。它生成了有问题的代码,使作者对自身代码库变得无知和惰性,失去了独立解决问题的能力和动力。
  • 认知债务: 作者引用研究指出,使用AI助手可能导致认知债务累积,并让人高估自身的生产力。他的亲身经历证实了这一点。
  • 对职业威胁的新理解: 作者认为,AI短期内不会因“更智能、更高效”而取代他。真正的威胁在于,如果他过度使用AI,可能变得懒惰和愚蠢,最终需要被其他人类开发者取代,从而丧失就业能力。
  • 未来行动方向: 作者决定不再投入时间学习使用AI,转而将精力用于学习自己感兴趣的新技术领域,认为这才是保障长期职业安全的正确方式。

本质: 本文通过一个具体的编程实验,揭示了AI辅助编程工具在带来表面便利的同时,可能侵蚀开发者的深层技能、批判性思维和自主性,最终威胁其职业价值。

31. How Boom uses software to accelerate hardware development (bscholl.substack.com)

How Boom Supersonic uses software to accelerate hardware development

33. Flock Now Using AI to Report to Police If Our Movement Patterns Are "Suspicious" (www.aclu.org)

Company crosses a dangerous line by beginning to offer AI suspicion-generation functions