Slashdot Mirror


User: Spudnuts

Spudnuts's activity in the archive.

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

Comments · 22

  1. US System is Different on HSBC Online Banking Security Flaw Analyzed · · Score: 1

    As a US HSBC customer, the security that I see is different than the article describes.

    The login process is fairly typical (username, password only), but in mid-July 2006, they changed the process so that they are entered on separate pages. I do not understand how this improves security, because the username is echoed back on the password-entry page. There are no additional interactive anti-replay attack features--the username/password form seems to have been simply split to two pages.

    The biggest security feature that I have casually identified is that on the Online Bill Payment page, it is necessary to do a second authentication using a Java-based on-screen keyboard (which must be clicked with a mouse). This avoids a simple keystroke logger but is not beyond other attacks (for instance, it would be somewhat easier to shoulder-surf).

  2. Re:untrue on Sudo vs. Root · · Score: 1

    It's interesting that you mention this, because my FreeBSD passwd file came with the following stock entries:

    root:*:0:0:Charlie &:/root:/bin/csh
    toor:*:0:0:Bourne-again Superuser:/root:

    but yet it doesn't seem to be a problem.

  3. Why Stop There? on Sony Kills off Aibo, Qrio, Qualia · · Score: 1
    Other things that Sony may as well accept defeat on and move along from:
    • Network Walkman: unpleasant/complex device
    • PC music management software: horrible interface, unpleasant DRM
  4. Liability Risk? on The Microsoft Protection Racket · · Score: 4, Interesting

    I wonder whether Microsoft changing their policy to charge for security updates might be a sufficient impetus for their EULA's denial of liability to be thrown out through legislation.

  5. Re:Mark the film on Movie Studios Unveil New Anti-Piracy Lab · · Score: 1

    They are already doing this with the CAP code system.

  6. Heston Said it Best on U.N. Decides to Shut Down Internet Permanently · · Score: 2, Funny

    They can have it when they take it out of my cold dead hands.

  7. Less Drunk Dialing? on Face Recognition Comes to Cameraphones · · Score: 1

    Since cell phone cameras don't usually seem to well in low-light situations, this could really help prevent drunk dialing!

  8. Hope This Study Didn't Cost Much on Study Finds Windows More Secure Than Linux · · Score: 3, Interesting

    In a previous job at a datacenter where we ran Red Hat Enterprise Linux, I frequently got the comment that there seemed to be a lot more Linux patches than Windows patches. All of the updates for optional software (I tried to do minimal installs and/or remove optional things, but the dependencies sometimes made this awkward) simply made the systems seem more needy than the Windows systems.

    Many of the vulnerabilities were of low risk to us, but it was rare for the system owners to say that even with this low risk that it was acceptable to hold off on applying the patches.

  9. Re:TiVo could simply change their software a bit.. on Network Scheduling to Mess with Tivo · · Score: 1

    Last time I looked (because of this kind of issue), my TiVo only lets me adjust the stop time, but it is from Series 1. Did they change this in Series 2?

  10. Re:and now for something relevant. on Disney to Make Toy Story 3 Without Pixar · · Score: 1

    So Toy Story 3 will be direct-to-video?

  11. Re:Keep those DVDs cheap boys... on Interview with MPAA Chief Dan Glickman · · Score: 5, Insightful

    What are you going to do about it, Dad?

    Too bad the answer wasn't "Hold out for you to produce a movie that's worth protecting."

  12. Re:What a waste of tax dollars on Michigan To Purchase Record 130,000 Laptops · · Score: 1

    Or even more appropriate, Clifford Stoll's High Tech Heretic: Reflections of a Computer Contrarian discusses the tradeoffs involved in integrating technology into the classroom (while still recognizing its value).

    A $250/year/computer lease payment (plus administrative costs) could almost certainly be spent better.

  13. Re:Why keep them? on ReplayTV and TiVo Compared · · Score: 3, Funny

    However, if the Bills ever make another Super Bowl, you can bet I'll have it recorded.

    Haven't you suffered enough?

  14. Re:they'd have sold a LOT more on Apple Sells A Million Songs in Debut Week · · Score: 2, Funny

    Are you saying that the music industry's greediness is hurting their bottom line?

  15. Backups? on Apple Introduces iTunes Music Store, iTunes 4, new iPod · · Score: 1

    I didn't see if the purchases from the online music store were truly one-time. In other words, if your iPod and hard drive both get formatted, do you have to buy the songs again?

    Having that kind of record-keeping would help make the $0.99/track cost seem more worthwhile to me.

  16. XML Confers Longevity on Why XML Doesn't Suck · · Score: 5, Interesting

    Mr. Bray makes a point about the longevity of XML based documents (where he says that tying up documents in a binary format is foolish), but this is a point that (La)TeX users have been arguing for years.

    Will XML really solve this problem? Hopefully the OpenOffice format will help, but if Microsoft maintains its marketshare (and keeps its XML generation limited or even proprietary), are we really better off?

    I'll just stick with LaTeX.

  17. Re:Inside The Actors Studio on 300 Episodes of the Simpsons · · Score: 1

    Thanks for pointing that out! There will be a reairing of it at midnight ET and a few more through the week.

  18. No big deal on 17-inch flat-Panel iMac Dead · · Score: 2, Informative

    The article has a related blurb (registration required) at the bottom that says that a 19" iMac will be available in 3Q.

    If the 17" iMac caused the death of the 15", it would follow that the 19" would kill the 17".

  19. Battery Life on Real PDA Wristwatch · · Score: 2, Informative

    According to the specs (linked from Fossil's PDA page), the battery does last only 4 days with use, but is rechargable Li-Ion.

  20. Re:Questions in Perl on Ask Larry Wall · · Score: 1

    Gee, that's so much more typing than you need...

    for (@weird_syntax) { print }

  21. Pointers on C on C · · Score: 1

    Ken Reek's Pointers on C is a very complete reference. I strongly recommend it if something more full than K&R is desired (as do many of the amazon.com reviewers).

  22. Re:BeOS on FreeDOS, Be, BSD write-up · · Score: 1

    I am perplexed by how you say that it has ``multimedia performance right up there with Linux.'' BeOS was designed from the ground up with multimedia performance in mind, whereas Linux uses the multimedia-unfriendly X11 interface for much of its multimedia presentation. I have been amazed many times over by the way that Be takes advantage of processors for doing multimedia streaming.