Ten years into my journey towards becoming a pro systems programmer, sharing what I learn along the way. Also on Twitter: @offlinemark.
In the 1980 Turing Award lecture Tony Hoare said: “There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies, and the other is to make it so complicated that there are no obvious deficiencies.” This LLM-generated code falls into the second category. The reimplementation is 576,000 lines of Rust (measured via scc, counting code only, without comments or blanks). That is 3.7x more code than SQLite. And yet it still misses the is_ipk check that handles the selection of the correct search operation.
。新收录的资料是该领域的重要参考
Google Pixel 10a review: Should Android users consider anything else at this price?,更多细节参见新收录的资料
To explain this a bit more clearly how stupid this appears to be, let’s revisit the almighty Transformer Architecture:。业内人士推荐新收录的资料作为进阶阅读
There are some basic filtering rules to avoid traversing things like build directories.