Forgot your password?
typodupeerror

Comment Re:Boooo, Competition! (Score 2) 68

but DO they have their audience?

or maybe this is gaming the system on two sides: the company puts out AI slop on the channels, and then creates hundreds of fake accounts and downloaders and streamers to make it seem like the thing is the bees knees, none of which have ad-blocking on , so it just rakes in the ad-view count?

Comment not confined to podcast, but themed channels, too (Score 1) 68

This is far beyond just spotify and podcasts. The AI Slop of music has invaded YouTube on a massive scale, where common searches of semi-rare material (say, Disney Parks Background Loops) are now flooded with "Ambient" and "Jazz" and "Orchestra" loops that have nothing to do with Disney, their songs (however they are arranged) nor the parks music at all. It is just generic AI-generated junk but picking up on those keywords and including fake Disney video animation content to get the click.

Pretty sure this is going to hit other genre things, too, like if you were to search for "Star Wars Music". Maybe the "Christmas Music" AI slop might actually be recognizable Christmas/Seasonal tunes this coming season...but something tells me probably not.

Comment Re:Not unique to AI (Score 2) 78

at the very least, doing code reviews of jr developers gives one (of age/experience) the satisfaction that the mentoring is going to produce a better developer who can take on bigger tasks, eventually start reviewing others, and the company experience continues to grow until the obligatory pointless layoffs to boost the stock price.

you can't trust an AI to truly remember anything you tried to "teach" it if it even got a look at your fixes of their crappy code, because even if it did, the next version of the bot's engine may need to be retrained from scratch as it "forgot" almost everything. Plus, it is REALLY hard to get AI to understand general code design philosophies like "3 strikes and you refactor" - it is designed to regurgitate first, not solve problems by increasing the use of shared code. I look at some AI results and all I see is tech debt that will eventually kill the product but never get fixed because nobody quite understands the original task it was trying to do when it just did 'copy and mod'.

Comment Re:Why i'd never vibe-code: editing isn't any fun. (Score 3, Insightful) 93

some have suggested that's just because it has more or less illegally webscraped the entirety of stackoverflow and reddit, so you're really just doing a resource-intensive google search to find the right stack overflow question/answer page, without either of those sites getting any credit for it.

Comment Why i'd never vibe-code: editing isn't any fun. (Score 3, Insightful) 93

That's what it comes down to. When you start vibe-coding, you're no longer really coding, and you're not even really creating anymore.

You're just editing. All you're doing is code reviews and quick bug fixes...and those tend to be my least favorite parts of my job.

At least code-reviewing a junior developer, you're teaching, mentoring, instilling some new disciplines or expanding their horizons.

There's no satisfaction in doing that to a bot. Especially because the next time it codes something for you, it is going to come up with something completely different as if the 'experience' you tried to give it doesn't matter anymore.

Yeah, maybe it gets the job done...but I'm not in this to 'get the job done'. If this is what the job was or is going to become, then I'll quit, do my own coding on the side for open-source or other projects, and just make money as a substitute teacher... ...that is, if I didn't have to pay for health insurance, but America sucks in that regard and always will.

Comment residents aren't the problem: SOFTWARE is (Score 1) 182

Again, they think they can change this crap whenever they want. Computers don't work that way. Anything that involves scheduling a future event is now a problem. If they stored it in pure UTC (just a TZ offset) or EPOC, it will be an hour off. Every single calendar event could be an hour off.

Comment Re:cool and all but.... (Score 1) 58

because aside from the core GNU/Linux stuff, there's not a lot of C++ out there compared to TS/JS and shell (or even Python and perl and php).

C++ coding is rarely just 'raw'. usually the bulk of what you're doing is integrating multiple libraries together. How do you talk to your database? How do you create an API and/or a webpage and/or a UI? Each of these decisions requires integration that isn't published as well as the thousands of examples out there on stackoverflow for an AI to gobble up.

So internally, a team might start using AI to expand on its own code-base...but nobody is going to use AI to create a project from scratch in C++ unless speed is the #1 concern...and usually if you're heading to AI, speed of the product is not the #1 concern: speed of getting it out the door is. The AI is not going to know how to use the libraries a complex C++/C# system needs to integrate with because those are generally paid and proprietary (again, outside of GNU/Linux and Linux open source systems like gnome/gtk or kde).

we'll see within a year if AI starts getting involved in making linux desktop apps, but most windows developers will more likely use copilot for C# as Microsoft keeps training it.

Slashdot Top Deals

On a clear disk you can seek forever.

Working...