Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Would be funny if... (Score 1) 19

... everyone who has an account there went in and disallowed use of their accounts for this. But as others have noted, it's Microsoft... so who knows if they will actually honor it or not.

Opting out is relatively easy compared with overly complex social networking settings we’ve become accustomed to. ‘Data for Generative AI Improvement’ is found within ‘How LinkedIn uses your data’ under the ‘Data privacy’ section of Settings.

Comment Hmmm (Score 3, Insightful) 47

I currently work hybrid. It reduces my effective pay by around 10%, which is a hell of a cut. It gains me nothing, since all meetings - even when we're all in the same room - are via teams, because company policy.

I see no added value from visiting the office.

Comment Re:Return to office (Score 1) 105

I worked for a company which outsourced a lot of work to an Indian company. Some of them were on our site (in a separate office, a couple of miles from where I was working then) and some more were in India. It worked by and large, and I only ever actually saw most of the "local" Indians two or three times over all the years I worked there.
As for people "working from home", that often meant they could not be reached at all, or the background noises made it clear they were walking the dog.

Comment Re:I'm not sure this is really about hardware (Score 1) 155

Not disagreeing with your argument, but even if all of that could be fixed, fundamentally any anti-cheat that isn't going to be defeated relatively easily needs some sort of privileged access to stop you modifying the game or running other software that interferes with it in some way. That necessarily requires a degree of access to your system that is dangerous, so anti-cheat software will rightly be told where to shove itself by any operating system with a security model worthy of that title.

I don't see the Linux community ever accepting that it's OK to deliberately undermine that security model just for anti-cheat, as a matter of principle. With so many games even at the highest levels already running very well on Linux, I doubt it will ever be a big deal for most Linux users, even keen gamers, to play the 90+% of titles that work and skip the few that insist on more intrusive anti-cheat/DRM measures either.

It sure would be nice to reach a critical mass where the games companies actively catered for that market, though, instead of mostly relying on tech like Proton to make what is essentially a Windows game run OK.

Comment Russian nesting dolls of scams (Score 2) 48

The current crop of large correlation models being marketed as "AI" appears to be nothing but a Russian nesting doll of scams, with the difference from a piece of Russian artwork being the doll is normally displayed on an equally solid end table whereas "AI" is floating on an aerogel of baloney that is simultaneously rotting, melting in the sun, and being eaten by rats.

Oh yes, let's not forget the massive theft if the work of others that forms the basis of "LLM" "AI".

Comment I'm not sure this is really about hardware (Score 1) 155

TPM should be optional. M$ is just colluding with the hardware vendors to increase sales.

Unfortunately, there is another possible explanation for the emphasis on TPM that is much more sinister. It's possible that Microsoft and its allies are making a concerted effort to lock down desktop clients in the same way that the two major mobile ecosystems are locked down, to kill off general purpose computing and reduce the desktop PC to a machine that can only run approved apps and consume approved content. It already happens with things like banking apps that you can't run if you choose to root your phone to arrange the privacy and security according to your wishes instead of the vendor's or OS developer's. It already happens on open source desktops, where streaming services will deliberately downgrade the quality of the content they serve you when on the same plan you're already paying for they'd serve higher quality streams to approved (read: more DRM-friendly) devices, and where a few games won't run because their anti-cheat software behaves like malware and the free platforms treat it accordingly.

I am worried that we may be entering a make-or-break period for the survival of general purpose computing with the artificial demise of Windows 10. If the slow transition to Windows 11 as people replace their hardware in the coming years means almost everyone ends up running Windows or macOS on desktops and Android or iOS on mobile devices, there won't be enough incentive for developers of apps and creative content to support any other platform, and all the older versions that didn't have as much built-in junk and all the free alternatives will be reduced to irrelevant background noise because they won't support things that users want to do any more. Your own devices will force updates, ads, reboots, AI-driven "help", covert monitoring and telemetry, any other user-hostile junk their true masters wish upon you, and there will be nothing you can do about it.

Governments should be intervening on behalf of their people at this point because the whole system is blatantly anti-competitive and user-hostile, but most of the Western nations are either relying on the absurd valuations in the tech sector to prop up their otherwise precarious economies or watching with envy while their more economically successful allies do that. So our best hope is probably for the legacy platforms to hold out long enough for some free platform(s) to reach critical mass. And frankly, there aren't many realistic paths to get there. Our best hope might be for Valve/Steam to show that many of those Windows 10 boxes in people's homes can now play most of the same games if they shift to Linux and possibly run some of them better than on Windows as well.

Comment It did its job. (Score 1) 155

Windows 10 was sold. Microsoft made the money it wanted. Now they want more money. So, they want you to buy it again. They're simply cowards and do not say it out loud that it's subscription-based software. It's still the same OS, ever since windows 2k, if not earlier. It's not a different product. It's still "windows".

Comment Re:There is already a safe subset of C++ (Score 1) 85

Ish.

I would not trust C++ for safety-critical work as MISRA can only limit features, it can't add support for contracts.

There have been other dialects of C++ - Aspect-Oriented C++ and Feature-Oriented C++ being the two that I monitored closely. You can't really do either by using subsetting, regardless of mechanism.

IMHO, it might be easier to reverse the problem. Instead of having specific subsets for specific tasks, where you drill down to the subset you want, have specific subsets for specific mechanisms where you build up to the feature set you need.

Slashdot Top Deals

MESSAGE ACKNOWLEDGED -- The Pershing II missiles have been launched.

Working...