Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: Look and feel (Score 1) 116

Thanks. You are not answering my question. I am asking for the motivation behind what you formulate as "it just is". Nothing just is, everything has a reason. I am curious about these reasons. I don't think it falls under "matter of taste" either. "Has to be gui" seems like a very artificial constraint to impose on oneself, I am certain that OP sees it differently, I would just like to understand their motivation because currently they escape my understanding.

Comment Re: Look and feel (Score 1) 116

I want GUIs for all common tasks

I'm curious, why is it so important? I like GUIs for certain things (email, web browsing) but not for others (batch file manipulation, batch image manipulation). Why is it so important to you to have gui for everything? I mean for some cases a GUI is clearly an inferior solution from my perspective.

Comment Re: Sigh... fine. (Score 1) 316

But that also defines the population, even if in indirect ways: Trump is doing what he said he would do. People knowingly voted for the things they are now disapproving. Against the warnings of the other part of the population, who quite literally told them so. That's how stupid these people are.

Now let's be clear, the US might be ahead but does not have a monopoly on stupidity, this is all coming to Europe too. And let's also be clear that this is all only made possible by the corruption, and I include moral corruption in that, of the alternative parties. Biden and Harris didn't offer or advertise anything inspiring. Nobody seriously believes that Harris as president would have brought society back to a point where you can make a decent living with any full-time job, at least enough to pay rent, food, bills and education.

Comment Re: It's called Capitalism (Score 1) 73

Yes and you are free to live in a world where AI companies accelerate global warming and generalised surveillance. If you don't like it, just make your own world without these issues. Is this really how stupid the libertarian discourse is in 2025? Or is there more depth to it? Right now I only see the stupid part.

Comment Re: in soviet russia we fail you! (Score 1) 112

The U.S. rarely attacks or occupies those that didn't recently attack someone

That is only true if you define "attack" in an absurdly narrow way. Look at the history of CIA operations, in particular in Latin America.

Of course we could also talk about these extra judicial drone killings in Pakistan. Or about that proxy war in Palestine and Israel. Or about the recent strikes in Iran. Or about the recent attacks of Venezuelan boats. I'm sure you will find many more examples yourself.

Comment Re: Make it stop quickly (Score 1) 135

Because it's not the same.

Humans make honest mistakes all the time, we fix them and move on, and we give benefit of the doubt. If we can prove that the mistake isn't an honest one, then it's different, but you haven't mentioned anything (here or below) that suggests otherwise in the case you mention.

Using generative AI is making a conscious decision to use a technology that makes shit up. There should be no tolerance for that.

Comment Re: My girlfriend asked me to replace her M$ Windo (Score 1) 181

Does every computer need to be managed though? Isn't there value in saying, for some subset of users, "you're using Linux, you're on your own for security updates and you're responsible for your machine's security"? Possibly with some guidelines and recommendations.

Or perhaps a more interesting question: where is the evidence that enterprise-level management of PCs saves more money than it costs?

Comment Re: Because AI solves everything? /s (Score 2) 63

For example, the traveling salesman problem. Add another city, the cost of an answer goes up exponentially. In the 2000s, you could solve it with genetic algorithms, and get a good answer. It isn't the Answer (tm) that is perfect... but it is good enough. Now, LLMs can take into accounts more variables, and get closer.

I have been conducting research on combinatorial optimisation for more than two decades. What you say is not true.

First, genetic algorithms are not a good approach for solving the TSP. If you want an exact solution then the best methods are based on branch and cut, for example Concorde. It can solve surprisingly large instances. If you want something close enough, this particular implementation of the Lin-Kernighan heuristic works surprisingly well and way faster than any genetic algorithm.

Second, and way more importantly, it is a fallacy that LLMs can "take into account even more variables and get closer". In fact, optimisation is one of the fields that have not been impacted in any game-changing capacity by the LLM developments of the past few years. An LLM might get you a decent solution for a small instance of a difficult problem, if you're lucky. The solution might even satisfy all the stated constraints, if you're very lucky. It will not scale well when input size increases.

Comment Re: Tempest, meet teapot (Score 1) 123

I've also very likely used a lot less time for cleaning than this guy for debugging, and with better results.

Sometimes it's about the journey. And sometimes it's about a destination that is not the one you see. Have you considered that this person enjoyed the whole process, and enjoys sharing their findings?

Slashdot Top Deals

"For a male and female to live continuously together is... biologically speaking, an extremely unnatural condition." -- Robert Briffault

Working...