Slashdot Mirror


User: toadlife

toadlife's activity in the archive.

Stories
0
Comments
2,343
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,343

  1. Veterinary care? on North Magnetic Pole Moving East Due To Core Flux · · Score: 1

    You've got to be kidding me?!

    I'm sure putting dad or grandma down at the first sign of trouble with a $70 shot of pentobarbital would save a ton of money. We could also keep recovering patients in 4x4 stainless steel cages instead of those posh heated hospital rooms. Eliminating medical tort would also save a few pennies on the dollar too.

  2. Re:Global Warming on North Magnetic Pole Moving East Due To Core Flux · · Score: 1

    Constitution? Congress jumped the shark with drug laws decades ago.

  3. Re:Global Warming on North Magnetic Pole Moving East Due To Core Flux · · Score: 1, Flamebait

    Besides, you know what would be simpler than the current bill? Single payer.

    Stop it with the common sense. Heads are going to explode. ...and a big GFY whomever modded the parent troll.

  4. Re:Tablet Prediction: on Jobs Finally "Happy" With Unannounced Apple Tablet · · Score: 1

    Can you write an app for the iphone that allows you to track and remotely control your phone via GPS by sending it sms messages with commands?

  5. Re:there are Programmers then here are PROGRAMMERS on Why Coder Pay Isn't Proportional To Productivity · · Score: 3, Funny

    Your keyboard from back in the day?

  6. Re:You're doing it wrong. on How Can I Contribute To Open Source? · · Score: 1

    Whoops. I was thinking of state sponsored schools. I don't know what I think about other government institutions running servers. At least it would provide some kind of general benefit to the economy in general.

  7. Re:You're doing it wrong. on How Can I Contribute To Open Source? · · Score: 1

    What's to say operating those mirror servers isn't educational? I think it would be practical experience for students studying in systems related fields.

  8. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 2, Interesting

    They're not a patent troll in that way that they did actually come up with the same system before everyone else......i4i was silent for years, everyone started using XML

    Sounds like a patent troll to me.

  9. Re:welleee on Best Way To Clear Your Name Online? · · Score: 2, Insightful

    Why does that make me prissy and self-righteous?

    You not drinking doesn't make you prissy and self-righteous, but judging by the rest of your post, something sure does.

  10. Re:HA! on Not All iPods — Vinyl and Turntables Gain Sales · · Score: 1

    Shhhh. You'll upset the vinyl freaks!

  11. Re:Pfft... on Not All iPods — Vinyl and Turntables Gain Sales · · Score: 1

    All of Nirvana's stuff was recorded analog.

  12. Re:This isn't any different from any other compute on Malware Could Grab Data From Stock iPhones · · Score: 1

    If OSX was on 85% was of the worlds desktops it would be by far the most exploited and exploitable OS in the world.

  13. Re:Documentation of open source is TERRIBLE. on Is Linux Documentation Lacking? · · Score: 2, Insightful

    Documentation of open source programs is generally TERRIBLE.

    The FreeBSD handbook being a notable exception.

    (IMO)

  14. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    exactly too....

  15. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Developers... Developers... Developers... Developers!!!!!!!!!!

    EXCATLY! :)

  16. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    is the problem that Vista and 7 or more susceptible to AdWare / malware than XP is

    No. Quite the opposite. To clarify, we don't use Vista or Windows 7 at work. All of our desktops are still XP Pro.

    To put it as non-technically as possible, malware authors responded to the security enhancements in Vista by writing better malware, and the result has been more infections of our XP boxes at work.

  17. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Except *nix has had this model for decades.

    NT, being derived from VMS has had this model for decades too.

  18. Re:As if that makes it any better..... on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Windows basic flaw is that it is derived from a single user system.

    Incorrect.

    For years, many DLLs, /had to have/ Admin privileges,

    Incorrect.

    Everything should be statically linked and only contain the permissions that the user specifically needs to operate and none of those should be administrative permissions.

    Everything should be statically linked? lol!

    This basic, single user concept of an OS should have been dumped with Win95.

    It was.

    Over the years they've added many additional layers of protection, but they've never really protected the box from the basic user

    Actually, they did.

    Setting all of that aside, there are literally millions of users worldwide of other (built from the ground up as) multiuser systems (with some of these same limitations) such as IBM iSeries, HP-UX, etc.. and we never hear of these kinds of problems happening.

    lol.

  19. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Fine, but my main point was the Microsoft has laid out guidelines for programming apps using the least privilege concept from the beginning. Regarding their platform tools, if they didn't allow you to write programs that perform administrative functions, the tools would be defective.

  20. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    That would require Windows devs to program apps to a specific spec, something that history has shown isn't easy. Not to say that it isn't doable, but it would risk causing app developers to move to a different, less restrictive platform, a risk I'm sure Microsoft would not be willing to take.

    Aside from that, user data (the most important thing on any computer system) would still be up for grabs, and there would still have to be a mechanism for escalation of privileges, which users would gladly use when promised dancing bunnies.

  21. Re:As if that makes it any better..... on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Care to explain how is Windows "inordinately susceptible to malware" compared to other operating sytems with similar feature sets such as OSX and K/Ubuntu?

  22. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Your scenario would require each app should have it's own account. That would be a administrative nightmare. Automating the behavior (required on a system for home users) it would be a programming nightmare.

    But maybe I'm missing something. How would you implement such a feature?

  23. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Although I'm not certain aboutthey tell developers how to develop for their OS

    Because there is a great deal of heterogeneity regarding the rights requirements for applications in Windows.

    Microsoft laid down very specific guidlines ten years ago for coding applications so that they worked without admin rights. I believe it was part of the getting your application certified for Windows NT4/2000/XP. Devs just ignored the guidelines because they could.

  24. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 1

    Even better, it should be following a proper UNIX-esque security model. It could create users/groups for specific escalation. Apps shouldn't ask to escalte to administrator level. They should ask only to escalate the rights they specifically need, such as writing to C:\Program Files\Foo.

    How in the hell is that a UNIX-esqe security model, and what version of UNIX does the things you describe automatically?

  25. Re:Its the users, not the OS on Black Screen of Death Not Microsoft's Fault · · Score: 4, Informative

    The vast majority of malware, rootkits, spyware, viruses, etc that plague windows so severely are completely dependent on having administrator rights. If windows users would join the rest of the computing community in the present century and realize that they don't need administrator rights to check their email, they would see the infection rate drop astronomically.

    The days of malware failing without admin rights are gone. The vast majority of malware today is coded to be "rights aware", and stay in the users profile if limited rights or UAC is present.

    At work, I took away users' admin rights around 2000 and our infection rates dropped to near 0%. Since Vista and UAC became mainstream adware infections are actually up. It's easy to clean though since it remains confined to the users profile.