Forgot your password?
typodupeerror

Comment Control of Secure Boot via the Windows copyright (Score 1) 94

Microsoft has no control over secure boot. You can even load your own custom keys for the Windows boot process

Microsoft has control over distribution of the copyrighted Windows operating system. It has used this control to dictate whether or not makers of devices that include Windows are allowed to let users load their own custom keys. For example, Microsoft required makers of devices that come with Windows RT (the port of Windows 8 and Windows 8.1 to ARM architecture) to block end users from turning off Secure Boot and block end users from loading their own custom keys, as conditions for a license under copyright to distribute Windows RT on those devices.

Comment "Fairly voice their opinions" (Score 1) 79

"We're confident an unbiased court will overturn the original certification, and we look forward to the opportunity for our team to fairly voice their opinions."

Yes, a fair voicing of "opinions" on labor conditions between one human and one globe-spanning immortal megacorporation. Very fair.

Comment Re:Earn less? (Score 1) 79

and not great for those buying the companies products because those higher costs will be passed on to the customers in higher prices.

Only true for goods and services where there is perfectly inelastic demand, which kind of doesn't exist. Even demand for fuel is somewhat elastic. Health care has about the least elastic demand. Junk from Amazon has highly elastic demand.

But maybe Bezos and the other execs will take a pay cut to come up with more money for the warehouse workers and prices will not increase.

This would certainly happen to a large degree, otherwise Amazon could price themselves out of competitiveness fairly easily.

Comment Tap or click to view article (Score 1) 43

No video (or animated image) should ever load/autoplay unless the user interacts with that element, indicating he/she wants to play it.

How granular would the permission be? If web browsers start blocking all animation and post-load layout shifting by default, including CSS transitions and animations, this would encourage website operators to structure the page to coerce permission to animate in each document. For example, a website operator could make each page load blank other than a notice to the effect "Tap or click to view 'Title of Article' on Name of Site."

Comment You have no IP address. Your neighborhood does. (Score 0) 35

How are you going to host a game server on a home computer if you share your IPv4 address with other subscribers to the same ISP in the same neighborhood,[1] and the combined modem and router that your home ISP requires all subscribers to use lacks an option for port forwarding? Both of these are true, for example, of T-Mobile US Home Internet.

[1] Many home ISPs apply carrier-grade network address translation (CGNAT) to conserve IPv4 addresses since the worldwide exhaustion.

Comment Re:BitTorrent (Score 1) 61

That would add the requirement for the central repository as infrastructure which is probably not worth it bandwidth/storage-wise when so many gaming PCs are likely to be online at any time, but the possibility of a malware vector (or some kind of sabotage, maybe people would try to DoS a game by sharing corrupted compiled shaders as a form of protest) is worth considering with or without it.

BOINC protects against errors or sabotage in their distributed computing system by having 2 random different users both run the same task and ensuring that the results from both match before accepting the result. This requires centralized infrastructure, but a duplicated work verification system like this could work. Imagine the centralized system acts as a trusted private torrent tracker, only verifying a shader and making it publicly accessible once multiple uploads match. That would make uploading invalid shaders almost impossible since a group would need to conspire to do it with exclusive earliest-possible access to the game/driver/hardware combo.

Comment Re:BitTorrent (Score 1) 61

Those aren't reasons for everyone to be compiling on their own. In a BitTorrent-like system nobody would be "keeping" shaders they aren't using, just sharing shaders they've compiled because they're using them. If nobody's ever done it before for the hardware/driver combination then you fall back to compilation and then share your results so others can benefit and the same work doesn't have to be done again.

Plus most users are probably on one of the latest driver versions so there would be far more hardware than driver variation.

Slashdot Top Deals

The nice thing about standards is that there are so many of them to choose from. -- Andrew S. Tanenbaum

Working...