Slashdot Mirror


User: PotPieMan

PotPieMan's activity in the archive.

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

Comments · 199

  1. Re: yes 3G on Second Google Android Phone Revealed · · Score: 1

    True. However, according to the full specifications, the phone does not support the frequency band used by T-Mobile USA for HSDPA.

  2. Re:I'd say more than 35% on Spam Volume Jumps 35% In November · · Score: 1

    My ISP recently added C/R to their mail servers, and I've lost mailing list traffic as a result. To me this illustrates a key problem with C/R: by being selfish, you win in the short term. If everyone acted so selfishly, email would not be an effective tool for communication.

    See also Justin Mason's collection of anti-challenge-response links.

  3. Re:cp -g on What's Your Command Line Judo? · · Score: 1

    Perhaps, but the original patch also uses -g. I don't believe Miika Pekkarinen has any association with Gentoo.

  4. Re:cp -g on What's Your Command Line Judo? · · Score: 1

    Gentoo patches coreutils to add that feature.

  5. Re:Polyglot on Choice of Language for Large-Scale Web Apps? · · Score: 1

    I was simply pointing out to the OP that Ajax can do more than "asyncronously [call] JAVA functions without needing a page redraw". I thought the client-side aspect of Ajax was implied.

  6. Re:Polyglot on Choice of Language for Large-Scale Web Apps? · · Score: 5, Informative

    Ajax, which stands for Asynchronous JavaScript and XML, does not necessarily imply Java on the backend. Many Web application frameworks, such as Ruby on Rails, include Ajax helpers. I'm sure many Java Web app frameworks have also added support for it.

    Adaptive Path has a nice article introducing Ajax called Ajax: A New Approach to Web Applications.

  7. Re:IE5 dominate on Mac?! on Will Google Launch A Browser? · · Score: 1

    Secondly, IE5 for the Mac really isn't that bad. It's a completely different codebase than IE for Windows, and it shows (as the rendering quirks are so different!) In fact, we complain that IE5 for the Mac follows the standards a little too closely... it can be pretty strict.

    Except for the fact that it gets floats totally wrong and computes margins and padding incorrectly. I used to think MacIE was okay, but then I learned CSS.

  8. Re:Your error on Is the 80 Columns Limit Dead? · · Score: 1

    alias nano='nano -w'

    The -w option turns off line wrapping. Should be the default, IMO.

  9. Re:DIY Gmail on How Does Gmail Stack Up In The Webmail World? · · Score: 1

    I've never used it, but a lot of people recommend mairix for indexing and searching email.

    Personally, I don't see the value in searching over sorting - it seems like a copout. Invest a little time in coming up with a decent organization and you should be able to find what you need quickly.

    I don't like Gmail because I can't organize my mail into hierarchies. There may be places where my organization breaks down, but they are rare. Labels don't really fix the inconsistencies for me. If I could use them in conjunction with folders, I'd probably love them.

  10. Re:Sourceforge... on Security Holes in CVS and Subversion Found · · Score: 5, Interesting

    Well, as far as I know, SourceForge uses pserver only for anonymous CVS access. Presumably, the anonymous CVS uses a read-only filesystem. If someone were to exploit this vulnerability, it would probably be pretty difficult for them to cause any problems.

    Developers have access over SSH, and hopefully only have access to their project. There are obviously some concerns with malicious developers or people breaking into a developer's account, but the chances are pretty slim.

    I don't think this was mentioned anywhere else, but the original annoucement includes a note about SourceForge finding a problem with the security patch breaking compatibility with some versions of WinCVS and TortoiseCVS.

  11. Saw this last year on Newsflash: Gourmet Coffees Have Lots Of Caffeine · · Score: 1
  12. Re:What? on Mac OS X 10.4 "Tiger" Preview at WWDC · · Score: 1

    If you want free, try the XFree86 implementation in Fink. IIRC, Fink is still supporting all versions of Mac OS X.

  13. Re:try, catch, finally on C, Objective-C, C++... D! Future Or failure? · · Score: 5, Insightful

    As you say, programmers don't want to spend time worrying about error checking. The problem with return values is that some functions return -1, some return NULL, and others return some magic number depending on the problem. You can come up with rules and standards, but these are often broken or forgotten while programming.

    Exceptions provide an obvious answer to the problem of how to handle different types of problems. If a file doesn't exist and someone tries to open it, a FileNotFoundException is thrown. If a file exists but the permissions don't allow access, an IOException is thrown.

    Exceptions also provide a MUCH cleaner way of propagating errors. If one method calls another method to open a file, and the file can't be opened, how do you tell the original caller that there was a problem? With exceptions, you simply declare that your method throws IOException, and then (typically) skip the try-catch-finally block.

  14. Re:Bounce the headers on Why Do Email Admins Make Viruses Worse? · · Score: 1

    They've implemented it very well at the University of Florida. As email is received, a message is accepted only if it does not contain a self-replicating virus. Messages with other types of viruses are accepted, but the attachments are modified to prevent automatic execution and a notification is added to the body.

    It probably slows down the SMTP server a bit, but is that really so bad? It effectively limits the throughput of the mail server, should anyone on campus decide to send out a huge number of messages at once (i.e. spam or virus).

    See http://open-systems.ufl.edu/services/virus-scan/.

  15. Re:Was she really wearing an ipod? on Macintosh 2004 Case Mod · · Score: 4, Informative

    Yes.

  16. Re:Under a datacenter floor on The Absolute Worst Working Environment? · · Score: 5, Funny

    I don't think I'll be buying colo service from you...

  17. Re:Separate topic: contigency on Attorneys Prepare iPod Class Action Lawsuit · · Score: 1

    I definitely agree that lawyers deserved to be paid for their work. I just think the payoffs are a little too high. Granted, the risk of not getting paid is high - it would be very interesting to see some statistics on how many class action suits are successful. The percentage probably isn't as high as one would think.

  18. Re:*sigh* on Attorneys Prepare iPod Class Action Lawsuit · · Score: 1

    What part of the lawyers don't have clients in this suit don't you understand?

  19. Re:*sigh* on Attorneys Prepare iPod Class Action Lawsuit · · Score: 2

    It's not uncommon for law firms to start class action suits on their own. Wonder why? Law firms get something like a third of the total settlement value, and any part of the settlement unclaimed by members of the class.

    For more information, see http://www.power-of-attorneys.com/classaction_laws uit_update.htm.

  20. Re:If I understand this correctly... on Microsoft Looks At Integrating Forums and E-mail · · Score: 5, Informative

    Mutt has done this for as long as I can remember.

  21. Re:Or you could on Washington Post Covers iPod Battery Ruckus · · Score: 1

    1. I don't use the remote.
    2. If you're worried about people noticing the white headphone cable, buy a different set of headphones (my original point).

  22. Re:Seriousl, what's so great about the iPod? on Washington Post Covers iPod Battery Ruckus · · Score: 1

    There's reasons to use iTunes, but only if you own an iPod, since then you are required to use it.

    Sorry, what? I've never used iTunes with my iPod - I use gtkpod.

  23. Re:why battery life is a non-issue for most people on Washington Post Covers iPod Battery Ruckus · · Score: 1

    Original mac (128K, 512K, Plus, SE and SE/30) had no space for a hard drive inside.

    I don't think so. My Macintosh SE had a 20 MB hard drive.

  24. Re:Or you could on Washington Post Covers iPod Battery Ruckus · · Score: 1

    Since when did it become impossible to use a different set of headphones with the iPod? I hate the earbud headphones that came with mine.

  25. Re:Don't be. on More on the University of Florida · · Score: 1

    Therefore, it would bo logical to assume that CD sales would go up after a dragonian system like this was implemented, and surprising if it didn't.

    Only you're ignoring all other factors - the cost of CDs, the quality of new music, etc. There's no proof of cause and effect in the RIAA's study or your assumption.