Slashdot Mirror


User: jcast

jcast's activity in the archive.

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

Comments · 943

  1. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 1

    By the way, I'd like to congratulate all y'all leftists---six replies and two form a valid argument!

  2. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 1

    Got a bit of evidence the media is not liberal (as in left of the average American, not left of the average /.er) or not raised on Watergate?

  3. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 1

    A C.S. Research Assistant braindead hick.

  4. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 1

    If you think that Clinton is worse, could you please explain why?

    Vince. Foster. Is. Dead.
  5. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 1

    I never said the media ignored Democrat scandals. I said they give far more attention to Republican scandals.

  6. Re:Watergate still?? on Nixon Tape To Reveal Secrets at Last? · · Score: 0, Flamebait

    The media is composed of Democrats raised on Watergate. That's why they only care about scandals in Republican administrations.

    Sorry if it hurts all y'all leftists, but its true.

  7. Software Developers on Lawsuit Challenges Copy-protected CDs · · Score: 2, Insightful
    From the article, quoting Cary Sherman:

    Motion picture studios and software and video game publishers have protected their works for years, and no one has even (thought) to claim that doing so was inappropriate, let alone unlawful.

    I suppose that's why every single real copy protection for software has been abandoned, right? Anyway, the Jargon File defines copy protection as:

    copy protection n.

    A class of methods for preventing incompetent pirates from stealing software and legitimate customers from using it. Considered silly.

    I think Sherman's claim is pretty specious.
  8. Re:*BSD is dying on FreeBSD 4.6 · · Score: 1

    Only if you base it around GNU, nitwit.

  9. Update:Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    I have a script I think will work; email me (jcast at ou dot edu) if you want a copy. /. thinks it has too many ``junk characters''.

  10. Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    -devel can be handled by examining the extension and/or install directory of the file, right? And as for the other point (about modules), if you have control of the source code's organisation, you can put each module into a separate sub-directory and split based on source sub-directory, no? There may be times you can't come up with a general rule for splitting files into packages, but I don't think that's the general case.

  11. Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    And while I hate to admit it, shared libraries do suck long term when building applications. The dependencies become nightmarish because you code against specific versions and assume certain things.

    Translation: I don't know how to write portable code.

    I would rather simply static link it and be done with it.

    Translation: I'm lazy.

    Granted, documentation of what's portable and supported could be drastically improved. But if you really can't keep your system working with newer versions of libraries, there's pilot error somewhere. Pilot error is not a problem with .so files; it's a problem with pilots. To eliminate it, find perfect pilots :)
  12. Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    However, if you want to split things into more than one binary pacakge,

    Why?
  13. Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    I think this is a cleaner version of what you want: Create two files, /etc/prefixen and /etc/paths. /etc/prefixen (for example) might look like this:

    /
    /usr
    /usr/mozilla

    /etc/paths looks like this:

    PATH /bin
    LD_LIBRARY_PATH /lib

    Then, on startup, /etc/profile reads these files in, and sets things up appropriately (i.e., PATH becomes /bin:/usr/bin:/usr/mozilla/bin and LD_LIBRARY_PATH becomes /lib:/usr/lib:/usr/mozilla/lib). Then, put mozilla under /usr/mozilla/bin and put its libraries under /usr/mozilla/lib. When mozilla is installed, just make sure /usr/mozilla is in /etc/prefixen. Under /usr/mozilla/libexec (or maybe /tmp/exec, or wherever), put a shell script that reads /etc/paths and manually inserts /usr/mozilla into them. Then, tell the user to source that file before running mozilla. And of course, at the next login sh will automatically add /usr/mozilla to all the right paths.

  14. Re:standardized Linux configuration files... on Is RPM Doomed? · · Score: 2, Insightful

    I think the suggestion was to make a standardised GUI. Those who want to use vi, emacs, whatever still could, and the basic system would still work. Newbies, on the other hand, can use a cleaned-up interface, which I predict would spread across all Un*x variants if done right. After all, isn't the point of slowly-evolving that you're never done, never perfect?

  15. Re:standardized locations, etc. on Is RPM Doomed? · · Score: 1

    Duplicate libraries eat RAM. RAM eats your budget. Having your budget eaten sucks. Clear?

  16. Re:Private industry is the answer. on Open-Source Pioneers Make Bid for .org · · Score: 1

    The key difference is that with corporations (minus government involvement), any one can join with enough hard work. You can make an impact one person at a time. Whereas with the government, you basically have to make your impact one majority at a time---otherwise nothing will happen.

  17. Re:.org - profit??? on Open-Source Pioneers Make Bid for .org · · Score: 1

    Well, his parent said ``money-grubbing whore site''. Not the most neutral of word choices, no?

  18. Re:I believe .org should be controlled by the UN on Open-Source Pioneers Make Bid for .org · · Score: 1

    Why does being rewarded for providing a useful service to a lot of people constitute being a ``sellout''?

  19. Re:What is really needed is Remote GUI's on Andreessen on the Browser Wars · · Score: 1

    Please don't tell me you think everything should go over HTTP (which not even M$'s people believe---look it up, it was on /. a while back) just because some idiots don't know how to configure a firewall properly.

  20. Re:Don't forget Galeon on Andreessen on the Browser Wars · · Score: 1

    ``Would take a ton of effort''---who wants to bet it would be easier just to start over and wrap Gecko in MFC, going for maximum Windows integration?

  21. Re:Nitpicking at its worst on Physics in the Movies · · Score: 1

    These are the people who give nerds a bad name.

    No, people who don't like nerds give us a bad name. We give ourselves good names, the rest of the world just hasn't noticed yet.
  22. Re:Ironic... on Physics in the Movies · · Score: 1

    Well, the whole point of s.f. is that plausible but un-invented stuff is allowed. Unplausible stuff is not.

  23. Re:Differences appear minor on Gnome 2.0 RC1 · · Score: 1

    Absolutely---most of the GNOME libraries are completely useable outside of GNOME, and (often) outside of each other. Consolidating them would be the worst thing that could happen for cmd line developers!

  24. Re:An anlogy on Are Written Computer Science Exams a Fair Measure? · · Score: 1

    ``Computer Science is no more about computers than astronomy is about telescopes''---Dijsktra (more or less). If you want to learn programming without understanding C.S., go take MIS.

    p.s.: /.: Its Friday, I'm tired; I'm going as slow as I can. And STOP CALLING ME COWBOY!

  25. Re:written exams... on Are Written Computer Science Exams a Fair Measure? · · Score: 1

    I don't (generally) type faster than write---because I think faster (yes, that much faster) when I've got something between my fingers :)