Forgot your password?
typodupeerror

Comment Re:attack (Score 4, Interesting) 66

City Council member of a non-listed Twin Cities suburb I know:

FBI is involved. Most water systems use one of two control/alert systems that are old and make them easy targets.

All they did was shut down components of the systems e.g., wells/sewer lift stations. Most cities were able to cycle manually to get back up and running. There was not messages warning or ransom of which I am aware.

They could have done a lot more damage if they wanted to, rather than just shutting things down.

Comment Re:Security Vulnerability (Score 2) 121

I wish this was completely true but I had a monitor I brought in from home to use on a work computer, and a mid-stage upgrade within Windows 11 caused the monitor to stop working at its native resolution and only work at 640x480. It was an older monitor and natively DVI on the monitor itself. I couldn't find a ready solution to the problem. Work ended up giving me an extra to replace mine.

I can only suspect that some kind of security setting was not being met, but either way it was really irritating.

Comment Re:Security Vulnerability (Score 5, Insightful) 121

It's a goddamn monitor. It should be compliant with video interface signaling standards and to be able to notify the system of what standards it complies with through the video interface itself or with minimal drivers that are basically just an FYI. Even if it has other features like audio capability, USB passthrough, or even some kind of software-based control of the monitor for some other reason, that shouldn't require crazy amounts of permissions to accomplish.

This sort of crap is what I hate about modern consumer electronics. It used to be that most peripherals didn't require much to function, and either software that ran at the user-level with minimal drivers or else features functioned directly onboard said device let it be controlled. This modern era where everything requires copious permissions and comes packed with malware is truly awful. And frankly Microsoft shares some blame here, for even allowing this in the first place.

Comment On it's own? (Score 2) 160

Did it grow legs, plug in an Ethernet cable, proceed to leave the building and push the nearest senior citizen in front of a bus? These things don't do things on their own. It's just a bunch of static floating-point numbers memory-mapped into VRAM. What they do is take an input (ver much NOT on their own) and derive instruction context from that input. That input may say to "keep trying" until "something" happens. If no ground rules are provided, the calling harness will loop-and-loop-and-loop looking for a way to make that "something" happen. So to be clear, nothing happened on its own and it certainly didn't set its own goal. Someone prompted it to do “something," and the path it derived to achieve that "something" happened to go through a combination of known exploit vectors that targeted HF. So much nonsense and fearmongering. Know what the ultimate defenses against a harness and model are? Unplug the machine and yank out the network cable. The level of ignorance on the news about how these things are pure black magic is just off the charts.

Comment I don't see the allure of Rust for C programmers (Score 1) 134

I stopped using Rust because the compiler is an unmitigated pain in the ass. I'm not a 5-year-old. I know damn well when something is safe. If I have to tag everything unsafe to access memory in an optimal way, then what is Rust bringing to the table other than frustration? I moved over to Zig, which is much C-like, produces faster, smaller, and arguably just as safe binaries, and also happens to support C-FFI and cross-compilation out of the box. There is literally no advantage Rust has over Zig for C programmers.

Comment Re:Oh well (Score 1) 251

I could argue that there's a shortage of houses because nobody will build me one for $5K. I wouldn't be wrong, but the trick to not being wrong is the $5K caveat, and that's the issue with all these labor shortage proclamations. Labor shortage always means there's "nobody willing to do this job for what I want to pay", not a blank "nobody is willing to do this job". I guarantee you, without a shadow of a doubt, if cleaning restrooms paid $750K a year, there would be an endless pool of labor for restroom cleaners.

Comment Re:Respecting copyright is an important part of FO (Score 1) 109

The whole process that split AT&T's System V and BSD should bear some weight here, at some point there was an agreement that, once BSD rewrote the few offending portions, AT&T had no claim anymore.

Frankly I'm surprised that the settlement between SCO and IBM didn't include verbiage that this was a done deal with no right for any successor-entity to bring this up again.

Comment Re:This is the plot for "The Blob", isn't it? (Score 1) 59

There are tons and tons of pathogens with high mortality rates without medical intervention. There are tons of pathogens that only see minimal death rates without active medical intervention because vaccination reduced the penetration that those pathogens have into the community and may have even forced evolution for increased transmissibility in lieu of virulence in order to spread at all.

Comment Re:Don't look! Don't look! (Score 5, Interesting) 97

Damn, I looked. Who else would be self important enough to continuously log their location? And then stupid enough to rob a bank?

Just because someone is stupid doesn't mean that they aren't subject to specific protections under law.

Ernesto Miranda, for whom the Miranda Warning is named, was by accounts a terrible person. Miranda's conviction was thrown out on those technical grounds that his confession should not have been permitted, then he was retried and convicted of the crime without his confession as evidence. Once he was released from prison he died in a bar fight.

The point of protections are that they apply to everyone, guilty or innocent, and are supposed to regulate the way that the legal system all the way from the patrolman to the attorney general behave. That doesn't mean that criminals aren't still criminals, but it does mean that the government has to provide proper justification for its actions against persons. If someone really did commit a crime then the government should be able to show cause, and this keeps everyone else from being scrutinized when the government has no business scrutinizing.

Slashdot Top Deals

C makes it easy for you to shoot yourself in the foot. C++ makes that harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup

Working...