{"pageContext":{"index":319,"total":366,"name":"2025-06-14","items":[{"node":{"frontmatter":{"title":"8个sticky布局的演示","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://speckyboy.com/css-javascript-snippets-sticky-elements/","author":"Eric Karkovack","translator":"","tags":["css"],"priority":1},"html":""}},{"node":{"frontmatter":{"title":"Merlin 免费的全球鸟类识别应用","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"other","url":"https://merlin.allaboutbirds.org/","author":"Cornell University","translator":"","tags":["other"],"priority":1},"html":"<p>支持鸟鸣声音识别， 目前支持美国、加拿大、欧洲以及部分中南美洲和印度的鸟类。</p>"}},{"node":{"frontmatter":{"title":"无需打包器实现的Nodejs HMR 热加载","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"nodejs","url":"https://immaculata.dev/blog/native-nodejs-hmr.html","author":"Immaculata","translator":"","tags":["HMR"],"priority":1},"html":"<p>需要依赖immaculata</p>"}},{"node":{"frontmatter":{"title":"FFmpeg合并了WebRTC (WHIP) 支持","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/167e343bbe75515a80db8ee72ffa0c607c944a00","author":"Jack Lau","translator":"","tags":["WHIP"],"priority":1},"html":"<blockquote>\n<p>评论： 现在 GStreamer、OBS 和 FFmpeg 都支持 WHIP，有了一个适用于所有平台（移动、Web、嵌入式、广播软件等）的无处不在的视频广播协议。</p>\n</blockquote>"}},{"node":{"frontmatter":{"title":"Imports 在服务器组件中如何工作","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://overreacted.io/how-imports-work-in-rsc/","author":"Dan Abramov","translator":"","tags":["react"],"priority":1},"html":"<p>使用 use client / use server 明确职责；</p>\n<p>bundler 按需打包，服务端控制序列化逻辑；</p>\n<p>客户端按引用动态加载，拼接完整 React 树。</p>"}},{"node":{"frontmatter":{"title":"OpenAI 反驳法院的关于要求保存所有 ChatGPT日志的命令","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"AI","url":"https://arstechnica.com/tech-policy/2025/06/openai-says-court-forcing-it-to-save-all-chatgpt-logs-is-a-privacy-nightmare/","author":"Ashley Belanger","translator":"","tags":["other"],"priority":1},"html":"<p>OpenAI反对一项法院命令，该命令要求其保存所有ChatGPT用户日志，包括已删除的聊天记录。起因是新闻机构指控OpenAI销毁证据，这些新闻机构因版权问题起诉OpenAI</p>"}},{"node":{"frontmatter":{"title":"Quarkdown：一种基于 Markdown 的现代排版系统","publish":true,"cover":"https://raw.githubusercontent.com/iamgio/quarkdown/project-files/images/paged-demo.png","showCover":null,"date":"2025-06-14","category":"other","url":"https://github.com/iamgio/quarkdown","author":"iamgio","translator":"","tags":["other"],"priority":1},"html":""}},{"node":{"frontmatter":{"title":"broadcast-box - 网络广播工具","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://github.com/Glimesh/broadcast-box","author":"Glimesh","translator":"","tags":["broadcast"],"priority":1},"html":"<p><a href=\"https://b.siobud.com/\">在线版</a></p>"}},{"node":{"frontmatter":{"title":"tz-lookup - 轻量级通过经纬度获得时区","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"javascript","url":"https://github.com/photostructure/tz-lookup","author":"PhotoStructure","translator":"","tags":["other"],"priority":1},"html":""}},{"node":{"frontmatter":{"title":"workers-oauth-provider - Claude AI构建的 OAuth 2.1 provider","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"nodejs","url":"https://github.com/cloudflare/workers-oauth-provider/","author":"kentonv","translator":"","tags":["AI"],"priority":1},"html":"<p>可在 Cloudflare Workers 上运行。使用 TypeScript 编写，提交记录显示了所有用于生成代码的 prompt。</p>\n<blockquote>\n<p>评论里说：监视AI编写这样的高安全代码, 需要非常有经验的并且善于debug的人洞察其中的错误。（提交历史里AI就出现了不易察觉的错误）</p>\n</blockquote>"}},{"node":{"frontmatter":{"title":"图解css关键帧动画","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://www.joshwcomeau.com/animation/partial-keyframes/","author":"Josh W Comeau","translator":"","tags":["css"],"priority":1},"html":""}},{"node":{"frontmatter":{"title":"我的 AI 怀疑论者朋友们都疯了","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"AI","url":"https://fly.io/blog/youre-all-nuts/","author":"Thomas Ptacek","translator":"","tags":["other"],"priority":1},"html":"<p>现在使用LLM进行编程，与早期简单地在ChatGPT中输入指令并复制粘贴代码不同。现在流行的是使用 \"agent\"，这些agent可以自主探索代码库、编写文件、运行工具、编译代码、运行测试并根据结果迭代。它们能自动执行许多繁琐的任务。</p>\n<p>如果LLM的\"幻觉\"（生成错误或虚假信息）对你很重要，那说明你的编程语言本身有问题。 优秀的Agent应该能进行linting、编译和运行测试，及时发现并纠正LLM产生的错误。\nLLM 可以像一个廉价的实习生一样工作，帮助资深开发者提高效率。\n作者承认LLM可能会取代一些软件开发者，但这种现象在科技领域很常见。</p>"}},{"node":{"frontmatter":{"title":"渐进式 JSON在 React Server Components中的应用","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"frontend","url":"https://overreacted.io/progressive-json/","author":"Dan Abramov","translator":"","tags":["react"],"priority":1},"html":"<p>先发出一个包含占位符的结构，然后陆续补齐不同节点。客户端可以在其它部分仍在加载时，提前处理已完成的数据，并将未完成部分以 Promise 形式处理 。</p>"}},{"node":{"frontmatter":{"title":"深度学习获得了荣耀，深度事实核查却被忽视","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"AI","url":"https://rachel.fast.ai/posts/2025-06-04-enzyme-ml-fails/index.html","author":"Rachel Thomas","translator":"","tags":["other"],"priority":1},"html":"<p>尽管深度学习模型在预测酶功能方面取得了引人注目的成果，并在著名期刊上发表，但对这些结果进行细致的验证和事实核查却往往被忽视。</p>\n<p>具体来说，文章提到一篇发表在 Nature Communications 上的论文，该论文使用 Transformer 模型预测了未知酶的功能，并获得了很高的关注度。然而，另一篇发表在 bioRxiv 上的论文却指出，前者的结果存在严重的错误，包括许多不正确的预测。例如，该模型预测 E. coli 的 YjhQ 基因是 mycothiol 合成酶，但实际上 E. coli 根本不合成 mycothiol。</p>\n<p>当前的科研激励机制存在问题，过于重视炫酷的 AI 解决方案，而忽视了质量结果的验证和领域专业知识的整合。</p>"}},{"node":{"frontmatter":{"title":"税法中引发大规模科技裁员的定时炸弹","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"other","url":"https://qz.com/tech-layoffs-tax-code-trump-section-174-microsoft-meta-1851783502","author":"Catherine Baab","translator":"","tags":["other"],"priority":1},"html":"<p>2017年特朗普政府税改法案中对第174条的修改，是导致科技行业大规模裁员的潜在因素。该条款修改了研发支出的税务处理方式，从允许企业立即全额扣除研发费用，变为强制分五年甚至十五年摊销。</p>\n<p>文章认为，Meta、Microsoft、Google等科技巨头在2023年初宣布的大规模裁员，表面上是由于疫情期间过度招聘和人工智能发展，但实际上也与第174条的修改有关。该修改使得研发成本更高，导致企业削减研发人员以降低税务负担。</p>\n<p>美国政府正在准备通过第二轮税改法案，但人们对上一轮税改法案的实际影响才刚刚开始了解。作者认为，第174条的修改增加了企业在创新方面的税务负担，可能会抑制经济增长，降低美国的全球竞争力。</p>"}},{"node":{"frontmatter":{"title":"粗皮蝾螈与普通袜带蛇比毒竞赛的困境","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"other","url":"https://crookedtimber.org/2025/06/05/occasional-paper-the-impossible-predicament-of-the-death-newts/","author":"Doug Muir","translator":"","tags":["other"],"priority":1},"html":"<p>粗皮蝾螈的剧毒是与北美常见的普通袜带蛇(common garter snake, Thamnophis sirtalis)进行“军备竞赛”的结果。袜带蛇会吃掉蝾螈，因此蛇演化出了对河豚毒素的抵抗力，而蝾螈则为了生存，必须演化出更强的毒性。这是一个持续的反馈循环。</p>"}},{"node":{"frontmatter":{"title":"美国国税局（IRS）已经在GitHub上以开源Direct File的大部代码","publish":true,"cover":"","showCover":null,"date":"2025-06-14","category":"javascript","url":"https://chrisgiven.com/2025/05/direct-file-on-github/","author":"Chris Given","translator":"","tags":["other"],"priority":1},"html":"<p>此举表明IRS提前三周履行了SHARE IT法案下的义务。代码仓库地址是：<a href=\"https://github.com/IRS-Public/direct-file(%E4%B8%BB%E8%A6%81%E6%98%AFjavascript\">https://github.com/IRS-Public/direct-file(主要是javascript</a>)</p>"}}]}}