Yeah, the JS world currently is very pro-modularization, but I already saw some discussions on Twitter from the React/Flux people how that creates too big barrier of entry for the newcomers. One of the things that draw people to Angular is that it has almost everything that you need included - it's easier to say to someone "just use Angular", than "try React, with Redux, and Router, and Webpack - it will take some time to configure it, but it's worth it".
Well, it has it's benefits.
I don't like Redux and I like Reflux so it allows me to do that.
Then again Rails does let you switch out compatible parts. By compatible I mean if it adheres to "Railties", e.g. using ActiveModel for replacing Pgsql with MongoDB.
OK, this looked rather scary and also rather unbelievable so I did a quick research and unsurprisingly it turned out this is blown way out of proportion (if not downright wrong).
The article claims DiagTrack collects "your name, email address, preferences and interests; browsing, search and file history; phone call and SMS data; device configuration and sensor data; and application usage". That description is credited to Microsoft itself ("As Microsoft explained"). But if you follow the link it turns out it's not really Microsoft's explanation, but just what some user on official Windows forum wrote. My guess: Windows Technical Preview did (or had ability to do) that and user confused one thing with another.
"The Diagnostic and Telemetry service collects diagnostics information about functional issues on Windows systems that participate in the Windows Customer Experience Improvement Program (CEIP). CEIP reports don't contain contact information, such as your name, address, or telephone number. This means CEIP won't ask you to participate in surveys or to read junk email, and you won't be contacted in any other way."
Of course, it's still possible there's some foul play here, but I'd prefer it would be investigated first and accusations thrown later, not the other way around.
Years and years ago I used to read The Register, as it had good content. Now, it's just a tabloid - a technology-oriented one, but a tabloid nevertheless.
Unless I'm mistaken, what The Register have said in the article would constitute libel, right?
I don't know if I would call it a framework per se, but absolutely we want to break off individual pieces that can be separately re-used and make them available for everyone. In the meantime if you see something in particular that you're itching for, open a new issue and let us know. You may also want to check out the library of modules here. https://github.com/Automattic/wp-calypso/tree/master/client/...
Maybe government should tell companies that they need to treat "full time" workers differently from contractors and companies would gladly employ their workers full time.
It's the same thing as using $timeout; It runs a digest at the end after a setTimeout. I wouldn't call it a good practice, but it wouldn't bother me either if I saw it in a codebase. You are also welcome to use things like $evalAsync.
It's not the same thing, as the author points out since using `$timeout` in the example without an isolate scope was the source of the original problem. Instead he's suggesting you use $timeout without it's default behaviour (something that's possible now through the false argument or by calling setTimeout directly).
This is absolutely a leaky abstraction, and whether or not it's necessary sometimes when using Angular, it should still bother you.
"This archive shows the inner workings of an influential multinational corporation. It is newsworthy and at the centre of a geo-political conflict. It belongs in the public domain."
Yeah, right. Some of is of public interest, sure, but then find it, edit it and publish the results. Ah, I forgot, it's not how wikileaks operate. For them making everything public is good in itself (except, of course, when it's about themselves).
The armchair historian and anthropologist in me wishes we had something like this for the corporations of the 1800s. To a historian or anthropologist, the mundane, everyday interactions are every bit as important to study as the momentous occasions.
>The armchair historian and anthropologist in me wishes we had something like this for the corporations of the 1800s.
What we do have from this time though are a huge number of private journals written/kept by very powerful and influential people. We also have huge troves of their mail correspondence that, without a doubt, was intended to be kept private.
We have since made these things public, written books about them, published the letters reprinted, etc.
So perhaps the release of such correspondence is merely a function of the time since its authorship, or the time since the author (and recipient?) died. The way things operate today though, the future historians are unlikely to get such content.