Slashdot Mirror


User: -brazil-

-brazil-'s activity in the archive.

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

Comments · 1,192

  1. Re:Not very unusual on Magazines Faking Game Reviews? · · Score: 1

    Um, no. Obviously, they are paying people to write reviews, and they need so many reviews to be written and can afford so little staff that there's no time to actually watch the movies.

  2. Re:And, we have no one to blame but ourselves. on Details of MSFT's Antitrust Lobbying · · Score: 1
    The only truly effective Campaign Finance Reform is to reduce the power of the federal government. As
    long as the turnip remains large, and growing larger, every goat on the planet will be fighting for a piece
    of it.


    What are the alternatives? Local governments instead of a federal one? Great, that would mean not only big corporations get to by political decisions, but small ones, too! Yay!


    Or no governments at all? Wowie, then the corps wouldn't even have to buy government, they could do whatever they want anyway! Yippie!

  3. Re:Why doesn't... on What Makes a Powerful Programming Language? · · Score: 1
    Misused operator overloading obfuscates, but well-used operator overloading leads to cleaner code. Which is easier to understand:


    MatrixA.add(MatrixB.multiply(MatrixC))

    or

    MatrixA + (MatrixB * MatrixC)

  4. Re:Java Interfaces on What Makes a Powerful Programming Language? · · Score: 1

    With garbage collection, you sometimes have memory leaks that are harder to find than they would be without GC. Mostly the cases where you have a pointer left somewhere that you're never going to use anyway. Without GC, you free the memory, the pointer becomes dangling, but that's OK because you're not going to use it (and if you do, you get a segfault, which is rather easy to debug). With GC, you have a very hard to detect memory leak. Still, I think the benefits of GC are greater than
    the problems.

  5. Re:Alternatives on Security Hole In SNMP · · Score: 1
    Plainly said, SNMP fellates asinine phallus. Its capabilities are very limited, the security model is a total joke (unencrypted password) and the information model a total mess.


    There are a number of vastly superior management architectures. Unfortunately, none of them are nearly as widely supported by vendors as SNMP is. That is the only reason why anyone would use SNMP.

  6. Re:ArsDigita University? on ArsDigita Shut Down · · Score: 2
    they just go into work each day and
    try to do their job as best as they can.


    Exactly. Unfortunately, their job is, at the bottomline, to maximize profit, no matter what. These days, the "no matter what" becomes stressed more and more, since short-term profits that kill the company in the long term (such as fraudulent business practices) still translate into nice gains for the stock owners, who can just sell their shares when the shit hits the fan.


    Yeah, there's some assholes, but no more than there are in any
    large group.


    True, but a few assholes are all it takes. That's exactly the problem: big organizations remove the responsibility for large-scale actions from the majority of people. Five hundred employees are dutifully and and meticulously making sure than all regulations are met and the company's toxic waste all goes into the marked containers, and it takes just two or three to maximize profits by dumping it into the neares river instead of paying for proper disposal.

  7. Re:waste on Limited-Use DVD Technology · · Score: 1
    OK, let's correct this statement: You don't know what you're talking about.


    A helluva lot more than you, at any rate.


    The Kyoto Treaty was a really BAD treaty.


    Sure. For the companies that paid for Dubya's and most of the Senators' election campaigns, that is.
    If it's so great, why don't you name all the OTHER countries that have put it into force? Go ahead, I'll wait.


    Oh, that's only... well, just about anyone else BUT the US. Who were at least fully willing to comply, until the USA, the biggest polluter of them all, chickened out, halving the treaty's potential benefit even if everybody else complied, which of course made it look like they'd now put themselves at a disadvantage.

  8. Re:ArsDigita University? on ArsDigita Shut Down · · Score: 3, Insightful

    What kind of happy pills have you been taking? In the real world, success is achieved more often than not by screwing customers, exploiting employees, bribery, and violating laws whenever you can get away with it. Of course, it's kinda ridiculous to expect the same people who do that to be plagued by a bad conscience and donate their ill-begotten wealth to a good cause...

  9. Re:It's About Freaking Time on Vermont Goes Opt-In, Corps Unhappy · · Score: 1

    An alternative would be moving to Europe, where this has always been a matter of course.

  10. Re:waste on Limited-Use DVD Technology · · Score: 1
    Rental = 2 trips to the video store

    FlexPlay = 1 trip to the video store


    What's so difficult to understand about that? The argument is basically sound, the question is just how often it is true, i.e. how many people walk to the video store, how many rent a new movie when they bring back the last one, how many combine the trip with shopping, etc.

  11. Re:waste on Limited-Use DVD Technology · · Score: 1

    OK, let's correct the statement: Not just Dubya is buyable, so is most of the Senate.

  12. Re:DivX on Limited-Use DVD Technology · · Score: 1

    What's so terrible about it? Some people really want to watch a movie only a few times. Why should they have to pay the full price or go to a rental store every time?

  13. Re:Poor bill on Campaign for Free Software in the Bundestag · · Score: 1

    There is a third-party iPod driver for Windows in the works. Apple is considering providing their own solution.

  14. Re:Its military research that has the highest payo on Big Changes In Proposed U.S. Space Budget · · Score: 1

    Um, no. "productive" means the price/benefit ratio, not the total output. It's no surprise that military research amounts to a larger total output when the military's budget has always been 10 times or more larger than the public reasearch budget.

  15. Re:Cut it to zero ASAP on Big Changes In Proposed U.S. Space Budget · · Score: 1

    OTOH, if the prize is smaller than the cost for a detailed feasability study and less than 1% of the cost of any serious realization attempt, it might as well not exist.

  16. Re:Trimmed? on Big Changes In Proposed U.S. Space Budget · · Score: 1

    You haven't read a newspaper or watched TV since some time before 2001-09-11, have you?

  17. Re:My thoughts on Arguing A.I. · · Score: 1
    Of course, the Turing test requires the judge to be smart and preferably somewhat knowledgeable in CS in order to recognize simple ELIZA-like "fooling" techniques. The test is passed not when a computer program can be written that tricks easily fooled people int believing it to be human, but when a computer program can be written that displays actual creativity and is able to make coherent statements and inferences about a topic it was not specifically prepared for.


    The point of the Turing test is that there is no scientific definition of the meaning of "intelligence"!! Thus, the only way to tell whether something is intelligent or not is by comparing the candidate with what we percieve to be "intelligence" (i.e. a human) and let a human do the judging. Of course, this begs the question: what if we instead get some kind of artifical intelligence that is completely different from human intelligence?

  18. Re:The hardware is the software on Arguing A.I. · · Score: 1

    The question is: can the general purpose computer model a particular task fast enough to be of any use. A turing Machine is just as "general-purpose" than anything mankind can build, yet nobody is using Turing Machine for anything except theoretical considerations.

  19. Re:Kudos to Rogers. on Rogers Cable Plans Fees to Curb Bandwith Hogs · · Score: 1

    Common sense should have told you to get those promises as written agreements into your service contract. If something sounds too good to be possible, it usually is.

  20. Re:Bandwidth costs money on Rogers Cable Plans Fees to Curb Bandwith Hogs · · Score: 2, Insightful
    And just why do ISP's have to pay for bandwidth?


    Because most of them don't have their own backbones and thus have to pay serious money to the backbone providers. And the backbone providers have to pay serious money for their peering agreements and expensive hardware.


    What
    causes those on the top of the heap to charge what they do? How much more does it actually
    cost to transfer X electrons as opposed to XxN electrons?


    Close to N times as much, genius. High-capacity routers and fiber connection hardware are million-dollar investments. Contrary to the belief of all the whining "Unlimited high-speed internet access is my god-given right" idiots here, the fiber itself is not the only cost factor, or even the biggest one.


    That being said, if the ISPs want to limit bandwidth usage, they of course must say so in their TOS or user contracts. Advertizing "unlimited access" and then being surprised when people use it like that is even more idiotic...

  21. Re:Actually the days and night at the pole on The Coldest March · · Score: 1

    Argh. Please ignore above post, it's based on a miscalculation.

  22. Re:Actually the days and night at the pole on The Coldest March · · Score: 1

    This is not quite correct. The earth's axis tilt is not sufficient to achieve this. The polar day and night are only about 4 months long each.

  23. Re:New Year's Eve on The Coldest March · · Score: 2, Interesting

    In fact, you'd have total daylight for several weeks! The polar circle is already the latitude at which there is exactly one day where the sun doesn't go down completely, i.e. it just touches the horizon on midsummer's day. Beyond the polar circle, you get several days or more without a night.

  24. Re:native Java would be neat? on Java Native Compilation Examined · · Score: 1
    Oh ok, let's make Jini for when you
    want to use Jave but need it in this special platform.


    That's JNI, not Jini. Jini is a framework for auto-discovery of network services, comparable to a CORBA ORB.
    JNI (Java Native Interface) is a standardized interface to allow Java to call procedures written in other languages; doesn't really have to do much with platforms, either.

  25. Re:Yeah, right... on Oracle Switching To Linux · · Score: 1
    What's the problem?


    The fact that clusters suck at some tasks and always means additional complexity and administrative effort.