Slashdot Mirror


User: hobbit

hobbit's activity in the archive.

Stories
0
Comments
1,497
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,497

  1. Re:Duh? on More Interest In Parallel Programming Outside the US? · · Score: 1

    you are mixing up "average" with "median" Several people in this thread have replied as much to the OP, yet mean is but one kind of average. Median and mode are two other common ones. And indeed, when people say "mean", they generally mean arithmetic mean, but there are also geometric and harmonic means...
  2. Re:Duh? on More Interest In Parallel Programming Outside the US? · · Score: 1

    Indeed, you don't even need to guess :)

    http://en.wikipedia.org/wiki/Central_limit_theorem

  3. Re:Ugh on Web 2.0, Meet JavaScript 2.0 · · Score: 1
    That's not true. You have to include (unless having your hand held by Visual Studio or similar). You don't have to include !

    $ cat > test.cpp
    int main(int argc, char **argv)
    {
        cout << "Hello, world!" << endl;
        return 0;
    }
    $ gcc test.cpp
    test.cpp: In function 'int main(int, char**)':
    test.cpp:3: error: 'cout' was not declared in this scope
    test.cpp:3: error: 'endl' was not declared in this scope
    $
    The only reason gcc didn't complain about the << operator was that it parsed it as the bit-shifting operator.
  4. Re:Ugh on Web 2.0, Meet JavaScript 2.0 · · Score: 1

    Grand-parent gave an example of built-in operator overloading C++'s usage of the left shift operator as a stream manipulator is actually a feature of the standard library, not the language.
  5. Re:v2.0 on Web 2.0, Meet JavaScript 2.0 · · Score: 0, Flamebait

    It might surprise you to learn this but javascript is actually quite a nice language -- I'm a Real Programmer(TM) I'm guessing what you mean by "Real" is "C++" -- surely no-one else would call JavaScript a nice language. I mean, if all browsers supported Ruby and Python it would quickly die a death.

    Unless of course you're a Real Basic programmer -- that would also make sense ;)
  6. Re:Umm... on Scientists Create Room Temperature Superconductor · · Score: 1

    Fortunately, you can buy small glass containers that maintain an anoxic environment at four for a dollar, under the name "light bulbs". Excellent -- four dollar light bulbs that never go "pfft"! Where do sign up?

  7. Re:Excession and Look to Windward? on Matter · · Score: 1

    Wrong way round: M is for sci-fi.

  8. Re:Maybe Apple should... on Paypal Advises Users To Stop Using Safari · · Score: 1

    and asks me for two letters from my passphrase in a drop-down box (so key loggers can't get them). I use the keyboard to navigate drop-down boxes, you insensitive clod!
  9. Re:Leopard: Only minor updates on An App Store For iPhone Software · · Score: 1


    Sometimes we have seen various bits of extra functionality without having to pay for them -- e.g., IP over firewire. Admittedly this was before SOX -- would this sort of upgrade not be possible in our brave new world?

  10. Re:It's an accounting thing on An App Store For iPhone Software · · Score: 1


    What about the changes they made to Tiger before Leopard was released? For instance, they added an RSS reader for Safari -- which was not yet available for Windows, so it was effectively something I paid for when I bought OS X. That's new functionality they didn't charge me for. There are doubtless countless other examples I could think of if I were less tired.

  11. Re:It's an accounting thing on An App Store For iPhone Software · · Score: 2, Interesting

    I still don't get it. Do they account for, e.g., Leopard that way? Or can they not add value to their operating system?

  12. Re:News Flash: bitter ex communist hates communism on Tetris Creator Claims FOSS Destroys the Market · · Score: 1

    Protection rackets: true. Casinos: debatable. Drug dealers: not true.

    Drugs are just like oil or sugar: you take a raw material, you refine it, you sell it for a profit.
    Casinos are like the theatre: you've seen Much Ado About Nothing before, but you'll see it again if it's well enough performed.
    Mobsters are indeed just like tax collectors, in that you can take or leave drugs or gambling, but you can't opt out of taxes.

  13. Re:kinda dumb on Judge Rejects RIAA 'Making Available' Theory · · Score: 1

    erm... possessing crack cocaine is illegal, whether you bought it from the RIAA or not.

  14. Re:Sunlight? on Researchers Develop Self-Cleaning Clothes · · Score: 1

    thus creating a good work light, hence the term "daylight" Remind me not to employ you as person in charge of sequiturs.

  15. Re:[Whispers] Buy Everything! on Electronic Arts Offers $2B For Take Two · · Score: 1

    I doubt very much we'll only every have the One Big Gaming company - games would suck so much people would eventually stop buying them. Just like everyone stopped buying operating systems ;)

  16. Re:Pictures on Child-Suitable Alternatives To Passwords? · · Score: 3, Funny

    Yeah, but to get "r00t" on your ZX81, all you had to do was switch it on...

  17. Re:Bush's foreign policy is awesome on Lessig Campaign and the Change Congress Movement · · Score: 1

    All I'm saying is, if Europeans aren't fighting for us, why should we fight for them? Europeans *are* fighting for you, by trying to prevent your warmongering president from getting your country into deeper water than it already is. Our countries are not young whippersnappers like yours, so we know from experience: the bigger your empire, the harder it falls.

  18. Re:Bush's foreign policy is awesome on Lessig Campaign and the Change Congress Movement · · Score: 1

    I actually saw a commercial [...] with English subtitles?!?!?! Am I doing to be forced to learn a new language other than my native one, to learn to live in my own country?? According to what you just said, apparently not.
  19. Re:Remember on iPhones Produced in China Smuggled Right Back in · · Score: 1

    The right wing? You must mean the Clintons instead Just because the Republicans are more right-wing than the Democrats doesn't make the latter anything other than right-wing.

  20. Re:Remember on iPhones Produced in China Smuggled Right Back in · · Score: 1

    There's no need to give China all our wealth and in the process create a powerful competitor. There's no need, but most Americans believed what the right wing told them about infinite growth, and somehow thought they could get rich whilst everybody else did the hard work. Turns out even the American dream is beholden to the laws of physics, though.

  21. Re:AEBS backups on Mac OS X 10.5.2 Update Brings Welcome Fixes · · Score: 1
    Um... from the page you linked:

    Differential
    A cumulative backup of all changes made after the last full backup. The advantage to this is the quicker recovery time, requiring only a full backup and the latest differential backup to restore the system. The disadvantage is that for each day elapsed since the last full backup, more data needs to be backed up, especially if a majority of the data has been changed. In the blurb it says:

    As a backup method, [Incremental backup] is highly efficient, since it allows for the illusion of storage of N copies of size S information chunks, with a total storage requirement much lower than NxS. If the original information that is backed up does not change between backups, the total size will approach just S. If it changes almost completely, the NxS limit will be approached. Note that it refers to "size S information chunks", not "files". For ZFS, S is the blocksize, as this gives a reasonable tradeoff between time and space efficiency. But the closer to a "true" differential backup you get, the smaller S will be, with the limit being a single binary digit.
  22. Re:moto on Rush Limbaugh Begs Steve Jobs For Bug Fixes · · Score: 1

    Nah, people nicknamed "hobbit" post this sort of value judgment on all sorts of different websites. You obviously need to get out a bit.

  23. Re:Ummm, no. on Apple Can't Afford iPhone's Carrier Exclusivity · · Score: 1

    I wasn't answering the question "Why the hype or the reaction to it?", I was answering your question "what's the difference between multimedia SMS and visual voicemail?"

    But I do agree with you that there are a couple of steps back in the iPhone, lack of 3G being one (and I didn't even know it couldn't do MMS). The other, for me, is the 2MP camera. For those reasons alone, I wouldn't get one... yet.

  24. Re:moto on Rush Limbaugh Begs Steve Jobs For Bug Fixes · · Score: 1

    Au contraire, he has been a Mac user since before being a Mac user was cool. Well, then, he's an idiot. System 9 and prior sucked lazy dogs' cocks.
  25. Re:moto on Rush Limbaugh Begs Steve Jobs For Bug Fixes · · Score: 1

    Even I remember all that, and I'm no spring chicken...