Forgot your password?

typodupeerror

Comment: Re:Posner (Score 1) 390

by ozamosi (#28506155) Attached to: Judge Thinks Linking To Copyrighted Material Should Be Illegal
When the question is "How is this a new problem?" in internet related discussions, the answer is always "Because pre-internet, it was so annoying to do, that nobody did. Nowadays, everybody can do so in no time".

Some laws are based on assumptions on how things work, and when things stop working that way, the laws break..

It's like encryption: RSA (for instance) is assumed to be secure, because it is damn annoying to factor large numbers into large primes. When that assumption breaks, the algorithm breaks.

There are always two ways to view these cases: internetophiles think that things that was possible offline should continue to be possible online, internetophobes think that things that was possible offline should continue to be possible offline. In this case, should fair use of written works continue to work like it already does, which might mean sacrificing the journalistic profession, or should the journalistic profession (which, unlike record executives, is an important one) be saved, which would mean making fair use in written text work like it already does in music and films (where it's called "sampling", and requires explicit permission).

I do think he's wrong, but I would never agree to debate the issue with him, because he has some pretty good arguments to use...

Comment: Re:What about Python? (Score 1) 288

by ozamosi (#26524945) Attached to: Building Linux Applications With JavaScript

One advantage of using Javascript is that it doesn't already have a standard library that can do anything for you. This is a feature, since Glib can do those things for you already: if you mix too much, you'll run into inconsistencies (example: Gnome's virtual filesystems are really neat, and if your application uses Gio for file access, Gnome's virtual filesystems will be completely transparent. If you use Python's open(), everything will break). This is the kind of stuff everybody learns the hard way: by using a language without a built-in standard library, people can't do that mistake.

Another is obviously that all web developers "know" javascript, which some hope will bring more developers to Gnome.

Many pages make a thick book.

Working...