Forgot your password?
typodupeerror

Comment Re:They should do the same in The Netherlands (Score 1) 259

Business drive personal schedules. Bigger businesses won't shift because it complicates internal work. That means smaller, local businesses largely won't shift because they often need to match their customers' hours. The end result is that people who are expected to show up at 8:00 for work now will still have to show up for 8:00 then, even if it's two hours before sunrise.

Comment Re:good self awareness (Score 5, Interesting) 61

Good question. Their POWER series of CPUs were not insignificant in capability, their chip designers were clearly technically sophisticated, and GPUs are just specialised vector processors with a few extra bells and whistles - stuff IBM is extremely familiar with.

It would not have been difficult to release a GPU or other LLM-specific processor to go along with the POWER11. They'd been working on the POWER11 for 4 years, they knew in 2020 that LLMs had a strong potential to be significant for Big Data processing - an area you use big iron for, they're not rank amateurs, they have plenty of reserve, they could have assembled an emergency team to build a vector processor that was custom-designed for just LLM work, and released an LLM processor card that could run circles around nVidia.

They didn't. Because, as has happened before, their management is simply too stupid and too slow.

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 Thought for the day (Score 1) 38

What if...

Someone (say someone who was familiar with doxygen and GCC) developed number of comment types, where some stipulated preconditions that must be true for the function to run correctly, postconditions that must be true once the function has run, kernel facilities that the function definitely needs, and kernel facilities that the function definitely doesn't need. These would all be optional for any given function.

A static checker could then validate if the code meets the behaviour expected by the programmer. This is precisely what is done in SPARK, a fork of Ada for high-reliability code. Combined with existing static checker capabilities, this would greatly increase the number of bugs that could be caught with all kinds of tools, AI included.

It could ALSO build a full fine-grained mapping for any fine-grained mandatory access controls system. You'd also want includes that you could import for precompiled libraries. This would allow someone to verify if the code was making unanticipated/undesirable calls but would also make SELinux possible to develop for at the application level.

It would not be trivial. If it was trivial, it would have been done simply because it already IS done in other languages and that makes it "obvious" to anyone who has been programming for a while. However, it should not be massively complicated, simply because you can use AI as the static checker. Once it has a definite set of bounda that must be satisfied, it should be much more capable of knowing what paths would violate those bounds. Which means that the checker stage essentially is trivial today, leaving only the markup stage.

Comment Re: Wait...? (Score 2) 105

I would say that any kind of substantial level of investment in a jurisdiction is a reasonable indicator of an expectation of a return on investment, and thus confidence in the economic growth of at least some industries in that jurisdiction. I'm not sure why people are trying to hand wave away that kind of an indicator, unless the fact of it creates some problem for some narrative they have bought into, creating a level of cognitive dissonance necessitating peculiar denials.

Comment Wrong but right (Score 0) 39

While I’d have no real problem with meta being banned for those under 18, or just their business model somehow made illegal

They weren’t selling drugs. They weren’t killing opponents. Making a product so good that people find themselves addicted to it isn’t something you get fined $1.4 trillion for.

Slashdot Top Deals

I am the wandering glitch -- catch me if you can.

Working...