If the manager doesn't support a reasonable amount of vacation time, then there are almost certainly other issues. It is hard for me to fathom the intersection of "good manager" and "doesn't support vacation time" not being NULL. If someone is in this situation, they should vote with their feet - the manager clearly doesn't have their best interests at heart, and this will impact them on multiple dimensions.
Git was developed as an OSS clone of BitKeeper (which was originally provided freely to Linux kernel developers under the agreement that they not develop a clone).
Requirements: Live streaming uses Apple’s HTTP Live Streaming (HLS) technology. HLS requires an iPhone, iPad, or iPod touch with Safari on iOS 7.0 or later, a Mac with Safari 6.0.5 or later on OS X v10.8.5 or later, or a PC with Microsoft Edge on Windows 10. Streaming via Apple TV requires an Apple TV (2nd or 3rd generation) with software 6.2 or later or an Apple TV (4th generation).
80% of hops in America come from the Yakima Valley, which is in Eastern Washington. They even have a large hop festival every year. I think this presence influences the beer scene dramatically.
If you can establish self-sustaining societies on multiple planets you eliminate humanity's greatest threat - the fact that Earth is a single point of failure.
If you take the Ballard Connector to MSFT it is not that bad. 45-60 minutes depending on traffic. With the new 520 work on the Eastside, the carpool lanes are speeding things up dramatically and I expect it's closer to 45 most days (I'm in Phinney currently, and I'm usually at 45-50 minutes on the last stop).
But if the DRM solution is implemented through JS code in the browser, it is trivial to pirate. I know DRM is always broken, etc., but at the same time it is hard to take an argument at face value that discounts the security differences between these approaches.
JS is trivial for anyone moderately skilled to crack - you're sending content in the clear from the browser through the stack.
DRM solutions enabled by EME can be much more robust and difficult to crack.
Similar to other commentators, I struggle with the issue, but just saying "put it in JS" is not a very compelling argument. The current EME approach of a publically defined API that any DRM solution can plug into feels like a pretty reasonable compromise here.
The legal terms state "A User owning physical media must use VidAngel’s filtering service to permit the streaming of Filtered Video Content to the User’s device."
This sure makes it sound like filtering is believed to be required to make the movie legal to stream.
I really struggle to believe VidAngel would build a feature to turn away customers because it is not their market focus. It just doesn't make sense as an engineering investment decision - it is easier and more profitable to allow any number of filters (with 0 being a valid number).
Please read the article before posting. The author specifically discusses the fact that astronauts show signs of aging more rapidly despite the fact that small doses of radiation can be good for your health.
DASH is purely an XML format for describing server-side content. The issues you are describing have nothing to do with DASH and are due to implementation decisions in both the JS player and the underlying MSE object.
Just because more words exist, does not mean the authors make use of these words. I think the author would agree that English has more words - he cites the dictionary sizes skewing heavily in favor of English.
With that said, I am also surprised. I would like to see a similar analysis using more modern works, as well as a discussion around how texts are selected. It seems like the selection of authors and their novels will significantly impact the results.
FWIW - Both English and French stem from the same original language (Proto-Indo-European). You are correct that English is a Germanic language (this does not mean it stems from German), and the French is a Romance language - with Romance being used in the sense of "came from Rome," not "sounds sexy." If you are interested in more details here, I highly recommend "The History of English" podcast: http://historyofenglishpodcast.com/ I'm still working my way through it, but it does a great job explaining the history of the English language, how it evolved, how it relates to other languages, etc.
English contains words from many other languages. It is not just Latin words, but many more recent languages (such as French) as well.
#2 and #3 are explicitly points being addressed by jet.com.
Re #2: The entire Jet model is the more you buy the more you save. Taking the baseball example, it's pretty easy to infer when they see you are buying cleats and a glove that they will up-sell you with a bat as well and call out the bundle discount you will receive.
Re #3: The article explicitly discusses that the founder is trying to create an "anti-Amazon" culture that values people and relationships. You can agree or disagree with this approach, but you can;t deny they are actively trying to promote a great culture to work in (no performance reviews, for example).
This is not to say that Jet.com is going to nail it, but you can't dismiss Jet.com's efforts here out of hand either.
And if you see multiple requests on your phone, you know it's an attack and you should reject both. The criticism is basically "someone might see a bunch of requests and, not knowing which is theirs, approve them all." If someone is that foolish, you're already in trouble.
If you write an HTML/JS, it will always run on all architectures.
If you write a .NET/XAML app, by default it will be compiled to a CPU neutral IL that runs on all architectures (you can disable this and target a specific CPU architecture).
If you write a C++/XAML app, by default Visual Studio will compile different versions of the app for each architecture.
For the vast majority of Win8 apps, "converting" to ARM is just a cross-compile. It is only when you are doing very specialized things that you actually need to worry about the CPU architecture your app will be running on.
Why do you consider these to be mutually exclusive forms of input? Just because you can touch a screen doesn't mean that all other forms of input are no longer applicable.