Slashdot Mirror


User: firewood

firewood's activity in the archive.

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

Comments · 502

  1. Re:Password management on Real Security? · · Score: 1
    The document/approach I read/have adopted is to stop requiring users role their passwords every month. I now request users to role their passwords every 3 months (once per quarter).

    To make this roughly equally secure, you also need to slow down (or eventually lock out) repeated login attempts so that it takes 3 times longer to brute force guess them.

  2. Re:Too many passwords - so I write 'em down! on Real Security? · · Score: 1
    So what do I (and presumably everyone else) do? I write them down somewhere.

    People who carry handheld computers (PalmOS or PocketPC) can store a large number of passwords in a number of encrypted databases (several dozen apps available of varying quality; and you don't to use only one which might be susceptable to a single point of failure). You can then store a bunch of completely random passwords under a much smaller number of strong but memorable passwords.

    Or better yet for systems under your control, have your handheld, after entering a PIN, generate a new one-time password for each login, so even keylogging is useless without also lifting your handheld to get at the seed and/or algorithm. This gets closer to 2 factor authentication.

  3. Re:Understand.. on SCO Now Willfully Violating the GPL · · Score: 1
    If the GPL *is* invalid, as SCO claim, then the code reverts back to being the copyright of the individual contributers, who can then sue them for breach.

    If the GPL is somehow held invalid by the courts, there may still be the issue of whether distributing ones code under the GPL, without consideration or expectation of compensation from an unknown number of users, and freely to countries with unknown IP laws, might somehow impair ones right to selectively sue for copyright infringement.

  4. Re:Strung up by their own rope on SCO Calls GPL Unenforceable, Void · · Score: 1
    If the GPL is unenforceable, then unless SCO got written permission to distribute the code by all the myriad other kernel contributors (and in fact the developers of every other bit of GPL'ed software that they are distributing in their own distr - still available via FTP) then they themselves are in breach of all those people's copyright over code they wrote.

    If the GPL is held to be unenforceable in a meaningful fashion, it means that the copyrights themselves must have been held by the courts to have become somehow unenforceable. This could happen if the act of distributing code under the GPL (without any thought of any compensation or consideration to an unknown number of parties including to countries with unknown intellectual property laws) was held to give the author the same rights to enforcement as if they had placed the code into the public domain. Or requiring compensation only from programmers who are capable of modifying the code and do so might be considered unfair in some manner, or against some interstate commerce regulations on fairness in pricing.

  5. escrow verification? on Developers Lose With Proprietary Software · · Score: 1
    So how should one go about verifying that code escrow really exists?

    For the small developer, what's the lowest cost solution for legally verifiable code escrow? (That my brother has a copy of my backups isn't likely to be an acceptable answer... unless my brother is a major banks trusts & estates officer, and the code is held in a legal trust by the bank (== $$$ big legal fee's)).

  6. Re:And for those on linux.. on Review of Mac OS X 10.3 · · Score: 1
    I'd probably call my plan for world domination file "ILikefluffyKittens.rtf" or something equally innocuous. Or better yet, "readme.txt", since nobody ever reads READMEs.

    Or perhaps developers need to name their README's, "Plan for World Domination.txt". Then more users might read actually them! :)

  7. Re:Brute force this! on Review of Mac OS X 10.3 · · Score: 1
    Brute force this: "My turtle is 3ke"

    One brute force method would be 1 dictionary word + 1 random character, 2 dictionary words + 2 random characters, etc. and permutations. That would be considerably more efficient than hunting through the keyspace of 16 random ASCII characters, assuming that the passphrase length was already guessed somehow.

    In any case, the password setup routine should tell the user that it estimates the password entered can be broken in X seconds, where X might be small enough number to concern careful users.

  8. Why this is wrong on Death of the PDA? · · Score: 1
    Cell phones take too long to develop and get regulatory/network approvals. And fashionable cell phones are getting too small for many PDA applications.

    It's not that PDA's are dead, but that the disconnected PDA is dead (which is why all Palm's have a HotSync port). Eventually, every PDA will have wireless capability instead (wifi, bluetooth, cellular but maybe using the same account as ones cell phone, or some combination of the previous). People will buy PDA's with readable size displays to use to configure their cell phones, many of which will still have awful user interfaces on tiny displays in order to stay small and fashionable. The fashion cell phone market is far larger than the geek market.

  9. Re:Death of the Internet Predicted on FCC Commissioner Warns of Destructive FCC Policies · · Score: 2, Insightful
    The internet (as used back then) is dead, and it will die again. Almost no one uses gopher any longer. NNTP is now a tiny percentage of internet traffic. The current protocols support the dumping of near infinite amounts of raw sewage onto the bandwidth paid for by others. I expect the people who pay to move onto greener pastures (new more-secure protocols), leaving unauthenticated SMTP ports and such open only on a few research and archeologists networks.

    Sure the internet as we know it won't die, but the percentage of users and networks that allow the current protocols will go to zero (rounded to the nearest percent).

  10. Re:Guess Who's To Blame on Spammers Using Hacked Machines as Decoys · · Score: 1
    WHY wasn't ICF turned on by default in XP Home? WHY aren't there pamphlets included with new computers about keeping AV up to date and not opening unknown e-mail attachments?

    In the early days, one could drive a car, or even fly an airplane, without any licensing requirements, any seatbelts, etc. After enough costly accidents and bad publicity, nowadays one certainly can't take off piloting a large aircraft without thousands of hours of training, licenses, medical exams, inspections, following books full of regulations, etc. etc. What makes you think that the same thing won't happen to being able to run a server (any PC with open ports) on a broadband connection?

  11. Re:Pay more to get less on Spammers Using Hacked Machines as Decoys · · Score: 1
    Open connections require ISPs to do nothing, therefore those connections should cost nothing.

    Closed connections cost even less, since they consume no network bandwidth on the providers inner network, and probably generate less complaints due to unpatched hacked machines causing problems (dDoS, smtp relay, etc.) on the net. Why should a port be exposed if the user doesn't even know enough about its existance to put in an "open it please" request?

  12. Re:Firewall on Spammers Using Hacked Machines as Decoys · · Score: 1
    Besides, what is $5.00 based on?

    If you don't have inbound ports open, your machine will tend to generate less inbound traffic for their routers to have to handle, and a lower probability of complaints due to an unblocked machine getting hacked and then used for dDoS, et.al.

    I think all inbound ports should be blocked by default unless the user is clueful enough to specify the exact port numbers and services that he/she specifically wants (e.g. almost all linux admins, but much fewer windows users).

  13. Re:Uhhh on The Next Path for Joy · · Score: 1
    Ok, here's an experiment:

    a) run Hello World in Java

    b) run Hello World in C (including booting up Linux)

    Which one is faster? :-)


    print "Hello World"

    in Basic, on an Apple II (or equivalent), is much faster than either when you include machine boot time. Does this make Basic the better language?

  14. Re:Why aren't PDA's replacing pricey calculators ? on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1

    The HP48 emulator won't run on many of the PalmOS models that are significantly cheaper than a real HP48.

  15. Re:Nothing with a decent keyboard? on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1
    These palm shaped things are next to useless for any serious work.

    Some people do their serious work standing up and moving about. These palm-sized devices fit in a shirt pocket or on a belt-clip.

  16. Re:T3? What, is the T2 too old alread? on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1
    As it is I would have rather seen the T2's price drop.

    The T2 price did drop with the announcement of the T|T3, and it's still a good product in Palm's lineup because it has noticeably bettery battery life than the T3.

  17. Re:Why aren't PDA's replacing pricey calculators ? on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1
    Although many PalmOS calculator applications look nice, they are just barely catching up in terms of symbolic math capability and educational add-ons.

    But given that a T|T3 benchmarks around 3 double-precision megaflops, PalmOS devices should blow away calculators for some handheld uses.

  18. Re:Tugnsten E: Palm's iMac? on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1
    Of course, this is totally ignoring the Newton, which is where Palm did well to steal a lot of ideas for PalmOS, although ignoring a handful of very important architectural elements.

    Also ignoring several design elements that resulted in the Newton being a very unprofitable and low volume seller (versus over 30 million PalmOS devices sold).

  19. Re:New Sony Clies too on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 1
    Also note that the two new Sony Clie models, the TJ25 and TJ35, have rebates available, which can reduce the net cost to $180 and $220, respectively. See the sony style web site for details.

    The new Sony models also use a faster processor (200 MHz Motorola MX) than the new Palm Zire21 and Tungsten|E (126 MHz TI OMAP) models.

  20. Re:We should be giving these things to kids. on New Palm Lineup Reviewed: Tungsten T3 & E, Zire 21 · · Score: 2, Informative
    these are the machines we should give to kids in grade school. Forget laptops.

    PalmOS devices for the educational market? Alphasmart agrees with you.

  21. Re:Try a three-tiered approach on Changes in the Network Security Model? · · Score: 1
    One thing that I need to consider at my current job is that you can NOT trust employees computers at home, even if you can trust employees - if they are running Windows, they are potential virus and worm vectors, and needs to be shielded off, ... We've solved the most immediate problem by allowing only ssh

    Allowing running ssh from a box that is potentially 0wn3d and running a key logger is a big hole in your security. Requiring a hardware firewall/VPN box on home systems could at least temporarily keep the key loggers from phoning home.

  22. Re:Basic Internet w/cable? on Cable Companies Reject Tiered Pricing Model · · Score: 1
    Make basic cable come with a username/password and leave support at that. No tech support, no customer service, just a low speed (100k down, 30k up or something) thing for users of whatever cable service. If you want tech/CS/more speed, you'll pay the premium!

    This could work. Many clueless people would use this service. The cable company would only have to charge enough for any support call to make even more money per bandwidth unit then from their subscribing customers.

  23. price certificates high, not low on AMTP as an Alternative to SMTP · · Score: 2, Insightful
    Sounds like a solid plan...now to get a certificate signed for a decent price is the challenge."

    A major problem with the current system is that domain names and (misused, temporary or stolen) IP address are nearly free. Thus spammers can collect zillions, and the blacklists become unstable (where collateral damage effects some people worse than the spam). The way to avoid this with mail transport certificates is to make them costly enough that spammers can't collect them by the busload, and that also cost enough to pay for determining that the applicant is a real person with a verified contact address (where, say, papers could get served for forgery and violating UCE laws, etc.).

    People (and spammers) who can't afford an account on a server with a proper certificate can still use SMTP. But, unless I'm a police/medical/whistleblowers tipline, or have family in Nigeria, I don't have to accept such email.

  24. Re:Diamond to replace vacuum tubes?? on NTT Verifies Diamond Semiconductor Operation At 81 GHz · · Score: 1
    Try building a semiconductor transistor with a gate width measured in centimeters (compared with microns)

    The gate width of the final clock buffer in the early DEC Alpha chips was about a meter (folded, of course).

  25. Re:Isn't a Copyright a Contract? on GPL in Court - Good or Bad? · · Score: 1
    > the remedy for this violation of the copyright law does not include forcing them to comply with the GPL


    In this case, there would be no right to distribute.

    Unless publicly and freely distributing code to anonymous parties without a written contract or a requirement for monetary consideration was consider by the court as legally equivalent to putting the source code in the public domain. I don't know if there is legal precedent about doing something that looks and feels like placing material in the public domain, and then trying to selectively enforce the loss of distribution rights using copyright law. (But IANAL).