Forgot your password?
typodupeerror

Comment Re:How Adorable (Score 1) 48

Is there any info on how this location tracking would work? GPS isn't going to cut it, it needs a battery and world wide cellular/satellite connection to track things being shipped, and once installed will be in a Faraday cage (the server enclosure/rack/datacentre).

Are they going to rely on it detecting when it is in a Chinese server somehow? Try to get an external IP address? Something in the driver?

It seems doomed to fail and easily bypassed. I'm sure it will spur further investment in Chinese AI chip manufacturing too, which is already progressing at a very rapid pace.

Comment Re:C (and here are somemore chars to satisfy the b (Score 1) 35

UTF-8 was a mistake. I get that they wanted to make string handling with existing code as painless as possible, and for most Latin derived languages a 32 bit char is approaching 75% wasted space, but the issues introduced by UTF-8 are far worse. UTF-16 doesn't have enough code points. You could argue for 24 bit.

Comment Re:Give my my SysVInit (Score 1) 61

You botched copy/pasting the quite. I fixed it for you:

To start less.
And to start more in parallel.

That makes complete sense and is in fact how all major operating systems optimize boot times, and how software developers often optimize performance in general. Do as little as possible, and do as much of it in parallel as possible.

Tricky to do with init scripts because there are a lot of dependencies to manage and checks that need to be done for timing and sequencing. systemd makes it easy and I've used it extensively for building a custom OS for embedded systems where hardware init and configuration has to happen in specific sequences, but can be parallel with other parts of the OS starting.

Comment Once the console's servers are shut down (Score 1) 122

Developers can make the license whatever they want including on consoles.

Not once the console maker shuts down the platform's reactivation servers.

Or say the publisher wants to publish a multiplayer game where players 2 through 4 can download a limited-functionality version of the game without charge so long as player 1 is a paying licensee and on their mutual contacts list. This resembles the model used by StarCraft spawned installations, single-Pak multiplayer on Game Boy Advance, and DS Download Play on Nintendo DS. I don't think all consoles support this sort of game sharing.

Comment Re:Two statutory carveouts: first sale and RAM cop (Score 1) 122

Which is not an ownership issue, it's a DRM/license enforcement issue.

Correct. The digital restrictions management regime on paid downloads from PlayStation Store doesn't grant rights to a licensee that are equivalent to those that the law reserves for the owner of a copy. The complaint, as I understand it, is that the required notice of inequivalence is not conspicuous enough.

The plaintiffs can still get the same benefits of the product even if their purchase is just for a license.

The benefits are not the same if the publisher or the platform gatekeeper retains the ability to remotely disable licensed software.

Comment Re:What does someone think "owning" a game would m (Score 1) 122

The only thing you really lose is the ability to resell your license easily.

Or, in the case of certain failure modes of PlayStation Store (such as end of support for a particular platform), the ability to restore your license to replacement hardware.

Comment Re:That's 12-year-old thinking (Score 1) 56

You also have to give them achievable parameters. "You are always responsible" is not realistic. In some cases someone else is, in fact, responsible. And that's the rub of regulation, not that I think this means we shouldn't regulate, but it's going to always be true that doing it well takes effort. You can only ever reasonably expect that people are moving forwards (at best) and doing what is reasonably and humanly possible, and hopefully advancing the state of the art. Determining whether or not they are doing that is inherently complex.

Slashdot Top Deals

In order to dial out, it is necessary to broaden one's dimension.

Working...