Forgot your password?
typodupeerror

Comment Service workers were the real flaw (Score 1) 45

A service worker shouldn't just 'run' automatically without any user prompting (certainly not the hundreds I have on my box from every single news and slop page I've ever clicked which I have to go wipe out every few months).

They were for web-apps and should only be installed when the user installs the web-app or actually approves notifications. You can say "no notifications" but the service worker will still get installed. This is just a fundamental design flaw that's been there for as long as the SW feature has.

I mean, that doesn't still mean that under better installation security, SWs couldn't still exploit a flaw like this, but it would make it less automatic.

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.

Comment Election uncertainties? (Score 1) 105

I wonder if it is related to the uncertainties that come with the mid-term elections. Almost every one so far since 2006 [exception: 2014] has seen the House flip which invites a whole new relationship with the President (usually antagonistic) and with it a huge increase in uncertainties that tend to drop a lot of markets for a time. So maybe they're selling to ride it out in more stable things (like international stocks and, well, you've likely noted the price of gold is exploding...)

Comment Re:I think we all know he went off the deep end (Score 4, Interesting) 381

a social media bubble before social media became a 'thing'.

he started a blog and the comments started to taint things - feeding his ego by praising how much he knows about office life and then convincing him that he's therefore an expert at everything...and then when others challenged some of his claims or 'questions' (of the "just asking" type), he doubled-down because the applause from the right-wingers on his feed was louder. We respond to positive reinforcement until we're aware of it, and he (like others we could name) never really became aware of it, never became aware of the biases building and hardening. he treated the questions as an attack on him (like others we could name)

And then the 'all conservative positions are the same conservative positions' started kicking in. Having decided he's "right" in agreeing with some things, he falls into agreeing with almost all of them.

His vaccine denialism was the last straw for me, but if I'd known about his holocaust denialism sooner, I'd have quit dilbert-reading back then. somehow that had missed my circles at the time.

Comment the fun of agents... (Score 1) 81

We all want that relaxed, let the "personal agent" do it for you lifestyle when it comes to things like vacation plans, buy the next book as you see i've finished the current one, coordinate my business meetings, and order flowers for the wife's birthday - all that "and the company that will bring it to you stuff" predicted back in the early 90s.

Now finaly that the tech is here that can do it...none of us (and rightly so) trust the corporations operating them, or the rest of the network, to let them actually do it.

Slashdot Top Deals

If this is a service economy, why is the service so bad?

Working...