Really? Reading most software ad copy makes it sound like the software is literally going to pop out of the computer and fuck me in the ass. Bleeding with testosterone in every thrust.
Actually, a patent is not a trade secret. Patents become public domain; trade secrets need not. In fact, patents are never secret; the entire point is that a patent is published in full.
You missed the "allowed sites" button, which would make it clear that only sites on a whitelist may install software. If update.mozilla.org is installing spyware, Firefox has a bigger problem than XPI.
Why does the movie have to be set in the present day?
It's already a parallel Earth. There's no reason it can't be set at the proper time. It should be set in the 80s, and the cultural references in the novel should be kept. (And the pirate comic needs to stay, somehow.)
Point 1: "Slashdot" is not an entity. It often seems there are more posts berating Slashdotters for holding a specific view than there are people who actually seem to hold it. Point 2: Most of the posts on this story seem to be pretty critical of the movie plans.
Some of us don't want to shell out around $190 for an OS we won't use. Especially if we then have to pay ANOTHER $190 to run it without having to repartition and waste space. It doesn't do Linux any good to look out the window and think of ice cream and ice cubes.
It's an optimization flag for GCC that "unrolls" loops -- expands one or more iterations in place, to prevent the need to use jump instructions.
The speed advantage of loop unrolling is questionable nowadays, because it results in significantly larger binaries; in the old days, however, people used to unroll their loops by hand.
With today's incredibly fast clock speeds, loop unrolling is very often a bad thing, because the speed advantage is minimal compared to the large increase in binary size.
It's one of several foolish compilation flags passed around by word of mouth; as the website claims, it is often part of the CFLAGS of the most fanatic (and naive) Gentoo users, along with silly things like "-O10" and atrocities like "-ffast-math".
There are tons of pictures in the GIMP's menus. Perhaps I missed your meaning.
Parent said "signature", not "checksum". The reference is in fact to GPG signatures, which are pretty damn hard to fake.
Think before you go smug.
> For example, I use chatzilla all the time. It's not available except as part of Mozilla.
a tzill a
Yes, it is.
http://extensionroom.mozdev.org/more-info/ch
What are the others? Fltk isn't what I'd call industrial-strength; Qt is in some cases neither open-source nor free-of-cost.
Apparently ~10 million people disagree.
How is XForms nonstandard? Since when is any given toolkit a standard?
There's a Qt port now anyway.
Really? Reading most software ad copy makes it sound like the software is literally going to pop out of the computer and fuck me in the ass. Bleeding with testosterone in every thrust.
Actually, a patent is not a trade secret. Patents become public domain; trade secrets need not. In fact, patents are never secret; the entire point is that a patent is published in full.
I'd wager any sum that the most commonly played game on Windows is Solitaire. By far.
Not all computer users are 17-year-olds drooling for the next FPS. In fact, they're the minority.
You missed the "allowed sites" button, which would make it clear that only sites on a whitelist may install software. If update.mozilla.org is installing spyware, Firefox has a bigger problem than XPI.
Um, wouldn't the context make it clear that it's a porn site?
Why does the movie have to be set in the present day?
It's already a parallel Earth. There's no reason it can't be set at the proper time. It should be set in the 80s, and the cultural references in the novel should be kept. (And the pirate comic needs to stay, somehow.)
Truman. Rorschach had a fetish for President Truman.
Point 1: "Slashdot" is not an entity. It often seems there are more posts berating Slashdotters for holding a specific view than there are people who actually seem to hold it.
Point 2: Most of the posts on this story seem to be pretty critical of the movie plans.
Atlas Shrugged would be easy. Just depict someone beating off to pictures of Pinochet for a few hours.
I know. Isn't it horrible that people are using BSD-licensed software in a way which the license explicitly allows? It's disgusting.
Some of us don't want to shell out around $190 for an OS we won't use. Especially if we then have to pay ANOTHER $190 to run it without having to repartition and waste space.
It doesn't do Linux any good to look out the window and think of ice cream and ice cubes.
Those brick/mortar institutions are a fundamental backbone of the Internet, so I doubt they're going anywhere soon for at least that reason.
Firefox's default theme fits in fine with Bluecurve.
SELinux was released in 2000.
Actually, Kissinger was Nixon's Sec. of State, too.
He's reporting the polls, dipshit. It's not a by-the-moment prediction. It's an update of the averages of the previous polls.
And you just called Andrew Tanenbaum a goon. That makes you a fucking idiot.
Not all people are using Linux to work. Get used to it.
Your ability to replace "Gentoo" with "Gentoy" in your posts is truly the mark of an advanced satirist. You put me in mind of a Swift, perhaps.
It's an optimization flag for GCC that "unrolls" loops -- expands one or more iterations in place, to prevent the need to use jump instructions.
The speed advantage of loop unrolling is questionable nowadays, because it results in significantly larger binaries; in the old days, however, people used to unroll their loops by hand.
With today's incredibly fast clock speeds, loop unrolling is very often a bad thing, because the speed advantage is minimal compared to the large increase in binary size.
It's one of several foolish compilation flags passed around by word of mouth; as the website claims, it is often part of the CFLAGS of the most fanatic (and naive) Gentoo users, along with silly things like "-O10" and atrocities like "-ffast-math".
CFLAGS="-O -pipe -march=athlon-xp -fomit-frame-pointer"
Some Gentoo users may be ricers, but naivete has never been a reason to insult an entire group.