Forgot your password?
typodupeerror

Comment Re: Zeroes and Ones (Score 1) 108

you deny that ICE has killed innocents? that trump stopping USAID hasnt killed thousands? That wealthy self driving companies don't get a pass when they stop in front of an ambulance taking someone to a hospital? you live in a dream world.

I can only really think of one...that medical guy up north, an activist. He was pushing and getting physical with ICE...he was carrying concealed (legally)...and when one officer was pulling the guys weapon from it, a SIG I believe, it appears that pistol fired and all officers reacted thinking the medical guy had fired and they shot him.

That sig model has been known to have "spontaneous" fires....

I think that many mistakes were made here on part of ICE, but also, if the guy had not been getting physical with officers and even though legally carrying, if he had NOT been carrying to an event like this (common sense) he'd still be alive, but there should be trial on this.

Other than that, most of the others seem pretty justified to me...trying t run over officers in cars, either on purpose or while trying to escape, etc.

that trump stopping USAID hasnt killed thousands?

Nope...and even if some collateral damage....USAID was throwing money out to many organizations that were detrimental to our country. They also seemed to be funding through hoops...a lot of the leftists propaganda and orgs that we just do not need. That was a slush fund that needed to be stopped.

Comment Re:What a disgusting show (Score 1) 62

And, incidentally, the EU already has pretty reasonable regulation. Copy that.

From what I've heard the EU regulations also go a long way to preventing (at least eventually) the ability of private individuals from setting up their own hardware and running their own models and agents from home or private business, keeping their own data and not sharing data with the frontier companies.

From what I hear this is the path of regulation making it far to expensive and legally regulated for any individual to run their own hardware and open source models and agents.

Comment Re: CEO's can't control their own companies? (Score 1) 62

I think they are also thinking ahead and want to keep individuals in the general public from running their own, independent off cloud private models and agents, where the individual is the one in control, not paying the frontier companies and keeping their data to themselves.

Comment My advice (Score 4, Insightful) 32

My advice: don't lament Raspberry Pi RAM upgrades, especially given they're only slightly harder to perform now.

My advice is to not be a cuck. The raspi people made it harder for you to tinker with your own hardware and you should not appreciate that any more than in the earliest days when Liz promised us that they were going to release Android for the Pi and then never did. They've been customer-unfriendly from the beginning, when they were selling boards with dumb mistakes that ruined them for many purposes (remember raspi A USB fails? remember the MANY power supply failures?) and then telling us we should suck it up and be happy to have got them at all.

Comment Re:AI and systemd? How could I be less interested? (Score 1) 53

I will gladly admit to having emotions about systemd.

They are based in the fact that it's low quality software, but they are about it being pushed on me from every direction.

In a sane world, a new large project from the creator of pulseaudio would be laughed out of the room immediately, because pulseaudio has always been and remains shit.

Comment Re:sanctioned???+there are 737k officers (Score 1) 82

I think you'd be a lot less smug and confident if it was your car that was stolen and the thief would have been caught if the cops could use an automated license plate reader, but were forbidden to because some dipshit stalked his ex. I don't know the right answer.

The right answer is obvious to anyone who's considered this for even a second. It's got two main parts: End Qualified Immunity, make the standards for becoming a cop much higher, institute a mandatory national database of cops ineligible for rehire due to committing crimes in uniform.

Right now you get out of community college and into a police department. That's laughable. By definition you've got a bunch of young-ass cops who don't know shit about shit running around out there. Then they also by definition aren't held accountable for their actions, which is the MOST important thing in policing. And finally the worst cops can usually get rehired somewhere else so desperate for cops they don't even do background checks. And they're desperate for cops because all the other cops quit already, ever wonder why that might be?

I don't think the answer is "Flock for everyone without a warrant or due process"...nor is it "No one can use surveillance technology in law enforcement ever!" The right answer is somewhere in the middle, IMHO.

The cops we have now should never be allowed to use Flock. If we had higher standards, and therefore less shit cops, then maybe we could talk about it, but any rational process would still require a warrant for any records request, and that requirement should be on the cops' side. They should not be allowed to request any records from anywhere without one, period.

Comment Re:oh good (Score 1) 53

For the same money I got a AMD Zen3 MiniPC with 8C16T, 32GB RAM, and 1TB nVME. An equivalent machine is about $600 now, whee! It also has dual 2.5GbE and WiFi 6. Same no serious gaming (it has a fairly pathetic number of GPU cores) but it's really quite passable... and no ARM problems. Power consumption is a little higher, but not much, TDP of the processor is only 15W without overclocking.

Comment Re:The vaunted "Super Intelligence".... (Score 2) 41

So, the reality is that the world "ran out of training data" for the most part years ago, and the models have gotten exponentially better relative to a number of parameters. Claude 3.7 Sonnet was released 1 1/2 years ago, and today it benchmarks about the same as Qwen 3.6 Sonnet 9B, a model two orders of magnitude smaller than it, and which is itself two generations out of date. And a large chunk of this is done with synthetic data - aka, data created by other models.

It's simply a myth that "data created by models consumed by other models makes them worse". In practice, it's used to make them vastly better. Models aren't collagers, they're reasoners. Learning the results of reasoning, the results of trial and error, etc helps build a stronger base for more advanced reasoning. Also, our training algorithms, while reaching a denser knowledge compression than human brains, are less efficient learners than human brains (per unit data), so they need to see the same sort of data from "many different angles", to substitute for our process of "mulling over" new information.

(Yes, it is possible to set up contrived scenarios where, say, an small image model is fed only its own outputs on loop, little bits of knowledge slowly being lost each go-round, in a situation equivalent to leaving a person alone with their thoughts in a dark room for ten thousand years - but even a tiny percent of new fresh data added to the mix prevents this degradation.)

And as for the article itself, they made it sound like they're talking about, say, programmers banned from using AI at OpenAI, but it's nothing of the sort. These are data labelers. In the old days, they used to be far more common, and in wide use in all types of model creation. That's no longer the case; they exist for special cases. For LLMs, this is much more limited:

* Subject matter experts: people with rare professional-tier knowledge. Often used to validate model outputs, where nobody else could (for example, OpenAI hires mathematicians to validate their models' proofs)

* Chain of thought / logic auditing. Increasingly important now that models are showing increasing signs of poor alignment. You can automate this a lot, but you really still do want a human in the loop *somewhere*, in case your auditors get compromised.

* Side by side comparative rating: Which model's output do you like more, A or B?

* Evaluating reported outputs where users reported that they thought the response they received was bad, and if there's actually anything wrong, copyediting the output for training.

* Adversarial prompt generation / jailbreaking and evaluation. Again, you *can* have models do this (and companies often do), but you don't want to just rely on them.

* Trying to set the bounds on whether given queries should be refused or not (for example, "How do explosive reactions happen in chemistry?")

Basically, a switch from "click work" to "knowledge work". This is no longer the era of "Write a poem about cats" or "Explain how to solve this algebra problem" to build up a training dataset. You're getting paid to think, not to repeat a rote task.

Other types of labelers aren't as far along. Multimodal data is less advanced than text, so you'll still for example have people labeling things in videos, transcribing heavily-accented audio, grading text-to-video consistency, things of that nature. Probably the least advanced field is robotics, so there's still an awful lot of manual evaluation and correction in that.

But anyway, if you're hired to do any of the above, it's because they specifically want you to do that. Having an AI model do the above (beyond the listed caveats) entirely defeats the purpose.

Comment Re: Are they going for gold... (Score 1) 28

I guess the only positive thing I can say about them is: despite how tough the models were to work with then and get good content out of them, these people were generally obsessive over their waifus and porn, so at least they weren't making like 8-fingered monstrosities. You could tell that they spent many hours zoomed in, upscale-regenerating and collaging and photoshopping over every imperfection.

Comment Re: Are they going for gold... (Score 2) 28

hasn't really taken over human actresses despite that industry usually being in forefront of all kinds of tech, I wouldn't bet on this one either.

I dunno. This isn't exactly my space, and I haven't even been involved much in image generation at all in years, but in the old days at least, the Stable Diffusion Reddit and the model sites like Civitai were just *flooded* with stuff from horny guys, like 80-90% of the content. It was really annoying. Due to anti-porn restrictions, the Stable Diffusion Reddit mostly got flooded with waifus or similar, but Civitai was mostly porn models, or at least general models finetuned to allow porn. People were even widely using waifus and porn in their tutorials and user guides for image generation tools, even though the the tools were just for general image generation purposes. Oh, and YHVH protect you if you dared complain to any of the waifu or porn posters about any of this - you'd get a flood of "WHAT, ARE YOU A PRUDE???", "HAVEN'T YOU EVER SEEN A WOMAN BEFORE???" , etc and get modded to oblivion. And perhaps the worst part of it was just how damned derivative it all was. There was zero creativity over any of it, zero diversity of artistic style, zero attempt to do something aesthetically new, just pure hormone-driven churn, generally either straightforward-photographic style, anime style, or a Midjourney-ish digital art style.

So I rather have to disagree with this statement. Porn users are a major share of AI image generation, at least with run-it-yourself models (as most commercial models ban it).

Slashdot Top Deals

If a thing's worth doing, it is worth doing badly. -- G.K. Chesterton

Working...