Forgot your password?
typodupeerror

Comment Re:Anyone mirror hf yet? ;-) (Score 3, Informative) 39

Nvidia has been a pretty big supporter of open source projects for AI over the last half-decade or so. Many of the company's technologies are open source, most notably their open-weights model, Nemotron, and Dynamo, their inference serving and distribution framework. So it would be surprising to see them do anything to close off the Hugging Face collection. If nothing else, keeping it open is in Nvidia's own self-interest. The frontier AI companies themselves are all designing their own AI chips (e.g. OpenAI Jalapeno, Meta MTIA), which reduces the amount of Nvidia hardware they need to buy. Whereas smaller operations using open source models will inevitably pair those with commodity COTS hardware, which is where Nvidia reigns supreme.

Comment Re:Needs an official Linux boot camp (Score 1) 65

MacOS lets you run unsigned software too, you just need to remove the quarantine flag on anything you've downloaded if it's not been notarized.

For someone who is technically competent this is a very minor hurdle and only needs to be done when you initially download. Anyone who is not capable of doing this probably shouldn't be running random downloaded binaries as they're likely not capable of verifying that those binaries are not malicious.

Comment Re:Firewall? (Score 1) 44

For an SMS based backdoor, no. It seems these devices are designed to use cellular connections (which makes sense since traffic cameras will be installed in remote locations).

And then most firewalls focus on inbound connections, but often do nothing to prevent a compromised device from making outbound connections. SMS could easily be used to initiate an outbound connection.

Comment Re:Or just maybe... (Score 1) 245

The problem is when the genuinely useful features take a back seat to user-hostile features like shoving ads in your face, or vehicle functionality which is present but disabled unless you pay more to activate it etc.

These anti features become associated with the technology, and cause users to fondly remember their older simpler cars that didn't have these negative things.

There are also useful features like navigation that are either poorly implemented, or users just don't know how to use them. This also puts users off.

Another thing that puts users off is things that break and cause unrelated functionality to stop working (like the printer/scanner combos that wont scan if there's no ink in the printer etc)...

Or newer functionality that's now mandated by law, but older vehicles get a pass. A good example here would be ABS. If you have a modern vehicle and your ABS fails the vehicle still drives perfectly well and is still safer overall than an older vehicle with no ABS, but it will fail its annual inspection for this and you might be faced with a costly repair. If you're driving an older vehicle that never had ABS at all then you get a free pass.
While i can understand the safety reasons here, this annoys people especially older drivers.

Comment Re:Which Epic games is that? (Score 2) 48

Epic added a Linux build target to Unreal Engine 4.1 in 2014. And since UE5 in 2020 the entire development toolchain has been feature complete in Linux. Meaning you could make your Unreal game on Linux and then release it natively for Linux (and Windows/consoles/mobile devices/etc).

So while Epic has not been the best supporter of Linux, they have not been ignoring it, either. The core engine is ready. What's left is that the anti-cheat software (Easy Anti-Cheat) and the store need to catch up.

Epic looks to be hiring to improve the anti-cheat situation as it currently lacks kernel-level support, and this latest announcement indicates that they're working on getting EGS running as well.

Comment Re:Wrong focus (Score 1) 35

Fixed cameras are easily avoided by someone looking to commit a crime. It's not hard to map out the cameras and calculate blind spots, or to disguise yourself such that the captured footage is useless for identifying you.

A live guard can move around, and will also easily identify someone who's taken measures to obscure their face.

A current robot is somewhere between, it's basically a mobile camera so it's less predictable/avoidable than a fixed camera, but not as good as a live guard. They're limited by laws currently, otherwise you could build a terminator/robocop style robot that was armed. Now that absolutely would deter/stop crime.

Comment Re: That's not "Linux desktop usage" (Score 1) 67

They do not do network level OS fingerprinting. If you were to do that then you would find the vast majority of hosts are linux - because very few windows systems are not behind a firewall, and most firewalls are linux based.

They are reading the user-agent header from web browsers.

Slashdot Top Deals

All constants are variables.

Working...