In the Netherlands the law is pretty straigtforward that this is a bad idea: > The "Nature of Employment" Rule: If you are hired as a software developer, almost any software you create (even in your own time) can be…
The second example given (extracting information from a web view) is also weird. The rust code has the exact same flaw as the java code, which is that they do not validate the source. I think the author didn't really…
From what I understand, they only have to review/audit the times a gem was yanked, to see if it was a legitimate action. I reckon there is a lot less occurrences
`m` is not a legal value, should be either `min` or `mo` for minutes or months respectively. `s` is actually one of the SI base units: https://en.wikipedia.org/wiki/International_System_of_Units#... edit: actually,…
if your manager is ok with it, don't register it as a sick day. Makes it potentially more complicated with the company doctor. Just consider it a workday spend on ...whatever. Manager being ok with it means you deserved…
I wonder how this will play out with https://altinity.com who have been doing enterprise support for quite some time..
same kind of website but easier to remember for me: http://neverssl.com
Rabobank was the one with the horrible non-native client so pretty sure he is talking about ING :)
You missed the "Do you take a lot of pictures with your phone?" If the answer is yes, you won't get to the mini.
Hmm.. not 100% sure but I see 2 bugs in the PHP script: 1. the src of the image in the HTML is the local path on the hosting server (it would become src="/var/www/nyt/nyt.jpg" ) 2. The v= parameter always uses current…
There is a nice Ted talk about the same topic. Something I often link to people saying "I can eat everything I want in this diet..." The mathematics of weight loss | Ruben Meerman | TEDxQUT:…
IANAL (ofcourse) but in my limited experience: 1a: Not allowed provided because of AGPL (though would be allowed if it is GPL) 1b: Allowed, provided it is purely internal (as described here:…
Ehm yeah. If it was groundbreaking. But there are 5+ other contenders in this field who are dealing with the same issues, and in some cases are fairing better. We are currently evaluating multiple NewSQL vendors, and it…
I would be careful to attribute framework decision making to careful thought. This is more the regular organizational dysfunctionality. Either: - The entire organization uses a single framework (and improves on it),…
Our company (on the scale of running it's own private cloud) has switched over to OpenJDK. Oracle is a non-issue for us For people actually working with JVM and the languages on top of it, nobody really is worried about…
Better yet.. switch to http2 (where keep-alive is deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ke...
I noticed Hong Kong is missing (one of the SAR's in China). They have specific visa rules compared to mainland China Overall pretty useful site!
Interesting enough Yahoo Japan was/is always a distinct company from Yahoo itself. Japan is special from a silicon valley perspective I guess...
Some more information: https://www.slideshare.net/RandyShoup/the-ebay-architecture-... (slide 10) That ebayisapi.dll was 3.3 million lines of code. Currently it is only still in the URL for SEO/backwards compatibility…
For what it's worth, ebay.co.jp is actually not running on their main platform. You can see the difference in the HTML code between ebay.com, ebay.de (both on the main platform) and ebay.co.jp (wordpress based). I…
I would expect to use the first day of a month as a default, just like when time is not specified it should use 00:00 as default. Taking the current time/day as a default sounds off. Probably hard to fix backwards…
Leap seconds are not accounted for in epoch-time. Basically, 23:59:59 and 23:59:60 have the same value (this also makes it easier by not having to handle the 60 :) ) We disabled leap-seconds at work in our NTP servers,…
So let's check the sources: [2] A journalist 'Estimates', probably based on the Wired article [3] Contains the word 'yotta', but says 'handle', not store (which makes sense, considering it's a lot easier/cheaper to…
We are running one of the largest sites in the Netherlands with protocol-independend css/js/img: http://www.marktplaats.nl/ Haven't heard real complaints from the users about broken things. Probably anecdotal but it…
Hmm, eBay has worked extensively with rackspace for cloud-platforming though, so I think it's mostly Xen: http://www.rackspace.com/knowledge_center/case-study/an-open...…
In the Netherlands the law is pretty straigtforward that this is a bad idea: > The "Nature of Employment" Rule: If you are hired as a software developer, almost any software you create (even in your own time) can be…
The second example given (extracting information from a web view) is also weird. The rust code has the exact same flaw as the java code, which is that they do not validate the source. I think the author didn't really…
From what I understand, they only have to review/audit the times a gem was yanked, to see if it was a legitimate action. I reckon there is a lot less occurrences
`m` is not a legal value, should be either `min` or `mo` for minutes or months respectively. `s` is actually one of the SI base units: https://en.wikipedia.org/wiki/International_System_of_Units#... edit: actually,…
if your manager is ok with it, don't register it as a sick day. Makes it potentially more complicated with the company doctor. Just consider it a workday spend on ...whatever. Manager being ok with it means you deserved…
I wonder how this will play out with https://altinity.com who have been doing enterprise support for quite some time..
same kind of website but easier to remember for me: http://neverssl.com
Rabobank was the one with the horrible non-native client so pretty sure he is talking about ING :)
You missed the "Do you take a lot of pictures with your phone?" If the answer is yes, you won't get to the mini.
Hmm.. not 100% sure but I see 2 bugs in the PHP script: 1. the src of the image in the HTML is the local path on the hosting server (it would become src="/var/www/nyt/nyt.jpg" ) 2. The v= parameter always uses current…
There is a nice Ted talk about the same topic. Something I often link to people saying "I can eat everything I want in this diet..." The mathematics of weight loss | Ruben Meerman | TEDxQUT:…
IANAL (ofcourse) but in my limited experience: 1a: Not allowed provided because of AGPL (though would be allowed if it is GPL) 1b: Allowed, provided it is purely internal (as described here:…
Ehm yeah. If it was groundbreaking. But there are 5+ other contenders in this field who are dealing with the same issues, and in some cases are fairing better. We are currently evaluating multiple NewSQL vendors, and it…
I would be careful to attribute framework decision making to careful thought. This is more the regular organizational dysfunctionality. Either: - The entire organization uses a single framework (and improves on it),…
Our company (on the scale of running it's own private cloud) has switched over to OpenJDK. Oracle is a non-issue for us For people actually working with JVM and the languages on top of it, nobody really is worried about…
Better yet.. switch to http2 (where keep-alive is deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ke...
I noticed Hong Kong is missing (one of the SAR's in China). They have specific visa rules compared to mainland China Overall pretty useful site!
Interesting enough Yahoo Japan was/is always a distinct company from Yahoo itself. Japan is special from a silicon valley perspective I guess...
Some more information: https://www.slideshare.net/RandyShoup/the-ebay-architecture-... (slide 10) That ebayisapi.dll was 3.3 million lines of code. Currently it is only still in the URL for SEO/backwards compatibility…
For what it's worth, ebay.co.jp is actually not running on their main platform. You can see the difference in the HTML code between ebay.com, ebay.de (both on the main platform) and ebay.co.jp (wordpress based). I…
I would expect to use the first day of a month as a default, just like when time is not specified it should use 00:00 as default. Taking the current time/day as a default sounds off. Probably hard to fix backwards…
Leap seconds are not accounted for in epoch-time. Basically, 23:59:59 and 23:59:60 have the same value (this also makes it easier by not having to handle the 60 :) ) We disabled leap-seconds at work in our NTP servers,…
So let's check the sources: [2] A journalist 'Estimates', probably based on the Wired article [3] Contains the word 'yotta', but says 'handle', not store (which makes sense, considering it's a lot easier/cheaper to…
We are running one of the largest sites in the Netherlands with protocol-independend css/js/img: http://www.marktplaats.nl/ Haven't heard real complaints from the users about broken things. Probably anecdotal but it…
Hmm, eBay has worked extensively with rackspace for cloud-platforming though, so I think it's mostly Xen: http://www.rackspace.com/knowledge_center/case-study/an-open...…