Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:No. (Score 1) 202

The capacity of the government of a large jurisdiction like California, or more particularly the US, could bankrupt someone like Musk, so I say, bring it on. Within a decade Musk would have abandoned all efforts, or, even better, be stone cold broke (frankly billionaires shouldn't exist at all, and we should tax the living fuck out of them down to their last $200 million).

We're too afraid of these modern day Bond villains when we should be aiming every financial, and probably every real, cannon straight at them and putting them in a sense of mortal danger every minute of their waking lives, so that they literally piss themselves in terror at the though that "we the people" might decide to wipe them out for good.

Comment Perfect storm of mediocre (Score 0) 18

Microsoft hasn't been able to do proper security - or proper development for that matter - in half a century, and AI is notorious for pissing out poor quality code.

Glad I only use the git part of Github.

If only Microsoft saw some sense and quit pushing this disaster of a technology - or at least gave people the option to leave it out of their activities. Fuck this AI shit, seriously. It's getting really tiring now...

Comment Re:Obvious answer (Score 1) 210

Compared to what was available before, it is quite impressive.

The negative feedback is prompted by the fact that AI is constantly being shoved into every one of our orifices 24/7 by every vaguely tech-related company as if it was the second coming of Jesus. To justify that amount of social pressure, it would indeed have to be quite a bit better than it actually is, and that's why people aren't impressed.

Comment Re:News at 11: Blowhard bloviates obvious bias (Score 1) 31

Why does he keep doing this?

You mean, why does Linus keep agreeing to be interviewed, and then reply to straightforward questions with the obvious answers?

What would you rather he do? Refuse to be interviewed, or maybe make up unexpected answers just to be edgy?

Comment Re:C/C++ code covers more complex legacy code (Score 1) 37

Rust [...] makes it harder for you to work around the compiler when it comes to memory.

... which, to be clear, is a good thing. Working around the compiler is dangerous and a code smell, so it shouldn't be something that is easy to do. It usually indicates that either the compiler's capabilities aren't sufficient to meet your needs (in which case, a better solution would be either a better compiler, or to re-evaluate the wisdom of your approach), or that you are doing something the wrong way and should find a way to do it that works with the compiler, rather than around it, so that you get the benefits of the compiler's co-operation.

Comment Re:Are people this ignorant of basic online securi (Score 1) 79

Fortunately there is an easy fix. Education.

If education was an easy fix, we'd have an educated populace and ClickFix wouldn't be a problem.

The fact is, we live in eternal September. No matter how many people we educate, there's a unending firehose of exploitable n00bs arriving to replace them.

Comment Re:WTF? (Score 1) 79

The second link is more interesting (and shows how can users be manipulated in doing that):

In an exemplar campaign from June 2025, when the victim searches for a macOS-related issue — for example, “macos flush resolver cache” — they receive a promoted malvertising website in their search results (Figure 1). Users located in multiple countries — including the U.S., UK, Japan, China, Colombia, Canada, Mexico, Italy, and others — received these advertisements; no victims were located in Russia.
...
The fake help pages provide victims with false instructions for how to fix their problem (Figure 3).

Here it seems that the main problem is that sponsored links from scam actors can appear as first results in a Google search. From then unfortunately... people have already been trained to copy/paste arcane commands in terminal windows to solve problems. This one even encrypts the curl command in a base64 string to look more innocuous.

Slashdot Top Deals

The ideal voice for radio may be defined as showing no substance, no sex, no owner, and a message of importance for every housewife. -- Harry V. Wade

Working...