Slashdot Mirror


User: Kent+Recal

Kent+Recal's activity in the archive.

Stories
0
Comments
1,436
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,436

  1. Re:How about an effective one! on BYU Project to Silence Computer Fans · · Score: 1

    Well, look on any other forum and you'll see people whine about the noise, too...

  2. Re:nothing to worry about on Cell Phone Ringtones Give Music Industry Another Headache · · Score: 1

    Maybe someone reading both slashdot.jp and here picks this up.

  3. Re:Fujitsu Siemens Celcius Mobile H on Home Theater Keyboards? · · Score: 1

    That would be the perfect workstation for my PHB!
    Just lock away the keyboard somewhere and don't tell him where...

  4. Re:Obligitory.... on 71% of Spam Servers are Located in China · · Score: 2, Informative

    Look here.

  5. Re:NTFS is not so bad on Measuring Fragmentation in HFS+ · · Score: 1

    If it was, IBM would have certainly had a few things to say about it.

    They probably have but SCO intimidated them so they shut up.

  6. Re:But the real question is.. on Google Experiments With Local Filesystem Search · · Score: 1

    or someone in Redmond would have gotten a VERY unpleasent letter and a flaming pile of dog poo from me

    Maybe if a few (more?) people would actually do just that (the latter)...
    I, for my part, am definately considering the purchase of a dog now.

  7. Re:Question on Gmail Users Get A Storage Boost [updated] · · Score: 1

    I have said it before and I'll say it again (as many people don't seem to know this): Sending large files by e-mail is a bad idea because the mime-encoding adds 30% overhead. Your 20MB get blown up to 26MB in the process.
    On the other hand, any MTA that doesn't refuse to deliver oversized mails probably deserves the bill (at least once)...

  8. Re:Question on Gmail Users Get A Storage Boost [updated] · · Score: 1

    Now that's one bad excuse. This time.

  9. Re:File storage security on Welcome to the 'Plogging' World · · Score: 1

    You can put whatever security you want on your server.

    Before or after I gave them write-access? *scratch*

  10. Re:my bank's ATM's and Internet smart keyboards on The Security Risk of Keyboard Clicks · · Score: 2, Funny

    Yes, I've seen a simplified design.

    [ 3 or 7 or 9 or 6 or 0] [ 5 or 1 or 2 or 0 or 8 or 4 ] [ I'm feeling lucky! ]

  11. Re:Best Filesystem for Production System on Linux Filesystems Benchmarked · · Score: 1

    Funny you mention escalade.
    I just got myself the cheap 2-disk escalade for the home-box.
    Nice to know it does even a little bit more than just saving some cpu cycles over softraid (why I bought it).

  12. Re:Best Filesystem for Production System on Linux Filesystems Benchmarked · · Score: 1

    You don't have to convince me. I was the guy recommending SCSI, right?
    In fact without reliable power (redundant PSU + UPS) the drives (IDE as well as SCSI) can crap out just anytime - sync'd or not.
    Ofcourse you can get battery-backed IDE-controllers. But are you really going to spend that kind of money and then run the drives with disabled write-cache?

  13. Re:Damn it on DOOM III This Summer · · Score: 1

    for example, each chaingun bullet was a separate UDP packet.

    So with proper iptables settings I could filter or rewrite the individual bullets? Neat.

  14. Re:Your graphs are unreadable on Linux Filesystems Benchmarked · · Score: 1

    There's mng. But I think no browser supports it.

  15. Re:Best Filesystem for Production System on Linux Filesystems Benchmarked · · Score: 1

    I think when an IDE disk loses power during write there's little any software can guarantee
    (the journaling fs experts are welcome to correct me, though).
    SCSI-disks and a battery backed controller should be minimum for any DB-server, unless you have very good UPS + redundant PSU.

  16. Re:Liability on Sasser Author Under Arrest, Say German Police · · Score: 2, Funny

    Windows *is* designed to access the internet, handle email etc.

    Oh? I'm more under the impression that windows was designed to be accessed by the internet...

  17. Re:Sheer Volume on What Makes a Good CD/DVD Duplicator? · · Score: 1

    Yes something like that. But pre-made in a box and with a reasonable pricetag, please.

  18. Re:The more on Sprint Routers Stolen; NYC Internet Outage Ensues · · Score: 1

    More like a siege.

  19. Re:I like Gentoo... on Gentoo Linux Musings · · Score: 1

    You also realize that if you uninstall a package in Gentoo, it doesn't check for whether that will break other packages' dependencies, right?

    Really now?
    I've been planning to give gentoo a shot but if that's true I can as well screw it and go the old slack route. Dependency-tracking seems pretty worthless when it doesn't work in both directions.

    When uninstalling software it's either something I compiled myself (so I know where the stuff and the deps live) or something that the system installed for me (from binary-pkg or on-the-fly compiled).

    In the latter case I expect the system to be able to remove such pkgs smoothly without me having to worry about breaking other stuff.

  20. Re:another fork? on Gaim Forks To Get Voice And Video Support · · Score: 1

    Don't forget naim. It's great for us console junkies!

  21. Re:iChat AV / AIM Video Chat on Gaim Forks To Get Voice And Video Support · · Score: 1

    There are technically perfectly good choices: H.323 [...]

    *cough*
    Please think again.

  22. Re:Could Google Kill Spam? on Google's Sergey Brin Talks on Gmail's Future · · Score: 1

    Well, just in case there is a junior janitor trainee position. Could anyone please point me to the application form?

  23. Re:Encryption support... on Google's Sergey Brin Talks on Gmail's Future · · Score: 1

    So you'd trust them to store your private key?

    I'd rather like to see some sort of browser plugin (right click on textarea, "encrypt for...").

  24. Re:this SMTP server vs Qmail and Sendmail on Postfix 2.1 Released · · Score: 2, Interesting

    Well, having a stable target for patches and extensions can be a nice thing, too.
    And if you're dealing with mailing lists (from the admin side) you definately wanna take a look at ezmlm.

    I haven't tried postfix in a while but I guess the old rule of thumb (for small sites use whatever, if you need it big stick with qmail) still applies?

  25. Re:Email courtesy?? on World's First 1GB Web Mail May Not Be From Google · · Score: 1

    What happened to e-mail ettiquete??

    Well, hopefully at least one of the MX-servers on the mails route to your inbox enforces it and simply drops the big package.

    Large attachments are a very bad idea since MIME-encoding adds 33% overhead.
    Use other protocols to transfer large files!