Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Precedents only matter when SCOTUS says they do (Score 2, Informative) 144

yeah, that's why SCOTUS was not given Judicial Review powers in the Constitution and just declared fifteen years later that it had that ultimate power "because we have to".

The Legislature is supposed to manage this nonsense. It has been in a coma since 1995.

Comment Hmmm (Score 3, Insightful) 51

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:Small enough to be interesting (Score 1) 35

Given its small size it might be better to land a small mining module on the rock and then carve it up in situ to expand that module into a small space station.

We need to do this with the Taurus cluster to prevent another Tunguska event, but better to start small and practice closer. It's so much more profitable to not lift mass from Earth than it is to send it down.

Taurus has enough asteroids to build Space Station Alpha. Might be a nice vacation spot.

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 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 Can we be clearer about what we mean by AI? (Score 2) 76

The real problem with AI, and the AI discussion is how muddy it is. Are we talking about llm's diffusion models, or classification systems? Do we mean to say that we're talking about transformers or the underlying architecture? Are we discussing huge data centers or device based AI? Nascent, active, or dormant compute? And the same is true for the ethics, legal, and data governance conversation.

Every single one of these things is a different discussion.

AI is not a monolith.

Comment Re:Growing body of evidence of damage to humans (Score 0) 17

> Isn't capitalism great?

Capitalism doesn't let you buy laws, that's Corporatism, a subset of Fascism, which is in turn a subset of Socialism.

A proper Capitalist systems speaks to economics, not poltiics.

Reconstruction US, Post-Mao China, Post-Soviet Russia all embraced capitalist economics to lift the vast majority of their population out of abject poverty.

Societies which did the opposite mostly killed their middle class ans then half the population starved to death.

Comment Aspects (Score 1) 76

Having lived through the Dot-Bomb it's basically the same.

You're not going to get a valuation bubble without a hype bubble. And nobody is buying companies for that much who have zero infrastructure. And the stock price is what they use to buy the infrastructure.

These are inextricably linked, not separate phenomena.

This is what Austrian Economists call the 'malinvestment' part of the business cycle. It's caused by artificially cheap money (not set by a market) and will unavoidably be cleared.

Our Orwell is so strong the eggheads artificially setting the price of money call themselves "The Open Market Committee". Because an open market in lending rates is de facto prohibited.

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

You can't cheat the phone company.

Working...