* Posts by Henry Wertz 1

3141 publicly visible posts • joined 12 Jun 2009

Fisker Automotive probes second flaming eco car

Henry Wertz 1 Gold badge

"If you are used to 5l plus V8 + engines then yes, I guess a 2 litre 4 cylinder engine is small, but for the average world user 2 litre is still at the larger end of engine sizes"

Yup these are being sold in the US. We like our big engines. Also, the Karma is sold as a luxury sports sedan, they didn't want it to fall flat because of the battery running flat.

"Reading their blurb, if the engine is only used to drive the generator, why does it need 2 litres?"

Well, since the batteries are flat by this point, the only source of power is the engine. Probably there's considerable battery weight as well.

"didnt the GM EV1 work just fine in the 1990s? "

Not particularly, it used lead acid batteries and was VERY heavy. There were considerable concerns about battery life (more so than for more modern batteries.) The range was 70-100 miles, if you want a straight electric car you can get a Leaf, but I'd rather have a little engine (not 2 liters -- actually little!) just in case my juice runs out.

Apple's lone wolf approach to security will bite it in the rear

Henry Wertz 1 Gold badge
Happy

"Indeed, as much as I and others have criticized Apple for its obsession with controlling the end-user experience from software to silicon, this same approach may actually make its systems more secure than more open approaches."

Well, security through obscurity doesn't work. But, by traditional definition IPhones are not even a smart phone (a smart phone allows you to install your own software, as opposed to IPhone that only permits software via an app store. And, if you say "installing from an app store counts", then almost every phone Verizon's sold the last 10 years is a smartphone, including Motorola Razr and a whole raft of generic flip phones. However, this restriction in app source does reduce the available sources of insecure code.

"What rubbish. It is the NT based OSs that are designed with 'security baked in' and UNIX that has to bolt on things like proper access ACLs and SEL to provide full security. Windows passed things like FIPS certification almost out of the box whereas Linux required massive changes to be made."

Not rubbish at all. The NT kernel had ACLs all along, but they were not used properly for about a decade (out of the box). One specific version of NT4, services turned off, no network connected, on a specific Compaq server, met a mid-level FIPS -- FIPS requires the EXACT software, hardware, and configuration or the FIPS cert is invalid. This was not a practical setup (an NT4 server with no network connection?), it was just put together since certain gov't contracts required the mid-level FIPS certification. That Linux version with "massive changes"? That had a *higher* FIPS certification than that NT4 version could achieve; to acheive the mid-level FIPS rating that NT4 got, more or less for Linux you just have to turn off unncessary services then spend loads of money to have someone certify it (then, technically, never patch it since the FIPS cert is only as-shipped). Highest FIPS levels are not really useful for a general purpose system; they do not even permit the system to tell you things like the amount of RAM available, CPU load, or free disk space, because these numbers could be modulated by an app as a rogue communications channel.

Realistically, UNIX is as secure as it is now because UNIX had it's "Microsoft moment" (viruses severe enough to disrupt entire networks) in the late 1980s. So they made sure to *use* ACLs, privilege seperation, and such and make sure the shipped default is secure then; Microsoft didn't have their big virus problems until 10 years later, and got to a much later start shaping up the rest of Windows to take advantage of the NT kernel's security. UNIX did tend to encourage following reasonable programming practices more than Windows of old, though; I'm sure Microsoft has had a bugger of a time increasing security without breaking each and every 1990s-era Windows app that people are still using.

"This is largely why Linux servers are a much larger security risk than Windows ones: http://www.zone-h.org/news/id/4737"

This post has nothing to do with the rest of what you are talking about; ok, so some random kernel bugs were exploited. No amount of ACLs and such will help if your smashing the kernel stack or getting your code to run in kernel mode or what have you.

Text-and-drive teens ratted on by AT&T mobe tech

Henry Wertz 1 Gold badge

insurance problems and texting

"Actually, more like 'You can't hand your can/bottle/&c. to your passenger when you see blue lights'"

Oh no, when the cops here are bored enough, they've even tried hassling people for passengers for having open cans of SODA (although the "open container" law is obviously *meant* for alcohol, it doesn't specify it here...) Some police or other will abuse any law passed, so please be careful about what you pass! Thanks.

That said...I'm all for some way of preventing texting while driving. It's incredibly stupid and should not be done. (I've not seen anyone doing it here, except at a red light; I don't care if someone is texting when they are at a dead stop.) To prevent temptation, the simple thing to do (much simpler than AT&T's plan) is probably an app to start up when you are about to drive, that'd simply suppress text/tweet/facebook notifications, then there is no temptation to respond. It's store-and-forward, they'll all be waiting when your drive is completed!

As for insurance... yeah, I doubt these black boxes are particularly valid either. I mean, there are some people who gun it at every light, swerve in and out of traffic constantly, and so on, and this is probably less safe than normal driving. But, two HUUUUGE problems:

1) There's these old farts here who are completely oblivious. They drive 10MPH under the speed limit in town, and about 20MPH under on the highway. At stop signs, they'll look if an intersection is clear, then pull out like 10 seconds later (even if by then the intersection is no longer clear!) They pull right in front of cars (then don't try to accelerate to match their speed), change lanes without looking, and so on, completely oblivious to the near accidents they almost constantly cause. BUT, they are driving slow and smooth -- BAM! LOW INSURANCE RATE!

2) I tend to accelerate briskly onto the interstate -- it's safer to have a little extra speed and coast at the end than to find out you don't have enough speed to match the flow of traffic and find a gap. Some jerks will slowly cruise up this ramp, and try to merge into 70MPH traffic at 55MPH, ignoring the yield sign at the end of the ramp. These cars who fail to yield to the 70MPH traffic would get a lower rate because they are not accelerating "excessively", AND would cause insurance penalties to the cars on the interstate who have to abruptly brake or change lanes to avoid the badly driving car.

Nokia CEO: No shift from Windows Phone

Henry Wertz 1 Gold badge

Android has NDK too...

"With WP8 allowing native C++ apps it will run even quicker than now. Virtual Machine crap doesn't have any place on a mobile device, code that compiles to ARM machine code will always be faster and use less battery. It's just not as easy to write."

*shrug*. Android has NDK (Native Development Kit), allowing native apps. Straight ARM code. Of course, then your code will not run on the MIPS tablets (those like $80 tablets run MIPS CPUs.) I have a video player on my phone that uses some heavily optimized ARMv7 code to do the actual video decoding; it'll play a video at like 20% usage that maxes out the CPU using the normal player.

Henry Wertz 1 Gold badge

Might as well....

I think Nokia is doomed. But, it's far too late for them to realistically ditch their phone lineup and switch to Android. That leaves continuing the ride w/ Winows and seeing what happens. Too bad, I liked the Nokia I had years ago. And I like the newer Nokia hardware I've seen, if it didn't have the software it had on it.

New MPEG format paves the way for UHDTV

Henry Wertz 1 Gold badge

Hmm...

I can't think of any possible use for a home 4K (or 8K) system personally -- 1920x1080 is plenty for me. And imagine the movie company's fear at broadcasting movies at full theater resolution (movie theater digital projectors run at either 2048x1080 or 4096x2160).

That said, I already love how much h.264 drops my storage requirements for tv shows and movies, compared to even the earlier-generation MPEG-4 formats. So I'll be happy to have HEVC files cut my storage requirements even further (as long as the HEVC decoding doesn't kick my CPU to the curb too much.)

Lone config file in Mac OS X SIGNALS DEATH OF THE DVD

Henry Wertz 1 Gold badge
Thumb Up

CD failures

Just a critique on CD drive failures (including DVD drives...)... I worked at a surplus and saw many failures.

"True, the main reason being is the stress they can be subjected to. IIRC optical drives can spin at up to 10,000 RPM"

Not a problem. I only ever saw one drive that had a spindle failure. I did see one CD that had cracked inside the drive and did a fair bit of damage.

"Plus the laser is guided on a screw that can wear over time"

I saw only one or two drives with a seek failure.

" and the 'laser' itself is nothing more than a cheap diode behind a piece of moulded plastic."

Yup, cheap optics. I found the LG (and Goldstar before that) drives were the worst. Sonys were also quite bad (despite being a LiteOn mechanism, Sony's firmware made the drives suck -- I "fixed" one or two by flashing LiteOn firmware into them!)

I think the thing that helps LiteOns is good firmware. If they don't like a CD, most drives handle it by either 1) Locking up, sometimes a drive'll lockup up until you hit eject, sometimes it just trys to read "forever" (i.e. until the computer is turned off). or 2) Trying to read a CD at like 48x for about 2 seconds then giving up (either returning a disk read error, or claiming there's no CD in the drive). In contrast, the LiteOns will try reading at high speed first, but if that doesn't work it'll try reading clear down to 1x before it spits out CD read errors. I found one where the "CD brake" had failed, and instead of spitting out a disk that was still spinning at high speed, it actually just did a huge ~20 second pause when I hit eject so the disk could slowly spin down to a stop.

I did burn out one of my LiteOns, I burned like 10 DVDs in a row and overheated the burning laser! Next DVD I got "laser calibration error" and not even a mark on the disk 8-). I think my favorite failure was one model that'd read a CD fine in a straight line, but if the CD was thrashed a lot (like when an Ubuntu LiveCD boots...) after about a minute the drive would start mis-seeking... but instead of giving seek errors, or just taking longer to seek, it'd just start returning whatever the laser happened to be pointing at. (Luckily since virtually everything on the Ubuntu CD is checksummed, it'd realize straight away something had gone wrong.) That wasn't just one unit, I had the same thing happen on like 4 or 5 examples of the same model! Ouch!

Microsoft's Office 2013 app-maker cloud drenches developers

Henry Wertz 1 Gold badge

@ShelLuser, heh. What an amusing contrast to Android. No fees for the SDK, I can always put apps on my own phone with it. A one-time $25 fee to publish (which they say they charge just to encourage high quality apps... i.e. spammers would start fake publishers if it was free.) And, besides the android SDK, technically I could install AIDE (Android Integrated Development Environment) and develop Android apps *on* the device.

Re: ForthIsNotDead.... I wasn't clear on that. Does the developer write code in Javascript, or do they use something else and this utilitiy generates Javascript? Anyway, I must agree with you, I wouldn't want to write a large-scale application in Javascript and HTML any more than I'd want to write one in BASIC.. yech! BUT, even if this is making you develop in Javascript, it shouldn't be too bad, since really you'd be using Javascript as a scripting language to tie together Word, Excel, and Outlook functionality rather than doing it from scratch. Javascript is a fine scripting language.

Party like it's 1999: CDE Unix desktop REBORN

Henry Wertz 1 Gold badge
Thumb Up

fvwm and openmotif

Yeah, the sun and HP workstations ran CDE when I was in college too. I didn't care for it. I built a copy of FVWM (*not* FVWM2, which although reconfigureable looked like a Win95 clone out of the box...) on PA-RISC, one on SPARC, and a little shell script so I could replace CDE w/ FVWM on my startup (with the script picking the right binary depending on which type of UNIX box I was on.) (FVWM is the F? Virtual Window Manager. Per the docs, even the creator that named it FVWM doesn't remember what the F stood for 8-).

I'm all for nostalgia though, this is one of the things I love about Linux (and UNIX in general) is the modularity. Want to run a 25 year old window manager? Sure, no problem! 8-)

Anyway... if anyone wants to mess with CDE and needs a Motif library, OpenMotif came out in like the 1990s and is a (as far as I know) 100% clone of Motif. Since back then Motif was not only not open source but cost 100s of dollars, and was just a pretty simply graphical toolkit, it was cloned. openmotif wasn't just source compatible, the few apps I ran looooong ago that expected the Motif shared library would happily run with the openmotif shared library instead.

Android app DRM quietly disabled due to bug

Henry Wertz 1 Gold badge

Isn't that a diatribe for Google's OS?

"In July, software developer Matt Gemmell wrote a lengthy diatribe against Google's mobile OS, saying that compared to Apple's locked-down iOS ecosystem, the Android platform is "designed for piracy."

Um, isn't that a diatribe *for* Google's OS? I don't want my computers, including my smartphone, to artificially restrict what I can do with them. And I say this as an Android developer! (I recently released an app, Ultra Wifi Manager -- it won't be coming out for IPhone!)

HP must throw its PC biz overboard to survive, says analyst

Henry Wertz 1 Gold badge
FAIL

Lol @ UBS...

I mean, seriously? Exit hardware to enter cloud computing? Heh... I mean, there's just not anything that would differentiate HP from the other huge quantities of virtual computing services providers already out there. The one differentiator right now is having data centers and failover software with a known reputation, which HP does not. The one differentiator for HP? Making their own hardware could help with costs -- but not if HP dumps that line of business!

Software disaster zone Knight Capital bags $400m lifeline

Henry Wertz 1 Gold badge
Thumb Up

NYSE did not roll back trades...

"I speculated that Knight could be bailed out if it's allowed to unwind its computer system's unexpected burst of loss-making trades on the stock market - effectively taking a mulligan* on the 45-minute debacle. Turns out that ain’t gonna happen."

And I'm glad for it. These few traders permitted to use HFT (high frequency trading) systems -- the fantasy they promote is that they "provide liquidity", i.e. if the HFT systems did not exist nobody would buy up those stocks others want to sell. In reality, they are parasites -- if you find a seller at $10 a share, and a buyer at $10.05, will you get that $0.05 a share? Hell no, an HFT system will beat you to it, EVEN if you have a buy order already entered (because the HFT computer will execute a buy faster than your computer!) buy up all that $10 stock, and either sell it to you at $10.04, or to the other person directly at $10.05. Taking that $0.05 profit right out of anyone else's pockets and putting it into their own. BUT, there've been at least two major HFT malfunctions before, and before, NYSE would obligingly roll back their trades. How fair is that? They get this privileged position that lets them make countless millions of dollars every day at the expense of every other stock trader, but when the HFT system cocks up and everyone else makes a little of that money back at the expense of the HFT systems, the NYSE would roll back those trades! I'm glad they've shown the stones to refuse to do this this time!

Bill Gates, Harry Evans and the smearing of a computer legend

Henry Wertz 1 Gold badge

"Let's remember that Microsoft was forced to publish its own API so everybody could "clone" them for interoperability reasons - what's SAMBA if not a clone of several Windows API under *nix?"

Of course, I do want to point out...

a) Samba was out WAAAAY before Microsoft released anything. (Samba was actually originally developed to communication with DEC's implementation of SMB, not Microsoft's.) In the early 1990s, well before Microsoft released anything. It was a clean-room reimplementation of the protocol.

b) Microsoft did not release their APIs in the way an ordinary programmer would use this term. When the DOJ ordered them to release their APIs in 2002, they released APIs for cash payment only, under NDA, under terms that intentionally made use of them impossible in any open source project. I.e. this was not "here's our APIs, have fun!". It took Samba until 2007 to get a copy of the APIs they wanted to implement the more modern parts of SMB, it cost them 10,000 euros, was still under NDA, and this was after Microsoft loosened their terms to make this API release useable at all. (Then by 2008, Microsoft changed their stance and released all these APIs publicly, as they should have done to begin with if the DOJ were doing their job.)

Office for ARM will lack features, report claims

Henry Wertz 1 Gold badge

portability issues.

cynic2 beat me to it. Parts of office are reportedly an unholy mess. From the description of the Mac implementation, it was running a PowerPC-specific Just In Time compiler; I read at some point that the Intel one is/was similar. I recall reading that at some point in the past, parts of Office no longer even had source code (or the tools needed to build it!), these blobs of code were just copied over from one version to the next since they worked. Of course it's the 21st century and Microsoft could use LLVM for a portable JIT compiler, but of course due to Not Invented Here syndrome that would never happen. (Plus, of course, it is true that VBA is effectively obsolete anyway.)

Anyway... yeah, I think any expectation of having reasonably complete implementations of your apps (not mine since I don't use Windows..) is a fantasy. WinRT requires a full-scale port of an app at best, and rewritten from scratch possibly. Microsoft's applications are complex and I do not think they have the level of portability required to make a WinRT port easy.

As for speed and such... sorry that's a pretty weak excuse. I don't know how bloated Office is these days, but I've ACTUALLY run OpenOffice on an ARM (1.2ghz ARM running on a Droid 2 Global, running to a remote X display.) Not only did it run but it was SNAPPY! Guess what? PDF writing support, printing support, macros, VBA, odd formatting options, and on and on -- until I *USE* those features, it's inactive code sitting on the disk (well, flash...), NOT using up CPU time or RAM. In reality, porting a huge app that is not meant to be portable is difficult, so features are dropping off.

I want an ARM notebook bad for it's superior battery life. Running Ubuntu. (Why should I put up with stripped down experience just because I'm getting away from x86? I shouldn't and i won't. The 1.2ghz ARM in my old phone benchmarked 10% slower than the 1.33ghz Atom in my netbook -- i.e. exactly the same per-clock. And it's still fast enough for a pleasant desktop experience. A newer-design, dual-core ARM? Fugghedaboutit.)

Anonymous hunts down Voldemort for hacking hungry kids' charity

Henry Wertz 1 Gold badge

Will the real Anonymous please stand up?

@Ken Hagan, very good summation I think. Regarding there being a "true" Anonymous, I don't know if ANY of them say they are the true Anonymous. I think it bubbled up on 4chan but cannot really say that is the origin or the central focus really. But, actually, Anonymous likes to publicize actions, pre-announcing what they will do, trying to bring people into that specific cause (in some cases just wanting Anonymous people to take part, in other cases encouraging anyone to join into a specific cause). People who sit out do know at least that a particular action was planned; whether it got enough support to actually take place or not is of course another matter.

Henry Wertz 1 Gold badge

" I can't help thinking that; 'Our tactics are not reprehensible unless they're used against someone we like, then they are.' has a touch of two-facedness about it."

It really doesn't have any touch of two-facedness about it. It's natural to want the best for charities. There's loads of actions that are OK in one context and not too good in another. That's not two-facedness.

"Likewise deciding who gets to be anonymous, rather than who gets to be 'Anonymous', feels like crossing the line between being hacktivists and 'teh internet police'."

There's a tradition going back to the beginnings of Anonymous to out those they disagree with to the authorities.

"OK, so 'vereyone' is Anon, they have no 'leaders', the '99%', blahblahblah. So who set the rules if they don't have leaders? Face it, the whole Anon thing is just one big herding exercise, with the core Anons playing at building a zombie net made up of real people."

They set their own rules. You might not be able to understand it, but there's no hierarchy, no core, no formal votes, and so on. Anonymous members self-proclaim themselves as members, they know in a general sense what is expected of them and what is prohibited. It's not unprecedented. The LOD/H (Legion of Doom/ Legion of Hackers) in the late 1980s was real similar. LOD did have an actual leader when it started around 1985 (Lex Luthor of course), but he left to go to college. Since then, no leadership, no organization, no central authority, no organized membership. But, it rolled on until the early 1990s, when the feds decided to take down this "group" of hackers. They really couldn't wrap their head around it when they caught the first few people and they said no, they are not part of a cell; no, nobody appointed them to LOD/H; no, there's no leadership. Unlike now with Anonymous, back then once word got out the feds were looking for LOD/H members, there weren't any after that.

Valve: Games run FASTER on Linux than Windows

Henry Wertz 1 Gold badge

Quake3 for Linux

"I remember how pissed off I am after seeing amazing performance increase of exact same game (quake 3) on slackware Linux compared to win version on same hardware."

I wasn't that pissed about it, I was running Slackware 8-). But, in my case, one reason for the massive speedup was my Voodoo2. The development of Windows drivers had been terminated, while the Linux ones (being open source) had had additional massive speedups since that time. (Eventually, someone started working over the Windows driver but at this point they hadn't yet -- I don't know how they did it, since AFAIK they had no source -- using a disassembler and assembler I suppose?) I was getting like 30fps, at a few LAN parties people'd ask what card I had and when I said "Voodoo2", they're like "No way, I had one of those and it'd only do like 12fps". Heh. A few people assured me I would burn a coaster when I started burning a 2x disk while running quake3 8-).

Henry Wertz 1 Gold badge

I wonder...

what optimizations were made to go from *6* frames per second to 320fps or so? Wow.

Anyway, hopefully this will put lie to the "Linux isn't suitable for "... (whatever) claims that Microsoft fanbois love to make. Of course it's suitable 8-) And, hopefully, this forces both more games for Linux and more video driver improvements.

Netflix lets free simian software for cloud chaos

Henry Wertz 1 Gold badge

Smart

Really, this is a smart move. Any programmer, system designer, etc. knows that their code must be tested. But when it comes to distributed systems, all to often the "plan" now is to write up some failover code and hope it works. Even the likes of Amazon themselves clearly get this wrong (since they've already had a time or two where a localized failure caused wider-scale cascading failure.) This can allow for a failure at a known time, and while someone is looking closely at the logs to make sure not only that it works, but that it's working the way it's intended to, isn't driving load up dangerously on remaining systems (before a spare instance can be spun up) and so on.

Jobless yoofs! Get on your bike, er, mobe, and look for work

Henry Wertz 1 Gold badge

Real jobs?

I'd be curious if this app got any real jobs. The problem here in the US, there's a couple OK jobs sites (but without enough jobs listed.) The others (*cough* monster.com) have LOADS of "jobs", but they aren't jobs. They are temp agencies that just shovel out junk listings for every locality in the country... so, it's like "Oh! A job", to find out that actually they want to, maybe eventually down the road, get you a minimum wage temp job 1000 miles from your location.

How one bad algorithm cost traders $440m

Henry Wertz 1 Gold badge
Thumb Up

HFT traders are parasites

"Yeah but why should anyone care whether HFT?"

Because malfunctions can collapse stock prices. Because HFT lets certain "favored" traders be a parasite on everybody else. These HFT systems can actually see in-progress trades and force themselves ahead of those traders; you find someone willing to sell you a stock at $10, and a willing buyer at $10.05, you'll find once you put your buy in at $10 that the stock is now $10.04. Does the HFT trader deserve that 4 cents more than you? Hell no! But they get it.

I'm just glad the stock exchange has finally gotten some balls and said they are not cancelling these trades and it is non-negotiable. These HFTs (not King's specifically...) have malfunctioned at least half a dozen times before, and before -- although the stock exchange was perfectly happy to let HFT traders make hundreds of millions parasitically, if the HFT software malfunctioned and LOST hundreds of millions (in other words, letting others get some of the money back the HFT took), the stock exchange would CANCEL THE TRADES!

AT&T to mothball 2G network by 2017

Henry Wertz 1 Gold badge

"Blimey, lets hope O2 don't turn off 2G, else 70% of the country wouldn't have a signal at all."

Verizon Wireless has essentially 100% of their network upgraded to 3G (3.1mbps EVDO) (there's a handful of non-3G sites showing on the coverage map in the deep desert, and I've read these are hard to run any data to; too far out for a microwave link, and burying 100 miles of copper or fiber through the desert would cost too much.) And probably about 33% (by coverage area, at least 75% by pouplation) covered by LTE.

AT&T? They probably are still about 1/3rd EDGE. Very little by population, this is rural coverage that AT&T just neglects year after year. Note, AT&T does have some 3G-only areas already -- these were areas they got from Alltel during the Alltel-Verizon merger where due to the 5mhz channel size of HSPA, they could either run a huge swath of GSM+EDGE but never have 3G, or run 3G but have 0mhz left over for GSM.

Henry Wertz 1 Gold badge

Very little 4G actually...

Actually, AT&T has very few owners of 4G phones, and very little 4G coverage. They actually do have a little bit of LTE coverage and some LTE devices out and about (they started rolling out LTE a matter of months ago). For the most part, they've just falsely claimed their 3G network and devices are "4G" -- they claim devices that support just 7.2mbps HSPA are "4G" now, and claim that 14.4mbps (and sometimes 7.2mbps!) HSPA are "4G". This is going to be so confusing when two AT&T customers can have "4G" phones, and one is getting like 50mbps and the other is getting like 5mbps, and it's like "Oh, actually, we have two seperate 4G networks" (instead of just admitting the 3G network is 3G).

T-Mobile also does this in the US.. but at least 1) They are only claiming their 42mbps HSPA+ areas are "4G" and 2) They don't plan to run LTE, so although their 4G claims are false they won't have the confusion of explaining they have 2 totally seperate 4G networks. That said, I don't know why they don't just flaunt raw speed (42mbps is fast and sounds good).

They (AT&T and T-Mobile) got into a panic to claim 4G after Verizon *actually* began to run 4G. They had LTE to over 200 million population by the end of 2011, and plan 260 million covered by end of 2012.

There's always been overlap in phone tech -- for the 1G tech, they eventually got ~9600bps or so data overlaid over the analog networks. For 2G, circuit switched data and early GPRS both were like 9600-14400bps or so. Nobody claimed that a analog system with CDPD was 2G, because there was no upgrade path left on it. CDMA 1X and EDGE (late-stage 2G technologies) got 144kbps and 220kbps, with UMTS (early 3G tech) getting just 384kbps (EVDO got 2.8mbps initially.). But, after people briefly claiming EDGE was 3G they stopped, because it's not, it had no upgrade path past 220kbps while HSPA and EVDO did. Similarly, HSPA can be bumped up to 42mbps or so, but there's no further upgrade path, while LTE (75mbps or so) does have planned upgrades.

AuthenTec sells out to Apple to the sound of 1,000 lawsuits

Henry Wertz 1 Gold badge
FAIL

Ugh...

More time and money wasted on rights restriction systems. Yawn.

Microsoft tightens grip on OEM Windows 8 licensing

Henry Wertz 1 Gold badge

Ahh enforcement of anticompetitive clauses...

Microsoft was found guilty (both in the US and EU) of monopolistic and anticompetitive practices for, among other things, having OEM contracts forcing OEMs to buy a copy of Windows for EVERY computer they ship, instead of just those computers they actually ship Windows on (this is of course anticompetitive beacuse, although the OEM is not prohibited from shipping a computer with a better OS like Linux, or ship blank, they still are illegally forced into paying Microsoft. And, yes, it was found to be illegal under antitrust laws.) In the US the penalty phase was absolutely neutered, and the board that was supposed to watch over Microsoft to make sure they don't just do the same thing again was already dissolved.

So, now, Microsoft can continue this illegal practice, while having tight enforcement to force these OEMs to pay up.

Seriously, though, expecting OEMs to customize each and every BIOS they ship sounds like it would be costly, and the BIOS update facilities to ensure the microsoft-info is not wiped on BIOS update would take considerable development. Hopefully, OEMs will begin to see the costs of Microsoft, tell Microsoft to shove it, and ship PCs with Ubuntu or blank at a lower cost, since this expensive BIOS bullshittery will not be necessary on these systems.

Blame crap mobe apps for swap-by-bonk hacks, say NFC bods

Henry Wertz 1 Gold badge

Blackhat 1, NFC consortium 0

First, +1 to Graham.

Second, what the NFC says is technically true but unhelpful. OK, NFC supports all these cryptographic features. Great, so when your E-Wallet (not *MY* E-Wallet, I won't get one!) gets drained, you can cryptographically prove it was specifically some unknown phone that did it, not *a third* unknown phone in a man-in-the-middle attack. Problem solved! Predicition -- the NFC will come up with more and more elaborate cryptographic procedures, ignoring the glaring fact that having the phone interact with anything and everything it's within RF range of, with no user interaction, is inherently insecure.

Nokia stuffs Groupon deals into Maps app

Henry Wertz 1 Gold badge

Not entirely Groupon's fault

"...while a steady trickle of small businesses using the firm have complained that the deals cost them far more than they gained."

This isn't entirely Groupon's fault. It seems quite a few small businesses do not have anyone really acting as an accountant. So, they think "if I do a 40% off (or even 80% off) Groupon, look at all the customers!" They forget that a) If they are taking a loss on each sale, having lots of sales is not a good thing if there's no later benefit. b) if the Groupon'ers are just looking for the next big deal, they've in fact got no new customers (they'll get the 80% off then move on.)

Surface slab WILL rub our PC-making pals the wrong way – Microsoft

Henry Wertz 1 Gold badge
FAIL

The failures of Microsoft

pricing ""is expected to be competitive with a comparable ARM tablet or Intel Ultrabook-class PC"

...so somewhere between $80 and $2000 then. Brilliant.

"'The customers who buy the cheaper Arm box thinking "Its Windows, it HAS to run my legacy software!' are going to feel VERY hoodwinked.

And yes it will be their fault for buying it without knowing what it actually IS"

Well, really, it's Microsoft's fault to some extent. Windows 8 for ARM is so stripped, it's really not Windows any more than Windows CE was Windows, and if Microsoft labels it "Windows" instead of clearly marking "Windows RT" or the like, they are being pretty deceptive. Apple managed near-seamless compaibility going from 68k->PowerPC and PowerPC->Intel (although I must point out MacOS is now quite piss-poor in terms of hardware support, since they don't support machines older than like 2 years old.) Linux has qemu, also allowing, say, running a Linux Intel app on an ARM Linux system (plus, of course, ARM Linux is Linux, not an incompatible new thing like WinRT is so qemu would get minimal use anyway..) It's not unreasonable for people to assume a "Windows" system will run Windows apps.

I'll find it ironic if the "best" way to run Windows apps on ARM becomes putting on a Linux distro and running some qemu & wine combination (apparently, this doesn't work right now though, due to qemu-i386 not handling threads properly yet.)

Neal Stephenson on swordplay, space and depressing SF

Henry Wertz 1 Gold badge

Re: dystopian fiction

So, the current trend in sci-fi is NOT unique.... I read a fair whack of sci-fi from say the late 1970s, that'd take place in the 1990s or 2000s.... they just assumed by then the worldwide ecology would be completely destroyed, with food riots and shortages, electricity brownouts (in lucky areas) and widespread long-term blackouts (for the rest), extreme thunderstorms in some areas with extreme drought in the rest, and of course hot hot hot. They tended to focus on either 1) Some time travel thing so someone could go back and tell the people of the 50s or so "hey, careful with that environment!" or 2) Someone trying to get a generation ship completed and off Earth before the Earth's technological civilization utterly collapses (or earth plain becomes uninhabitable.)

As for new technologies... well, people pointing to airplane, car, nuclear power, and TV & radio forget about the modern computer, near-ubiquituous wireless communications, and all the social changes these have wrought; nanotechnology, advances in materials science, and so on. I think long-term the internet and ubiquitous cell phones are even more important than the car and airplane (long-term as travel costs increase, or once fossil fuels run short travel goes to more solar & sailing as opposed to jet engines.... the car and plane will be less signifcant, and the ability to have a nice internet teleconference will be more significant.)

As for taking ipods and blackberrys out of the story, that is smart. Those would make the story dated for sure.

Sysadmins! There's no shame in using a mouse to delete files

Henry Wertz 1 Gold badge

Real simple for me...

I have a CLI preference, (if I have a terminal open I will run "firefox" rather than click the icon) but you REALLY should know both. Brief examples...

If I just want to move *some* of the files from one directroy to another, it can be easier to control-click those couple files and put them wherever they need to go. Yes, I have seen some of my contemporaries (who view a GUI as a necessary evil) bang away for several minutes typing in filenames they could have control-clicked in probably 15 seconds flat. Also, some GUI admin tools do use fewer clicks compared to making the equivalent change to the config files (I'm not using Windows so opaque non-user-editable files are no issue for me.)

If I want to get all my .nuv files, or files with "foobar" in the name, then "mv *.nuv /tmp/" or "mv *foobar* /tmp/" is easier than mucking about in a GUI. "ls media/*/*Top*Gear*" is easier to search through my media for Top Gear compared to clicking on a bunch of folders (and the "find" function in GUIs typically searches the *whole* hard drive, which is much slower than searching just a small tree as I'm doing.)

So, simple. A good admin can certainly prefer one or the other interface (plenty of tasks are about as easy either way*) but you're really crippling yourself if you don't have some familiarity with both.

*For those who aren't real familiar with the CLI, you should know about tab completion. If you see someone that seems to be typing at the CLI impossibly fast, they are probably using tab completion; you type a partial filename or program name, hit tab, and the shell completes the filename for you. (Linux and Mac do it "the one true way", Windows does it differently... with files "foobar" and "foobaz", "f-tab" will get "fooba" in mac and linux, while windows will pick either "foobar" or "foobaz" seemingly at random.)

Windows 8 'bad' for desktop users - Gartner's one-word review

Henry Wertz 1 Gold badge

WTF is wrong with these people?!?!

Microsoft -- Windows 8 is OK on a tablet and rubbish on anything else.

on the Linux side...

Gnome -- they are pushing Unity, which is OK on a tablet and rubbish on anything else.

KDE -- Plasma. OK on a tablet and rub,...... well I don't want to sound like a broken record, plus I haven't seen a review of Plasma.

OK, people, everyone is not using a tablet! Ubuntu at least has the CHOICE of switching to "Gnome Classic", but they don't make it easy (it's not preinstalled, and instead of a package like "gnome-classic" you have to install "gnome-panel"). And similarly with KDE, it has a normal desktop as an option as well.

So, does Windows 8 still have somewhere to replace the desktop shell? (Back in the WIn95 days, you could set it to run something instead of "explorer.exe" and you'd have a different desktop interface.) Perhaps once Microsoft strongarms Windows 8 onto systems (by cutting off supplies of Win7, and of course behaving anticompetitively so the vendors won't just put something better on...) I could see a market for alternate desktop interfaces.

ITC was wrong: Apple, RIM owe us $1bn for that patent – Kodak

Henry Wertz 1 Gold badge

Worse than el reg reports...

So, it's not just that the ITC decided Apple & RIM didn't violate Kodak's patent. The ITC found the patent itself is invalid. (I bet those other chumps that paid Kodak to license their invalid patent are kicking themselves now.)

The bad part about this is, for Kodak appealing it's a no-risk operation really. If they win on appeal, they get money from Apple and RIM. If Kodak loses, they've already filed for bankruptcy, so when Apple and RIM rightly go to Kodak to have their legal fees paid, Kodak might not have to pay them dick.

Office 365: This cloud isn't going to put any admins out of a job

Henry Wertz 1 Gold badge

This sums it up for me...

"The customer gets a system that, apart from the rather stupid issues with missing or duplicate emails etc, a pretty robust and reliable system."

An E-Mail server that sometimes decided to not deliver E-Mail (or duplicates it) is not robust or reliable; that is the very job it is supposed to do and it's failing. This is what amuses me about Windows admins, is that they think it's normal to have to go through heroic struggles to keep a file server, print server, web server, or e-mail server running. It's not (once you get away from Microsoft products.).

Mystery buyer scoops working Apple 1 at auction

Henry Wertz 1 Gold badge

I'm no Apple fanboi, but...

Old collector cars go for hundreds of thousands or millions. People buy paintings for millions when they could get a nice print for like $5 (well maybe a few bucks more, the dollar is pretty weak.) People pay lots extra for a first edition of some rare buck when the subsequent edition could be just the same except for the publishing date. If someone wants to pay ridiculous cash for an Apple I, fine with me, the money is ridiculous but it's a rare item that someone wanted.

Regarding donating money instead... for me this is a waste of his (I must admit this is certainly a guy..) money. But two short points... a) It is in fact *his* money, this isn't some communist country. But more relevantly, b) There's absolutely no point on commenting on what someone *should* do when you don't know what they already do.. they could already donate huge sacks of money (or pro-bono work, or whatever) to charity.

FCC: Let's kill analogue early, fob diehards off with converter boxes

Henry Wertz 1 Gold badge

"Essentially they are using vestigial sideband modulation. That's essentially a bizarre idea. Unlike DVB-T multi-path reception is a serious problem."

Actually it's not. The first generation tuners had SEVERE multipath problems. Just terrible. The tuner stick I bought like 2 or 3 years ago was 5th-generation, and tolerates severe multipath... enough that it'd ghost out an analog picutre about one and a half lines. Apparently, as a tradeoff, ATSC permits reception at lower signal levels than DVB-T. Which is good because my stations are like 70 miles away and the signal strength is awful.

@Dan Paul, no worry, this isn't a plan to switch from current system to something else, it just permits the cable co to shift analog channels to digital-only, and provide a cheaper box to people who don't have a box. The cheaper box actually *doesn't* allow pay-per-view, and has no useful program guide (since they want to charge $5 a month for the privelge of having one of *those* boxes.) It's like type in the channel and it comes in.

"Now cell phones were allocated the range from 800-890 MHz, but since that was the 'analog' (generation 1) phone system, it isn't being used much"

That's wrong, the analog systems have been vritually all decomissioned. But, the band is by no means vacant -- in almost any populated area of the country, the band is absolutely full with the cell cos choice of either GSM/EDGE + WCDMA, or CDMA + EVDO. I can verify in my area, Verizon Wireless has 8 CDMA-1X and 3 EVDO channels in their portion of the 800mhz band, and US Cellular has their portion of the band full of CDMA and has to use some additional PCS (1900mhz) to run EVDO. There's probably a couple 100khz guard bands at the "edges" of their bands that are essentially wasted, but I doubt even 1mhz is clear in most cities.

-------

I'm not sure how useful this is -- my local cable company ALREADY gone from having analog channels from 2-78 to having analog on the "broadcast basic" 2-22.. so from 77 channels down to 20. Last I saw digital cable, it still was unwatchable, close to a year after the analog (near) shutdown they still hadn't moved the digital channels around onto those 57 or so freed up channels. Turns out (especially since they are still using MPEG2, no MPEG4 like Dish Network and DirecTV use for their dishes...at least for HD..) that putting like a dozen stations (i've seen as many as 15!) on one 6mhz channel looks blocky as all hell, and putting like 6 HD stations on one 6mhz channel also looks awful. Go figure. But that's the point, they already can turn off most analog stations, to the point that they probably do not have enough digital to fill them up anyway.

That said, if this happens I'm cancelling. I get most of my stuff over the air anyway (MythTV, an ATSC tuner stick and an amplified Grey-Hovermann antenna), but have the broadcast basic cable for like $13 a month. I'm not going to go the trouble of trying to rig an IR blaster to control some dumb cable box for the little that that offers, and also don't care to spend the bucks for a QAM capture device.

SpaceX Dragon SPLASHDOWN in Pacific! Private space triumph

Henry Wertz 1 Gold badge

"Um... I'm very glad everything went OK and all but... is it really THAT big a triumph that after multi-billion dollar investment all there actually was was something people have already been doing for half a century? How is this as good as throwing a multibillion dollar investment towards something we don't already know how to do quite well?"

Yes it is. This is using modern technology, it's far lighter, it's cheaper, it's ACTUALLY reusable (a space shuttle was nominally reusable, but there was so much refurbishment per-flight that flights cost at least $450 million apiece). From what I've been reading, the Orion (the ready-by-2020 shuttle replacement) appears to be a big Gemini with modernized electronics rather than any majorly new technology (there was a big Gemini prototyped by the late 1960s). The SpaceX module is essentially a high-temperature-resistant styrofoam -- very light & strong, the material it simply didn't exist when Gemini, Apollo, the space shuttle, or Soyuz were under development.

I heard a quote from the guys on the ISS, they said it was quite roomy inside and had that "new car smell".

Wealthy Kensington & Chelsea residents reject BT fibre cabinets

Henry Wertz 1 Gold badge

Re: the size

Regrading the size.. I think all that copper is the main factor.

If a cabinet handles 50 lines, think of how much heat a DSL modem makes (not a huge amount but some) and multiply times 50. I don't know if it's still true, but it used to be the customer->cabinet data scheme used was simpler than the data scheme used cabinet->customer, to keep the cost of the end-user DSL equipment as low as possible (i.e. the DSL modem may use less power than the counterpart in the cabinet). If the cabinet was too miniaturized it'd simply melt. As a practical matter, several people have commented on these cabinets being hot, showing this actually does apply in practice.

Besides whatever signal processing is needed (which I think could run cool), the cabinet would have 5 volt signalling times 100 wires (2 wires per phone line). If the cabinet provides voice, that uses a 48 volt signal. The voltages alone could be a big source of heat.

Finally, there has to be enough physical space to be able to install those 100 wires (50 lines) into the cabinet (plus the fiber feeding it, although obviously that's not big). At least here in the states, there isn't just a row of 50 phone jacks in a cabinet like this, the copper wires are punched down onto this board. There has to be enough room for techs to work on it later if needed too, so for instance if your phone line goes bad they can see it's port 48, as opposed to just having a mass of wires all going into the unit, which, let's face it, is what would happen if it were all that small.

Henry Wertz 1 Gold badge

Ahh NIMBYs

As long as they people in Kent and Chelsey are happy without having fiber, fine. They just better not complain at the same time about the quality of internet access they have. That's what NIMBYs do here in the US --- the same people will reject any kind of (as they call it) "cell phone tower", while simultaneously complaining to anyone that'll listen that they have crap cell phone service. Or similar with the cabinets -- there've been towns that didn't allow cabinets, then are genuninely surprised that they can't get good service.

Burying? Please. That's a huge cost increase, I'm sure you don't want to pay like triple the phone and internet fees to cover the probably triple or more cost of installing the equipment buried -- if that was even possible. I'd guess the same NIMBYs who don't want cabinets won't allow all those roads to be torn up to bury either (even if it were physically feasible, which it sounds like it's not.)

HP-Oracle Itanium smackdown starts

Henry Wertz 1 Gold badge

Partner?

I must agree Itanium is quite dead. But, I don't know how good a partner Oracle is -- since buying Sun, they've been cutting support for various UNIX systems, seemingly just to drive those customers who would buy a "big iron" UNIX system to buy a Sun from Oracle instead. I think they would have cut any x86(/x86-64) support by now if they weren't concerned about it driving away customers.

That said, this doesn't seem like something that could be sued over.

I need to multitask, but Windows 8's Metro won't let me

Henry Wertz 1 Gold badge

Re: You're making too much of this

"Metro yes. But windows 8 is in the background so ditch metro unless you are going ARM."

Oh, Windows is inferior to everything else on the market even if you are going ARM. Android? Better. OSX? Better -- I don't like Apple products one bit, but iPhone, iPad, etc. are essentially OSX for ARM. Linux? You can run a FULL desktop on ARM, not some crippled mono-tasking thing with no apps available. (I've seen it, if you had an ARM netbook you wouldn't know it wasn't x86 until you bring up the hardware info.) Or (for a tablet) something like Unity or the like... which although awful on a desktop is meant for touch screens.

As for OP: multitasking has a definite definition, which Windows does meet. However, I must agree the interface for Win8 looks hideous, and allowing just 1 app or a limited split (as opposed to arbitrarily resizeable and relocatable windows) is a step back to about the early 1980s. Even Works for DOS (this had like a word processor, spreadsheet, and modem app all in one) allowed for 3 or 4 things onscreen, and limited repositioning of those windows.

TiVo spits out monster 6-way Pace box for US eyes only

Henry Wertz 1 Gold badge

I must agree...

I must agree, 6 tuners seems excessive. One thing here in the US that affects this, though, the broadcast networks LOVE to air their "competing" shows all at the same time. So instead of having a CSI-clone on one channel, dance show on another broadcast network, and a comedy on another, there'll be hours of nothing watchable (they all play CSI-clones at once, all play dance shows at once...) then bam! When there IS the comedy or sci-fi I crave, there's like 2 or 3 shows scheduled simultaneously. (Well, no sci-fi at all now...) Of course, the cable networks, they re-air the same shows over and over about 15 times a week so a DVR has no problem with them.

I'm with Christian Berger though, I have a MythTV with one digital tuner (hooked up to antenna) and one analog tuner (on the 22-channel "broadcast basic" cable -- the networks are 70 miles away and the antenna doesn't pick them all up.) I won't pay for a rights-restricted version of what I can do myself for free.

Cisco Cius sees us no more

Henry Wertz 1 Gold badge
Stop

ipad? Nope.

Ipad had nothing to do with it. The way I see it, there's several scenarios, but none result in anyone buying a Cius.

For just some end user buying a Cius, they aren't in physical stores or the usual online stores, so the customer is not going to even see it. At over $900, if they did see it of course they'd have sticker shock and not buy it. Result, no Cius sales.

Business expects employees to bring their own device? See above, result -- no Cius sales.

Finally, in the case of the business supplying the device.. businesses will suck it up and pay Cisco's prices for switches and such, because they really don't want their ethernet to crash and it's kind of a one-time investment. Tablets? Not really, the Cisco is too much for what it is compared to the numerous cheap tablets on the market. Result, again no Cius sale.

T-Mobile slip exposes 1,100 punters' email addresses

Henry Wertz 1 Gold badge
FAIL

Recall? Fail

Sending with "To" instead of BCC? Pretty bad but whatever. Recall? What a fail, obviously these people don't have a clue how E-Mail works. Clue: E-Mail does not have a recall option.

IBM to park mainframes on the cloud

Henry Wertz 1 Gold badge

It is amusing...

As Mr. Morgan alludes to in the article, IBM offering zSystem as a "cloud service" is amusing to me. IBM pioneered use of virtual machines on the IBM 360 in the 1960s, allowed for both limiting of CPU time, RAM, and disk space, as well as accounting for and billing for these. Sysplex came out in 1990, allowing for automatic data mirroring as well as system clustering with automatic, seamless failover. Sounds like a cloud to me!

The most dangerous job in America: Keeping iPhones connected

Henry Wertz 1 Gold badge

corporate behavior, and network scale

@GotThumbs, I disagree to some extent. It sounds like AT&T was playing the US Corporate game. This takes the form of having either subcontractors or subordinates who are told to meet some impossible task (impossible without cutting corners), then when cutting corners has consequences, act just shocked, SHOCKED!, that that would ever happen under their watch. In this case, tell subcontractors "X and Y *must* be done in time Z", then stick fingers in ears when told "This can't be done in time Z." The contractors get it done n time Z by cutting corners.

A few store chains have had systematic problems with either sleazy sales tactics (Best Buy), or bosses fudging hours off employees time cards (Walmart). Again, for the sleazy sales tactics "corporate" would tell store managers they *must* sell say Y magazine subscriptions, or $X worth of electronics, or so on, but set this limit unrealistically high. Then when they can't meet that limit, they resort to the sleazy sales tactics since otherwise they'd be fired. If they get called out for it, well, they then corporate claims they never advocated that kind of behavior. Time card thing is similar, corporate tells stores they must run with $X labor (which is less than the minimum needed to run the store), then are shocked when they find out the bosses were messing with cards. Of course in cases like these the bosses who actually follow the rules don't meet sales or cost controls and get fired, the ones who "fudge" things stay on, unless they make it onto the 5'oclock news (at which point of course corporate acts surprised this kind of thing could ever happen, and probably fires them.)

That said, for those saying these figures sound shockingly high... Verizon's network is (by geographic area) the largest on the planet., and I remember reading they had 80,000 cell sites about 10 years ago (when their network had about 1/3rd-1/2 the coverage area it has now.) AT&T claims 256,000 sites (they cover a smaller coverage area, but for whatever reason keep having to cram in more and more cell sites compared to Verizon, even though both have large amounts of spectrum...) I mean, the death rate should be zero, but I think even if you did things like AT&T (give subcontractors a deadline that makes them freeball it, then act all shocked), rolling out a new network in a third-world country would on average result in zero deaths, because you aren't dealing with 256,000 cell sites.

Nasdaq red-faced after software snafu stalls Facebook IPO

Henry Wertz 1 Gold badge
Meh

"Some are blaming the technical problems for the poor performance of Facebook shares on Friday"

Heh. Yeah surely it's not because the stock is overvalued.

"With the current economic climes, this was hardly the best time for an IPO of this size."

True. But, also, the stock is VASTLY overvalued. When I took some econ classes in the late 1990s, a P/E (Price to Earnings ratio) above 8 was considered excessively overvalued. That is, if your company earned $100,000,000 a year, the market cap (total value of all shares of stock) should be at $800,000,000 or less or else don't be surprised if the stock price drops. While I was taking the class, even the econ professors didn't notice the obvious bubble of the time, and just informed us the book was out of date and that number is really about 15 P/E instead. I've read Facebook made about $3 billion in ad revenue, this puts Facebook's IPO valuation at over 33 P/E ratio. So, fair market price for Facebook's stock should be more like $9 a share using the "traditional" P/E limit of 8, and still only about $18 a share using the 15 P/E figure.

What's copying your music really worth to you?

Henry Wertz 1 Gold badge

How about zero?

A pound? A fiver? To copy music I've already purchased, all by myself, onto a device I own? How about zero.

The fact of the matter is, in countries with these royalties regimes, the money doesn't make it to artists -- it either goes to the record companies (who don't distribute it) or with some rights agency (who again doesn't distribute it.) Best case, the top few artists get the money rather than the ones you are actually listening too getting anything. As a bonus, with this type of system your money is pulled straight out of your pocket and sent to the record company if you burn Ubuntu CDs for people, or make local backups -- blank CDs, DVDs, and usually even USB memory sticks are levied under this kind of scheme.

Speaking in Tech: The worst government IT deal of ALL TIME

Henry Wertz 1 Gold badge
Trollface

Why didn't they sell off the extras?

@asdf, you're thinking of libertarians. Both Democrats and Republicans are virtually identical, favoring large, expensive, and intrusive government. They just split hairs on exactly what they want to spend the money (that the gov't doesn't have) on and how they want to extend government control, and blame any and all problems on the "other" party. (For you Brits, Democrats are "blue" and Republicans "red", but are effectively a single party compared to the actually different political parties you have in the UK.)

Anyway... this whole situation is pretty ridiculous. What gets me is, OK, the district made a bad purchasing decision. Why aren't they at least selling off the hundreds of extra switches they have sitting around?

Why GM slammed the brakes on its $10m Facebook ads

Henry Wertz 1 Gold badge

"Think about most banner ads: they have rich media and flash or video. These are all the things that would compel someone to want to click on an ad. The Facebook ads are very boring, not very imaginative, they're not able to deliver a very rich experience because of the limitations of the ad format."

They do? Is that what all those empty boxes with a "naught" symbol in them are? Thank goodness for flashblock 8-).

Anyway... a lot of the type of people that use Facebook are the same ones that don't know anything about cars but think they do, they parrot the line that Toyotas and/or Hondas are the best cars on the market, and GM makes unreliable junk (neither of which has been true for about 15 years. Toyotas are now rated *average* in terms of defect rate, not that the defect rate on them has increased but almost every other make has decreased their defect rates.) In light of this, GM spending money on advertising is just pissing money away.

Mobile fee dodgers will get away with enough cash to bail out Greece

Henry Wertz 1 Gold badge

Not US's fault

"But Juniper's report doesn't blame the American"...

As well they shouldn't. ZTE makes and sells loads of phone switches, they are built in China, and as far as I know none have been bought up by US Cellcos (I haven't seen a ZTE phone here either) so there's no credible influence by saying "Well, we won't let ZTE sell in the US" -- they already don't. Erricson, Alcatel-Lucent, and Nokia all make switches too, none are US-based companies.

In fact, per this article http://en.wikipedia.org/wiki/A5/1 , you can thank Germany for having a stronger GSM crypto option (A5/2) to begin with (with a long border with the Warsaw pact countries, they were concerned about signals being spied on over the border). Most other NATO countries (*not just the US*) wanted uselessly weak crypto specifically so NATO could spy on it. A5/1 is a French creation. However, since the "security through obscurity" lifted in the late 1990s, both A5/1 and A5/2 have been found to have fatal flaws and both are quite equally worthless now. A5/3 (which was spec'ed out for UMTS) is stronger than both.