Slashdot Mirror


User: Trojan

Trojan's activity in the archive.

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

Comments · 333

  1. Exec on Amiga OS Ch-Ch-Ch-Ch-Ch-Changes · · Score: 1

    The Amiga kernel was called Exec, and it really is a micro kernel. It might have been realtime as well, but I'm not sure about that. Realtime is overrated anyway. The C-64 was realtime. Realtime doesn't mean it's fast, just that a process is guaranteed to get cpu time within some amount of time.

    One of the reasons that Exec was a blazingly fast micro kernel is that there's no memory protection of any kind. It's a lot more difficult if not impossible to come up with a micro kernel offering full protection and an efficiency anywhere close to that of Exec.

    You say that games bypassed the kernel. Maybe some did, but are you sure you know what the Amiga kernel is? It's not Intuition, the user interface. It's not even the file system. You can bypass all that and still make use of the Amiga micro kernel.

  2. That explains... and Roblimo should use updates on Amiga OS Ch-Ch-Ch-Ch-Ch-Changes · · Score: 1

    That explains why this article got posted at all. Except for the BeDope link, everything had appeared in yesterday's article already.

    Roblimo, instead of trying to not look as an idiot, just add an update like Rob always does, and admit you goofed up. Revisionist history is scary.

  3. Re:I think the artist deserves to be paid on Feature:The Empire Strikes Back · · Score: 1

    Wouldn't it be wonderful if somehow this whole music revolution would result in those "top acts" disappearing, and the real creative artists standing up... I think it could happen: without the record companies we have today, greedy producers might stop grabbing dolls from the street and training them for one year to become spice girls.

  4. Then send the artist a check on Feature:The Empire Strikes Back · · Score: 1

    Send the artist $0.25 for every illegally obtained song and he would be more than refunded.

  5. Re:I give it a week. A Month, tops! on Feature:The Empire Strikes Back · · Score: 1

    This only works if SDMI would encode songs into files of 17 gigs.

    The point is that if you can play SDMI on your pc, then it is possible to catch the raw audio stream, and if you have that it's easy to make an mp3 out of it.

  6. Re:Ridiculous CD Prices on Feature:The Empire Strikes Back · · Score: 1

    Oh, but do not forget they donate a few % to the artists...

  7. Re:Ridiculous CD Prices on Feature:The Empire Strikes Back · · Score: 1

    At least in Holland, the collective music industry has formed one big monopoly that has been overcharging people forever. It is a fact that cd shops are threatened whenever they try to sell CDs for a price the distributors think is too low.
    It's very much like Microsoft, except that our DoJ isn't doing anything about it (there have been announcements of criminal investigations, but nothing ever comes out of that).

    A while ago the industry announced they are planning to do something about those evil people who will buy cheap CDs when they are on vacation abroad. And last week they demanded a 5 guilder tax on blank CDs of 2.50 guilders.

    Stealing is wrong. It is good that parents teach that to their children. But as children grow up, they learn there's more than black and white. Sometimes stealing is the right thing.

  8. Re:Hack KKK on Seti@HOME Cracked By Aliens? · · Score: 1

    That would only generate unnecessary publicity.

  9. Re:The important thing here on KDE & GNOME Cooperate · · Score: 1

    Scripting common tasks is more of a CORBA thing, IMO. That should be solvable, or they're not really using CORBA.

    Of course KOM/Bonobo (I don't think it's called Baboon anymore) interoperability would be ideal, but that seems unlikely to happen. Two variations of CORBA are still CORBA, but KOM/Bonobo have fundamental differences, or so I think.

  10. Re:I like this concept... only one problem.. on Reiserfs Released · · Score: 1

    Actually, I think it's more like Kaffe. Qt is released under two different licenses, but it's just one source tree. Kaffe has a free GPL'd version, and a commercial version, and it's not legally possible to keep both trees the same. (Unless you only accept patches from people willing to transfer the copyright.)

    At the moment there's just one reiserfs. If people start using it, this will change. The community only has to deal with the GPL'd version, but Reiser must maintain both and save his legal butt.

  11. Slashdot... on Apache Incorporates · · Score: 1

    That's what you get when you neglect to check Slashdot every single day. Slashdot has already been acquired by Andover.net.

  12. Re:Deals not needed, but money is. on Reiserfs Released · · Score: 1

    Let's say Sun decides to include reiserfs as part of Solaris. They will most likely not want to GPL Solaris, so they'll pay to get reiserfs under a different license.

    And of course people or organizations might pay for support, or to have Reiser and his team implement certain features.

    I don't know how easy or difficult it will be to make a living out of reiserfs.

  13. It's simple. on Reiserfs Released · · Score: 3

    If you write a piece of code, you (or your boss) owns the copyright. If you own the copyright you can release it under whatever license you like. For example to the community under a GPL license, and to paying customers under a different license.

    If reiserfs gets included in the kernel, and the kernel developers modify it, these modifications are applied to the GPL'd release, so fall under the GPL again. Reiser won't be able to include these patches in his commercial version (unless he explicitly asks for and gets permission).

    Distributions can include the GPL version. No deals are needed at all. I have no idea where you got that idea from, since GPL is spelled all over it.

    Anyway, just to reiterate, since you're not the only one who doesn't understand (I'm thinking of a certain BSD advocate who recently tried to crush the GPL using very false arguments): if you release your code under the GPL, the GPL only applies to that release. You are still the owner of your code, and you can do with it whatever you want. (But of course you can't retract the release itself.)

  14. Re:Yeah and its KILOBIT, too on @Home quietly initiates 128k upload cap · · Score: 1

    In Holland, @Home measures it in webpages/minute in their ads...

  15. Re:does it support SMP yet? on Athlon Benchmarks Out · · Score: 1

    Can you tell more about this? Would it need support from the kernel to get the most out of this?

  16. Re:And that's only with... on Athlon Benchmarks Out · · Score: 1

    Compare the results for 550mhz and 600mhz....

    If memory bandwidth is not an issue, then the percentage for 600 would be exactly 600/550 times the percentage for 550.

    For integer performance this is the case: 118 is very near to 109*(600/550). So this test fits in the K7 cache and increasing the bus speed won't gain you much.

    For the other two tests, the result for 600 is significantly lower than the expected value. So bandwidth is an issue here, and running the bus at 200mhz will boost performance.


    About the difference with a P3: since the K7 at 200mhz won't do better at the integer test, and, for all I can tell (I don't have enough information here), the P3 might benefit from a busspeed of 133mhz, the difference in integer performance would actually be less with the K7 at 200mhz and the P3 at 133mhz. (If you don't get this and suck at math, then just forget what I said.)

  17. Re:Got a fishing license? on NT vs. Linux: Again · · Score: 1

    Very interesting comment.

    All I'm saying is that saying that Linux is free and NT costs $$$ is NOT a very good argument.

  18. Re:what makes NT faster? on NT vs. Linux: Again · · Score: 1

    IIS is not in the kernel on NT, but NT does have some very specific system calls that are great for serving static webpages.

    And the Linux developers are actively working on deserializing critical paths. 2.4 should be a lot better in this sense.

  19. Re:Pricing on NT vs. Linux: Again · · Score: 1

    You're saying that Linux + 4-way beats NT + uniprocessor in price?

  20. Re:A bit of a plug. on Fifteen Years of X · · Score: 1

    My post was confusing. The first part is about using an X server to display apps running on a Linux box.

    The second part was not entirely related. What I meant to say there is that in windows you can replace explorer.exe by something else. And yes, explorer is not really the window manager, but much more the gui/shell. But replacements include enlightenment and afterstep clones, and those are generally considered to be window managers (although strictly speaking they do more than just managing individual windows).
    As far as I know, there is no way to change the title bars of standard windows applications. That;s what I meant to say.

    And indeed, some X servers allow you to use alternative window managers, and these do take care of the title bars and such. At work I'm using Hummingbird Exceed, so I can do that too (although I am letting MS-windows manage these windows).

  21. Gnome on NT on Fifteen Years of X · · Score: 1

    This last week I've installed Linux on a computer in our lab, and thanks to the X server on my NT box I can now live a decent life. It not only looks really cool to have the gnome panel there in the corner, but it works perfectly and is fast. I've seen windows apps display on remote NT boxes, and I can tell you that's not nice.

    About the MS Windows window manager: you can replace it, and there are several alternatives. Unfortunately, the title bars and dragging of windows is somehow provided by the application process, and I'm not sure much can be changed about that (unless MS goes Open Source).

  22. As if this is something new on Gary Kasparov vs. The World · · Score: 1

    Here in the Netherlands (and I suppose in other countries as well), there have been matches like this forever. The matches are played in radio programs and people call in to cast their vote. Now of course internet is better suited for something like this, but the idea is very old.

  23. Re:Ridiculous article on Java-Clone Announced · · Score: 1

    Agreed.

  24. Most likely a small steering committee on Linux Kernel 2.4 out by this Fall? · · Score: 1

    A committee with Alan Cox, David Miller, and 3-5 other core kernel hackers. Just like most of the other big and successful open source projects (egcs, glibc, etc).

  25. one problem here on Linux Kernel 2.4 out by this Fall? · · Score: 1

    I have a modem/ppp connection, and sometimes when somebody is getting a file from my computer through ftp, my network comes to a total stand still (except for the ftp tranfer in process). I can't even ping other hosts anymore.

    This happens at least with 2.2.7-2.2.10. It is reproducable with one person whose connection is slirp-like through a Digital Unix box, using netscape. I don't know if it always happens with passive ftp. I do know that it doesn not happen with regular ftp (from other hosts) or http from that same Digital Unix host.