Earlier quoted context omitted.
Another question is would Linux become what it's become if only nice polite guys were allowed to code it?
That's irrelevant, nobody's talking about allowing or not allowing to participate, but accepting help while insulting the helpers, seems disgusting to me and I really find it weird that some people readily accept that while demanding respect and politeness in other situations. Double standards – that's what it is.
Linus Torvalds on aliasing
121–130 of 284 posts
Re: Linus Torvalds on aliasing
#122raises hand I would love to be able to contribute to the linux kernel one day. But I'm unlikely to ever become part of the community when its leader behaves like this.
You have to realize that extreme PC thing is very US centric and pretty recent at that.
Re: Linus Torvalds on aliasing
#123For modern compiler, just use memcpy and compiler can optimize away the memcpy and produce the exactly same code.
But the kernel developers has some issues on trusting compiler generated code.
Re: Linus Torvalds on aliasing
#124I would go out of my way to avoid people who communicate like this with me. People put time and energy in making software better, at least in their own eyes, for others and then they get textually abused like this by someone who has his fame to protect himself with. He also does no service to his own arguments by peppering them with childish swearing because things like "So standards are not some kind of holy book th…
As a northern European I find it not only comfortable that Linus runs Linux, but I would be less comfortable if it was another American smile in face pretend to be your friend but be shady as fuck attitude that you guys seem to confuse for 'professionalism'.
So let's chalk this to cultural differences. We wouldn't hire someone like you and you wouldn't hire someone like him.
Re: Linus Torvalds on aliasing
#125I would go out of my way to avoid people who communicate like this with me. People put time and energy in making software better, at least in their own eyes, for others and then they get textually abused like this by someone who has his fame to protect himself with. He also does no service to his own arguments by peppering them with childish swearing because things like "So standards are not some kind of holy book th…
Re: Linus Torvalds on aliasing
#126Earlier quoted context omitted.
FreeBSD uses BSD License, no? Or am I missing something here? https://www.freebsd.org/internal/software-license.html
BSD and MIT licenses are almost interchangeable regarding requirements to the code. They even appear as MIT/BSD in many projects.
Re: Linus Torvalds on aliasing
#127Earlier quoted context omitted.
Another question is would Linux become what it's become if only nice polite guys were allowed to code it?
That's irrelevant, nobody's talking about allowing or not allowing to participate, but accepting help while insulting the helpers, seems disgusting to me and I really find it weird that some people readily accept that while demanding respect and politeness in other situations. Double standards – that's what it is.
Re: Linus Torvalds on aliasing
#128Earlier quoted context omitted.
Reading on a 400dpi 300nits screen in a slightly dark room, the lkml link hurts the eyes significantly more. Reading on a shitty 96dpi 100nits screen from 2004 in a bright room, the lkml link is the more readable one. Another situation of the eternal issue of "we need a web standard for specifying relative contrast", not "make everything blinding #000 on #fff".
By the CSS2 standard, #000 and #FFF are sRGB colours, with #000 targeting 0.2cd/m^2, and #FFF targeting 80cd/m^2, with adjustments for ambient light level. With CSS4, you can choose other colour-spaces instead. The web standard is there, but so long as 99% of users have setups which emit 300+cd/m^2 and say they're emitting 80, you can't do much with it. The push toward HDR displays gives us another chance to 'get it…
Hell most displays nowadays don't even do sRGB, which was defined as the colorspace and contrast of an average 1990 CRT.
Re: Linus Torvalds on aliasing
#129Notice that after his rant, he still tested the code, and merged it: https://lkml.org/lkml/2018/6/5/774
Re: Linus Torvalds on aliasing
#130It's important to bear in mind that Linux isn't written in standard C - it's written in a dialect of C implemented by recent-ish versions of GCC (there is a particular minimum GCC version supported), with certain compiler switches. There's nothing wrong with this - it's an important enough project to be able to make those kinds of demands.