Slashdot Mirror


User: Ayende+Rahien

Ayende+Rahien's activity in the archive.

Stories
0
Comments
941
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 941

  1. Re:learning from open source? on Microsoft Releases Windows CE 3.0 Source · · Score: 2

    We *know* that MSFT developers read/modified GPLed source code (their IPv6 & the GPL web server).
    No, that line of reasoning is way of course.
    As a matter of fact, *many* people copy UI from MS.
    When you do that, according to the above poster reasoning, you *steal* from MS.
    MS makes extensive usability studies, so it's pretty much certain that copying the interface will gives you at least some of the advantages that they got from their usability studies.
    MS never did anything about it. Now, they probably might be able to do something if it's a balatant rip off (Apple does it for much less, frex).
    But for code you wrote on your own? I seriously doubt it.

    --
    Two witches watched two watches.

  2. Re:No big deal? on Microsoft Releases Windows CE 3.0 Source · · Score: 2

    A> MSDN is pretty much essensial if you want to develop under Windows, period.
    B> You can get large parts of MSDN if you install the Platform SDK, which is free.

    --
    Two witches watched two watches.

  3. Re:No .Net for Linux? Cry me a river. on Mono Unimplementable? · · Score: 2

    Bonobo is largely based on COM, you know.
    So it shouldn't be a problem to port it.
    Not to mention that COM is by no means tied to Win32.
    There has been implementation of COM on Mac & Solaris, frex.

    --
    Two witches watched two watches.

  4. Re:No .Net for Linux? Cry me a river. on Mono Unimplementable? · · Score: 2

    Not quite.
    .NET don't run interrupted code, it compile it on install/runtime.
    So if you ship the binaries, they are still being compile to whatever platform you are on.

    --
    Two witches watched two watches.

  5. Re:No .Net for Linux? Cry me a river. on Mono Unimplementable? · · Score: 2

    MS wants C# to be like C/C++.
    Unlike Java, which you can't extend, they are saying outright that they expect vendors to add their own extentions.
    Winforms, for examples, are Windows features, you wouldn't be *able* to use them on Linux.
    But you can probably take the API and do it on GTK+
    Or create similar API.


    --
    Two witches watched two watches.

  6. Re:So, who's REALLY in charge... on Code Red Worm Spreading, Set To Flood Whitehouse · · Score: 2

    The whitehouse site taken down be the chinese?

    --
    Two witches watched two watches.

  7. Re:flood ?? on Code Red Worm Spreading, Set To Flood Whitehouse · · Score: 1

    Microsofting it is much more devestating, naturally.


    --
    Two witches watched two watches.

  8. Re:Is this what it does? on Code Red Worm Spreading, Set To Flood Whitehouse · · Score: 2

    Looks like other IIS bugs exploits.

    --
    Two witches watched two watches.

  9. Re:So, who's REALLY in charge... on Code Red Worm Spreading, Set To Flood Whitehouse · · Score: 1

    Actually, it's going to be *huge* PR emberassment, both for MS and the US.

    --
    Two witches watched two watches.

  10. Re:so why does notepad still suck? on Good Software Takes 10 Years? · · Score: 2

    Actually, I think that KDE's text editor is similar to notepad.
    Just a shell around the text box widget.
    It's really trivial to make a notepad clone.


    --
    Two witches watched two watches.

  11. Re:so why does notepad still suck? on Good Software Takes 10 Years? · · Score: 2

    But the calculator *still* can't do squares.

    --
    Two witches watched two watches.

  12. Re:I admit on Good Software Takes 10 Years? · · Score: 2

    NT's kernel is actually quite tiny.
    Most of the code is *not* on the kernel, you know.
    Put Linux, X, KDE/GNOME, Bonobo, J2EE implementation, TCP/IP, Apache, sendmail, together, how many LOC does this come out?

    That is (very roughly) what NT has.


    --
    Two witches watched two watches.

  13. Re:No OSS/FS projects? on Good Software Takes 10 Years? · · Score: 2

    You haven't seen some of the female soldiers that *I*'ve seen.
    The food the IDF supply *does* make hair grow on your chest.

    "I didn't have a boyfriend"

    http://joel.editthispage.com/stories/storyReader $4

    Gay?

    --
    Two witches watched two watches.

  14. Re:MS IE on Good Software Takes 10 Years? · · Score: 2

    "I didn't have a boyfriend"

    http://joel.editthispage.com/stories/storyReader $4

    Gay?

    --
    Two witches watched two watches.

  15. Re:But Linux... on Good Software Takes 10 Years? · · Score: 2

    Depend on what you think of as Linux.
    If you are talking about the kernel, it was usable quite some time ago.
    It still need to be worked out around some problems that it has, but the kernel is mature.

    But the kernel isn't the problem with Linux, it's the rest of the system that raise many objections.
    Especially in the desktop market.


    --
    Two witches watched two watches.

  16. Re:But Linux... on Good Software Takes 10 Years? · · Score: 2

    Actually, I think that Win9x is a master-piece of engineering.
    The one thing that MS needed with 9x is compatability with DOS & Win16 applications.
    They damn well got *that* one.
    The problem is that this compatability *cost*. And that cost is in the stability of the system. The OS can't guard itself against rouge applications.

    --
    Two witches watched two watches.

  17. Re:No OSS/FS projects? on Good Software Takes 10 Years? · · Score: 2

    Not at all.
    What she (it's a she, not he) says is that:
    A> Don't advertise during the super bowl your *1.0 product*. It's not going to be good enough, and you'll lose people's trust that way.
    B> Don't create over-ambitious goals. Don't say, "I want to create a word processor", and then try to copy every feature of Word on your 1.0 product.
    C> *Keep* a scheduale. Without one, programmers code for fun, not for the best of the application.
    D> Don't expect *immediate* commercial success.

    --
    Two witches watched two watches.

  18. Re:I may be just a bit too sensible here but... on Separate Code Files And Commingling? · · Score: 2

    *That* would be fairly easy.

    First things first, you *can* replace the TCP/IP on windows, it's quite easy and painless.
    All you need to do is write your own WinSock2 library (the spesification is free, as well as any implementations).

    Second, yes, it *is* easy to replace IE with Mozilla.
    If Mozilla implement *all* of IE's interfaces.
    IE is implemented as a seria of COM objects, with well-defined and *un-changable* interfaces.
    I understand that Mozilla implement much of IInternet interface, so it's a good start.

    Next, you register Mozilla with IE's GUID, and instantly you get Mozilla where-ever you used to get IE.

    --
    Two witches watched two watches.

  19. Re:One word - comctl32.dll on Separate Code Files And Commingling? · · Score: 1

    Since MS also can't use those controls without IE, I think that your arguement is a strawman.

    --
    Two witches watched two watches.

  20. Re:MS IE on Good Software Takes 10 Years? · · Score: 2

    Yes, she (female, not male.) wrote a very good article about it.
    "Things you should never do"

    --
    Two witches watched two watches.

  21. Re:Page only viewable in Windows on MS XP Drops Java Support · · Score: 2

    They take out Java, not JavaScript.

    --
    Two witches watched two watches.

  22. Not such a big a deal. on MS XP Drops Java Support · · Score: 5

    The JVM that IE has isn't exactly the best of breed. (Although I understand that it used to be), so making the users get it on their own is not a devestating blow to Java.
    Not to mention that Java's promise as a desktop application language have flopped big time.
    Java is now a server-centric language, applets are at a distant second place. I can't recall the last time I've seen a Java applet, for that matter, except for maybe that annoying "hit the monkey" ads, and I won't miss those.

    Beside, considerring how trendy web developers are, *what is the big deal*?
    Already, if you use many things, you require your user to download a plug-in to do it. And in many cases, this can be fully automated process.
    In any case, this is not very threatening to Java.

    --
    Two witches watched two watches.

  23. Re:Microsoft releases a Linux product on Microsoft To Assist Ximian In Producing Mono · · Score: 2

    Office & IE on the Mac, anyone?

    --
    Two witches watched two watches.

  24. Re:They have to on Microsoft To Assist Ximian In Producing Mono · · Score: 2

    You *do* realize that nearly everything that MS does is bet the farm move?
    Every couple of year they do it. Two years ago it was Windows DNA & COM+, now it's .NET
    (And no, there isn't that much of a difference between the two, COM+ can easily be converted to .NET)

    They've enough money, and are big enough, that they can afford to lose more than a couple of farms.

    --
    Two witches watched two watches.

  25. Re:A Quick Point on Microsoft To Assist Ximian In Producing Mono · · Score: 2

    MS naming policy is currently sticking .NET after each product name, before, it was 2000.
    Don't pay much attention to it.
    .NET is the CLR and the class library, and maybe a little more, but not the monster that MS makes from it.

    --
    Two witches watched two watches.