Slashdot Mirror


User: ignavus

ignavus's activity in the archive.

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

Comments · 1,464

  1. Let me get this straight... on Fired for Solitare At Work · · Score: 1

    So this mayor is *not* hard at work at his desk, but wandering around getting useless publicity shots of himself - as if that is really advancing the city - and he has the nerve to call the menial employee a time waster!

    Pot sacks kettle for being soot-covered.

  2. Time lines... on No Time Travel, Sorry · · Score: 1
    dt/dt = 1 ... yes, that's true, but ... dt1/dt2 isn't necessarily = 1, where dt1 and dt2 are different time lines (e.g. mine and yours).

    Otherwise, why do we say that astronauts lose time when they are travelling at relatively high velocity in space? Because their time travels more slowly than ours: dt1 is less than dt2.

  3. Re:Predictions on Technology Predictions for 2006? · · Score: 1

    11. Someone will invent numbered points without bullets in front of them. Oh, wait ... I just did!

  4. Re:finally! on Technology Predictions for 2006? · · Score: 1

    But what if no other predictions are made?

    Would your prediction be classed as right or wrong?

    If your prediction were classed as wrong, and there are no other predictions, then 100% of all predictions made would be wrong, in which case your prediction would actually be right!

    But if your prediction were classed as right, and there are no other predictions, then 100% of all predictions made are right. In which case your prediction would be wrong!

    A paradox, a paradox, a most ingenious paradox. (Oh be quiet, Bertrand Russell!)

  5. Re:IBM didn't make a difference; Compaq did on Paul Allen the 'Accidental Zillionaire' · · Score: 2, Informative

    "What really made the PC ubiquitously popular was Compaq's reverse-engineering of the IBM BIOS."

    Um, wasn't it *Phoenix Technologies* that reverse engineered the IBM BIOS, i.e. produced an IBM-compatible BIOS so that other manufacturers could make IBM clones?

  6. Re:Pfft on Are Americans Addicted to Technology? · · Score: 1

    Why don't people ever ask for the second-born children?

    Aren't they somewhat scarcer, and therefore more valuable?

    And why would you want people's *children* anyway? Then you have to change their diapers, make them do their homework, cook their meals, argue with them about their choice of friends ... isn't that a bargain likely to backfire?

    I mean, parents have to pay somone big money to look after their kids part time, and you are offering to do it full time for free? I'll pass on the first-born, thanks. Cash works for me.

  7. Re:Anyone seen it yet? on Behind the Scenes of Narnia's Special Effects · · Score: 1

    No. Nobody has seen it yet. All that money reportedly made - that must just be advance sales.

    Not even the director or producers have seen it. Not even the camera operators have seen it. ... Of course, someone has seen it!

    What a dumb question.

    Oh, that was just a lame lead-in to the real question ... sorry.

  8. Re:Old news ... on New Ocean being Formed in Africa · · Score: 1

    So you're saying that Slashdot is basically about 10-20 million years late with this story?

    Hey, editors! What were you guys doing when this started?! Sleeping!?!

    How about keeping up with the news?

  9. Re:histogram of C reserved words - well, B .... on Searchable C/C++ DB surpasses 275 million lines · · Score: 2, Informative

    auto is a throwback to B days (the language immediately before C). B had no data types (no int, float, double, etc) but did have storage types: auto, static, and extrn.

    auto was necessary in B for local variables, as a plain variable name by itself was a valid expression statement (as it is in C), not a declaration (IIRC).

    1. foo() { auto bar; ... }
    2. foo() { static bar; ... }
    3. foo() { extrn bar; ... }
    4. foo() { bar; ... }

    All mean something different in B: the first three instances of bar are declarations, the fourth is an expression statement (and if I remember my B correctly, it is invalid as the first statement of foo(), because bar hasn't been declared one of auto, static, or extrn yet in this function).

    In C, auto is completely redundant. Except, perhaps, in comments.

    Ah, B. The days when programmers were programmers and data was data, and you could perform any operation you liked on any variable. Want to divide a pointer to a string by 3? Go ahead. Self-disciplined programmers don't need training wheels. Just a choice between auto, static and extrn.

  10. Re:Sequel on Build a Program Now · · Score: 1

    Visual Studio 2005: Extending the Evil Empire One Programmer at a Time
    Visual Studio 2005: Free as in The First One is On Me
    Visual Studio 2005: Desperately Trying to Head Off Open Source

  11. Re:Great on Get Out of Voice Menu Pergatory · · Score: 1, Insightful

    Now if only I could read Slashdot without getting posts from rednecks in America.

    Or do you only object to prejudice when it is directed at you?

  12. Re:Most disturbing..... on Darwin Evolving Into A Tricky Exhibit · · Score: 1

    "For Pete's sake... does anybody question anything anymore?"

    Pete who?

  13. Re:That's Not Cryptic on MA Governor Wants More New Tech · · Score: 1

    No, France would be a German "Land". Laender is plural. Unless you meant that each French province would become a separate German Land, in whcih case you should have said "France would be a bunch of German Laender" - like the former German Democratic Republic.

    Ein Land.
    Zwei Laender.

    In the next lesson, we'll teach you the number for "three" and the words for "mother" and "father".

  14. Re:2 Problems on Interview with Tony 'Say No to Windows' Bove · · Score: 1

    1) It assumes there's a good reason for people to abandon MS.

    Freedom. I mean it. Not being sold to and lied to and and manipulated all the time. Having co-operation, helpfulness. Source code (yes, I've used this feature of Open Source). Quick fixes to bugs (like when I reported a bug in the Perl-compatible regular expressions to the PHP site, and got an email the next day telling me that the bug had been identified, fixed, and a new version of PHP was available from CVS at that moment fixing the problem) - and it didn't cost a thing in support fees. A movement with a vision for better code, rather than a corporation with a vision for enriching its shareholders with your money by abusing its monopoly.

    Freedom is priceless. Microsoft always leaves the biggest cost of Windows out of their TCO studies.

  15. Re:Usefulness? on AbiWord beats OpenOffice to a Grammar Checker · · Score: 1

    Okay then, translate "The window has been broken" into active voice.

    "I broke the window". If anyone else had broken the window, you would have said so. Windows only break by themselves when you help them.

  16. Re:Isn't it obvious... on EU Claims Internet Could Fall Apart Next Month · · Score: 1

    Hell, I'd personally lynch a politician if I thought they'd rather represent foreign interests above their own constituents.

    Are you coming out to Australia any time soon? If so, we have a Prime Minister ....

  17. Reasons. why. I. hate. ads. on Why Do You Block Ads? · · Score: 1

    1. I block ads that block me. If the ad gets in the way, it is an enemy and I kill it. Google Ads, for example, don't get in the way. Pop-ups do - heinously.

    2. Most ads are so irrelevant to my interests, hobbies, material needs ... like sending breast implant ads to a man, or viagra ads to a woman. Biggest bitch: my IP indicates that I am not American - so I am going to loathe with deep vengeance any exclusive ad for Americans: NO I don't want your "Mortgage, valid in US only!" etc etc etc. Why do you even BOTHER?????

    3. Ads make normal people feel powerless - so we hate them with deep bitter hatred. Ads are an assault on our privacy, our solitude, our personal space. Less is more (see comment about Google Ads).

    4. Advertisers don't care about me. They just want to use me as a target audience. I don't care about them - they are assaulting me with their ad.

    5. This is war. DEATH TO ADS!

    What was the question again?

  18. And in news to hand ... on FCC Giving Veto Power to FBI Over VoIP? · · Score: 3, Funny

    And in news to hand, the FBI wants to ban talking over backyard fences with the neighbors.

    "We cannot bug all the backyard fences in America, so we'll just have to outlaw talking to the neighbors that way. Only authorised communication over interceptable devices can be permitted in a free society."

    Fortunately, sociologists have confirmed that the universal failure of American couples to communicate, or even talk, during sex means that procreative activity will not have to be banned as well. The CIA confirmed that terrorists do their murderous acts because they are prevented from looking at wholesome bikini-clad girls - those secretive burqas hiding the female form are the true cause of extremism. "This is why our army in Iraq was trying to show the captured Iraqis that nakedness is good. I guess they just took it the wrong way", suggested an Army spokesperson.

    "Only a terrorist would want free speech", added an FBI agent. "Encrypted VOIP is like wearing a burqa to hide a bomb."

    And that's all the news (you're allowed to hear) from the Land of the Free.

  19. Re:What rootkits? on No Defense Against Windows Rootkits? · · Score: 1

    "backing up is as simple as looking for *.doc, *.xls, *.ppt, *.mp*, *.mov, *.wmv, and *.avi."

    You left out *.doc.exe, *.xls.exe, *.ppt.exe, *.mp*.exe, *.mov.exe, *.wmv.exe, and *.avi.exe

    You should back those up too.

  20. Who is Sue Baidu? on Music Giants Sue Baidu Over Music Downloads · · Score: 1, Funny

    Who is Sue Baidu?

    Why does she work for the Music Giants? Are they a baseball team?

    And if she has got over music downloads, why haven't the rest of the RIAA got over them?

    "Music Giants Sue Baidu Over Music Downloads." Well, she's a start. Now if only the rest of them catch on...

    And in other news: Allies push bottles up Germans.

  21. Re:Also on Comparing MySQL and PostgreSQL 2 · · Score: 0, Offtopic

    Let's nip this one in the bud:

    vi is better than emacs, but mcedit is better than either.

    debian is better than the other distros.

    PostgreSQL is better than MySQL (which makes puppies want to cry).

    WindowMaker is simply elegant, and better than than either Gnome or KDE, but Gnome is better than KDE.

    Right. Can I offend anyone else?

    Ah, yes, I can. Perl is better than Python, because it simply is. Syntactic whitespace is spawn of the devil, while we all know that Larry Wall is a Nice Guy(TM).

    But, he whispers, PHP is better than Perl (sorry, Larry).

    And JavaScript is not as bad as people make out - quite a nice little language in my opining. It's only silly flaw was allowing newlines to terminate statements (see evil whitespace comment above).

    Commandline is faster than GUI, but mc is faster than command line (otherwise why do you use vi or emacs instead of ed, hmmm?????)

    Which brings me back to the original question. Er, what was it again?

  22. Mars? on The View from the Top of Husband Hill · · Score: 1

    It looks just like the outback in Australia.

  23. TCO of Freedom? on Users Reject MS Independent Study Claims · · Score: 1

    Such a study is impossible.

    How do you factor in the cost of freedom? For example, MS give-aways (like IE) are only free if you ignore the lock-in costs involved. That is why MS has turned a blind eye to the copyright infringement of MS Windows in third world nations (so-called "piracy"), because the rapid distribution of MS Windows through copyright infringement was destroying the freedom of those nations to switch to genuinely free alternatives - free as in liberating.

    MS software is cheaper than free software only if you put no value on freedom (liberty).

  24. Re:Sociopaths on Is Your Boss a Psychopath? · · Score: 1

    "Does this remind anybody else of high school, or is it just me?"

    Yes, it just reminds me of you.

    And hell, I don't even know you!

  25. And just think.. on Microsoft's Bold Patent Move · · Score: 1

    And just think ... without the patent system to protect and support innovation, we wouldn't have had this new invention.

    Numbers in boxes. Why next, they'll be inventing non-numeric text in boxes, but I don't really think it is technically possible. How could they pull it off with all the difficulties to overcome?

    But they really should get a patent on it if they do work out how to do that too! The human race desperately needs such new technology to fight the battle against want.