Viewing profile — rudiksz
rudiksz
HN member- Joined
- Tue, Jan 31, 2023, 9:27 PM UTC
- HN karma
- 24
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About rudiksz
No profile information was provided.
Recent public activity
-
comment
Comment #49072920
AI easily generates PR's with thousands of lines. I my company there's even a directive for agents to split up their work into multiple PR's based on some arbitrary metric of files…
-
comment
Comment #47192716
Claude isn't generating code that is "highly effective and usable code". I'm not your friend but I also reject your claims out of hand because I've also seen what Claude can and ca…
-
comment
Comment #43919882
AI code fixer.
-
comment
Comment #43919874
"All the other work" being "fixing the code written by AI".
-
comment
Comment #43329774
The whole "I can move faster" with a framework is also just an illusion that appears at the beginning of building an app. It will quickly disappear as more devs who do all have a d…
-
comment
Comment #42657646
It's mostly Go, some Python, and I'm not asking anything niche. I'm asking for basic utility functions that I could implement in 10-20 lines of code. There's something broken every…
-
comment
Comment #42625774
> "seasoned programmers are using LLMs better". I do not remember a single instance when code provided to me by an LLM worked at all. Even if I ask something small that cand be don…
-
comment
Comment #42536906
As far as style is concerned: 1) try to use "for := range" loops instead of the traditional for 2) "var result [4]string" - really seems like this wants to be a struct with a coupl…
-
comment
Comment #42535474
Yes, a resourceful chess player could gain an upper hand over any opponent who might have a jeans fetish. And we can't have that, can we.
-
comment
Comment #42348688
Half of the language is already non-nullable and is accomplished by allowing for zero values. Non pointer variables are guaranteed to be never nil. What is missing is the ability t…
-
comment
Comment #34602459
That's pretty much what they said. Most programmers don't work on "personal websites" at their workplace, as strange as that might sound.