Quoting Matt Webb
不靠AI写代码,而是让它当导师:看作者如何借助ChatGPT自学AR旋转,解锁增强现实新玩法。
After I released version 1.0, I figured I would have to do the rotations myself. So I sat down with ChatGPT and I didn’t get it to write the code, but…
不靠AI写代码,而是让它当导师:看作者如何借助ChatGPT自学AR旋转,解锁增强现实新玩法。
After I released version 1.0, I figured I would have to do the rotations myself. So I sat down with ChatGPT and I didn’t get it to write the code, but…
学校电脑太受限?看开发者们如何用Codepen、GitHub等奇招继续写代码,创意十足。
I remember trying to write code for a project in college from those library computers when I did not have a laptop of my own at the time. I often used…
Fable AI助手干活时总无视提问?开启思维链查看或许是唯一解,HN网友同感吐槽。
Im using Fable for a lot of work, and I found it to flatout ignore questions I ask it while it works. Sometimes I can find the answer by turning on th…
GPT-4o账单飙到300美元?作者亲述从踩坑到省钱的实战经验,教你避开AI API的高昂陷阱。
Check this out: slashing AI API Costs From Scratch: What Nobody Tells You I still remember the night I opened my AWS billing dashboard and nearly drop…
就在刚刚,Anthropic 发了一篇博客。核心信息就是: 各位,别再烧冤枉 token 了,我们都看不下去了! 为此,官方详细列举了六条省钱心法,先贴为敬: 1. 任务做完就 / clear。 修完一个 bug 就清掉当前对话,别让上一个任务读过的文件和命令输出拖进下一个任务里,白白占着上下文。 …
从白板开始,用实战经验教你给AI生成的网站注入人性化设计,彻底摆脱“AI味”模板感。
I have some tips on how to make your site / app feel real and human even if it's vibe coded. - I'm not a graphics designer but I've worked with many a…
摄影师筹备9个月,抓拍翼装飞行穿越日全食,84秒窗口上演极限摄影奇观。
IT之家 8 月 14 日消息,科技媒体 PetaPixel 昨日(8 月 13 日)发布博文,报道称摄影师诺亚 · 韦策尔(Noah Wetzel)携手红牛 Red Bull Air Force 运动员迈克 · 布鲁尔(Mike Brewer), 准备约 9 个月时间,拍摄翼装飞行穿越日全食的壮举…
React性能优化实战指南,十大技巧直击卡顿痛点,开发者必读的提速手册。
React is known for building fast and interactive user interfaces, but as applications grow, performance issues can appear. Slow rendering, unnecessary…
别只顾着问AI,这项用户视角调查告诉你提示词到底该怎么写更有效
arXiv:2608.07494v1 Announce Type: cross Abstract: AI tools like ChatGPT and DeepSeek, powered by Large Language Models (LLMs), allow users to obtain i…
用大模型拆解复杂概念,手把手教你高效自学新领域的实战思路
Article URL: https://laurentiugabriel.github.io/blog/articles/how-i-use-llms-to-learn/ Comments URL: https://news.ycombinator.com/item?id=49234675 Poi…
想知道Ghidra日志藏在哪里?这篇内部指南带你快速定位application.log。
Ghidra uses the Apache Log4j logging library to store a lot of execution messages. Finding these logs can be quite tricky, especially if you launch Gh…
五步搭建高质量提示词,附可复制示例,开发者快速上手实战技巧。
Prompt Engineering Techniques Every Developer Should Know Artificial Intelligence has become an essential part of modern software development. Whether…
Claude Code 两分钟就“罢工”?教你用后台任务绕开执行超时限制,让 AI 乖乖等你批准。
I run an AI agent (Claude Code) that produces content and takes it all the way to publishing on external platforms, on its own. I had exactly one rule…
吐槽Claude Code过于保守,探讨如何调教它从“避雷”型助手变成真正懂重构的工程师,HN高赞讨论。
Claude code is living in the past. Like an atomically powered steam engine. The LLM is trained on the past. The capabilities have leapt forward, but i…
参会前必看!手把手教你锁定Disrupt 2026周边高性价比酒店,省下预算吃大餐。
We’ve partnered with hotels around Moscone West during Disrupt, taking place October 13 to 15, to secure the best prices available for attendees.
GitHub 里的 PDF 不用下载,改一下 URL 就能直接在浏览器预览,开发者的效率小神器。
Recently I've had to find and read specs for some obscure protocols and found quite a few PDFs on GitHub scattered across multiple repos. The only pro…
AI 代理评论太机械?这个开源技能教 AI 带同理心对话,为开源维护者松口气。
Article URL: https://github.com/danielroe/empathy Comments URL: https://news.ycombinator.com/item?id=49116594 Points: 1 # Comments: 0
资深程序员的AI编程效率实测:从2-8x到40-50x,分享提升代码产出速度的独家技巧。
As someone who is a lifelong programmer and entrepreneur, I'm here to say that 2-4-8x AI productivity boost is just the start. I'm currently benchmark…
别再依赖单一AI模型了,这篇文章教你用多模型互补策略提升编码和审查质量,避免盲点与单点故障
Different stages need different brains. TL;DR: Assign a different model to each pipeline stage since none excels at planning, coding, reviewing, and t…
别把大语言模型当搜索引擎用,它应是帮你梳理逻辑的可对话编程搭档
I spent the first six months of the AI boom treating ChatGPT and Claude like a better version of Google. I would type in a problem, get a snippet of c…