Slashdot Mirror


User: Tough+Love

Tough+Love's activity in the archive.

Stories
0
Comments
8,049
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8,049

  1. Re:Microsoft's 1990's business plan. on Linux Foundation Comments On Microsoft's Increasing Love of Linux · · Score: -1, Flamebait

    ...I think Microsoft has gotten knocked down hard and learned a little humility. They now have to compete on merit, rather than just leverage their IBM-gifted monopoly to squash any competition....

    Wrongo, Microsoft still makes 100% of its vast windfall profits from leveraging its monopoly. Still a monpolist, still no need to compete on the merits. The only thorn in Microsoft's nose at the moment is its inability to force its way into new markets. Please do not misinterpret this slight retrenchment as any kind of personality transplant, which is the only thing that can possibly exorcise the evil that was and still is Microsoft.

  2. Re:Step one. on Linux Foundation Comments On Microsoft's Increasing Love of Linux · · Score: 4, Funny

    What I'd like from MS is an apology...

    What I would like from MS is an apology and a big slurpy wet kiss on my asshole with plenty of suction. And then I still won't trust them, but at least my ass will be clean.

  3. Bug fix announcement please on Multi-Process Comes To Firefox Nightly, 64-bit Firefox For Windows 'Soon' · · Score: 1

    All very nice to hear about shiny new features, but I would be even happier to hear Mozilla foundatation announce that they plan to fix the longstanding bug where 200 open tabs causes firefox to crash every two days or so.

    Oh, also announce that the bug where keystrokes go to the wrong window will be fixed. Thxbai.

  4. I was thinking, Facebook

  5. Re:Who cares if it makes sense,,, on Ask Slashdot: Where Do You Stand on Daylight Saving Time? · · Score: 1

    We will see what you have to say about it when Ben Franklin brings out his cannons...

    Ben Franklin... isn't he that guy who flew his kite in a lightning storm and survived?

  6. Re:Who cares if it makes sense,,, on Ask Slashdot: Where Do You Stand on Daylight Saving Time? · · Score: 4, Insightful

    We spent thousands of man years on making this shit work...

    It doesn't work. It has never worked. It will never work. It is nothing less than one metric ton of pure unadulteraded idiocy, always has been and always will be.

  7. Re:Telecommuting is now a real thing on Will Fiber-To-the-Home Create a New Digital Divide? · · Score: 4, Insightful

    20 person meetings are generally a complete waste of time for the 19 who aren't monologuing.

  8. Re:Telecommuting is now a real thing on Will Fiber-To-the-Home Create a New Digital Divide? · · Score: 3, Funny

    Video calls suck, you have to shave. At least you don't need to put on pants.

  9. Please drop the other shoe on NASA's HI-SEAS Project Results Suggests a Women-Only Mars Crew · · Score: 1

    Restricting to females isn't going nearly far enough. It should be restricted to skinny little oriental females. Let's be honest. Ah, and one male should be sufficient for, um, long term planning... I hereby volunteer!

  10. Re:Link to the study. on Soda Pop Damages Your Cells' Telomeres · · Score: 3, Interesting

    In Germany, EVERYBODY drinks carbonated water all the time, so this would spell doom on almost the whole population, hence i am a bit sceptical?

    Notice that Germany lies well down the list of life exectancy by country.

  11. Re:Performance on Tesla Announces Dual Motors, 'Autopilot' For the Model S · · Score: 3, Funny

    1: A lot of ranch vehicles tend to go a long distance, but get parked near the same spot at night, so an electric charger is useful.

    2: Trucks need torque at 0RPM. Electric motors deliver here in spades.

    3: Welders and other tools are needed. Having a heavy duty inverter and the ability to use the battery bank for powering an air compressor would come quite handy.

    4: Electric motors need a lot less upkeep than a diesel engine. No pee cans, no DPFs, no EGR valves, air filters, oil filters, just very minimal maintenance required.

    5: They use no fuel when stopped/idling, other than to keep the vehicle electronics going and the climate control system.

    6: They are quiet.

    7: An electric motor can sit indefinitely without worry about fuel turning to sludge (in the case of gasoline) or getting algae in it (like diesel.)

    8: No exhaust.

    9: Wet dreams about the size of spotlight you can put on it

  12. Crappy programming? on Ubisoft Claims CPU Specs a Limiting Factor In Assassin's Creed Unity On Consoles · · Score: 1

    How do we know that the real issue isn't scripting silliness and otherwise inefficient code design? Not saying this is the case, just pointing out that the possibility is glossed over.

  13. Re:Wait... on Fusion Reactor Concept Could Be Cheaper Than Coal · · Score: 2

    I thought the biggest roadblock to adopting fusion energy was that it doesn't work?

    See that big yellow thing up in the sky?

  14. Re:How can you on Apple Sapphire Glass Supplier GT Advanced Files For Bankruptcy · · Score: 2

    By having to carry that payment as a liability, presumably according to the contract.

  15. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    Rubbish on one claim, yet you accede to all the other, more substantive and important claims?

    Fallacy.

  16. Re:simple on Is an Octopus Too Smart For Us To Eat? · · Score: 1

    I wish I were as confident as you about where the dividing line lies.

  17. Disgusting people on Is an Octopus Too Smart For Us To Eat? · · Score: 0

    I am pretty tolerant, but these people really disgust me. Notice that the octopus really, really does not want to be eaten.

  18. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    "Substandard programmers" is pure rhetoric and Linus knows it. He is not a dummy when it comes to debating and is very clear on what is and is not a logical falacy. When he makes an unfalsifiable claim like "substandard programmers" that is simply his way of saying shut up, my ears are closed.

  19. Re:Right buddy... on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    I have a program using MSVC which is about 10% faster when compiled as C...

    Microsoft's fault, draw no conclusion from that. At least, don't draw the conclusion you are trying to draw.

  20. Re:Right buddy... on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    Incorrect. When you don't use RTTI (flag it off) then it imposes neither a runtime or code size cost.

  21. Re: Why do people still care about C++ for kernel on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    Why can't you just look at the preprocessor output?

    Go ahead and try it. Get the source code here.

  22. Re:Right buddy... on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    I recently had to rewrite a modestly sized embedded project from C++ to C because it became clear that I could not afford the space for the mandatory libraries in the binary.

    Hmmph, you were either using a truly substandard toolchain or you have little clue about what you are doing. The whole point of a library is, it doesn't become part of your program if you don't use it and doesn't use up memory. If you don't use exceptions for example, the exception support won't be linked in. Likewise iostreams. Check the headers you included.

  23. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    The C++ dream of writing a small bit of code which can be reused through inheritance or templatization, allowing the code and the caller to evolve independently, is a pipe dream.

    Rubbish. You don't need to look any further than the "max" function to falsify that claim.

  24. Re:Right buddy... on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    I'm sure everyone will believe your theory that linus just can't grasp C++'s advantages and that's the reason why he doesn't want to rewrite the entire kernel in C++

    C++ object can be linked with C code, I have used that ability to add C++ code incrementally to projects originally developed in C. As a result, have had plenty of opportunity to compare the C++ result to the original C. Typically, equivalent or identical object code but source is more consise, readable and maintainable.

    What is up with the nasty/evil modding in this thread?

  25. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 3, Insightful

    The Linux kernel makes heavy use of big ugly, hard to maintain or read macros that generate arbitrary machine code. No matter how good you are, you won't know what code is being generated without extensive analysis. In any case, the exact same ugly macros can be used by C++, if you are really wedded to that kind of bad taste. C in fact has no addtional features in this area, it only lacks features that C++ has.

    If you want to point at features that C has which C++ does not then you get a very small set, which in the case of the kernel consists mostly of designated initializers.