Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Of course, there's this (Score 1) 176

My guess is you will find some way to justify the idea that it isnt a subsidy... just like right here where you found a way to ignore it completely.

I haven't ignored it.

I simply can't understand your condescending tone about it.

It is pretty normal for gov't to jump start industry by helping it one way or another. It happened (and happens) in a lot of important industries.

But you are acting here as if it was something weird and unusual.

Comment Re:Of course, there's this (Score 1) 176

R&D gets money from the sales. Subsidies help lower the entry barrier and grow the market. Larger the market - more money gets into the R&D.

Lots of things were not viable initially without gov't help. Public transportation, metallurgy, telecommunications, energy - are all the industries gov't helped to jump start by giving subsidies and tax breaks. Because there is no single party - or group of parties - large enough to finance the whole thing till it becomes, as you put it, "compelling economic option".

Comment Re:Of course, there's this (Score 1) 176

In other words, it presently is not a compelling economic option.

You need to read about economies of scale.

It's pretty stupid to compare economic viability of 50+ year old industry (covering 90+% of market) with 10+ year old industry (striving to gain a percent or two).

I like how pragmatically Germans went after the solar: it makes sense in long term, thus it makes sense to start R&D sooner than later. And apparently it is going well enough that they are even planning to repel the subsidies (to much chagrin of some).

Comment and runs a version of Debian. (Score 1) 180

runs a version of Debian.

What does that mean? From the official Debian wiki:

Porting to new platforms

Unlike x86, each and every arm platform boots in a slightly different way. Thus, most of work of getting Debian running will involve dealing with bootloader and Kernel. Which is not really debian-specific work. After that, people can start working porting debian-installer for the system in question.

Something tells me that we have another weirdo ARM board with its own "Debian" distro, joining the disarray ranks of dozen others: poorly supported, barely maintained, and soon forgotten.

Considering the total amount of effort invested (and wasted) by developers into building the custom distros, I'm surprised (and disappointed) that nobody has actually stepped up, organized and standardized booting/etc on the ARM SoC yet. (IMO ARM Ltd itself should have done that a decade ago, since IMO it is one of the major roadblocks to the broader adoption of the ARM.)

Comment Re:Please make it soon AMD (Score 1) 166

Hotter, but not so hot as to cause problems.

N.B. Historically, I actually had more termal problems related to the Intel's than to AMD's CPUs.

But it is true that in the power efficiency department, the Intel i-series are better than the AMDs.

Though it is not a clear cut, if you take the whole system power consumption. Intel CPU + nVidia GPU would draw about the same (or more) power as AMD's comparable integrated CPU/GPU.

Comment Re:Dear AMD (Score 1) 166

Note that, in comparison to ARM CPUs, x86 SoCs are *crazy* overpriced. There are superb ARM SoCs for just 20 USD. WTF are you doing selling similar consumer-grade chips for 100 USD??

ARM CPUs still do not have proper pipe-lining. Out-of-order execution is castrated too. That basically kills ARM CPUs in any workload with lots of math (think games and encryption).

And how about the CPU cache? 1MB of cache for ARM is still a high-end feature, while most desktop CPUs have 4 or more MB of cache. Huge HUGE difference for the memory bandwidth.

ARM has its niche (which if ARM really wanted could have been very very broad and not niche at all) but as soon as you start gaming or do any real work, they simply pale in comparison.

P.S. The use case I was researching in the past was the VPN. Most modern ARM SoCs hit around 1-2MB/s of sustained traffic encryption (on single core). My very old Intel CPU easily hits ~8MB/s (probably more, don't have bandwidth to test) on single core. And the ARM SoCs with quad-core >1GHz CPUs, which can do more than 1MB/s, cost more than $20. (E.g. ODROID U3 - $70.)

Comment Re:Please make it soon AMD (Score 1) 166

Cheaper. AMD always was and is cheaper than comparable Intel parts. Ditto AMD vs nVidia.

For the lower price you lose some performance, especially in the edge cases. But for most tasks, the difference is almost negligible.

P.S. Though the case is different in the gaming, where pretty much the whole market optimizes exclusively for the Intel/nVidia.

Comment Re:Google's Android fragmentation problem? (Score 1) 434

How is Windows not fragmented being that there are multiple versions out there from XP up to Windows 8?

Because MSFT provides a stable base API which changes rarely/slowly. All extra bells and whistles are separate APIs. One can still compile natively 20yo Win32 WinAPI application and it would run without any problems.

That's also a part reason why Windows is relatively bloated: there are multiple APIs/API versions available simultaneously for backward compatibility.

That's what makes Window not fragmented: lots and lots and lots of hard work on part of Microsoft.

In comparison, the Google is like a spoiled child: grabs new toy, plays with it for a minute, breaks it, throws it away 'cause it's broken and moves on to the next toy.

The article is 5 years old, which is in the Google universe is like couple millennia. They have changes pretty much everything since then.

Comment Re:Is this Google's fault? (Score 1) 434

Then make a point to push for a model where every major X. release gets X.Y minor updates and bug fixes.

AFAIK that's how it worked - till 4.x series.

But with 4.x series Google has broke the pattern: almost every 4.x release was a major release with incompatible interface.

Effectively of Android 4.x, the Android OS is on a rolling releases.

Comment Re:Is this Google's fault? (Score 1) 434

How Google can make the updates mandatory, if they keep bumping up the H/W requirements with every release?

And in what universe a major OS overhaul still qualifies as an "update"?

Some vendors are pretty active in the Android development, but they simply can't expose themselves to the risks involved in supplanting a whole OS to just fix few bugs. Important bugs - yes. But the risk is the bricking of the whole device, of which Google would bear no brunt, while manufacturers are exposed 100%.

Google's stance on updates (and lots lots of other things) is simply lazy, arrogant and short-sighted. I can't even start guessing why some people (especially here) keep evangelizing them so much. (Though, earning shitload of money while being lazy and arrogant, might explain it.)

Comment Re:You still need creativity. (Score 2) 425

I have worked ~5 years in maintenance and have intentionally omitted it.

In maintenance, for it to be any effective, the problem is even worse: you have to be twice as creative, to find solutions which do not have side-effects yet fit the original specification/requirements.

I have seen many results of maintenance done by the "generic" outsourced stuff and on average they were not spectacular, and occasionally they were outright disastrous.

Comment You still need creativity. (Score 4, Insightful) 425

The truth is that programming isn't a passion or a talent, says Edge, it is just a bunch of skills that can be learned.

Why people forget the creative side of programming?

The programming is indeed bunch of skills. But if you do not have right mind set - inquisitive and creative - your career in programming would be full of frustration.

The only software where one doesn't really need any creativity - is already written and there is literally no work there.

P.S. Of course there is the "flip side" to the creative side of the programming - "monkey" coding and testing. But for most of this work you do not even need to have any deep programming skills. Reading and comprehending documentation fully (an ability which is again easily forgotten by the sensational headline writers) is more useful and also much under-appreciated. And then there is also the writing of tech documentation...

Slashdot Top Deals

The use of money is all the advantage there is to having money. -- B. Franklin

Working...