Forgot your password?
typodupeerror

Comment Re:New Heights (Score 2) 12

Nobody is that "stupid" in those departments.

The question should be what was the quid pro quo?

We can imagine what the PLA got out of it but what favor did Microsoft get?

And how high up the chain did it go? Who specifically approved the arrangement?

At least Microsoft probably has Windows 11 "backups" of the hard drives of anyone who might think of bringing charges.

Not sure if that strategy can be called stupid. Lots of other words apply.

"One Nation Under Blackmail" is a popular phrase.

Comment Re: Put out fires quickly letting fuel build up (Score 4, Insightful) 29

40% of Canada's land area is covered in forests. It is simply impossible to "manage" that much forest, and it's utterly fucking absurd to suggest otherwise. And to try to take climate change out of the equation is just a way of misdirecting away from the actual fucking cause; GHG emissions raising surface temperatures.

When will humans stop buying the most trivially fucking moronic red herrings? What a disreputable idiotic species.

Comment Re:Put out fires quickly letting fuel build up (Score 2) 29

It's almost as if allowing emissions to ramp up with little meaningful effort to control them is having the inevitable consequences predicted decades ago. But let's not deal with that, because it's hard. Instead let's have the President of the United States demand Canada hold back the tides.

Comment Re:An AMAZING number of flaws (Score 1) 76

The whole effort of design of software systems is ultimately the effective management of complexity. Complexity of features that provide real world value is the developers problem to manage. If "technical debt just keeps compounding" it is probably best to find a better developer.

I love scapegoating individual developers as much as the next guy, but if you take a look at the Win32 API, you'll find loads of fun "features" such as:

- Every single function that takes a string has two implementations: one that ends with the letter A (and takes its strings as ASCII) and one that ends with the letter W (and takes its strings as UCS-16). And then it has a preprocessor-define (with no suffix) that gets expanded to either one implementation or the other, based on your compiler settings.

- windows.h defines preprocessor-tokens for min() and max(), which means any C++ program that ever calls std::min() or std::max() will error out with a very strange compile-time error, if it included windows.h first; the work-around is to define NOMINMAX first to prevent windows.h from polluting the namespace.

- Modern windows is perfectly capable of arbitrary-length file-paths, but ships by default with a 260-character filepath limit anyway, "to preserve backwards compatibility with older software that expects that limitation to be enforced". To get correct behavior you have to hand-modify your registry; otherwise you find out about this limitation when you go to unzip a .zip file and the unzip mysteriously fails even though the .zip file is valid.

These are all defects that other OS's simply don't suffer from, either because the other OS's were designed correctly from the beginning, or because the people in charge of the other OS's long ago took the hit (in short-term breakage) and fixed the problems rather than letting them linger forever to preserve backwards compatibility.

All Windows developers (good and bad) have to deal with these issues, probably forever, and every line of code they add to work around these problems has to be supported and debugged and tested as well, hence the damage compounds.

Comment Re:Can I pay him not to post? (Score 5, Insightful) 210

That is, isn't this illegal? Or is it just that no other presidency thought of doing this particular cash grab?

Before Trump, it was a cultural norm that a President of the United States was expected to follow ethical and moral guidelines as well as laws; not only because anything less would be dishonorable and a disservice to his country, but also because otherwise he would pay a steep political price for his unethical behavior. Trump's most significant political innovation has taken the form of figuring out how to convince a plurality of the American public that the only real standard for Presidential behavior is "whatever you can get away with".

Comment Re:An AMAZING number of flaws (Score 1) 76

Part of it may be a dysfunctional corporate culture, but a lot of it is a consequence of Microsoft's business decision to maintain backwards compatibility at all costs. When you're committed to retaining every design mistake, forever, the complexity of the codebase just keeps rising, which means that less and less of it can fit into anyone's mind at one time, which means more mistakes are made going forward, and the technical debt just keeps compounding.

Comment Re:Why do you hate yourself? (Score 1) 105

I don't actually use Apple Store all that often. A fair portion of the software I have installed, like LibreOffice and Firefox is just installed via DMG images. It kicks up a window about unrecognized source, but then just works. iOS devices are definitely more locked down, but the Macs are really no different as far as installing software than Windows or Linux.

Comment Re:For Insiders on the Experimental channel (Score 1) 105

I imagine the Mac Neo is the real source of their panic. Right now RAM prices are probably saving them from even more losses, but the hegemony is coming to an end. If a credible useful, at least for average users, non-Windows platform using smart device level hardware can sell as well as the Neo has, I'd say Microsoft's reckoning is finally upon them.

Comment I wonder (Score 2) 105

At what point in this long and seemingly endless list of fixes to even the most basic usability features in Windows do its users finally admit it is really a shitty and badly maintained operating system. I use Gnome or MacOS, which are streamlined and uncluttered, and then I head over to Windows and it's like looking into the mind of someone with severe ADHD. It's a colossal mess where nothing particular makes sense, there's no coherent approach, everything is slow and inundated with advertising, context menus that worked for decades don't function right or at all, even the simplest tasks just seems to land you in the wrong place.

I suppose under the hood it's still a fairly decent operating system, although tools like Powershell, which can be achingly slow itself, demonstrate that there's a lot of layers of cruft.

I don't play video games, and frankly Office isn't that much better for my needs than LibreOffice, and Outlook is a bloated pile of crap, so I rarely even access the Windows desktop I have at work via RDP, save for two applications I rarely use. Windows is rapidly becoming irrelevant in my world.

Comment Re:It's bots and ragebait, thats why (Score 2) 107

Perhaps the real problem is that there is simply no reliable way to tell a real human's post from a generative AI's post anymore, since by the AIs are trained on the posts of real humans and are asymptotically becoming indistinguishable from them. You certainly can't simply go by post-quality, since the some of the smarter bots are better posters than some of the, err, less-well-informed humans.

Because of that, it's hard to feel good about putting any real effort into a social media conversation, because in the back of your mind you're always wondering: am I engaged in any kind of constructive activity here, or am I just unknowingly humping a rubber doll that Zuckerberg (or somebody) has provided for my amusement?

Slashdot Top Deals

We are not a clone.

Working...