Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

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

Closed world is like ethe transmission in a traditional car. All of the parts are created to exacting standards and fit together only one way. Transmissions are not user serviceable. Any modifications to the transmission likely degrade its functionality.

People can and do service their own transmissions, in particular doing a fluid and filter change is generally a pretty easy job. There are also modifications and upgrades to transmissions. You can buy "built" transmissions which include heavy duty parts which can handle larger power, torque, and/or shock loads than stock ones. There are "kits" of aftermarket parts which either address wear over time or even correct design deficiencies like either lazy or excessive engagement of clutches.

Comment Re:Kind of funny (Score 1) 55

He's talking about the money already spent and spending right now. Just the build out investments, given we're talking about trillions of dollars, must be boosting the economy.

What's the measurement? If it's "GDP" then sure, the economy is booming. But GDP is itself meaningless to sustainability, which is the most important thing to measure in anything you hope to keep doing. If you want to keep having an economy, for example, you have to keep having consumers who have money so they can participate in it...

Comment Re:The infrstructure will get reused when it pops (Score 1) 55

Just like we got a lot of cheap office furniture on eBay when the dot com bubble popped, I am sure there are going to be some firesales on cloud computing hardware or services when this horrid AI bubble finally pops.

Hardware, yes. But what will you do with it? It's only really good for a few types of task. Where it's GPU-based, as all the Nvidia stuff is, you could use it for lots of different types of tasks. But Services? Energy needs to get a lot cheaper for that to be feasible, because providing services on this hardware is predicated upon using a lot of energy.

Comment That's not how anything works (Score 1) 55

A bubble is "a good or fortunate situation that is isolated from reality or unlikely to last". What's good about it, profit for those who are profiting. Why's it isolated from reality, all three of those reasons. Why's it unlikely to last, reality is inexorable, no amount of ignoring it will cause it to change.

One bubble, at least three reasons why it's bubbling. Probably we could identify a bunch more, like nerd fantasy. One of the consequences of techbros being in a position to decide what society does with itself is that they will send us on tech-related wild goose chases.

The goal of making ourselves obsolete is typically self-defeating when we can't even agree to let humans have free time when they don't need to be working.

Comment Re:Astonishing one company can do this (Score 1) 75

C4C destroyed mostly old shitpiles with poor efficiency, so it was effective in reducing hydrocarbon emissions.

I suspect a lot of these machines will go to the third world and get refurb'd into PCs there, so people will benefit anyway. In fact, a significant percentage of them will probably get Windows 11 installed on them using the bypasses...

Comment Re:Already? (Score 2) 75

I've never used Windows past version 7. I definitely feel better off. 8.1 was ridiculous, 9 got lost, 10 peeked into your private life

Microsoft put the same telemetry they put into 10 into 7 and 8 via updates. Some of those were "updates" that included nothing but telemetry, sometimes they bundled the telemetry with actual updates so if you wanted one you had to have the other. There are scripts and other tools to remove those updates, but if you are not using those and you have been doing updates, they all spy on you.

Comment Re:King George the Third... (Score 1) 237

Only in theory. Shit, King Charles in theory has the power of a dictator. Parliament is Supreme, and excepting the period of the UK being in the EU, has been since 1688.

The fact is that the UK left the EU by an act of Parliament...ultimate supremacy. The UK delegated some powers to the EU but it didn't surrender supremacy as history now shows.

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

> 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) 55

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) 72

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

"I have five dollars for each of you." -- Bernhard Goetz

Working...