Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re: The Rush? (Score 1) 38

People have different experiences and different infections are also different. I've had it at least three times (once before there was available testing but I had textbook symptoms, twice more confirmed by tests) and while the first time kicked my ass, the second time was not too bad and the third time I wouldn't have known it was COVID without a test, it was so mild.

Comment uh no shit (Score 0) 17

"The video shows that everyday objects, like a coin or house key carried in the same pocket as the iPhone 17 Pro, can chip away at the anodized coating"

What kind of clown thinks keys won't scratch their phone? I am well known to disdain apple, but this is nonsense.

Comment Re: For now (Score 4, Informative) 71

In no way does China have technical superiority.

China has technical superiority in a number of areas. Not across the board, but in enough things that we should care. Battery technology is the primary example. Solar panel technology, they may not lead the world, but they certainly lead the US. Manufacturing of small items, they are years out ahead of us, we gave that up, we can only cost effectively build large items now.

the only reason they are the place to make these is because of slim margins and dumping practices

That's how they became the #1 place to make those things, which in turn is how they became #1 in technology to make those things. They copied their way to understanding the tech. That saved them a lot of time and money. Now they lead in several areas. Pretending otherwise is foolish. A lot of goods sold around the world are now not only manufactured in China, they are designed there as well. Corporations in other countries are buying complete goods, not just parts, and having their logos put on them.

Comment Only on Slashdot (Score 1) 21

Is There a Market for Meta's Ray-Ban Display Smart Glasses? (How About the Blind?)

The blind do not want or need to be paying for a display they can't use. The non-display parts of the functionality may be compelling, but they need the device to speak to them, not to show them pictures they cannot see. Who fucking writes this shit?

Comment Re:Battery (Score 1) 57

Not sure, but if the frames were in video RAM already, isn't there graphics card magic that can trivially merge the frame with window data?

Rendering from memory to the framebuffer is trivial. Decoding the video takes processing time, probably on the GPU these days. Otherwise you have to keep the whole uncompressed video in memory. For a short loop that might be viable, except that resolutions have been trending upwards over time, so the memory needed for that has been as well. Most non-gamers still have 16GB RAM or less so this is still an issue. It's smarter to do live backgrounds as animations using pixel shaders, then the power consumption is much lower. This is what's done on cellphones where this feature is used with "live backgrounds" and such. Shaders are cheap and there's no video decoding so it doesn't use CPU or GPU much, and it also doesn't need much memory.

Comment Re:Cry me a river. (Score 2) 59

He's not worried about "his" drivers, he's worried about his money.

You are 100% wrong. The Uber business plan has always been to shift to self-driving vehicles ASAP, and to use humans only until that is feasible. He is planning to cause a problem, not to have a problem.

Comment Re: For now (Score 2) 71

I think that you misunderstand the role of venture capitalists in this situation.

Some of us understand how it works, you simply aren't among them, which is weird because I can see from your comment that you have all the puzzle pieces.

VCs are selling out our future by being unwilling to invest in anything without short-term returns. That means fundamental R&D expenditures get cut, and mass layoffs happen every year. The best and brightest leave for greener pastures, and the technology stagnates.

Along come the venture capitalists who look at the industry and say: well, there's no way I could possibly make 200% profit here, so I'm gonna call it *uninvestable*

How can you understand this and yet not understand what it causes to happen?

Comment Re: Overwrought (Score 1) 55

"Maybe you just suck at it. Coding with AI assistance is a learned skill"

How do you get the software to not hallucinate functions or even entire libraries which do not exist at all? Even in writing a very small shell script the software makes these kinds of error, and then some more, like hallucinating flags and arguments which do not exist either.

Slashdot Top Deals

Your fault -- core dumped

Working...