Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Corals are Ancient (Score 1) 44

Exactly. We're heating the oceans rapidly, as well as changing their chemical composition. We're making it more acidic and adding toxins. We're doing it on a timeline that is much faster than evolution operates at.

Since coral is a fundamental part of ocean life, the consequences can be a lot worse than just the coral dying out. It could devastate most ocean life. Some life on land relies on ocean life, so the impacts would be planet wide. A comparable situation that is easier for us land dwellers to understand would be if we lost all forests by the end of the century.

A rational reaction to this science would be to do everything in our power to stop this from happening. If the study is right and we do nothing, we've already put things on a path towards eradicating most life on the planet. Whereas if we take urgent action and the study turns out to be wrong and the coral would've been fine either way, we will have "wasted" a lot of effort to save the coral but we will also have given ourselves a less polluted planet with a safer climate.

Comment Re:USB-C much less durable (Score 1) 243

USB-C is nice when everything is brand new. Compact size, no worries about getting the direction right, etc. But then it gets dirty or wears out and the plug doesn't stay firmly in place.

Whereas USB-A just keeps on ticking, even though they typically get more usage since every time you plug something in it seems to take 2-3 attempts to get the orientation right.

Comment Replacing working functionality with bad AI (Score 3, Interesting) 91

Why are so many websites trying so hard to replace functionality that already works with a half-baked AI?

They're spending money on development time to create this feature, which then requires them to spend money on data centres to power this AI going forward. In the end they get a worse website that costs more to operate. How can this possibly be good business?

Comment Nonsense (Score 1) 183

A few from "the other side" came over just to troll, then quit when they were blocked rather than getting rewarded with engagement.

Thankfully Bluesky isn't a private social media company that just wants to juice its engagement, which only leads to a gradual enshitification of the product (and society's discourse in the process).

Comment Re:You can use C++ one way or another (Score 1) 160

That is both its biggest strength and its biggest weakness. There have been many versions over time with many ways to do things. It has almost infinite flexibility which means quite a bit of complexity. There are quite a few ways to not just shoot your own foot, but blow it completely off.

You can start a new project from scratch and if you stick to a specific subset of C++, you can create safe code. That relies on someone knowing what subset they should be using, which could be difficult for newcomers to the language. If you're working in an existing code base, there could be a minefield already in the code.

A language like rust has the advantage of starting from scratch, so there isn't an old unsafe way to do things that they need to remain compatible with. They can make the defaults safe so that it is harder to get into unsafe territory. Of course they have the same issue as C++ in that they need to work with C code, which then throws some of that safety out the window.

Comment Re:Obviously. (Score 2) 100

At times this strategy does work for them. Teams has made major headway thanks to it suddenly appearing as part of Office and even auto-starting on many Windows machines. They were successful at cutting into Slack and Zoom's businesses by forcing Teams onto the whole corporate world. Why use something else when Teams is already there. They're hoping to do the same with AI.

However, this Copilot stuff seems extra forced and comes off as desperate. They've re-branded their entire office suite to be "Copilot", plastered Copilot icons into most of their apps, and even put Copilot buttons onto new computers. They cranked up the hype way too high, and now they're basically saying "we've spent so much money on this; please use it!".

From a branding perspective, this reminds me of when they were hyping .NET. They put the name on everything including things it had nothing to do with. The end result was that people were confused about what .NET was. If people are confused about what the product is and why they should use it, they'll probably just stay away from it.

Comment Re:Just pull out of the EU then... (Score 4, Informative) 184

Or that tactic could massively backfire. An American company deciding they don't like the rules and invoking a bargaining tactic of threatening to leave could create an uproar against Apple. This is especially true in the current political climate. US tech giants aren't exactly at their peak of popularity right now. The desire to reign in these companies may see people side with the government on this one.

The bigger worry for the EU is reprisals from Trump, but since Trump is constantly threatening the EU with tariffs anyhow it could be that the threat is no longer effective. If he threatens them no matter what they do, they have no incentive to change their behaviour to avoid it. The constant threats have already set popular opinion against the US (leading to people already voluntarily boycott US produced goods), so they'll have the public's support in any confrontation.

Comment Re:Quebec response (Score 1) 189

So in essence they're keeping everything the same, except the unionised employees will now be non-unionised contractors who technically don't work for Amazon. They just drive Amazon's packages around between Amazon's warehouses and Amazon's customers.

Most places in Canada and the US would allow that sort of union busting to happen without batting an eye. Quebec might not.

Slashdot Top Deals

The reward of a thing well done is to have done it. -- Emerson

Working...