It is a law until a judge rules it unconstitutional Until then, any official exercising any of those powers is doing their job. It's not their place to question the laws that congress have passed.
According to Wikipedia, the 1080's on desktop and mobile have the same specs, except mobile is a TDP of 150W and desktop is 180W. Mobile doesn't support Boost 3.0, so peak speed is slightly lower. If I had to guess, they're the same chips with a yield split based on voltage. Lower voltage at the same clock means lower power. Or they're identical and the mobile versions just throttle quicker, due to the lower TDP rating.
Yeah, he should pay over and over again for the same content for every device he wants to use it on. Because downloading something you already have a license for is illegal. (arguably, depending on the technology used to obtain it, downloading the copy isn't illegal, it's the person running the server that is) Because circumventing copy protections to make a legitimate format shift is illegal. Not because you made a copy though, That's perfectly legal.
Or Ireland did it knowing the EU would eventually make the companies pay up. They get the best of both worlds then, the jobs that come with attracting the big companies and the taxes too.
They have the option of removing themselves from the EU. The EU is not forcing them to stay a member, but while they are they need to follow their rules.
It's not supposed to be that bad. It's designed to be 7 minutes of show, 3 minutes of ads. That's why half hour time slot episodes are 21 minutes and hour long shows are 42 minutes
But it sounds like his work was non-BS maintenance, that he wasn't actually doing. He was slacking off instead of working while telling his employer he was doing the work.
Next thing you know you're working at Equifax and instead of installing security updates, you went golfing.
The assumption should be you don't control any names you don't own.
Every place I've worked uses their own domain for their intranet. The last thing you want is for a client to have their DNS servers incorrectly configured, or to be used outside the intranet and have intranet requests be made to random internet servers.
If an employee is working from home and their VPN isn't connected, where does the HTTP request end up when the domain name is resolved by their ISP's DNS server? If you used your own domain for your intranet, it goes nowhere, as the DNS lookup fails because your intranet host names aren't in public DNS servers.
If it's some random TLD, it goes to some random IP address.
Don't be stupid, never use a domain you don't own for internal purposes, unless it's in RFC2606.
Hypothetically they could remove.dev from the HSTS preload list.
The same could be said for any domain in the list https://cs.chromium.org/chromi... What if the ownership of one of the 40,000 entries in that list changes?
I'm in a corporate environment right now. All HTTPS traffic is inspected. All downloads get virus scanned.
All HTTPS traffic is decrypted by the proxy, scanned and re-encrypted with a certificate signed by the companies CA.
It's a non-issue for a corporate environment. Since you've got control of all the machines on the network, it's not hard to have them all trust your own CA.
The only time it's a pain in the ass is when you try to access an HTTPS site with an invalid certificate. The proxy refuses to allow it.
My company uses an HTTPS proxy and only pushes their public key to the OS certificate store. So anything that doesn't use the certificates trusted by the OS fails. Luckily IE and Chrome are sane like that.
What's also lucky is I'm not too retarded to figure out I can export that certificate and load it in to any application that refuses to use the OS certs.
Wireshark is fine with TLS if you give it the private key.
What's not fine is how a browser handles a webapp with mixed HTTP and HTTPS requests. If you're going to deploy it with HTTPS, you should build and test with it too.
It is a law until a judge rules it unconstitutional
Until then, any official exercising any of those powers is doing their job. It's not their place to question the laws that congress have passed.
Sucks to be an American citizen.
According to Wikipedia, the 1080's on desktop and mobile have the same specs, except mobile is a TDP of 150W and desktop is 180W.
Mobile doesn't support Boost 3.0, so peak speed is slightly lower.
If I had to guess, they're the same chips with a yield split based on voltage. Lower voltage at the same clock means lower power. Or they're identical and the mobile versions just throttle quicker, due to the lower TDP rating.
Probably got sick of kids playing angry birds in class and passing around nudes of classmates.
Yeah, he should pay over and over again for the same content for every device he wants to use it on.
Because downloading something you already have a license for is illegal. (arguably, depending on the technology used to obtain it, downloading the copy isn't illegal, it's the person running the server that is)
Because circumventing copy protections to make a legitimate format shift is illegal. Not because you made a copy though, That's perfectly legal.
If you're in a mining pool, don't you have to trust the pool?
If you're not, isn't it pretty much impossible to mine anything?
Treat bitcoin like cash?
Put it in the bank and you'll still get it all back back (with interest!) if the bank gets robbed?
When the oil reserves eventually run out homodieselparticulitus won't be able to survive.
I found it's more like the G in Graphics Interchange Format
light travels faster than sound
That also explains why some people appear smart until they open their mouth.
Or Ireland did it knowing the EU would eventually make the companies pay up.
They get the best of both worlds then, the jobs that come with attracting the big companies and the taxes too.
How much did Google pay? (Hint: their fair share too)
FTFY
They have the option of removing themselves from the EU. The EU is not forcing them to stay a member, but while they are they need to follow their rules.
It's not supposed to be that bad.
It's designed to be 7 minutes of show, 3 minutes of ads. That's why half hour time slot episodes are 21 minutes and hour long shows are 42 minutes
in 2014 Netflix was paying Comcast because its traffic was being deprioritized
Verizon was slowing down Netflix in 2014 as well and asking for money
https://arstechnica.com/tech-p...
https://www.extremetech.com/co...
Not Russian hackers. They're not hacking anything.
They're using Uber to launder stolen credit cards
But it sounds like his work was non-BS maintenance, that he wasn't actually doing. He was slacking off instead of working while telling his employer he was doing the work.
Next thing you know you're working at Equifax and instead of installing security updates, you went golfing.
Isn't IME on desktops and laptops for when they're used in corporate environments? Remote provisioning, updates, etc.
It lets, for example, computers be removed from the network until OS patches have been applied.
gTLD's shouldn't be used in private networks
The assumption should be you don't control any names you don't own.
Every place I've worked uses their own domain for their intranet.
The last thing you want is for a client to have their DNS servers incorrectly configured, or to be used outside the intranet and have intranet requests be made to random internet servers.
If an employee is working from home and their VPN isn't connected, where does the HTTP request end up when the domain name is resolved by their ISP's DNS server? If you used your own domain for your intranet, it goes nowhere, as the DNS lookup fails because your intranet host names aren't in public DNS servers.
If it's some random TLD, it goes to some random IP address.
Don't be stupid, never use a domain you don't own for internal purposes, unless it's in RFC2606.
Same with TV!
It would be nice if there could be some kind of TV bundle.
I don't want to have 15 different subscriptions to HBO, Starz, Netflix, Disney, NBC... Can't I just pay one company to bundle it all together?
Oh wait....
Perhaps someone should have thought to put it in RFC2606, like they did with .test, .example, .invalid and .localhost
Hypothetically they could remove .dev from the HSTS preload list.
The same could be said for any domain in the list
https://cs.chromium.org/chromi...
What if the ownership of one of the 40,000 entries in that list changes?
I'm in a corporate environment right now.
All HTTPS traffic is inspected. All downloads get virus scanned.
All HTTPS traffic is decrypted by the proxy, scanned and re-encrypted with a certificate signed by the companies CA.
It's a non-issue for a corporate environment. Since you've got control of all the machines on the network, it's not hard to have them all trust your own CA.
The only time it's a pain in the ass is when you try to access an HTTPS site with an invalid certificate. The proxy refuses to allow it.
My company uses an HTTPS proxy and only pushes their public key to the OS certificate store. So anything that doesn't use the certificates trusted by the OS fails.
Luckily IE and Chrome are sane like that.
What's also lucky is I'm not too retarded to figure out I can export that certificate and load it in to any application that refuses to use the OS certs.
Wireshark is fine with TLS if you give it the private key.
What's not fine is how a browser handles a webapp with mixed HTTP and HTTPS requests.
If you're going to deploy it with HTTPS, you should build and test with it too.