Slashdot Mirror


User: TheDarkMaster

TheDarkMaster's activity in the archive.

Stories
0
Comments
2,407
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,407

  1. Re:Surprised? on Symantec Admits Its Networks Were Hacked in 2006 · · Score: 1

    "The breach makes me wonder if Symantec is even dogfooding their own security products."

    They are not crazy enough to do this

  2. Re:Mistake in the summary on Teens Share Passwords As a Form of Intimacy · · Score: 1

    I do even better: I do not have a Facebook account, and I do not care about then.

  3. Re:Scam on Is E85 Dead Now? · · Score: 1

    I know, here in Brazil we do not have "truly" flex-fuel cars yet (if exists one, I do not know). They do not truly have the necessary "variable compression ratio" to work ideally with a mix of etanol and gasoline, then you will have a poor performance. We have cars using 100% etanol, but they are at most gasoline engines with corrosion-resistant parts to cut costs, only few are build to use etanol.

  4. Re:Scam on Is E85 Dead Now? · · Score: 1

    Well... To begin, the engine needs to be adapted to use gasoline with ethanol, if you use ethanol in a car that was designed to run on pure gasoline of course you will have problems.

    Then, a car running on ethanol may be even more efficient than one that uses gasoline, if it is made especially for this (various settings, the most important is the compression ratio that is greater than would be possible with pure gasoline).

    And finally, in fact will probably be more expensive than the equivalent using pure gasoline, given the changes that are needed (all parts in contact with the fuel need to be corrosion-resistant, best if corrosion-proof)

    And ignore the sales-shark... He almost always did not know bullshit of what he is selling. For a car to be truly "flex-fuel" it has to be built to accept a more corrosive fuel (ethanol) and be able to vary its compression ratio to levels that would not be able to be used with pure gasoline, simply corrosion resistant is not enough.

  5. Re:E85 is AWESOME!! on Is E85 Dead Now? · · Score: 1

    interesting as many in the slashdot mark as "troll" any comments that they do not like....

    Exactly. As many failed to notice, the main advantage of using ethanol is you can use the engine settings that are not possible using pure gasoline, making possible to use higher compression rates and thus increase the efficiency of the engine. The engine needs to be adapted to use ethanol, otherwise it would not be as efficient as using gasoline.

  6. Re:10% Ethanol on Is E85 Dead Now? · · Score: 1

    I'm from Brazil and I can say that the use of ethanol works. The trouble with you north-americans is that you are using corn to produce ethanol, corn is too important as food to be used to produce fuel. As your friend suggested, if you can not use sugarcane then should consider using grass or variants (yep, i know you do not have a grass industry yet).

    Protip: Ethanol is not the only option, various oils from various plants can be used as an alternative to diesel, and this "biodiesel" can be used as alternative to gasoline if you change your car engine to a diesel engine.

  7. Re:StackExchange on Ask Slashdot: Setting Up a Wireless Catch-and-Release · · Score: 1

    Depends on what you're looking for. Roughly speaking, if you are looking for something popular you will find with some ease. If not, you will easily fall into some obscure forum or page where the answer - if any - will be "Google search, noob." But what to do if you got there exactly looking at Google? Go again to Google search, find another forum and get another "search on Google, loser"? More clear now the problem?

  8. Re:StackExchange on Ask Slashdot: Setting Up a Wireless Catch-and-Release · · Score: 3, Insightful

    For the asker, maybe is something new and interesting. Not everyone knows how to proper configure wireless internet. And about Google, many times the Google results throws you exactly here or in some obscure forum, where the first response is "Search in the google, moron!". Interesting infinite loop problem.

  9. Re:Remote GUI Tools on Windows Admins Need To Prepare For GUI-Less Server · · Score: 1

    At last, a sign of intelligent life in this barren world.

  10. Re:Obligatory question. on Windows Admins Need To Prepare For GUI-Less Server · · Score: 1

    When you have a very good GUI admin tool on your server.

  11. Re:Well. this will be a first... on US Government Seeks Extradition of UK Student For File-Sharing · · Score: 1, Insightful

    Now you know why many small countries are trying to build nukes. They need protection against a certain global abuser.

  12. Re:How is this legal? on US Government Seeks Extradition of UK Student For File-Sharing · · Score: 1

    If you own the justice, is "legal".

  13. Re:Is the F35 still needed? on Almost 1 In 3 US Warplanes Is a Drone · · Score: 4, Interesting

    F35? No, is a too ambitious money sinkhole. But an A-10, F-18, maybe an F-14? Yes, you will need. UAVs are good for many things, but you must remember that they also have obvious weaknesses, as the recent case shown in Iran. You can't fly a UAV against a competent enemy with ECM.

  14. Re:I want to work on the software for that project on Researchers Develop Insect Powered Energy Source · · Score: 1

    And caution with recursive problems :)

  15. Re:How Not to be Seen on Leaked Memo Says Apple Provides Backdoor To Governments · · Score: 1

    Why "flamebait" to this guy? Jobs reality distortion field in action!

  16. Re:Great on Researchers Create First Genetically Modified Monkeys · · Score: 1

    You forgot "zumbi apocalipse", "giant meteor strike", "LHC goes wild"... :)

  17. Re:Don't listen to them. on Ask Slashdot: Which Web Platform Would You Use? · · Score: 1

    Ahhhh ... To be clear then. I agree to the frameworks that are basically large usable "code libraries", you use them when it's convenient but have the option not to use them where they are inadequate. Things like "convenient small and simple library to upload and download files". My problem is with the big fucking frameworks that stupidly try to be "the solution to all problems in the universe" but they do the things in the most ineffective way imaginable (bloatware) and even worse, force you to do things in the most ineffective way possible.

  18. Re:Don't listen to them. on Ask Slashdot: Which Web Platform Would You Use? · · Score: 1

    when you do real coding and the framework goes on your way, putting megabytes of unnecessary code and many unnecessary layers of code on your execution stack, you will understand why frameworks is not a "silver bullet to all problems" and why in some cases yoy need to avoid then.

  19. Re:Don't listen to them. on Ask Slashdot: Which Web Platform Would You Use? · · Score: 1

    80% from my headaches on actual and serious development are caused by big, bloated, and simply stupid frameworks.

  20. Re:Web Obsession on Insiders Call HP's WebOS Software Fatally Flawed · · Score: 2

    You do not understand the problem. Let us say that in a desktop program, the act of responding to user command in a GUI (C, VB, Delphi, etc.) can be represented by a single step. To do the same step using XML, HTML, etc., you need to go through the necessary framework to first translate the XML/HTML in runnable code and only then run the step corresponding to the initial example, based on the resulting translation (the same is not needed to the "native" application because he is already in runnable code).

    That is, however fast your computer is, the application using XML / HTML will always be slower than the equivalent (native) on the same machine. Because it must run at least twice the work, until someone makes a processor capable of running HTML/XML directly.

  21. Re:At the risk of being declared a space nut on The Second Moons of Earth · · Score: 2

    You are a space nut, and this is good. Yep, what more tempting target than an asteroid with hundreds of tons of metals difficult to achieve on Earth as rare earths, titanium, chromium, etc.? Maybe even silver and gold. The problem is that unfortunately many people think:

    1) can be transformed into a weapon?
    2) can be transformed into a weapon? (not repeated unintentionally, seriously)
    3) When will I profit from it in a month?

  22. Re:I Doubt It on Could Ancient Pottery Improve Spacecraft Tiles? · · Score: 1

    I know this is off-topic, but how a forward pointed exhaust works?

  23. Re:Finally... on Could Ancient Pottery Improve Spacecraft Tiles? · · Score: 1

    I agree with Plato, but unfortunately the human being is too flawed to be possible for a government that is truly based on aristocracy.

  24. Re:Web Obsession on Insiders Call HP's WebOS Software Fatally Flawed · · Score: 2, Insightful

    I agree with you. It's just stupid to want to make a desktop application using HTML, you need to double (or triple) the work required for the same result. You can make a Paint using HTML? Okay, it's possible. But at what cost?

  25. Re:Microsoft updates before Google and Oracle? on Microsoft Issuing Unusual Out-of-Band Security Update · · Score: 1

    If you can use Flash.