Wall Street guys don't need to steal. They convince you to pay them big bucks because you dream of earning profit through unrealistic and ridiculous ways. They merely take advantage of your greed and stupidity, because you're greedy and stupid.
Nope, the cheapest option is to end privatization and manage the network themselves, only privatizing the building of infrastructure not the running of it. It's the same way you manage roads. No country is stupid enough to privatize them.
MS certs are only for people that have zero experience hoping to work somewhere other than best buy.
And zero enthusiasm plus zero creativity at work, making them rather useless.
Still it's better than MVP which is a sign of serious brain damage - you could typically find these guys at M$ forums, giving pointless answers saying you cannot do this or that, or you must do certain things in specific order without knowing why, like mindless robots.
The author seems completely non-technical. He probably wants to explain things simple to people, but such article is worthless as it says basically nothing but bullshit.
What exactly is stackable debuggers? There are experimental projects detecting malware from outside of VM, but information from that couldn't be too high-level (probably involves re-assembling memory pages and monitoring of key kernel-space tables/code) or stretched into pure user-space attack like Shellshock. I doubt it could be low-cost enough to monitor real-world applications.
It fails to clarify several key things:
- What exactly is "operation that is not correct"? How do they identify it? - "stop the virus"? What's the "virus" sending rm -fr / via Shellshock? bash itself? - Approximate a repair for the damaged...? What's the damage in bash to allow remote command?
Unless they probe the contents sent/received via HTTP, looking for pattern of shell commands. But that'd be too cheap!
No they don't, not for C#. It's nearly exclusively provided by plugins such as resharper.
VS actually has some of analysis for C++ now as evident by inclusion of semantic highlighting recently, ahead of their C# support. Perhaps C# isn't their #1 language anymore. But C#/VB.NET with Resharper still beats everything else - they even marked nullability/non-nullability of most parts of.NET Framework API, something that Java guys could have done years ago but never did, and thanks to (lack of) that, their nullability analysis although implemented well is practically useless.
Analysis for C++ code must be much more difficult, however, due to massive use of and the infinite flexibility of C macros. I didn't expect that kind of tool even coming to C/C++.
IntelliJ/Resharper/NetBeans/Eclipse do much more, though none of them are for C++. They actually check the logic/flow of data inside a function (not spanning across the boundary yet) and also guess/test nullability of local variables and method arguments.
And they do that in real-time, while you're editing code. Eclipse utilizes their IDE-integrated incremental compiler while IntelliJ/Resharper has their own analyzer which can do relatively well even with broken syntax (missing/extra braces). Resharper's code validation is especially critical on XAML, without which you wouldn't have any idea whether your data-binding paths are wrongly-typed and targeted to wrong types, and there is no way to debug that.
On laptops, where? I don't seen them on Clevo (high, mid, thin models), Dell Alienware or MSI gaming laptops, or any ultrabooks. Not since last year. They were there, but not anymore.
AMD A10 manufacturing still uses 28 nm while the rest of Intel CPUs have 22 nm and going to change to 14 nm next year.
The performance/power from their best CPU, A10-7850K is 6.92 pt/W, compared to i7 i4770K's 12.9 pt/W on cpuboss. And their single-core performance couldn't even match i5.
On GPU side they offered better cost/power/performance until nVIDIA puts Maxwell into new laptops this year and desktops next year. They currently don't have anything to match 860M/970M/980M on mobile or 750/970/980 on desktop, and no plan of next generation GPUs we can see so far. NO PLAN.
For most tasks it stays close to idle and uses almost no power.
You do realize that's just fine-grained throttling? When I mean double performance/power, I mean it could run at full speed while generating 50% of heat and consuming 50% of power compared to previous generations. That's critical to laptops and small form computers unless you just want a fancy cripple which have great specs but overheat and die whenever you do real work.
nVIDIA doesn't provide SMAA. SMAA and FXAA implementations are freely available to developers and might be injected into some of existing games from outside. They're basically extremely low-cost approximation to real AA and good enough for many applications.
The blame nVIDIA doesn't make sense. Since AMD has stopped evolving their CPU and GPU for some time (several years on CPU and at least 2 years on GPU). They have nothing even to remotely match the Maxwell chips for its high-performance/low-power-consumption ratio. All they have now are very old designs, combining more cores and requiring several times of power.
That's why you don't see AMD chips on laptop anymore. Soon they'll be out of PC market too.
WinForm is stone-aged junk, even worse than GTK, QT and Swing. Even M$ doesn't use it anymore as all recent products ranging from Visual Studio to Office migrated to WPF.
Mono needs WPF, its renderer, template engine and data-binding mechanism which don't have direct alternative on the open-source side (JavaFX has only partial functionality and quite immature, lacks even dialog until next version). However, It probably wouldn't mean anything to M$, since all benefits WPF provides are exclusive to the developers, not the users.
You'll sent to NK for questioning the supreme agency FBI of USA.
I have been there several times. Nothing good I can tell.
Funeral = Waste of time and money and it doesn't make me happy or give me anything positive in return.
Oil is renewable too. Just wait for one million years.
Now the USA government can start selling NSA-proof certification for foreign data centers!
surrenders
Has to be said twice.
Or they could just kill themselves and everyone to save the planet.
Carbon emission wouldn't be an issue if the whole human population is reduced by 90%.
And get new ones. What's so difficult about that?
Yes. No new chip design since like 2 years ago.
They should ban penis.
if you want to have total control over your device and manage every single configuration and file copy by hand...you don't buy an iPod.
Or any Apple products.
when they eventually land NK they'd realize there is no PC capable of running Windows.
non-career politician will never be possible until we set work hours to 4 max.
MKV is only common for pirated non-streaming contents. I can't understand why they would bother to support it.
I have no problem with that.
It's even sadder that people can tolerate robbery just fine but protest against death of some asshole by law enforcers.
Wall Street guys don't need to steal. They convince you to pay them big bucks because you dream of earning profit through unrealistic and ridiculous ways. They merely take advantage of your greed and stupidity, because you're greedy and stupid.
Nope, the cheapest option is to end privatization and manage the network themselves, only privatizing the building of infrastructure not the running of it. It's the same way you manage roads. No country is stupid enough to privatize them.
MS certs are only for people that have zero experience hoping to work somewhere other than best buy.
And zero enthusiasm plus zero creativity at work, making them rather useless.
Still it's better than MVP which is a sign of serious brain damage - you could typically find these guys at M$ forums, giving pointless answers saying you cannot do this or that, or you must do certain things in specific order without knowing why, like mindless robots.
The author seems completely non-technical. He probably wants to explain things simple to people, but such article is worthless as it says basically nothing but bullshit.
What exactly is stackable debuggers? There are experimental projects detecting malware from outside of VM, but information from that couldn't be too high-level (probably involves re-assembling memory pages and monitoring of key kernel-space tables/code) or stretched into pure user-space attack like Shellshock. I doubt it could be low-cost enough to monitor real-world applications.
It fails to clarify several key things:
- What exactly is "operation that is not correct"? How do they identify it?
- "stop the virus"? What's the "virus" sending rm -fr / via Shellshock? bash itself?
- Approximate a repair for the damaged...? What's the damage in bash to allow remote command?
Unless they probe the contents sent/received via HTTP, looking for pattern of shell commands. But that'd be too cheap!
No they don't, not for C#. It's nearly exclusively provided by plugins such as resharper.
VS actually has some of analysis for C++ now as evident by inclusion of semantic highlighting recently, ahead of their C# support. Perhaps C# isn't their #1 language anymore. But C#/VB.NET with Resharper still beats everything else - they even marked nullability/non-nullability of most parts of .NET Framework API, something that Java guys could have done years ago but never did, and thanks to (lack of) that, their nullability analysis although implemented well is practically useless.
Analysis for C++ code must be much more difficult, however, due to massive use of and the infinite flexibility of C macros. I didn't expect that kind of tool even coming to C/C++.
That's NOT enough.
IntelliJ/Resharper/NetBeans/Eclipse do much more, though none of them are for C++. They actually check the logic/flow of data inside a function (not spanning across the boundary yet) and also guess/test nullability of local variables and method arguments.
And they do that in real-time, while you're editing code. Eclipse utilizes their IDE-integrated incremental compiler while IntelliJ/Resharper has their own analyzer which can do relatively well even with broken syntax (missing/extra braces). Resharper's code validation is especially critical on XAML, without which you wouldn't have any idea whether your data-binding paths are wrongly-typed and targeted to wrong types, and there is no way to debug that.
Are they now offering frameworks on top of Android and iOS?
On laptops, where? I don't seen them on Clevo (high, mid, thin models), Dell Alienware or MSI gaming laptops, or any ultrabooks. Not since last year. They were there, but not anymore.
AMD A10 manufacturing still uses 28 nm while the rest of Intel CPUs have 22 nm and going to change to 14 nm next year.
The performance/power from their best CPU, A10-7850K is 6.92 pt/W, compared to i7 i4770K's 12.9 pt/W on cpuboss. And their single-core performance couldn't even match i5.
On GPU side they offered better cost/power/performance until nVIDIA puts Maxwell into new laptops this year and desktops next year. They currently don't have anything to match 860M/970M/980M on mobile or 750/970/980 on desktop, and no plan of next generation GPUs we can see so far. NO PLAN.
For most tasks it stays close to idle and uses almost no power.
You do realize that's just fine-grained throttling? When I mean double performance/power, I mean it could run at full speed while generating 50% of heat and consuming 50% of power compared to previous generations. That's critical to laptops and small form computers unless you just want a fancy cripple which have great specs but overheat and die whenever you do real work.
nVIDIA doesn't provide SMAA. SMAA and FXAA implementations are freely available to developers and might be injected into some of existing games from outside. They're basically extremely low-cost approximation to real AA and good enough for many applications.
The blame nVIDIA doesn't make sense. Since AMD has stopped evolving their CPU and GPU for some time (several years on CPU and at least 2 years on GPU). They have nothing even to remotely match the Maxwell chips for its high-performance/low-power-consumption ratio. All they have now are very old designs, combining more cores and requiring several times of power.
That's why you don't see AMD chips on laptop anymore. Soon they'll be out of PC market too.
WinForm is stone-aged junk, even worse than GTK, QT and Swing. Even M$ doesn't use it anymore as all recent products ranging from Visual Studio to Office migrated to WPF.
Mono needs WPF, its renderer, template engine and data-binding mechanism which don't have direct alternative on the open-source side (JavaFX has only partial functionality and quite immature, lacks even dialog until next version). However, It probably wouldn't mean anything to M$, since all benefits WPF provides are exclusive to the developers, not the users.
What else can they do? Should they do nothing?