Coding is a fucking joke now
>>106531496These conferences are for the markets, it’s mostly bullshit. He’s trying to make “line go up” and cash out.
>>106531496Yes.Learn to plumb.
>30% of LoC>code is a joke nowHow is that a bad thing? Maybe compare percentage of commits containing AI "written" LoC or developer time spent doing inane verbose bullshit vs actually fixing meaningful problems.
>>106531543
they're gonna need actual programmers when all the pajeets crash FAGMAN with no survivors
>>106531496>30% written by AI>now bricking your ssdhmm.....
>>106531496Learn to flip burgers
Before LLMs, what percentage was machine generated boilerplate code? Anyone who has worked deep into the internals of Windows knows boilerplate is a huge percentage of its code. LLMs should be able to at least match up with the percentage of boilerplate code.
>written by AIi.e. tab complete but 2% better
Someone post that "Microsoft CEO says up to 30% of the company's code was written by AI -> New Windows 11 update kills SSDs" headline compilation.
>>106532248at your service, kek
>>106531496Before AI most code was copy and pasted from Stackoverflow. (Especially for Webdev )
>>106532287webshittery shouldnt be even called programmingits fucking arts and craftsthe most complicated thing one has to do is to code a menu
>>106532328Webshit is quite difficult in my opinion. All those retarded frameworks are a pain in the ass.
>>106532338i dont disagree, but its something you "solve" by learning em by heartit doesnt compare with any other branch of programmingwrite a wolfenstein clone. preferably in c so that you have to manage memoryand that is an easy programming problem to solvewebshittery doesnt even register on that scale
>>106531623>only one confirmed reporttwo more weeks!
>>106531698Right?If you use AI for anything but Wizard-tier generated code, you're risking disaster.One off simple functions that don't do anything important, easy simple framework to work with.If it is for secure code, generate, test the fuck out of it, rewrite it even.But do not use that shit as-is, we're simply not there yet, not for anything reliable, consistent or secure.
>>106531496I have to install Windows for my courses and I hate having to touch this vide-coded malware.
>>1065314961. This number(30%) is made up2. 30% is ridiculous. Most of it is probably boilerplate code, docs, huge hash tables and things like that.3. OP is a nigger.
>>106531496>INVESTOR SIRS,,, AI DOING THE CODING NEEDFUL THIS IS CALLED AS EFFICIENT GAINS>BOARD OF DIRECTOR SIRS KINDLY PREPONE THE DIVIDEND DISTRIBUTIONINGS
>>106532499I agree. Most webshittery is "hard" but you can "brute force" a shitty solution without problem (especially on front end) Meanwhile if you make something complex in C you need to manage memory correctly and safely.It doesn't change the fact that WebDev is annoying as fuck, with retarded dependencies everywhere, making it "complicated"
>>106532800The both funniest and scariest trend I'm seeing is letting LLMs write both the code and the unit tests for that code. People keep declaring it to be the most wonderful thing ever until they actually take a peep into the code of the unit tests and see it's mostly "we investigated ourselves and determined we did nothing wrong".