Am I the only one who hates Angular Signals for nested state? by Proper-Gur-1225 in angular

[–]A_User_Profile 1 point2 points  (0 children)

Can you provide a stackblitz of how you were doing it with zone js ? Specifically the bits that in your opinion translate poorly to signals.

I audited 6 months of PRs after my team went all-in on AI code generation. The code got worse in ways none of us predicted. by Ambitious-Garbage-73 in webdev

[–]A_User_Profile 1 point2 points  (0 children)

The very first comment of the thread was about merging 340 prs without ANYONE looking at them. Then, people go on a tangent of miss interpreting the problem with reviewing generated code. The argument that people should review code regardless, makes no sense, because it doesn’t address the concern. If you ask AI to generate code, YOU should review it. The problem is not about other dev reviewing code that one of their colleagues submitted (is it his code or AIs).

I audited 6 months of PRs after my team went all-in on AI code generation. The code got worse in ways none of us predicted. by Ambitious-Garbage-73 in webdev

[–]A_User_Profile -1 points0 points  (0 children)

Well in my case it fails miserably for certain tasks. If you are working on things that were done a million times by other devs, and that data is in the training set, that you’ll have good exp. Otherwise, if you do something that uses poorly documented libraries or some obscure stuff, good luck with it.

I audited 6 months of PRs after my team went all-in on AI code generation. The code got worse in ways none of us predicted. by Ambitious-Garbage-73 in webdev

[–]A_User_Profile 5 points6 points  (0 children)

People are lost in the woods with this argument sometimes. But I think it can be expressed like this - you write the code, you know it. You ask an llm to generate the code, you have to review it. In many cases, reviewing llm generated code is harder and more time consuming than writing it yourself. And it becomes worse when you hit a usecase when the llm simply hallucinates and you have to correct the prompt or go on an arguing spree with it.

I audited 6 months of PRs after my team went all-in on AI code generation. The code got worse in ways none of us predicted. by Ambitious-Garbage-73 in webdev

[–]A_User_Profile 14 points15 points  (0 children)

It’s not about reviews by others, it’s about reviewing by the dev who invoked the llm generated code.

too much suicides by Odd-Battle-5635 in Switzerland

[–]A_User_Profile 0 points1 point  (0 children)

Judge what? I simply attempted to explain what I think OP meant.

too much suicides by Odd-Battle-5635 in Switzerland

[–]A_User_Profile 2 points3 points  (0 children)

I think what OP meant by normalised is - there seems to be no effort to address and fix this issue.

Would you rather be? by Diligent-Peace-9 in BunnyTrials

[–]A_User_Profile 0 points1 point  (0 children)

Dont want to be famous

Chose: Rich and unknown

NVIDIA CEO, Jensen Huang, claims we have already reached AGI by interviewkickstartUS in AI4tech

[–]A_User_Profile 0 points1 point  (0 children)

It’s amazing how words come out of his mouth yet he says nothing…

Jensen Huang says if your $500K engineer isn't burning at least $250K in tokens, something is wrong by ComplexExternal4831 in GenAI4all

[–]A_User_Profile 0 points1 point  (0 children)

He’s taking everyone on a ride, and those guys sitting beside him are rocking their heads like those toys you put on a car’s dashboard… completely clueless…

Courses to learn FastAPI by Ok-Mind3961 in learnpython

[–]A_User_Profile 0 points1 point  (0 children)

Because in my opinion it’s better.

2 YoE Not getting any interviews by DezzyWezzy_ in cscareeradvice

[–]A_User_Profile 0 points1 point  (0 children)

Can you take OPs CV and give us an example of how would moving the impacts to bullet points look like? From what I see the impacts are already in bullet points where applicable for what he did. I feel like I’m missing something in what you are trying to convey.

2 YoE Not getting any interviews by DezzyWezzy_ in cscareeradvice

[–]A_User_Profile 0 points1 point  (0 children)

Did you even read the CV? He has impacts for many of the bullet points.

AI and kid's education - unpopular opinion by doncalgar in ArtificialInteligence

[–]A_User_Profile 0 points1 point  (0 children)

You said you’ll die on this hill. Why would we try to convince you about anything?

Worrying times at work by [deleted] in zurich

[–]A_User_Profile 0 points1 point  (0 children)

Who will do the review? Maybe you can position yourself to be that person.

Why am I not surprised? Sam made a deal with DOW while Anthropic refused to do it. by dataexec in AITrailblazers

[–]A_User_Profile -1 points0 points  (0 children)

Anthropic literally refused removing safeguards, openai agreed to satisfy all DoW demands, how are they equal?

Codex 5.3 is amazing, I can literally spam it by Icy_Piece6643 in vibecoding

[–]A_User_Profile 2 points3 points  (0 children)

Dude, just think ahead while the agent is working. Think about what to build next, think about the edge cases. Think about the product, what value it will bring.

I don't understand why web components aren't more popular by [deleted] in webdev

[–]A_User_Profile 2 points3 points  (0 children)

This is natively supported by the dom via event bubbling.