Rock Band, w/ 4 players going wild at once, is not like any other gaming experience I've had. And being able to download songs for Rock Band is pretty amazing. Rock Band + Xbox-Live is the greatest combination of game and complete system ever.
If Economics is "The Dismal Science," copyright law should be called "The Dismal Jurisprudence." It is the most inexact, illogical, philosophically unfounded, and inevitably abused subject of law.
No one here is really sure what's legal, although everyone has an inkling that torts are pending. And this is despite the likelihood that there is nothing in the code which a typical coder could not come up with himself. On top of that, there is the morally repugnant proposition that my own work is somehow compromised by the fact that I might have noticed some code published errantly in a public forum.
Copyright law has veered far from its original intention: To encourage the useful Arts.
They should have used 9 cores on the Cell. Then, they'd be using Seven of Nine.
It's only six cores available to Linux per Cell processor on a PS3. One is reserved for the Game OS, and one is disabled to achieve a higher yield on fabrication.
Does anyone have experience with SWIG and shared_ptr? I'm wondering how difficult it is to get SWIG to parse a boost header file. And of course, all the shared_ptrs would have to be instantiated explicitly in the SWIG definition file.
One big problem from global warming will be insect populations. Already, in far northern areas the shorter winters are allowing some bugs to survive and thus attack the arboreal forests.
In time, more bugs will survive in more areas. Bugs can dramatically alter the populations of local flora. They also carry diseases. Combined with the destruction of many animal species, we may not enjoy living with all insects.
that isn't right at all. what makes normal matter collapse is gravity. this 'friction or interaction' you speak of is what keeps charged particles from collapsing into each other.
Gravity? Not quite. A bunch of tiny, non-interacting point masses would not coalesce at all. They would just buzz around each other forever, maintaining their original net kinetic energy, momentum, and angular momentum.
In order for dark matter to coalesce, it must do more than just "annihilate". There must be a mechanism for individual particles to lose kinetic energy. Ordinary matter does this through electromagnetic radiation and chemical bonding. The paper does not really explain how dark matter could do this.
However, a concentration of dark matter could, via annihilation, produce an outflux of radiation which prevents the normal collapse of ordinary matter for awhile. I think that's really the point of the authors. It's not accurate to call that a "star". It would not be localized, except to the extent that the dark matter happens to be concentrated in some areas. It would be more like a vast, glowing soup.
Whenever the TurboTax website got slow, the browser would hang. The trick was to open a new browser window, log back in, and continue. I did that about every 5 minutes last night, each time forcibly killing the hung window. It worked every time. Microsoft got several dozen bug reports from me last night.
* "use Foo;" can cause symbols to enter your package. The reader of your code may wonder where the symbols came from. He will have to examine every loaded module to find them.
* A different module can add symbols directly into your module's package before you module's code even begins to execute.
* Code does not execute in order; the reader must find all BEGIN blocks.
* There is a difference between an ARRAY and an ARRAY reference.
* It is impossible to alias a package.
I could go on and on. In a nutshell, Perl literally encourages unmaintainable code.
I implicitly conceded that piracy is a crime. The italics showed the emphasis, which is that it is a fundamentally different crime than GPL-violation, which typically goes unpunished.
I certainly don't mind your inference, since the truth of it is common sense. If you want proof, look at these two statements:
X steals from the poor and *gives* to the rich. Y steals from the rich and *sells* to the poor.
In this case, with rich and poor reversed, have I suddenly made the opposite implication? If not, then you must concede that you in your heart tacitly agree that stealing from the poor is in fact less wrong than stealing from the rich. It is an assumption, rather than an implication. I'm surprised that anyone would refute it. Would you at least concede that letting a man die is less wrong than letting a woman or a child die (as on a sinking ship)? If so, I am ready to concede that letting a rich man die is not better than letting a poor man die. Death is final and absolute while loss is relative.
The real problem with this debate is the moralistic tone.
First, a copyright is not a "right", as the Supreme Court has consistently pointed out. It is a monopoly granted by the government, and rescindable by the government. From the cited decision, "Congress could reasonably conclude that the best way to promote creativity is not to impose any governmental restrictions on the subject matter of copyrightable works."
Second, no one is losing actual property. They are losing potential profits (the exact value of which is debatable) but as mentioned in point #1, they never had a "right" to those profits. They were guaranteed those profits only in order to encourage the progress of useful arts.
The only valid question is whether piracy actually discourages useful arts. Some claim that it does. Maybe so, but that is seldom the topic of debate.
> unless i've missed something nobody forces you to buy that CD at all.
You've missed the point. When someone receives pirated music, the loss to the legal seller is not the sale price. The loss is only what the potential buyer was willing to pay, minus the costs that would have been incurred in providing the material. If producing and distributing the CD costs $3, and if I was never willing to pay more than $2.50, then there was NO LOSS WHATSOEVER!
I am not willing to pay $14 for a CD. I do not steal. Therefore, I do not have the CD.
Thank you. That's exactly the point. The punishment should fit the crime.
For many years I bought no CDs except a few via a BMG deal. When mp3s became readily available, I downloaded some. Did anybody actually lose any money?
And how about this: I had several CDs stolen on an airplane. Later, I replaced them by downloading from allofmp3. Did I steal anything then? I had already paid for the intellectual property. Think about that one for awhile...
To promote the progress of science and useful arts, by securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries;
In order to imprison someone for violating the temporarily granted monopoly, the government should have to prove that he discouraged "the progress of science and useful arts". For that, they would have to prove that the people who obtained his pirated material would otherwise have paid for it. That is the problem with the arguments of strict copyright proponents: They fail to recognize that the absence of piracy does not imply equivalently higher sales. Some of us are simply not willing to pay $20 for one decent song on a CD.
The fine might be appropriate, but prison time is completely unjustified.
Rock Band, w/ 4 players going wild at once, is not like any other gaming experience I've had. And being able to download songs for Rock Band is pretty amazing. Rock Band + Xbox-Live is the greatest combination of game and complete system ever.
If Economics is "The Dismal Science," copyright law should be called "The Dismal Jurisprudence." It is the most inexact, illogical, philosophically unfounded, and inevitably abused subject of law.
No one here is really sure what's legal, although everyone has an inkling that torts are pending. And this is despite the likelihood that there is nothing in the code which a typical coder could not come up with himself. On top of that, there is the morally repugnant proposition that my own work is somehow compromised by the fact that I might have noticed some code published errantly in a public forum.
Copyright law has veered far from its original intention: To encourage the useful Arts.
Very nice language!
...) ... much, much more!
* Iterator protocol (including StopIteration exception)
* Generators (via yield statement)!
* List comprehensions!!
* String slicing
* Native datatypes (Vector, Map,
* Generic function templates
* Classes!!!
* Control over initialization
* Type-reflection
* Clear module and namepsace systems.
* Interfaces
*
What's missing:
* contract programming (pre/post-conditions and invariants)
* built-in unit-testing
* literate (in-code) documentation
* keyword arguments (but they've added var-args at least)
On thing I don't like:
* dropping "return" at the end of short functions. That does not improve clarity at all.
I'm not sure it's so smart to put all this in a browser language, but it's really a great language definition.
unless it also involves tic-tac-toe on government computers.
I have a patent on automatically filing lawsuits.
Since there is (practically) no water on Mars, it would last longer there.
Does anyone have experience with SWIG and shared_ptr? I'm wondering how difficult it is to get SWIG to parse a boost header file. And of course, all the shared_ptrs would have to be instantiated explicitly in the SWIG definition file.
One big problem from global warming will be insect populations. Already, in far northern areas the shorter winters are allowing some bugs to survive and thus attack the arboreal forests.
In time, more bugs will survive in more areas. Bugs can dramatically alter the populations of local flora. They also carry diseases. Combined with the destruction of many animal species, we may not enjoy living with all insects.
Gravity? Not quite. A bunch of tiny, non-interacting point masses would not coalesce at all. They would just buzz around each other forever, maintaining their original net kinetic energy, momentum, and angular momentum.
In order for dark matter to coalesce, it must do more than just "annihilate". There must be a mechanism for individual particles to lose kinetic energy. Ordinary matter does this through electromagnetic radiation and chemical bonding. The paper does not really explain how dark matter could do this.
However, a concentration of dark matter could, via annihilation, produce an outflux of radiation which prevents the normal collapse of ordinary matter for awhile. I think that's really the point of the authors. It's not accurate to call that a "star". It would not be localized, except to the extent that the dark matter happens to be concentrated in some areas. It would be more like a vast, glowing soup.
Whenever the TurboTax website got slow, the browser would hang. The trick was to open a new browser window, log back in, and continue. I did that about every 5 minutes last night, each time forcibly killing the hung window. It worked every time. Microsoft got several dozen bug reports from me last night.
Which is why such speculation is somewhat useless. We just need a large enough particle accelerator....
Y'all are missing the whole point. Monsanto has genetically engineered corn to prevent parasites from eating it. We're the parasites!
Appropriately, on the front-page of that web site, http://biology.plosjournals.org/ , there is an article entitled "Splicing and protein evolution".
Things that make perl cryptic:
* "use Foo;" can cause symbols to enter your package. The reader of your code may wonder where the symbols came from. He will have to examine every loaded module to find them.
* A different module can add symbols directly into your module's package before you module's code even begins to execute.
* Code does not execute in order; the reader must find all BEGIN blocks.
* There is a difference between an ARRAY and an ARRAY reference.
* It is impossible to alias a package.
I could go on and on. In a nutshell, Perl literally encourages unmaintainable code.
Thanks. I was having trouble following his "proof".
I hope someone mods this up.
Is there a website where people have discussed their ideas on Primer?
I implicitly conceded that piracy is a crime. The italics showed the emphasis, which is that it is a fundamentally different crime than GPL-violation, which typically goes unpunished.
I certainly don't mind your inference, since the truth of it is common sense. If you want proof, look at these two statements:
X steals from the poor and *gives* to the rich.
Y steals from the rich and *sells* to the poor.
In this case, with rich and poor reversed, have I suddenly made the opposite implication? If not, then you must concede that you in your heart tacitly agree that stealing from the poor is in fact less wrong than stealing from the rich. It is an assumption, rather than an implication. I'm surprised that anyone would refute it. Would you at least concede that letting a man die is less wrong than letting a woman or a child die (as on a sinking ship)? If so, I am ready to concede that letting a rich man die is not better than letting a poor man die. Death is final and absolute while loss is relative.
The real problem with this debate is the moralistic tone.
First, a copyright is not a "right", as the Supreme Court has consistently pointed out. It is a monopoly granted by the government, and rescindable by the government. From the cited decision, "Congress could reasonably conclude that the best way to promote creativity is not to impose any governmental restrictions on the subject matter of copyrightable works."
Second, no one is losing actual property. They are losing potential profits (the exact value of which is debatable) but as mentioned in point #1, they never had a "right" to those profits. They were guaranteed those profits only in order to encourage the progress of useful arts.
The only valid question is whether piracy actually discourages useful arts. Some claim that it does. Maybe so, but that is seldom the topic of debate.
> unless i've missed something nobody forces you to buy that CD at all.
You've missed the point. When someone receives pirated music, the loss to the legal seller is not the sale price. The loss is only what the potential buyer was willing to pay, minus the costs that would have been incurred in providing the material. If producing and distributing the CD costs $3, and if I was never willing to pay more than $2.50, then there was NO LOSS WHATSOEVER!
I am not willing to pay $14 for a CD. I do not steal. Therefore, I do not have the CD.
> Your comment implies that you believe that harm to the rich to benefit the poor is justified
I imply only that "giving" is not equivalent to "selling".
Thank you. That's exactly the point. The punishment should fit the crime.
For many years I bought no CDs except a few via a BMG deal. When mp3s became readily available, I downloaded some. Did anybody actually lose any money?
And how about this: I had several CDs stolen on an airplane. Later, I replaced them by downloading from allofmp3. Did I steal anything then? I had already paid for the intellectual property. Think about that one for awhile...
The GPL violator steals from the poor and sells to the rich.
Do you really see no difference?
In order to imprison someone for violating the temporarily granted monopoly, the government should have to prove that he discouraged "the progress of science and useful arts". For that, they would have to prove that the people who obtained his pirated material would otherwise have paid for it. That is the problem with the arguments of strict copyright proponents: They fail to recognize that the absence of piracy does not imply equivalently higher sales. Some of us are simply not willing to pay $20 for one decent song on a CD.
The fine might be appropriate, but prison time is completely unjustified.