惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
T
The Exploit Database - CXSecurity.com
Cyberwarzone
Cyberwarzone
C
CXSECURITY Database RSS Feed - CXSecurity.com
E
Exploit-DB.com RSS Feed
S
Security @ Cisco Blogs
Scott Helme
Scott Helme
H
Hacker News: Front Page
I
Intezer
N
News and Events Feed by Topic
V
V2EX - 技术
L
LINUX DO - 热门话题
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
L
LINUX DO - 最新话题
K
Kaspersky official blog
S
Securelist
Latest news
Latest news
P
Proofpoint News Feed
C
Cisco Blogs
T
Troy Hunt's Blog
The Register - Security
The Register - Security
V
Vulnerabilities – Threatpost
T
Threat Research - Cisco Blogs
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
B
Blog RSS Feed
小众软件
小众软件
T
Tenable Blog
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
SecWiki News
SecWiki News
Jina AI
Jina AI
Know Your Adversary
Know Your Adversary
Recorded Future
Recorded Future
Google Online Security Blog
Google Online Security Blog
D
Docker
W
WeLiveSecurity
Attack and Defense Labs
Attack and Defense Labs
T
Tor Project blog
A
About on SuperTechFans
U
Unit 42
S
Security Archives - TechRepublic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
O
OpenAI News
NISL@THU
NISL@THU
雷峰网
雷峰网
Vercel News
Vercel News
AWS News Blog
AWS News Blog
L
Lohrmann on Cybersecurity
Google DeepMind News
Google DeepMind News

LWN.net comments

Editing session recording as a throttling mechanism [LWN.net] Editing session recording as a throttling mechanism [LWN.net] Revealing [LWN.net] Data structures and overhead Editing session recording as a throttling mechanism [LWN.net] Revealing [LWN.net] Nonsense Surprising [LWN.net] Editing session recording as a throttling mechanism [LWN.net] Revealing [LWN.net] Recording? [LWN.net] tier support exist already in a fashion [LWN.net] Recording? [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] This isn't just anti-ai, it's also anti-gui [LWN.net] Nonsense [LWN.net] Revealing [LWN.net] This is bananas. [LWN.net] Nonsense [LWN.net] Just 12 vulnerabilities? [LWN.net] Nonsense [LWN.net] This isn't just anti-ai, it's also anti-gui [LWN.net] Surprising What if you just use AI to explore? Surprising [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Revealing [LWN.net] Power trip? [LWN.net] Categorically no. [LWN.net] Editing session recording as a throttling mechanism [LWN.net] Nonsense [LWN.net] Nonsense [LWN.net] Surprising [LWN.net] Surprising [LWN.net] This is bananas. [LWN.net] Nonsense [LWN.net] This isn't just anti-ai, it's also anti-gui [LWN.net] Revealing [LWN.net] Nonsense [LWN.net] Just 12 vulnerabilities? [LWN.net] Nonsense [LWN.net] Editing session recording as a throttling mechanism [LWN.net] Privacy [LWN.net] Surprising [LWN.net] Speedruns do require this [LWN.net] Nonsense [LWN.net] Loss of words Nonsense [LWN.net] This isn't just anti-ai, it's also anti-gui [LWN.net] This seems unwieldy [LWN.net] Proprietary vs open source models [LWN.net] This seems unwieldy [LWN.net] Revealing [LWN.net] Surprising [LWN.net] Just 12 vulnerabilities? [LWN.net] Just 12 vulnerabilities? [LWN.net] Revealing [LWN.net] Revealing [LWN.net] Just 12 vulnerabilities? [LWN.net] Revealing [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Revealing [LWN.net] Generate assembly language directly with -S [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Deriving Documentation and Specifications [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Good, bad and probabilistic [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Proprietary vs open source models [LWN.net] Surprising [LWN.net] "Tokens per second" may not be the measure you think it is. [LWN.net] Surprising [LWN.net] Surprising [LWN.net] Surprising [LWN.net] Fundriser there [LWN.net] With hindsight, it was a code smell anyway [LWN.net] Shift in public's attitude [LWN.net] Thought I was the only one [LWN.net] Generate assembly language directly with -S [LWN.net] Opposite of -stable maintainers requests? [LWN.net] Thought I was the only one [LWN.net] Thought I was the only one [LWN.net] Thought I was the only one [LWN.net]
Nonsense [LWN.net]
taladar · 2026-05-28 · via LWN.net comments

Nonsense

Posted May 28, 2026 7:46 UTC (Thu) by taladar (subscriber, #68407)
In reply to: Nonsense by rgmoore
Parent article: Arias: Human proof for FOSS contributions

It depends a bit on what you actually need the code to do. Claude Code is e.g. pretty decent now writing the kind of code that has been highly repetitive with little innovation before. I used it recently to write a web version of a small CLI tool and it got most of the interface surprisingly correct even initially (though I did need to iterate over that version for a few days to get exactly what I wanted). But that is really the key, is your task essentially just wiring up some standard components that have been done in literally thousands of code bases before or is it something more creative? It also helped a lot that my project was in Rust and had strict clippy lints and other pre-commit hooks.