Comment Re:useless (Score 2) 78
Humidity is currently 91% in Yangsan.
Humidity is currently 91% in Yangsan.
I will not write it, Sam-I-Am,
I will not offer colored ham!
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.
I live in Plymouth; there was no city communications about this nor did I see any issues. So, I assume there were no physical disruptions to service.
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.
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.
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.
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.
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.
I'd think that tractor tag-axle replacements could be a next logical step, even with no onboard batteries on the tractor and using an umbilical to the trailer's batteries, or else a small set of batteries in the truck, supplemented as needed by a large set of batteries on the trailer.
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.
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.
I didn't get the feeling that the GP post was claiming it was valueless. I got the feeling that the concern was it would get out of the control of its creators, manage to mutate or evolve past a death in five generations, and become a threat to everything we know and love.
I would really prefer the other way around, invoking Windows containers for the few Windows apps that I am stuck running.
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.
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