Slashdot Mirror


User: redhat421

redhat421's activity in the archive.

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

Comments · 63

  1. Re:Standard Pratice on Apple's G5 Speeds Challenged · · Score: 1
    the weird numbers wasn't necessarially to keep the cashiers from stealing, but to keep the stores from doing their sales under the counter

    That might make sense, except the manager of the store is the one who would set the prices. So if he wanted to do sales under the table and not report it for tax evasion reasons, he could set his prices to whatever he wanted (ie this is not some mandated thing, so it would not work for any kind of enforcement). The manager could also just do nothing to the prices and keep two separate books which seems like it would be less suspicious then making change out of your pocket :).

  2. Torrent on Screenshots of Mac OS X 10.3 Panther Leaked · · Score: 1
    Here is a torrent file for the screen shots....

    www.deskmod.com.torrent

  3. BitTorrent Link on Linux Kernel 2.4.21 Released · · Score: 2, Informative
  4. Alternative options on Would You Use SELinux? · · Score: 5, Informative
    I have not really used SELinux that much, but I have used and would recommend the following two projects.

    grsecurity

    LIDS

    As far as the NSA planting a back door into SELinux, I really doubt it. A backdoor in open source code would be discovered eventually, and the NSA would have a very hard time denying it.

    It seems much more likely that they would put back doors into closed source products, which do not receive as much scrunity.

  5. Re:Uhhhhh why USB? on Wristwatch USB Drive · · Score: 1

    Seems like a bluetooth watch would be very cool, but I think that the power requirements for such a beast would be problematic at best.

    If you have a USB enabled watch, you can provide all the power across the USB cable....

    Still a very cool idea though....

  6. Re:Its in keeping with Windows XP and the rest of on Microsoft Bites Apple, Apple Bites Back · · Score: 1
    I'm not sure if the analogy of making a great car vs making great software makes any sense.

    If GM, Ford, or AMC could spend all there money on RD so they could just make ONE great car, then make 10,000,000 of them for no additional charge, I'm sure they would.

    To tell you the truth, I'm really not sure why Windows is not perfect... Perhaps it's because everybody has a different idea about such things?

  7. Re:ACLs are inane. on Michael Robertson of Lindows Responds · · Score: 1
    ACL == Access Control List From:

    The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]

    Access Control List

    (ACL) A list of the services available on a server, each with a list of the hosts permitted to use the service.

    (1994-11-08)

  8. Re:Prior art ;-) on Remote Direct Memory Access Over IP · · Score: 2, Interesting

    Linux will not swap over NFS without a patch which you can find Here. I use this for diskless workstations, and it works well.... I'm not sure if your application will be faster or not with this.

  9. OGM support? on First Certified DivX/DVD Player Released · · Score: 2, Interesting

    I wonder if it will support playback of "ogm" files? If not, what format should I be using that can handle vorbis VBR audio and subtitles?

  10. Re:Seems strange on Red Hat 9 To Be Released March 31 · · Score: 2, Insightful
    I think that the version number bump is due to the fact that they are changing the glibc that ships with 9 to 2.3.1. I think that RedHat changes major version numbers when they produce a version that may break backwards compatiblity.

    Dont think that this is all bad, the new glibc will have Native Posix Threds among other things.

  11. Re:DVD ISOs on Red Hat 9 To Be Released March 31 · · Score: 2, Informative

    You can make your own RH8.0 DVD iso... There are good instructions listed here: http://www.rickertweb.com/~justin/linux/Make_RedHa t_DVD_From_CDROM.html

  12. Re:So what the man in the middle does on Swiss Researchers Find A Hole In SSL · · Score: 2, Informative

    This attack is mitigated by checking to make sure the CN matches, and verifing the SSL public key you get is signed by a CA that's in your trusted list. So if an attacker wanted to pull this off, he would need to sign the key with a CA thats in your browser (or get the user to click ok on a warning message).

  13. Re:Are there any open source projects? on First HDD MPEG4 Video Camcorder · · Score: 2, Informative
    I don't know what you mean by "device", but if you hook a camera to a DC10 capture card, and use nvrec you can do realtime encoding.

    Another project that might intrest you is Mpeg4ip. This project includes tools to do realtime MPEG4 capture and conversion of other videos to MPEG4 format.

    And last but not least is transcode, They just added support for realtime capture and conversion to this program so you can output in a number of diffrent formats, including MPEG4 via Divx5 or XviD.