Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

38% Positive

Analyzed from 188 words in the discussion.

Trending Topics

#rust#garbage#article#code#against#wrong#writing#irrelevant#llm#management

Discussion (9 Comments)Read Original on HackerNews

xdertzabout 5 hours ago
While rust protects against passing and assigning the wrong types and leaving dangling pointers, it does not protect against writing inefficient garbage.
gnabgibabout 14 hours ago
Previously (10 points, 5 comments) https://news.ycombinator.com/item?id=47716219
justonepost2about 10 hours ago
python, and humans

if you’re practically irrelevant (unusable or unemployable) youre existentially irrelevant (dead)

this is the fate of man and we must discern the trajectory of that which is beyond us before we bow out

niobeabout 12 hours ago
What you say is interesting. I never did care much for Dylan now that you mention it.
wiseowiseabout 2 hours ago
Absolute garbage of an article with lots of dumb takes that are plain out wrong.
dvhhabout 11 hours ago
confirming that Rust popularity is in great part due to the advent of LLM for generating code.
deafpolygonabout 8 hours ago
FYI, a good chunk of the article was LLM-ified.
weare138about 11 hours ago
Last month I wrote a dynamic malware analysis tool in Rust. About 20,000 lines of it. Process management, threading, memory management, the whole stack. I don’t know Rust

And I won't be using that...

altmanaltmanabout 10 hours ago
> With Rust, the actual compiler did the babysitting. The agent could be sloppy and the language wouldn’t let the sloppiness ship.

If you really don't know Rust or its best design patterns (which the authors says they dont), your agent can absolutely write garbage code that still fails. Rust doesnt make writing bad code impossible or is some magical solution to computer languages. What a nonsense article