Slashdot Mirror


User: ClosedSource

ClosedSource's activity in the archive.

Stories
0
Comments
6,665
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,665

  1. Re:IDEs on Something For (Almost) Every Developer · · Score: 1

    That's a lot of menu navigation. Why don't they just have a top-level checkbox with the label "Make Performance Suck"?

  2. Re:IDEs on Something For (Almost) Every Developer · · Score: 1

    My observation is that people claim that Java has improved and and is finally competitive with the speed of C or C++ applications.

    The only problem is they've been making the same claim every 2 years since Java was introduced.

  3. Re:IDEs on Something For (Almost) Every Developer · · Score: 2, Funny

    "It's always been very snappy on Windows"

    Hmm. And I always thought that "snappy" implied fast and responsive. I guess not.

  4. Re:IDEs on Something For (Almost) Every Developer · · Score: 1

    My experience with Eclipse is that it's an OK IDE for Java, but it handles C++ as if it were designed in 1995. Well, the other 1995 products were actually easier to configure.

  5. Re:The RDF must be more powerful than I can imagin on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    If you keep eliminating parts of your original point, I'm sure that you'll eventually come up with an argument that nobody disagrees with.

  6. Re:Much faster clone time on WePad Tablet Will Use Linux To Rival the iPad · · Score: 2, Insightful

    "Apple thinks it's better not to include features that aren't yet ready for prime time..."

    As Dr. Phil would say "that dog won't hunt". Apple has been doing copy/paste and multitasking for years, they could do it with their eyes closed.

    No, the real reason is the Steve thinks he knows best so the first version is a full reflection of his "vision". Later, if customers demand features that aren't part of his vision, he'll have the opportunity to present them with great fanfare as if that was the plan all along.

  7. The RDF must be more powerful than I can imagine on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    Perhaps you were speaking metaphorically, but most people would consider that getting it "in front of customers" would require that the device was actually physically available.

    Or perhaps the fact that you didn't know the iPad wasn't going to be introduced first has you backtracking your argument.

  8. Re:Much faster clone time on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    Strawmanning and changing the subject are we? I never said the iPad was "horrible" and even if Apple sold a billion units in the 1st day, it wouldn't negate my argument.

  9. Re:Much faster clone time on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    "Have you considered that perhaps the reason they didn't listen to you is because they are not and never will target people like you (a tiny minority of geeks) with a product like the iPad?"

    What "tiny minority of geeks" do you think I'm part of? Go back and read my comment in context and you'll see that your comment really doesn't address mine.

  10. Re:The name of the founder... on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    Yes, because all potential customers speak English and prefer English-sounding names.

  11. Re:Much faster clone time on WePad Tablet Will Use Linux To Rival the iPad · · Score: 1

    What I've read is that the WePad will roll-out in Germany before the iPad does. If your theory is true, I guess the iPad is doomed in Germany.

  12. Re:Much faster clone time on WePad Tablet Will Use Linux To Rival the iPad · · Score: 2

    So Apple gets creative credit for the ideas of speculators? Too bad Apple wasn't listening more carefully - they'd have a better product.

  13. Re:Had IBM used UNIX on Ubuntu on a Dime · · Score: 1

    Having never worked at MS, I have no inside information about why they waited 8 years (under "an entire fucking decade" as a matter of fact) to release Windows NT.

    I suspect having to maintain compatibility with the thousands of existing applications probably had something to do with it.

  14. Talk about irony on Ubuntu on a Dime · · Score: 1

    While researching Xenix I discovered some surprising history. MS initially sugested to IBM that they us Xenix as their OS, but IBM refused.

    Then MS they suggested they get DRI to make their OS.

    Finally, after that failed, MS bought the "shitty" OS and IBM apparently liked it.

  15. Great idea! on Google Rebuilds Docs Platform · · Score: 1

    Just like real-time co-driving - see, there are two steering wheels...

  16. Re:JavaScript on Google Rebuilds Docs Platform · · Score: 1

    Besides Geeks, who knows that the letter 'A' is encoded as 1000001? Oh, you mean the text editor readable document format that is the web.

  17. Why W3C? on Google Rebuilds Docs Platform · · Score: 1

    They're the ones who want to keep JavaScript and HTML for everything. Don't let them screw the pooch again.

  18. Hey, Hey, You, You on Google Rebuilds Docs Platform · · Score: 1

    like just another M$ shill. No, I guess I'll stay with the Stones' lyrics.

  19. Re:Had IBM used UNIX on Ubuntu on a Dime · · Score: 1

    Nice guess, but wrong. The 80188 was essentially an 8088 with integrated peripherals and a few enhanced instructions.

  20. Re:Had IBM used UNIX on Ubuntu on a Dime · · Score: 1

    Let me put it another way. Any code running on an 8088 can execute any instruction or can access any memory location without limitation. So any application can barf on the OS and cause it to crash.

  21. Re:Had IBM used UNIX on Ubuntu on a Dime · · Score: 1

    Nobody has forgotten Xenix and its DOS-like stability on a 8088 PC. That's what I meant by saying "it wouldn't have been UNIX as you know it"

  22. Re:Had IBM used UNIX on Ubuntu on a Dime · · Score: 2, Informative

    "An x86 that can handle Unix dates back to 1985."

    Yes, but that was 4 years after the PC was introduced so IBM couldn't have used it.

  23. Had IBM used UNIX on Ubuntu on a Dime · · Score: 2, Informative

    it wouldn't have been UNIX as you know it. The 8088 didn't have privilege levels, so essentially everything would run as root.

  24. Forget this what about the WePad? on Google Preparing iPad Rival? · · Score: 1
  25. Re:Its not the intermediate layers degrading quali on Steve Jobs Weighs In On iPhone Programming Language Mandate · · Score: 1

    "With other languages, it is not so clear cut. The Java crowd, for example, has some good programmers, but a lot of terrible ones. The reason is that you can get an app with terrible structure and design working in Java, while it almost impossible in C/C++/ObjC."

    My experience with Java suggests that you have to do things the "proper" way even if you don't want to. I think it's easier to create a poorly structured program in C/C++ (I haven't used ObjC).