Slashdot Mirror


User: Neil+Watson

Neil+Watson's activity in the archive.

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

Comments · 561

  1. OGG support on New Windows Media Player Leaks · · Score: 5, Funny

    Any word on OGG support?

  2. No HTML mail on People Suck at Spotting Phishing · · Score: 4, Insightful

    Stop using HTML or convert it plain text and it's hard not to spot a phish.

  3. Re:Already Corrected? on Homeland Security Uncovers Critical Flaw in X11 · · Score: 1

    Please explain that comment.

  4. Re:Already Corrected? on Homeland Security Uncovers Critical Flaw in X11 · · Score: 1

    Certain applications, e.g. Oracle and DB2, highly recommend or even force an X based installation procedure.

  5. Re:Amen on Why Email is a Bad Collaboration Tool · · Score: 4, Insightful

    One of the benefits of email is that new mail waits in a mail box for me to look at when I am ready. I take advantage of this by disabling any new mail messages. No flashing, no popups and no noise. That way I can focus on my current task; checking my mail only when I am ready.

  6. Counter productive on Cell Phones Responsible For Next Internet Worm? · · Score: 1, Insightful

    When I look at how people allow their focus to be interrupted by mobile devices I'm not so sure that they are really helping people's productivity.

  7. Innovation stifled on No More Next Big Thing? · · Score: 5, Insightful

    Innovation may be stifled but it's not for lack of ideas. The coporate influence in copyright and patent laws are the choke point.

  8. Trouble ticket system on Software for a One-Man IT Department? · · Score: 2, Informative

    A trouble ticket system for users to request help is a must (e.g. Request Tracker).

  9. Wiki on Software for a One-Man IT Department? · · Score: 5, Insightful

    How about a good wiki with version control? Also, a versioning system like Subversion can be very useful for maintaining source code and configuration files.

  10. Encryption on Google Slips Talk of Online Storage Service · · Score: 5, Insightful

    Encrypt your files.

  11. Sony and proprietary formats on Sony Announces Date for Blu-Ray Roll Out · · Score: 2, Insightful

    Given Sony's history with its proprietary formats (e.g. Beta and AIT) I would not invest in Blue-Ray until it is well established.

  12. Re:...or use a Via chip on AMD's Turion 64 on the Desktop · · Score: 1

    Interesting. Do you think a Via chip could power a MythTV server?

  13. Re:What we do not know on Linux Desktops Send NASA Rovers to Mars · · Score: 4, Interesting

    I agree that 2.2 was super stable and that 2.4 was less so. However, I've found that 2.6 is very stable. Certainly more that 2.4. A lot of stability issues come down to how you build your kernel. Build only what you need. Don't use things marked experimental. Research your kernel/hardware combination before hand.

  14. Re:The Magic Is Gone on Behind the Scenes of Narnia's Special Effects · · Score: 2, Insightful

    I don't think the magic of special effects is problem. I think the magic of story telling is lacking. All the magic moments you describe occurred because the story enthralled and surprised you.

  15. Re:webmail is only a convenience on Linux Desktop Email Key to Success · · Score: 1
    Also, bringing your messages to your local machine makes them somewhat easier to protect.

    Centralized email storage and backups are better protection than storing them locally on your workstation.

    While I don't agree with your reasoning, offline email is important for travelling users. There are still places where it is very hard to get an Internet connection. Being able to still read your email, calendar and contacts in those places is highly valuable.

  16. Re:Correction on 1/5 of All Human Genes Have Been Patented · · Score: 2, Funny

    That's OK. You were expecting the editors to actually edit. Then again, this is Slashdot. What were you thinking? :)

  17. Re:Text file with automatic encryption/decription on Too Many Passwords · · Score: 1

    If the unencrypted working file is stored on your hard drive it can be retrieved by others via undelete programs. Be sure to store it in RAM only.

  18. Password manager on Too Many Passwords · · Score: 1
    I encrypt my passwords in a text file. Many passwords I can remember but, some are used infrequently. Keeping them encrypted yet easy for me to access has made my life easier. I wrote about it Here

    For everyday users I don't think constantly rotating passwords is a good idea. It's too inconvenient for them. Once that happens they start to write them down. I think a combination of a hardware key and a passphrase offer better security. As the saying goes, something you know, something you have or something you are.

  19. Re:Users aren't the only problem on Computer Jargon Too Difficult for Office Workers · · Score: 3, Insightful

    Ok, so you limit the size of allowed email attachments to a frugal 3MB. Now someone sends a 3MB attachment to all 500 people that use the mail server.

  20. Re:Show some "unreadable" Perl code or shut up on Perl 6 Now by Scott Walters · · Score: 1
    In fact, my own code looks unreadable and unmanagable if I haven't seen it in awhile.

    Which is why people should always, always comment their code. Yet, how many do?

  21. Re:Now there's one less reason for your friends to on Gentoo 2005.1, Experimental Live CD Released · · Score: 1

    Again? When did they stop?

  22. Re:FP? on Shuttles Grounded Once Again · · Score: 1

    IIRC they stopped painting them to save weight.

  23. Re:War of Foo! on U.S. High Level Anti-Piracy Post Created · · Score: 1

    Will all the money spend on fighting piracy result in a return in tax revenue greater than the cost of the war? The same could be said for the 'War on Drugs'. Like that war this is a war against supply. This will ulitmately fail as long as there is a demand.

  24. Limited options on Google and Microsoft Lob More Lawsuits · · Score: 2, Insightful

    Considering how many markets Microsoft is in, Mr Lee would be awfully limited in his choice of new employers.

  25. Old is better on Bob Metcalfe on Open Source, IPv6, IETF · · Score: 2, Interesting

    While today's software is good I think some 'old' things from the past should be revived. We just don't make software like we used to. Large amounts of memory and CPU cycles have made us sloppy. Those people that designed software for a few kilobytes of RAM we smart.