Live data from Hacker News

Linus torvalds on security

plus.google.com

41–50 of 133 posts

Re: Linus torvalds on security

#41
post #34
post #32

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...

I think you're talking about a totally different context than I am.

Re: Linus torvalds on security

#43

The 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.

[deleted]

Re: Linus torvalds on security

#44
post #38

Earlier 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.

I think the problem is that you honestly believe that he was genuinely telling people that they should die. It's an expression, and not terribly uncommon, either.

Re: Linus torvalds on security

#45
post #4

It'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…

Sources?

Re: Linus torvalds on security

#46
post #41
post #34

Earlier 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.

Not sure. You wrote "I've never seen the kind of behavior Linus is famous for on the part of anyone besides Europeans.", which in the context of the threads, means things like him saying "kill yourself".

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

#47
post #4

It'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…

The official installation path for Windows being Program Files is no different than the expected installation for the majority of .deb or .rpm files being /usr. In both cases, you can't install software with its default assumption as a unprivileged user. The defaults on both Windows and basically every Linux distribution assume software installs are done by a privileged account.

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

#48
every now and then linus peeks in at what passes for linux, freaks out, gets pissed off at the state of things, vents, and everyone chimes in. so i'll chime in.

this 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

#50

It 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…

I disagree. Defaults should be prioritized; they should optimize for the majority of the users, not the minority, and for the casual home user, not big organizations (like libraries), since they're more likely to have professionals configuring the system.
Post reply on HN