Slashdot Mirror


User: pergamon

pergamon's activity in the archive.

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

Comments · 288

  1. Re:the cuplrits revealed on CD-Eating Fungus Among Us · · Score: 3

    Hehe... Either that or they'll patent the fungus, then alter it so that it only eats CDRs.

  2. sendmail on New Mail RFCs Released · · Score: 1

    Oh great... Just when sendmail starts to get all the bugs worked out...

  3. Re:It all comes down to Ethics. on MPAA Goes After Gnutella · · Score: 1

    Part of "what it all comes down to" is that because they've never been challenged before for distribution channels, they haven't bothered to create services to take advantage of current technology even when those could help them. On the few occasions I used Napster or similar services it was either to listen to a few songs from groups or albums I hadn't heard before to find out whether I wanted to buy the music OR to get copies of songs on albums I already own when I was away from my physical CDs. These are both legitimate services that the recording/distribution/publishing industries (whomever you want to blame) don't offer. I'm no enemy of music publishers; I have over 500 CDs most of which I've purchased new.

    As far as "socking it to 'The Man'", I think that's more true than you give it credit. The publishing industries have been gouging consumers since the beginning. How much of that $15 you pay for a new CD do you think actually gets to the artist? I don't mind paying for the music, but very little of the cost of a CD goes to compensate those who actually make the music. I don't care about the physical media, and the production of that and the packaging and distribution of the physical storage is most of the cost. The technology is there; I should be able to pay something more like $5.00 to get the right to download an album and then do with what I please (within normal copyright restrictions) of which only a small fraction would have to go to distribution. But that isn't going to happen, because the artists have contracts with record companies, and record companies have no desire to make less money.

    Hopefully what has been going on in this realm recently will show that consumers want a different type of service, but I'm afraid that all that the record companies are seeing is piracy and all they will do is make the problem worse by making music even harder to listen to.

  4. Re:The Wolf3D sequel has been out for many years.. on Achtung Wolfenstein Screenshots · · Score: 1

    Read the article I linked to. It started out as "Wolfenstein 3D: Part II" though yes, it didn't end up as exactly a sequel...

  5. The Wolf3D sequel has been out for many years... on Achtung Wolfenstein Screenshots · · Score: 1

    ...and it is called Rise of the Triad

  6. Re:Will never last on Patent On 'Private' URLs · · Score: 2
    two years ago won't cut it:
    The patent application was filed in April 1997.
  7. Re:This reminds me... on Web Standards Project: Upgrade, Or Miss Out · · Score: 1

    It was also a Pat Paulsen presidental campaign slogan...

  8. Just because you started young... on Does Age Really Matter? · · Score: 1

    Remember, your older boss could have started getting experience even younger than you did.

  9. When security alerts are outlawed... on BIND Security Info For "Members Only"? · · Score: 1

    [fill in the blank]

  10. Re:Not much better. on Does .NET Sound Like Java? · · Score: 1
  11. Re:Not much better. on Does .NET Sound Like Java? · · Score: 1

    Could be, though I did read another document somewhere in the C# or .NET documentation that said the same thing (though I don't know what it was)...

  12. Re:Not much better. on Does .NET Sound Like Java? · · Score: 1

    I didn't either until I read this. Granted, C# != .NET, but why would they not allow multiple inheritance in C# if it could be done in the runtime?

  13. Re:As a beta tester.... on Does .NET Sound Like Java? · · Score: 1

    Sorry for my poor choice of words.

    By "application level thing" I meant something which doesn't necessarily (and probably doesn't) have anything whatsoever to do with the .NET architecture and therefore can't be used as an argument for it.

  14. Re:About .NET... on Does .NET Sound Like Java? · · Score: 1
    Concerning your pps:
    pps: There is one cool thing about .NET: Supposedly you can extend say a C++ class using VB or C# or whatever. .NET has a common runtime library that allows you to inherit and extend object using a language that the original object was not written in.
    You can do that with Java bytecode too.
  15. Re:As a beta tester.... on Does .NET Sound Like Java? · · Score: 1

    There is nothing here that either isn't just an application level thing that can be done with any language/runtime/etc (5-6), is just a workaround for a poorly designed OS (7), or isn't already done with Java bytecode (1-4).

  16. Re:.NET vs Java on Does .NET Sound Like Java? · · Score: 1

    While the JVM instruction set does favour the Java language and object orientation, there is nothing stopping anyone from writing compilers from [probably] any language to Java bytecode. I've done it, as well as lots of other people/groups...

  17. Not much better. on Does .NET Sound Like Java? · · Score: 1

    From the bit of reading I did of MS documentation for this, I haven't found anything that the .NET architecture will be able to do that the JVM can't do other than direct memory access. There are some differences between the .NET architecture and the JVM that will make life easier for those making other languages work in it (yes, programs written in languages other than Java can be run in the JVM too), but nothing more. .NET will even have some of the same annoyances as the Java architecture, like no multiple inheritance...

  18. not new on The ASCII Cam · · Score: 1

    Notre Dame once had an ASCII version of a cam that was watching the dome of a building on campus. You could even telnet to some port of some system to see a "movie" of the last 24 hours or so of feed. I think I remember seeing it 5 or 6 years ago...

  19. And the question is whether people will be willing on What's Wrong With Content Protection? · · Score: 1

    ...to go to jail over this issue.

  20. Re:Hey, hey. Great minds think alike. on Stuffing Junkmail Postage-Paid Envelopes? · · Score: 1

    or a modem

  21. Re:Filesystem interfaces on MySQL FS · · Score: 1

    well, yeah.

    s/cat/echo/ in my comment.

    no, what i was saying was that you would "create a file" on the filesystem called "textquery". the SQL filesystem would then replace that with a directory of files representing records. or something. there are lots of different ways to do the details...

  22. Filesystem interfaces on MySQL FS · · Score: 2

    You can give just about anything a filesystem interface, its just a matter of how good the implementation is and how useful it is.

    There have already been even FTP and HTTP filesystems for several operating systems if memory serves, and I know there have been a couple other odd ones for BeOS. I nearly did a database FS for Be a few years ago myself.

    Speaking of which, this would be much easier to implement (filesystems are simple to write) and more useful IMHO (because there are already standard APIs to query filesystems and support any number of attributes for files at the OS-Filesystem level) to do for BeOS.

    I'm sure it can be done for linux too, but I have doubts as to the usefulness of it under any OS, much less one where you don't have the luxury of being able to utilize existing attribute support.

    It might give some shortcuts for reading, but writing will likely be very complicated. I don't see a good way to do anything along the lines of joins either. The idea of using "." files/directories will help provide some of that I suppose. Permissions will also be a problem, though I guess you could just go by login name.

    A good reason to have filesystem interfaces to complex resources (like FTP, HTTP, databases, etc) is that it is easy to access things on a filesystem from within just about every programming language on every platform. However, by forcing the normal interfaces to those resources down into what can be done to a filesystem some things also become very complicated. To do those more complicated things will either mean complicated interfaces or programs that give the filesystem information through some other means (ioctl?) or perhaps writing commands to a file within that filesystem ("cat 'SELECT blah FROM blahtable' > /mnt/mysql/queries/testquery" and then looking in /mnt/mysql/queries/testquery/ for the result set, for example).

    In short, I'm sure it'll be very fun to implement and be an interesting toy which may even have some uses...

  23. Low radiation phones: does it matter? on Study Links Cell Phones and Eye Cancer · · Score: 1

    What I'd like to know is whether lower radiation phones would make a difference...

  24. Re:Would have expected a better RPN comment from / on William Hewlett Dead · · Score: 1

    Greetings fellow Rose alumnus...

    I graduated recently (2000), and I can safely say I didn't participate in or witness any calculator races during my time there. Whether that is due to the majority of sizable calculations being done with Maple on a laptop/PC now or the fact that Rose has been coed for the past many years now I can't say.

    Of course, there are still lots of calculators in use around campus. I know I was able to convince at least a couple people to buy HPs by showing them The Way Of RPN...

  25. Hmmm.... on Microsoft, Unisys & Dell To Make New Voting System · · Score: 1

    Let's see, the Bush administration is going to be much easier on corporations, and I've heard comments directly related to the still ongoing MS antitrust situation. MS is doing the software for the voting machines. Now, if that whole antitrust case were to get thrown out, I wonder who the software would be favoring...