Earlier quoted context omitted.
Not familiar with those people except Thompson.
Well, the Filthy Critic is quite known on the interwebs. And BileBlog was quite read back in the day by Java devs. But, ok, those are minor websites. But, you must have heard of Lenny Bruce (they even made him into a movie starring Dustin Hoffman) and Denis Leary. Comedian, had starred in a few movies, and had a tv series that made it into 7 seasons...
Linus torvalds on security
41–50 of 133 posts
Re: Linus torvalds on security
#42What would that be exactly? I didn't realize any Linux distro's worked well on MBA yet.
Re: Linus torvalds on security
#43The worst part is that this kind of thing actually makes security worse. If you force people to bypass security to do ordinary tasks, and train them to constantly enter the root password for everything, you don't actually have any security. It's like the password policy that's so impractical that everyone sticky-notes passwords to their monitors, or the Vista UAC.
Re: Linus torvalds on security
#44Earlier quoted context omitted.
Been there, done that, got the meds. It taught me the valuable distinction between normal mood swings and out-of-whack brain chemistry. Seriously, if you have a strong bout of suicidal thoughts in reaction to flippant remarks such at Torvalds's then you need to bring this up to a mental health professional because your current coping mechanism isn't working . If you're merely tut-tutting with disapproval however I si…
Your speculation on and advice about my mental health is rude and insulting. I'm not merely "tut-tutting". I don't think telling people to commit suicide because of a legitimate technical disagrement or hurdle is acceptable. If you disagree, put up a reasoned argument or shut up.
Re: Linus torvalds on security
#45It's funny that some of the areas that he touches on are also things where Windows requires local admin. Clearly a messed up privileged action model seems to be common across OSes.
Don't get started on Windows. Just don't. You know that UAC prompt you get when running setup.exe for an IM client? Ever wondered why there's an UAC prompt in the first place? Because Windows assumes that setup.exe needs admin privileges (unless .exe explicitly states that it doesn't). This piece of engineering doesn't even have a concept of ~/bin. In fact, there is/was an official W7 guideline that said that all pro…
Re: Linus torvalds on security
#46Earlier quoted context omitted.
Well, the Filthy Critic is quite known on the interwebs. And BileBlog was quite read back in the day by Java devs. But, ok, those are minor websites. But, you must have heard of Lenny Bruce (they even made him into a movie starring Dustin Hoffman) and Denis Leary. Comedian, had starred in a few movies, and had a tv series that made it into 7 seasons...
I think you're talking about a totally different context than I am.
Well, those guys, all non Europeans and most Americans, are some random and well known examples of similar --if not identical-- harsh talk as joke/commentary.
Re: Linus torvalds on security
#47It's funny that some of the areas that he touches on are also things where Windows requires local admin. Clearly a messed up privileged action model seems to be common across OSes.
Don't get started on Windows. Just don't. You know that UAC prompt you get when running setup.exe for an IM client? Ever wondered why there's an UAC prompt in the first place? Because Windows assumes that setup.exe needs admin privileges (unless .exe explicitly states that it doesn't). This piece of engineering doesn't even have a concept of ~/bin. In fact, there is/was an official W7 guideline that said that all pro…
You can install to c:\Users\%USERNAME% if you want to, if the installer lets you pick a path, this is how Chrome installs. Just like you can install into ~/bin if you want to, but you are going to have to go a little out of your way to do it.
Re: Linus torvalds on security
#48this is what you get when you are laissez-faire about how things operate in the land you helped create and ignore issues (via guidance and suggestions) for years on end. this happened with wifi some years ago, too, and didn't get attention until linus got a laptop with wifi.
this is just one reason why i stopped using linux day to day over ten years ago, happily.
Re: Linus torvalds on security
#49Re: Linus torvalds on security
#50It really depends on the context / configuration (or at least should depend on). Imagine a host available to public at a library. Considering that people can come there to print out some sensitive documents, you don't want to allow normal users to change printer settings. Someone could remove the default one and set up a tunnel through his own host, capturing all documents on the wire before they hit the printer. Ver…