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. Well... on Where Do You Go After Visual Basic? · · Score: 2

    He could look at GnuVB
    It's not ready for prime time yet, unfortantely.

    You might get a chuckle or two here, BTW.

    Personally, I think that moving from VB to Delphi or Java shouldn't be too hard for an experiance programmer.

    --

    Two witches watch two watches.

  2. Nice touch on X Windows On Dreamcast · · Score: 2

    I wonder how many terminals this can serve, it's cheaper than most PCs, after all.


    --

    Two witches watch two watches.

  3. Cool on Cal-ISO Breach Revealed · · Score: 5

    Now the Californian can blame *someone* for their power problems.


    --

    Two witches watch two watches.

  4. Re:Money on Thomson Announces Royalties For MP3 Streaming · · Score: 2

    It's not the 2% that matters, if you are making enough money to pay the 2%, you wouldn't care much about it.
    It's the 2K$ that bites you in the ass, since you are unlikely to make that in revenues.

    Of course, if MS has some MP3 talking about their products, they *could* potentially try to take 2% of MS' revenue. ;-D

    --

    Two witches watch two watches.

  5. Re:why dosen't the opensores community on Thomson Announces Royalties For MP3 Streaming · · Score: 2

    There is, but MP3 is accepted as a de-facto standard.
    It would take time (and money) to switch formats.


    --

    Two witches watch two watches.

  6. Re:What legal basis could they possibly have?? on Thomson Announces Royalties For MP3 Streaming · · Score: 3

    You wouldn't use TCP for streaming, too much overhead.
    For streaming stuff, you usually use UDP.

    --

    Two witches watch two watches.

  7. Re:Win2k Installation on OSX/Win2K Deathmatch · · Score: 2

    You don't have to read 300 pages before you install Windows.
    If you want to do an automated install, or some funky stuff, *then* you need to read the documentation.

    --

    Two witches watch two watches.

  8. Re:Flaws in the Analysis? on OSX/Win2K Deathmatch · · Score: 2

    Display>Appearances>Advance

    Will give you the color changing.

    The themes will work, too.

    --

    Two witches watch two watches.

  9. Re:Closed source apps for Open Source OS's on O'Reilly Sez Ask Craig Mundie · · Score: 2

    Have you check Office prices?

    Better enclose 800$ :-D

    --

    Two witches watch two watches.

  10. Re:Would you calculate MS's profits using int on O'Reilly Sez Ask Craig Mundie · · Score: 2

    Well, that depend on the unit that you measure it.
    If you measure it in billions, you could use a byte, unsigned one, for the next couple of months, then you would have to move to unsigned short.

    If you want it in dollars, then it's:
    huge long long hllMicrosoftProfits;



    --

    Two witches watch two watches.

  11. Re:What .NET is... on O'Reilly Sez Ask Craig Mundie · · Score: 2

    You *do* realize that 100$ a year, plus the automatic upgrade, is *cheaper* than the current price?

    --

    Two witches watch two watches.

  12. Re:What .NET is... on O'Reilly Sez Ask Craig Mundie · · Score: 2

    No, Java can't do it.
    Or, to be rather exact, Java doesn't *do* it.
    ObjectWatch had a research about the details.

    It should be in http://www.objectwatch.com/Issue_33.htm in a couple of days.

    I no longer have the email, sorry.



    --

    Two witches watch two watches.

  13. So... on O'Reilly Sez Ask Craig Mundie · · Score: 1

    What, exactly, is .Net?

    And what is the difference between Open Source, Free Software, Linux and GPL.

    Do you have cancer?

    --

    Two witches watch two watches.

  14. Re:Not surprising, Mac OS X won. on OSX/Win2K Deathmatch · · Score: 2

    Wrong, what you are talking about is a *power* user, which is something between an admin & a user, which is still limited.

    A user can't do anything to the system, by default, he only has read access to WinNT & Program Files directories, as well as to HKLM, which mean that nothing will install for him.

    --

    Two witches watch two watches.

  15. Re:Flaws in the Analysis? on OSX/Win2K Deathmatch · · Score: 2

    I can't agree more with your second point.
    MS does seem to to limit the eye candy to an amount that doesn't distract you from what you are doing while working. (I write this from XP, btw)
    I understand that Aqua *does* get in the way, am I correct?

    --

    Two witches watch two watches.

  16. Re:Win2k Installation on OSX/Win2K Deathmatch · · Score: 2

    \i386\winnt/?

    Will give you it.
    Looking in the *documentation* will give you it.
    I know this is silly, looking at the documentation for documentated stuff, but *try* it.

    --

    Two witches watch two watches.

  17. Re:Shocking? Hardly on OSX/Win2K Deathmatch · · Score: 2

    Why? Do you think that the older versions would expire?

    --

    Two witches watch two watches.

  18. Re:Power overwhelming on OSX/Win2K Deathmatch · · Score: 2

    www.plonter.co.il

    --

    Two witches watch two watches.

  19. Re:Win2k Installation on OSX/Win2K Deathmatch · · Score: 2

    I agree about this.
    I found that the most conuming part was formatting to NTFS.
    And that the easiest way to solve it is to feed the installer with a script.
    The other advantage is that there are some options that you can control from the script that you can't from the UI.

    --

    Two witches watch two watches.

  20. Is it a good test? on OSX/Win2K Deathmatch · · Score: 2

    Why are they testing a desktop OS with a workstation OS?
    And why test Win2K when they can get WinXP's betas, which are more comparable with the OSX?
    If they wanted to do a real testing, they should've gone and tested WinME (bad idea) or WinXP.

    WinXP allows you to setup a network connection during setup too. (It's kinda of sad that XP need it for the activation.)

    I was very surprised to see that Win2k won on the *interface* match.

    --

    Two witches watch two watches.

  21. Re:They Don't *Always* Win on The Return Of Microsoft: Part Two · · Score: 2

    ObjectWatch has an article about why he doesn't like EJB.
    It's mainly because there is a probability to a database corruption.

    I don't think that .NET *has* to have COM+, the implementation on Windows relies on COM+, and a COM+ application can be changed to be .NET one quite easily, apperantly.

    But it's possible to create a .NET implementation that relies on something else.
    You mention that XPCOM & Bonobo are incompatible, but they can be *made* compatible. They are close enough that they can be used.

    Again, this is just theorizing, because MS has not yet revealed to what other platform it will release .NET (they have to if they want to standartise it.)

    I was surprised that they choose Linux, I would assume that they would go to the Mac for the second implementation.



    --

    Two witches watch two watches.

  22. Re:They Don't *Always* Win on The Return Of Microsoft: Part Two · · Score: 2

    1> Absolutely not, AFAIK. EJB has several weaknesses, I suggest that you will read www.objectwatch.com about them.
    2> COM is not unique to Windows. Solaris has it, Mozilla has it (XPCOM) Gnome has it Bonobo. If .NET require COM+, it could be implemented on other systems. You could possibly do it with CORBA, I suppose.

    --

    Two witches watch two watches.

  23. Re:What's Related?!? on Where Does Microsoft Want You to Go Today? · · Score: 2

    They *aren't* part of the page.
    You can click on a word and it will give you a list of options, but it's *clearly* not part of the page.

    Frex, if you click on the word Microsoft, you can choose if to view their stock, go to their home page, read recent press releases, etc.
    The same happens with Apple, CompaQ, as well as a host of other companies.

    --

    Two witches watch two watches.

  24. Re:They Don't *Always* Win on The Return Of Microsoft: Part Two · · Score: 2

    COM+ *is* .NET
    .NET is a huge subject, mainly because MS likes unified names, so they push everything but the kitchen sink into a .NET, but writing .NET application is just an evolution of COM+ ones.


    --

    Two witches watch two watches.

  25. Re:Legal Issues on Where Does Microsoft Want You to Go Today? · · Score: 2

    It doesn't work like this!
    If you mention burger king, then you get a wavy line under it, which you can click, and it will give you a list of stuff about BK, like comapny site, company stock, etc.
    McDonald doesn't enter the picture.

    --

    Two witches watch two watches.