Slashdot Mirror


User: Chandon+Seldon

Chandon+Seldon's activity in the archive.

Stories
0
Comments
3,874
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,874

  1. Re:Window's one graphical environment on Windows Exec Doug Miller Responds · · Score: 1

    Under Linux, with eithor Gnome or KDE, most of the keystrokes for things such as Copy, Paste, etc are pretty standard.

    To begin with, X standard copy/paste always works. Select some text with your mouse, and middle click where you want to paste it. Can't get much easier than that.

    In most Gnome or KDE apps, the Ctrl+C/X/V shortcuts work just like in Windows. No problem there.

    For normal users, KDE and Gnome don't differ enough to actually cause problems. Menus, buttons, etc all work the same.

    Some few things might not work, like dragging and dropping from one Widjet set to the other, but you have to be a relitively advanced computer user to even notice.

    I wouldn't expect anyone I know to have terribly much more trouble using KDE and Gnome apps under, say, IceWM than they would have using Windows apps under Windows.

  2. Re: wrong debian tree.. if you want it NOW. on Gnome 1.4 "Tranquility" Released · · Score: 1

    The unstable tree keeps breaking things for me. At one point I had to manually remove all the files for three or four packages, and then use dpkg to reinstall them, then uninstall them to get my system back in working order.

  3. Re:Filters, Much Like Locks, Are Needed on Getting Tech Law Info Past Filters The Eezy Way · · Score: 1

    Locks control access, filters control reciept of information. Big difference.

    If you put a lock on a room, that's great. There's no problem doing that, if it's your room. It prevents people you don't know from accessing *your room*.

    A filter is a completely separate issue. If you are filtering network traffic, you are deciding what *external information* other people get to view. This is effectively much different from locking a room, as it isn't your information that you are blocking, nor do you have any reason to prevent others from having access to information.

  4. Re:Yet Another Reason on Report On The Texas Censorware Bill · · Score: 1

    downloading several hundreds of megs is quite difficult if you have no OS to start with

    Not true. Pretty easy. Did it twice yesterday. Need three floppies.

    • Debian Rescue Disk (Compact)
    • Debian Root Disk (Compact)
    • Debian Drivers Disk (Compact)
      • Put in the rescue disk, flip on the computer without the OS, follow the online instructions, you've got Debian installed in just a couple of hours.

        No comment as to how easy to follow the online instructions would be for a newbie (I had no trouble when I was a newbie), but there's definately no problem with installing an OS on a machine with no OS to begin with.

  5. Re:GTK ? on Announcing PHP-GTK · · Score: 1

    GTK is a GUI toolkit for The X Window System (also ported to Win32 I believe). The homepage is gtk.org

  6. Re:Hardly any details on Announcing PHP-GTK · · Score: 1

    How's that?

    A variable has:

    A.) A known trustable value because you assigned to it yourself.

    B.) A known trustable value because PHP automagically asigns something reliable to it.

    or

    C.) A known untrustworthy value, because it it could have been modified by the user.

    I miss how this is any more problematic than say CGI.pm in perl.

  7. Re:Cross platform, eh? on Announcing PHP-GTK · · Score: 1

    It's a relitively well/cleanly designed modern GUI toolkit that is licenced under the LGPL, and supported by a zillion programming languages. There's nothing terribly wonderful about it, but it's the most-free GUI toolkit if you want your app to look/feel reasonably modern.

    All of the other GUI toolkits avalible eithor A.) Are less free, B.) Are less modern, C.) Are less powerful, or D.) Are supported by less languages.

  8. Re:Cool on Draft FIPS for the Advanced Encryption Standard · · Score: 2

    md5 and Rijndael (AES) are two different classes of cryptographic algorytims.

    md5 produces a 128 bit (16 byte) "checksum" of it's input data. md5 is an example of an "one way function": If you have data, you can always get the md5 checksum of that data, but with the checksum only there is no way to determine what the data that produced it was, short of trying every possible input. This is extremeley useful for storing passwords, as by storing the checksum only, the computer can *check* if a password is valid, but doesn't actually know what the password is.

    For md5:

    checksum = md5(data)

    there is no data = un_md5(checksum)

    ---

    Rijndael is something else entirely, it's a simmetric encryption algorithim. It provides both an encrypt and a decrypt function. Given a 128, 192, or 256 bit key you can encrypt data in such a way that it can only be retrived by using the decrypt function with the key. Anyone with the key and the encrypted data ("cyphertext") can get the decrypted data ("plaintext"). This is much less useful for passwords, as the key has to be stored somewhere, making the passwords easily crackable. In this case the computer would know what the password was, and be able to give a cracker that information.

    For Rijndael (AES):

    cyphertext = encrypt(plaintext, key)

    plaintext = decrypt(cyphertext, key)

  9. Re:So you don't ever use anonymous FTP on Peer-To-Victim File Sharing · · Score: 1

    The internet is made up of a bunch of hosts. Each of these hosts provides zero or more services to the rest of the network, things like HTTP, FTP, telnet, SSH, maybe a MUD, etc.

    If a given machine serves files in response to an HTTP request, you can assume that the owner of that machine intended to give you access to the files that his HTTP server is serving. The same is true with anonymous FTP.

    If you try to connect to telnet/SSH/a MUD then the server will usually not let you use the service without authenticating yourself. In this case you can assume that the owner of the machine did *not* intend to let you use the service, unless they gave you a username/password.

    Any other service should be similar, if it allows non-authenticated anonomous access, then you can assume that the owner intendended to let you use that service.

  10. Re:who's still using DES? on AES: Learn All About It · · Score: 1

    I'd use blowfish or idea right now as an encryption algorithim. They've been tested for greater than five and ten years respectively, and they are both significantly faster than 3des.

    A couple of years from now, if don't hear of any insecurities, I'd use Serpent, Rijndael, or Blowfish.

    Five years really should be long enough to seen any inherent insecurities in an incremental algorithim alteration like DES->Blowfish.

  11. Re:This reminds me... on Web Standards Project: Upgrade, Or Miss Out · · Score: 1

    The problem is that his goal seems to be to eithor run IE 5.5 or Mozilla/Netscape 6. On a 486, this may not be realistic.

  12. Re:Integrated Browsers on Web Standards Project: Upgrade, Or Miss Out · · Score: 1

    It will never happen. Verry simply, Mozilla *cannot* run on a machine that low end. If you want to browse the web under linux on a box like that, Mozilla is not an option. This is not a Linux issue. It's a Mozilla issue. Mozilla was designed for a Pentium II/300 machine, and anything slower won't run it.

  13. Re:netscape! on W3C On How To Fix Browsers · · Score: 1

    If a user tries to view a website with screwed up HTML, the browser should display the following text:

    Important

    The page you are trying to view is not a valid HTML document. Only a retarded goat louse would put a broken web page into production. If you are responsible for paying the person who built this page, I would suggest you cut their pay in half immediately.

    Errors:

    Inline element [a] not closed before end of block element [p] at line 47:
    [a href="#14"]scroll down[/p]

    Nettersoft Webbrowsifier can make a random guess about what the turd who designed this page ment. If you would like to see that, click here: Demented Attempt at Rendering Bad HTML

  14. Re:I have "ADD" on Are Computers Stealing Your Memory? · · Score: 1

    I type on a computer about 8 times faster than I write with an ink smearing device on dead tree pulp. This may well be true for people other than me as well.

  15. Re:Exchange Mailbox format on What Mailbox Format Do You Use And Why? · · Score: 1

    Huh? I don't think I understand your usage of the word "so" in your sentance. I would expect it to be used in the form "A so B" where A is a set of facts, and B is a logical conclusion from A. Your A does in fact seem to be a set of facts, but your B does not follow from those facts.

    What about "Exchange 2K supports a very nice web interface, as well as IMAP and POP" would "it's actually a lot more cross platform than UNIX mail...." follow from?

  16. Re:Nitpicking about old Mech Artwork. on FASA Dies · · Score: 1

    Drop $20 on picking up the "Battletech Master Rules". It's got most all of the Level II rules, which should be sufficient to play with. It consolodates enough of the information in the other books that all you should have to buy is figurines, map sets, and technical readouts.

  17. Slashdot subject length is limited. on Ask David Korn About ksh And More · · Score: 1

    There is a length limit on the "Subject" field of Slashdot posts. If the poster had attempted to use the subject you suggest, he would have been stuck with the following:

    What functionality or code in ksh are you least pr
  18. Re:How do scripts fit in? on Using GPL/BSD Code In Closed Source Projects? · · Score: 1

    "Free Software" in the GPL sense is only relevent when you are distributing your software. Your example is null-meaning.

  19. Re:cd burner on Antitrust · · Score: 1

    More like 60x, which is perfectly reasonable if you look at this movie as being in the "near future".

  20. Re:Several people are asking on Class Action Lawsuit Against VA · · Score: 1

    Yea, and in a similar paper about Blizzard Entertainment ("Entertainment") and Electronic Arts ("Electronic") or ("Arts") and Broterbund Software ("Software"), they could sue Electronic, Software, and Entertainment. Is this stupid, or lame?

  21. Re:Flamer Living in a Straw House on E-Mail Clients That Support X.509 Digital IDs? · · Score: 1

    Right, only people with his private key can read it. As the only person is him, only he can read it. What's the problem?

  22. Re:establishing trust without verisign on E-Mail Clients That Support X.509 Digital IDs? · · Score: 1

    I only pay for things which have value.

  23. Re:Fines in Washington on Spammers Jailed for 2 Years · · Score: 1

    Spam has nothing to do with freedom, it has to do with stealing resources.

    Is it protected speach to compile a list of addresses and credit card numbers (without the knowledge of the owner), and for each address charge 50 cents to the associated credit card number to pay for production and shipping of your product catalog to the address?

  24. Re:GIMP Wish List? on Gimp 1.2.0 Released · · Score: 1

    The Gimp has support for whatever types of fonts X supports. If you have True Type fonts working for X, they'll work for The Gimp.

  25. Re:SSH/SSL is still better off than nothing at all on The Continuing End of SSH/SSL · · Score: 1

    It is definitely not acceptable for an E-Commerce solution. I don't think I'll ever transfer a million dollars using SSL technology. Its too much of a risk still. I don't care how many bits it supports.

    I'd be purfectly willing to risk exactly as much on the security of an SSL/SSH connection right now as I'd be willing to risk on the validity of the key on the other end. If I've manually installed a key on an SSH server, I know that the machine is otherwise secure, and the fingerprint checks out, I'll risk an arbitrary amount on the security of that connection.

    Unless you have some good reason to believe that 1024 bit RSA/ElGamal or 128 bit 3des/Blowfish can be broken there's no reason for you not to trust SSH/SSL equally.