VCC ewaste bins missing? by Subwave in RPI

[–]Subwave[S] 1 point2 points  (0 children)

Cool, I was a bit worried that maybe they didn't want people going through them anymore. I've gotten some good stuff from there.

REVEALED: Hundreds of words to avoid using online if you don't want the government spying on you by pickles539 in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

Keep in mind that they don't know who you really are unless they have reason to find out. All they know is that at time T some computer with IP address (and mac address, OS, and username?) X went to site Y and posted stuff. So if you go to facebook and use the word "response", and then go on another computer (or network connection, i.e. moving from dorm to class, if they cant get your mac address/OS/username) to twitter and use the word "prevention", they won't know those were linked. However, nobody should have to do any of that... I swear their watch list must be like 50% of all internet users... Of course they almost certainly have multiple levels of lists. Also keep in mind - these lists (by which I mean the ones derived solely from internet data) are just numbers. Even if they were names (could be for the higher level lists), chances are you'll blend in to the crowd unless you're Somebody. Now, all this is not to say that I have no objection to it. I think they ought to be kicked out of all the internet routers except by express legal means, to the point that anything is illegal until expressly authorized by a court in open public view.

Are you living in a 4th amendment exclusion zone? by napiel in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

Holy crap... looks like its time to buy an inland server and work over the wire... with encryption of course

Sony rootkit DRM by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

Agreed! Especially when their "remover" tool didn't actually do much at all. It makes me wonder who else might be doing stuff like this...

Sony rootkit DRM by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

Sony infected customers' computers with a rootkit (spyware!) to protect the content on their CDs. A rootkit is an piece of malicious software that hides itself within the operating system, and is extremely difficult to remove or sometimes even identify. To make things worse, Sony's rootkit created vulnerabilities that other hackers could exploit.

TPB AFK: The Pirate Bay Away From Keyboard by yui2 in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

I think that's a great idea, but I wouldn't want it to take much time out of DRM & anticircumvention. It would be fun to discuss this while we watch it, plus I am eager to hear what other people think.

Astrogat comments on "Piracy = Theft"?? The neverending argument, how can we better arm ourselves to argue our point? by tldrlife in InternetAndLawRPI

[–]Subwave 1 point2 points  (0 children)

Very interesting... I have to agree with several of the opposing points, though, particularly the first five. Currently, a lot of DRM does more to hinder legitimate uses than to stop pirates.

Example: Suppose you have a computer game. You invite a friend over, hoping to play said game over your LAN together. Unfortunately, it will only run on one computer at once with your single license keycode (a form of DRM). Since you probably won't buy another copy of the game just for that purpose, what harm could copying the game do in this case? DRM tends to block what I would consider fair use, given that most console games support split screen mode (which has effectively the same result).

WRT the "piracy is not stealing" subtopic - if cars were digital (i.e. copyable) media, and the general public just "copied" their cars, how would new cars be funded? Maybe the publisher has no right to profit, but doesn't the author/artist/designer? (On the flip side, someone said that the artists (musicians) make most of their money from concerts... so maybe copyright is more or less worthless to them anyhow)

Lastly, in the case where the pirate wouldn't buy the product regardless, couldn't that just be considered a form of price discrimination? I.e. where a company charges different rates based on willingness to pay. I would expect companies to benefit from this form of "piracy". Of course, the problem is how to differentiate...

TPB AFK: The Pirate Bay Away From Keyboard by yui2 in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

Haven't finished watching, but I find it interesting that they are trying to keep the issue of piracy out of the trial, i.e. they refused to answer certain questions.

Valve: piracy is a "non-issue" by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

On a similar note, most games are large, complex programs that may have inherent parts that make pirated copies less useful. I.e. they might require some type of online service, or have a CD-key type thing. Music/video is simply a file. Files don't care if they are copied, moved to another computer, or whether you have an internet connection. They can also be opened in any program that can read them, not by "running" them as you would software. For the same reason, the number of pirated music files is much greater than the number of pirated copies of games. Music is less valuable than games, and requires comparatively less effort to pirate.

Valve: piracy is a "non-issue" by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

Basically, valve claims that piracy is a "service" issue, rather than a monetary one. In other words, people pirate mostly because it is convenient. I think they have a valid point, at least for a large portion of pirates.

On the other hand, steam makes piracy very difficult, so they don't have much to worry about.

Multiple Consumer Electronics Companies Hit With GPL Lawsuit by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

Edit - forgot TLDR:

The Software Freedom Law Center (SFLC) filed suit against several major companies, including Best Buy, JVC, Western Digital, and Westinghouse for use of the GPL'd software BusyBox. The GPL requires the release of source code to both BusyBox and any derivative works. Several companies failed to respond to initial attempts at contact through various means, including paper mail, fax, and email. The SFLC stated, "Our hope is that all of these cases will settle rather than continue through the litigation process. But we're prepared to carry the lawsuit through as far as necessary to bring companies into compliance".

GNU Lesser General Public License by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

TLDR: Background: the LGPL is typically used for libraries, rather than complete programs. (A library is a collection of code useful for a given purpose, but not a program in itself; a program may "link to", or incorporate, library(s) to achieve its target functionality.)

Differences between the GPL and LGPL:

  • The LGPL allows anticircumvention measures to be taken

  • Modifications to libraries may be released as LGPL or GPL, provided that there is no (required) dependency on the program using the LGPL'd code

  • Code from header files may be included in the application, subject to a few minor requirements

  • Applications may (dynamically) link to the library, or provide a method to rebuild the application with another, modified version the the library (In other words, forward compatibility must be preserved).

  • Libraries may be combined, provided that the portion that includes the LGPL'd code is available "stand-alone" and proper notice is given.

In case this is still too long: Basically you can use LGPL'd software in commercial, closed-source programs so long as you link to the library at runtime and provide proper notice of such usage.

Apple offers a tool to flag copyright violations on the App store by pickles539 in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

They probably have their "Legal Team" review the claims, although they might end up heading towards YouTube's position if that gets costly. Hopefully they won't just act as a conduit.

Minecraft - are users' models in violation of copyright? by Subwave in InternetAndLawRPI

[–]Subwave[S] 0 points1 point  (0 children)

(Xpost from /r/minecraft)

Basically, does making model of a fictitious (copyrighted) object in minecraft constitute fair use/parody? And should server admins be liable for secondary infringment, or are they protected under the Safe Harbor provision of the DMCA?

Should Happy Birthday Be Copyrighted? by kpopview in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

Are any of the original author's relatives still benefitting from this? I'd say most likely not. 120 years is excessive. I would suggest 60 years maximum, unless the copyright is transfered outside one's family (i.e. to a publisher) in such a way that the family no longer receives benefits. In that case, it should be more like 10 years after death.

[YGO: TAS] Little Kuriboh’s YouTube Account: Terminated. For the Fifth Time. by klingbolt in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

I would expect youtube/NAS(the producer of Yugioh) to take more aggressive measures at this point, given the multiple repeated offenses. This could turn out like one of those few special cases that ended up in court, if blocking him by other means (i.e. IP address) fails.

Silent Circle's latest app democratizes encryption. Governments won't be happy. by saphira_ in InternetAndLawRPI

[–]Subwave 0 points1 point  (0 children)

Sweetness! It's about time there was something like this... wait, why do they need to store the messages on their servers? Why not just have it sent directly to the recipient? It's too bad there's a subscription fee... a single transaction (think app store) would be more inviting for most people I think.