Forgot your password?
typodupeerror

Comment Re: Cool Cool (Score 1) 70

Do you honestly believe that mass debt forgiveness -- after COVID was already over! -- was a necessary emergency response to the pandemic? Suspending payments (and interest) during the pandemic made perfect sense, and that was not struck down. I don't recall that it was even challenged.

No, the debt forgiveness clearly had nothing to do with the (already-ended) emergency, it was just an attempt to skirt the law, and the courts were quite correct to strike it down as executive overreach. If Biden wanted to do that, he should have lobbied Congress to change the law. He didn't do that, of course, because he knew Congress would refuse -- even though his party held both houses.

Comment Re:Cool Cool (Score 1) 70

Your comment mischaracterizes what has happened. The Supreme Court has absolutely bent over backwards to let Trump do what he wants in temporary rulings, including jumping in to to stay lower-court orders that no previous court would even have responded to. But their on-the-merits rulings, when they have to issue a full opinion, have been much less friendly to Trump. There have been some incredibly bad ones (e.g. immunity) but Trump has lost more than he has won in SCOTUS final judgements.

Comment Re:On AI design and also irony (Score 1) 50

It has seemed to me, for a very long time, that modern AI systems would need to be integrated with standard RDBMS systems for reliable persistant storage of raw information, some sort of no-sql database (memcache or some variant) for persistant storage of associations, some sort of document database for blocks of textual information, a SPARQL system for searching semantically-marked information within the document database, and a more old-fashioned back-propogation NN to provide a store of understanding that the user can directly manipulate.

Probabalistic classifiers are all fine and good, but only for a subset of the tasks needed. The above structure is a very loose, wildly-speculative initial framework. It's almost certain that if you actually tried building an integrated multi-model system, that you'd end up making a lot of changes to this basic idea, but that you'd end up having to implement the same core concepts that are identified in it.

Comment Re:"Alan Turing, one of the more famous people" (Score 1) 22

From their careful selection of text, they WANTED it to mean something else so badly that they couldn't handle putting in the full text. It's a common blight on today's Internet, where people want other people's writings to mean something other than what was meant by the writer, so carefully select the words they read.

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

That's the entire point. Trying to solve other people's problems NEVER WORKS. You CANNOT control others into responsible behaviour, but you CAN place them in a position where they will choose to be responsible of their own accord. It is the ONLY way that works. It is the only way that has ever worked. If you look at computer programming, you will see this repeated over and over - well-meaning "hard rules" are ignored, STANDARDS are kept.

You must give them parameters and force them to find their own solution within those.

Comment Re:revocable (Score 1) 94

Narrowing:
1. The right answer in the case of games with a substantial offline experience is to not make the license for the offline portion revocable.
2. The right answer in the case of games without a substantial offline experience is to describe the license as a rental at all times.

Comment Re:revocable (Score 1) 94

All three major console makers require all customers to "agree[] to let them change the terms when you signed up." If a game developer wants to sell a customer an indefinite license that the console maker can't revoke, the developer has no way to do so. This appears to be evidence of a cartel to me. How is it not?

Comment Re:revocable (Score 1) 94

You don't respect the time and effort that went into creating your enjoyment

Say I buy an indefinite license to use a video game. Then the game's publisher or the platform's owner unilaterally revokes that license. What do I have to show for having "respect[ed] the time and effort that went into creating your enjoyment"?

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

Title 17, United States Code, reserves specific rights to the owner of a copy. It defines a copy as a physical object in which a work is fixed (17 USC 101).

Licensed for how long?

The owner of a copy of a computer program retains the right to use that copy, including the right to make essential ephemeral copies in RAM, as long as the copy remains readable (17 USC 117).

And how do you obtain a copy of the software to exercise your licensed rights?

As I understand it, ownership of a physical object is defined by the personal property laws of the several states.

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

You've have never owned a copy of a game

A "copy" under United States copyright law is any physical object in which a work of authorship is fixed, such as a game cartridge or game disc. The owner of a lawfully made copy of a work enjoys two carveouts, or uses deemed noninfringing. One is reselling that copy (17 USC 109). Another is making private copies essential to the use of a computer program (17 USC 117). These carveouts subsist as long as the copy remains readable. A license through PlayStation Store does not.

Comment Two statutory carveouts: first sale and RAM copies (Score 1) 94

Even in the time of picking up PS2 discs at GameStop you were only buying a license to run those games on your console

This license consists of uses carved out as noninfringing in the copyright law. For video games distributed in physical copies, two carveouts are most salient: exhaustion of the exclusive distribution right with respect to a particular copy after the first sale, and making private copies required to use a computer program, such as ephemerally reproducing the program in RAM. (Under US law, these are 17 USC 109 and 17 USC 117. Feel free to describe analogous carveouts in other countries' copyright law.)

What these carveouts have in common is that neither the copyright owner nor a platform gatekeeper can remotely make copies unusable. PlayStation Store doesn't give licensees even this assurance.

Slashdot Top Deals

"Our vision is to speed up time, eventually eliminating it." -- Alex Schure

Working...