Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Renter mentality (Score 1) 59

Did you actually expect the house to come with furniture, without an explicit statement that it's furnished?

What if the previous owner hadn't left yet, and the pictures were of the previous owner's furniture - would you have just presumed that you get their furniture?

I don't see any issue with this. Real estate agents used to virtually insert furniture via non-AI means. Here you're just going to be having an AI model that generates a depth map from the existing space and is then allowed to imagine in whatever furniture is described to fit into that depth map - it just makes the process easier / faster (letting the agent iterate through possibilities faster) and better looking.

Comment Not the open-source ecosystem (Score 1) 47

I don't think genAI is a threat to the open-source ecosystem as far as it's copying of FOSS code goes. The people looking for that kind of code wouldn't be looking for the source code for FOSS projects anyway. The threat, if any, will be from genAI code being contributed back to FOSS projects. Aside from provenance issues, it tends to be low-quality and buggy and will just increase the workload for FOSS maintainers without offering anything useful. Witness genAI offering a suggestion to a bugfix submission: https://social.hails.org/@hail...

Comment Re:Complete fallacy (Score 3, Interesting) 47

Thanks to Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021), even relatively small pieces of code (such as function declarations in header files) must be considered copyrightable. It's possible they aren't, but the appeals in that case resulted in rulings that they were copyrightable, and the SC decision in favor of Google turned on fair use, not whether the code in question was copyrighted or not, so it can't really be used to stand for the proposition that the appeals courts got it wrong.

With AI-generated snippets, it's going to turn on whether the snippet is close enough to identical to the original code to be considered a copy and whether that copying could constitute fair use. I think any lawyer would tell you that's not the kind of thing you want to bet on in court. If the code's simple enough that it clearly wouldn't be a copyright violation even if it were nigh-identical, it's simple enough you're better off not using AI and having your engineers write the code themselves, and if it's significant enough that that's not feasible then it's almost certainly copyrightable and the fair-use argument is going to be an uphill battle for something that significant. Either way, you're better off avoiding anything where you don't know the provenance of every line of your code.

Comment Re:A better question (Score 1) 25

A better question is should humans do any job that a computer can do better. Do you want your kids to be customer service reps?

These are big questions and we're going to have to answer them before we are ready.

The role of the AI factories is to train expert models that will be used on CoT inference pipelines perhaps on the edge or in collaboration with it.

Hang on. It's going to get wierd.

Comment Thinning the herd (Score 1) 45

At least in my direct experinece, I've not been surprised by any of the cuts made that I see. AI is a likely excuse, but you'll find direct attribution from official sources scarce.

Most of these cuts are performance based. Companies are getting lean, and if you're not going to lean in or are in core business adjacent roles, you're on the block.

Comment Re:That's not AI failure! (Score 1) 143

Weapons detections systems send automated alerts. The specific form depends on the system. But no system is dialing up unanticipating randos on the phone and going, "Hello, police? I've got an emergency here!"

And unless the system had facial ID, and the police knew the "suspect", what they had to go on was the picture from the security camera, so they were already looking at the supposed "gun" in the picture and still saw fit to act like this.

Comment Re: They have to be (Score 5, Interesting) 143

The job is only dangerous in the big cities.

You have some weird conceptions about big cities. Homicide rates aren't an urban vs. rural thing, they're a north vs. south thing . It's the south that has the high per-capita murder rate. Which is in turn because said areas are the poorest places in the US. The trend holds true even in areas that are relatively culturally homogenous - for example, there's not much of a difference in culture between northwest Texas rural counties and northeast Texas rural counties, but northwest Texas is much wealthier per-capita, and also has a much lower homicide rate.

The TL/DR: crime correlates with despair, and places like the Mississippi Delta are characterized by chronic high unemployment, low wages, and limited access to quality education and resources. This combines with a legacy of racial violence/mistrust and lax firearm laws, and the result is exactly what one would expect.

One could make the argument that, well, okay, it may be the rural south that has a high murder rate per capita, okay, but there's lots of people in big cities, so it's a multiplier. Yes, that's true, but there's also lots of cops in big cities, so it doesn't change their odds of being the one responding to a situation where shots are fired, to the degree that police departments are equally well staffed per-capita.

It's also worth mentioning that the rural crime rate trends in the US are much worse than the urban crime rate trends. I hate to risk derailing this by the meremention of Trump, but he tapped into a very legitimate wellspring of anger; the economic growth in the US over the past several decades has been very uneven, and a lot of people, esp. in rural areas, the rust belt, and the south have felt left behind, with insufficient care from politicians as to their plight. While the ragebait media landscape has tended to try to focus their anger on cities and minorities, as "evil outsiders catered to by elites", US cities are, frankly, doing quite well on average, and have thrived in the US's growing service economy. But people in the rural south, the Mississippi Delta, the rust belt, etc (outside of the "energy belts", like in west Texas, that produce oil, gas, wind power, etc)... their lived experiences of a lack of opportunity and declining communities are very much real. They're just projecting them (wrongly) onto big cities outside of their region.

Slashdot Top Deals

It is the quality rather than the quantity that matters. - Lucius Annaeus Seneca (4 B.C. - A.D. 65)

Working...