Slashdot Mirror


User: Halo1

Halo1's activity in the archive.

Stories
0
Comments
1,637
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,637

  1. Re:Neither flame nor troll on Apple's Darwin Runs XFree4 · · Score: 1
    For the same reason you choose to run one particular Linux or BSD flavor/distro. It simply expands your choice. The main difference with most other Linux/BSD's out there is that Darwin is based on top of the Mach microkernel. Whether this is good or bad is up to you to decide.

    Remember: choice is good!

    --

  2. Re:Real Newtonian Physics, eh? on Limited Edition Terminus For Order · · Score: 1

    Halo by Bungie Software also has a very sophisticated physics model. Everything in the game is handled by one physics engine (from the vehicle dynamics to the empty gun shells rolling off a hill), so I suppose it's also not faking anything.

    --

  3. RamBus DRDRAM vs. DDR SDRAM on Will Rambus Go Bust? · · Score: 5
    I think you may find the following article quite interesting: "DDR SDRAM vs. RAMBUS DRDRAM". It's not written by the mosr staff (it was actually a reaction to a feature containing incorrect/skewed information), so all you mosr-haters can calm down already.

    The author explains why he thinks DDR SDRAM is better dan DRDRAM and shows once again that MHz isn't everything.



    --
  4. Re:Who cares ? on Democratizing Space · · Score: 1

    Either this is a silly troll, or you really don't know the difference between astronomy and astrology...

    --

  5. Re:This is for real on Apple Announces Darwin 1.0 · · Score: 1

    All modifications done to GPL'd tools have to be released under the GPL, so all those modifications done by Apple are in no way revokable by them. They're not (and cannot) convert those sources to fall under the APSL because people they hired changed them. They're even assigning the copyright on several changes (most notably the changes done to GCC) to the FSF. Grow up & get real...

  6. Re:Darwin isn't going to evolve -> ie aqua baloney on Apple Announces Darwin 1.0 · · Score: 1

    The threats from Apple were about the unlicensed usage of the Apple logo, not about the Aqua look. You can create as much Aqua look-alikes as you want (in fact, there are already several ones) and you won't get a complaint from anyone. It's just that the Apple logo is trademarked and if Apple doesn't protect it's trademark (even if it's used in a flattering kind of way), it won't be able to do anything if someone "abuses" it later on. The same goes for Linus and the Linux trademark (remember the domain name debate?).

  7. Re:Time to contribute on Apple Announces Darwin 1.0 · · Score: 1

    Actually, it was Michael Dell who said that.. Quite a difference

  8. Re:The VCL is large on Inprise Director Resigns in Merger Protest · · Score: 1
    It depends. The FPU code FPC generates is much (and I really mean *much*) faster than Delphi's (or almost anything else out there, seriously!).

    "Normal" code (integer calculations etc.) is less efficient in general, but it's getting better. If you want to see for yourself, get the development compiler with new optimizations enabled from the development page (the "optcomplinux.tar.gz" archive). Note that you have to install it over a release version. Compile your code with -OG3p3 and/or -OG3p3r.

    What FPC still lacks is an instruction scheduler, but with the current crop of processors with huge reordering buffers and tons of renaming registers this doesn't matter anymore as much as in the days of the Pentium (on the 80x86 front at least).

  9. Re:Lazarus on Inprise Director Resigns in Merger Protest · · Score: 1
    It's this link you mean. Also check out Kassandra.

    It's funny that of all Delphi stuff you mention long strings, because that's one of the things that isn't properly implemnted yet :) Ansistring OTOH do work fine already.

  10. Re:The VCL is large on Inprise Director Resigns in Merger Protest · · Score: 1
    ... but the work of porting it has already begun. The Free Pascal Compiler comes standard with most non-graphical VCL components (called the FCL: Free Component Library).

    The Kassandra Component Library and the Lazarus Component Library are both works in progress to create the graphical components (as much toolkit independent as possible, for example KCL both works with GTK and native Win32).

  11. Re:VCL for Linux on Corel to Buy Inprise/Borland · · Score: 1

    Have a look at the Free Component Library of the Free Pascal Compiler. Also at Kassandra and Lazarus

  12. Re:Is there a standard? on Streaming Media - Can Linux Keep Up? · · Score: 2

    Actually, that's not true. Quicktime Streaming Server is free *and* open source (the client isn't of course). It doesn't run under Windows though (the server, that is), only under MacOS X (Server) and Linux/x86 afaik.