It’s a long bow to draw, but you could argue that AMD contributed to killing Clear Linux by taking back a lot of market share (particularly in the lucrative server market), forcing Intel to make big budget cuts, which included Clear Linux.
In reality, Intel’s problems are largely self-inflicted. However, I don’t think they’d be in as much trouble as they are if AMD wasn’t also in such a strong competitive position.
days
is a method on theNumeric
class in Rails, and it creates an instance ofActiveSupport::Duration
withself
passed to the constructor (this is a bit of a simplification, because it actually calls the class methoddays
onDuration
which converts the number of days into seconds before creating theDuration
instance).