No, they’re banned because the people who decided the ban disagree with content that questions their political ideology. For example, this includes a lot of books on racism.
HN user
j_jochem
The problem is that it is impossible to create an engine that will run on synthetic fuels, but is guaranteed to never run on fossil fuels even if modified / hacked, because they’re chemically identical for all practical purposes. There might be some type of DRM-like solution, but given the economical incentives involved, that will be circumvented by car owners. The whole thing is an incredibly stupid idea and will probably lead to the ICE ban being ineffective.
All of the gift cards I’ve seen in the EU used barcodes, not mag stripes.
JIRAs growth strategy was based on developers adopting it without having to talk to their bosses first because it was cheap enough to do so. Nowadays, this probably works differently, but that’s how they initially gained traction.
Fun fact: Norway is not a member of the EU.
Apple has a 100% monopoly on the market for iOS app distribution, which can be argued is bad for the customer because the 30% revenue share they take is inflating app prices.
Tooling inside IDEs is somwhat useful. But being able to just run a compiler-like CLI tool to tell you if there are type errors in your program is much more useful still, since you can run it in pre-commit hooks and on the CI. As far as I know, a tool which can do this _without_ requiring extensive configuration and without throwing false positives does not exist yet for PHP.
As for the "language shouldn't provide tooling" argument: You picked C / C++ as a positive example for this. Those are standardized languages which evolve at a glacial pace. For most of their use cases, this is a good thing. But I'd say PHP's faster evolution over the last decade was the right thing for that language. Other modern language projects seem to follow a strategy of a single standard implementation with extensive tooling pretty successfully (e.g. Go, Rust, Swift, ..).
They do static analyses that go beyond type checking. I have not tried phan and psalm, but the last time I used phpstan its type analysis threw false positives because it was using incorrect assumptions. So my impression is that phpstan lacks the rigor of a true compiler‘s type checker phase.
In my opinion, the PHP distribution shipping an official type checker which does nothing other than verify type correctness based on the information in the code would be much more useful. Kind of like `php -l`.
Unfortunately, PHP doesn't ship a tool for this (and it’s hard due to the way autoloading works). So PHP's typing is slightly less useful than e.g. TypeScript.
When I want to buy cherry tomatoes in German REWE, usually half the varieties have their unit price listed in €/100g, while the rest is in €/1kg. While metric does make converting in your head easy, I bet this still throws off a lot of the non-mathematical people and is done very much intentionally.
* Checkm8 doesn't bypass the protections offered by the Secure Enclave and Touch ID. All of the above means people will be able to use Checkm8 to install malware only under very limited circumstances.
* The above also means that Checkm8 is unlikely to make it easier for people who find, steal or confiscate a vulnerable iPhone, but don't have the unlock PIN, to access the data stored on it.
Apparently, this is not the same exploit.
„Under a second“ might be ok for websites, but doesn’t cut the mustard for web applications. People expect highly dynamic user interfaces which react almost instantaneously.
One third is next to impossible. Anecdotally, startup survival rate should be around 5-10%. However, that should still yield better results than distributing the money amongst SAP and Deutsche Telekom.
The point of the standard was to avoid power supplies becoming useless and going into the trash once the device they came with is no longer being used.
I’m stumped as to why they would pick such a ridiculously low sampling rate. Crashes often play out in minutes, wouldn’t it make more sense to have sub-minute resolution? Or is sending a location ping more complicated than I think?
I know this is anecdotal, but I‘ve taken about 8 years and 10 attempts to successfly quit smoking. On half of those attempts, I made it past the 28-day mark, even past five months on one attempt before relapsing. Physical withdrawal is easy, staying on top of your mind is much harder. I’m at 2+ years now. I‘d say a year of not smoking is a meaningful predictor of not relapsing. 28 days shows you‘re making a serious effort.
I was thinking of dealers selling heroin in particular, since that feels like the appropriate thing to compare fentanyl-pushing MDs to, but in a broader sense, your point is if course correct.
That just means we should treat low level criminals humanely. Four years is plenty.
And the street dealers’ customers know full well that they’re buying a very addictive substance which is not medically indicated.
The same can probably be said about US citizens’ relationship to their own country.
Maybe they want to evaluate VR commerce. That’s the only explanation that makes any kind of sense to me right now.
I’d say cars to belong to that category. Oh, and guns sold to private citizens maybe?
Did you get a lot of crashes before?
The article states that Kaby Lake is affected, too. Maybe except not the Kaby Lake versions used in MBPs?
This is subjective and very anecdotal, so take with a heap of salt:
My 2016 Skylake MBP used to crash very regularly when waking it up from suspend (sometimes multiple times a day). When I first heard about this issue a week ago, I used XCode Instruments to disable Hypterthreading.
I have not observed a single crash since.
Out of interest, what makes you not want to rely on auto-renew?
And I only clicked because I actually like JavaScript and the title made me angry.
`val` is never an appropriate name for a variable because it tells you nothing at all about what the variable contains.
To be honest though, that stuff confuses the hell out of me too and I have an MSc in CS from a highly regarded German engineering university. So while I agree with your general sentiment about depth of knowledge, basic computer graphics linear algebra stuff is just another skill that you learn in a similar way to a new language, for example.
In Germany, when an employee has been sick for 6 weeks and is still unable to come to work, the employers obligation to pay them for their sick leave ends and the employee is moved over to Krankengeld, which is about 75% of their monthly net income and is paid for by the mandatory public health insurance.
There's also non-mandatory corporate insurance products for employers that will pay for the mandatory sick leave. However, this is usually not affordable for very small companies and large organizations are usually better of absorbing the risk themselves and not paying the insurer a premium.
What is that C you're talking about?