Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Indirection. (Score 2) 50

Seriously, what is the point of this?

I came up with the following hypotheses:

  • * Prevents websites from blocking Copilot.
  • * Enables MS to claim they are not taking advertising revenue from websites (which isn't really true but whatever).
  • * They could deploy a small neural network via WASM to only return the desired text from a website after rendering the complete site to an image.
  • * To bossware, it appears as if you are being productive.

If it's none of these then I'm also at a loss.

Comment Re:What kind of absurd logic is this? (Score 1) 50

The CPU and the wireless chip are probably soldered to the PCB and not replaceable, so easiest thing will be to just replace the whole computer.

You would think companies would learn to make electronics that are more modular but they can't seem to help themselves and keep over-optimizing for cost. Yes, this does improve mechanical reliability but PC/104 connectors are so reliable that it's used for satellites.

Tesla had that with early model computers, where excessive logging would wear the flash memory out in a few years and brick the car.

Ha! I remember that. If I recall correctly, they left on some (kernel?) debugging and it basically turned the computer into an eMMC flash memory wear tester, another simple but expensive mistake.

Comment Re:What kind of absurd logic is this? (Score 1) 50

The problems are not just software. They have some actual hardware problems as well with reports of screens randomly dying and needing to be replaced.

OK, that explains it a bit more because I know it's easier/cheaper to make a single platform than make two. However, the summary makes it seem like this is a total redesign (with a new software stack) rather than merely fixing what was broken. New hardware is good, entirely new bugs is less good.

What behaviour? At no point are they dropping support. In fact this is the opposite, they are upgrading hardware and continuing to support and making support easier for them without expense to you.

This is my fault, I misread "replace the central computer of every 2025 EX90 with the new one from the 2026 EX90" as "replace the central computer of every 2025 EX90 with the new one in the 2026 EX90" which implies they simply moved on.

I've grown far too accustomed to seeing hardware manufacturers abandoning products the moment they've sold them and it's good to see Volvo actually making it right. However, I hope Volvo provided the option to disable anything that wasn't part of the original purchase as it may be undesirable/buggy.

Comment What kind of absurd logic is this? (Score 2) 50

It's a tacit admission [...] that it's easier to replace the original computer than to build bug-free software for it.

How the hell is replacing the computer going to do anything to fix anything at all?

I see it as simply dropping 100% of software support and then moving onto the next model. This is exactly the kind of shitty corporate behavior that made me avoid getting an over-engineered and under-tested computer car.

Comment Point of interest: Failure modes (Score 1) 27

Liquid cooling has been around forever but what matters a lot is how often it fails and how. If this was a silver bullet then MS wouldn't be spilling the beans but rather, promoting that the benefits of their secret technology and that you should invest in them. There is no benefit to them sharing this information which leads me to believe it's another pipe dream.

Comment Re:Are today's "AI" companies important to future? (Score 1) 43

Are today's "AI" companies important to future?

In the future, I think that today's AI companies will serve important examples of the perils of over-hyping technologies that are still going through heavy development. If not businessmen then (intelligent) investors will absolutely learn about the dangers of over-hyped and underdeveloped technology.

That said, it's absolute gold mine for people looking to churn out huge amount of puppets and astroturfing on social media.
I suspect it will or even already has been used to simplify complex manipulations to make VFX which will lower the cost/skill needed for movie post-production.

Comment Re:What's with the "moon" term? (Score 3, Informative) 35

Per the actual discussion identifying the object, it is a quasi-satellite. I think the moon related naming comes from the general public thinking of satellites as being man-made objects in Earth's orbit. However, plenty of publications have referred to such objects as being quasi-moons, including writers for The Planetary Society.

https://www.planetary.org/arti...

Quasi-moons

Earth’s quasi-moons get their name because, from a certain vantage point, they appear to act like moons. But from a wider perspective, it becomes obvious that they aren’t actually moons at all — they’re asteroids.

Comment Re: Huh? (Score 1) 86

Each one is a memory safety fail... it is, just like the rest of C++ not memory safe.

Like I said, you have to go out of your way to screw up. I never claimed it was perfect, only that you have to do something particularly dumb to break it. There is always going to be idiots in the ER because they used a tool the wrong way.

I find it funny that so many C++ devs seem to think using smart pointers means you are memory safe.

Safer, yes. Perfectly safe, no. When you build a fool-proof system then someone will build a better fool.

check what the "safe C++" proposal set out to change

I did. I even explained why it wasn't chosen. It's no panacea and as someone else pointed out, safe subsets of C++ exist.

Slashdot Top Deals

Staff meeting in the conference room in %d minutes.

Working...