* Posts by Ian Michael Gumby

4454 publicly visible posts • joined 11 Apr 2006

Google's 'clean' Linux headers: Are they really that dirty?

Ian Michael Gumby
Coat

@copsewood. Huh?

"Even if an API has to contain small amounts of code (macros, in-line functions) there is a long standing principle that copyright doesn't obstruct manufacture of parts compatible with an intentionally defined interface between systems or subsystems."

Yes, this is true. You can not copyright the API which is a published set of accessor methods to the underlying code. However, you CAN copyright the underlying code contained within the API.

So if you have an API that says getFoo() then anyone who wants to access or create a compatible app could implement your API for getFoo(). What they can't do is copy your code of how getFoo() works.

Clean room copies of code take advantage of this... Here's an alleged use...

Allegedly, M wanted to use some smaller company's idea in their OS. So they offer to buy the company or license their software waving millions of dollars in front of them. In doing their due dilligence, M wants to audit their code. So the company gives their code to M. M then hands the code over to a team of people who write detailed specifications of how the software does what it does... Then M hands the documents over a 'wall' in to a clean room where developers take the specifications and generate their own code that meets the stated specifications.

M then goes back to the company and says no thanks, we already have a team who's working on this...

Allegedly.

(The other company is too small to spend millions on a legal case that would be too hard to prove.)

I say allegedly because this was a common story I had heard back in the early 90's.

Now that's why they talk about 'clean room' development.

Ian Michael Gumby
Boffin

@Hagan, talk to lawyers much?

"The remarks about creativity serve only to emphasise his purely legal background. Any software engineer worth their salt will tell you that *most* of the creativity in a complex software product comes with defining the interface. Actually implementing it is usually easier. (In the past, the interface designers called themselves architects and were on a higher pay grade.)"

I suggest you talk to lawyers and try to understand that even though we both speak English, there are legal connotations to the meaning of 'Creative'.

Ian Michael Gumby
Coat

@Vic

I suggest you go back and look at the arguments being made.

Google is suggesting that they can strip a copyrighted document to a point where it loses its copyright, allowing them to then issue the document under a different copyright license.

Lawyers opposing this notion say that you cannot do this.

Your reference to the SCO/Linux issue is not a good parallel. I suggest you go back to the complaint and see why that is.

Ian Michael Gumby
Boffin

@Zolko

"I have a Dell Streak, with Android 2.2, and some people wanted to port MeeGo on it. They did it, but where struck with proprietary drivers for the video chip that were compiled against the kernel headers - these exact headers that are at stake here - and are therefore not compatible with the MeeGo kernel headers, so there is no 3D hardware acceleration possible for MeeGo."

Its not a question of being physically unable to work, but licensing issues.

Google is attempting to circumvent copyright law by saying if we take a copyright document... strip out this, that, and the other thing, what's left is something that really isn't creative and should be protected under copyright law. What the lawyers who are critical of Google are saying is that Google can't do it. Stripping down a copyright protected document to a base document is not the same thing as building up the same base document from scratch. In the end, both base documents could contain the same material, however its the process of how they obtained the based document that is at issue.

The various flavors of GPL protect the authors of their code, and I believe that the GPL doesn't prohibit the authors of releasing the same software under different license. That is to say that Google could pay those copyright holders to release the code to them under a different license so that they have a right to use it.

But then again, here's the rub. Google isn't doing that. What they are doing is trying to get around the law by getting creative and then hoping that they don't get caught.

Look at it this way...

You have a project that is built on Apache's license. There's a piece of code that you want to use that is licensed under GPL. GPL has restrictions on use that you do not have with Apache. What Google is trying to do is to trash the copyright laws and re-release a modified version of the code under Apache.

NOT ALL OPEN SOURCE LICENSES ARE CREATED EQUAL. Sorry to shout but that's a concept that many of the commentards don't quite grok. Under Apache, you release it, as long as I attribute you as the author, I can do whatever I want. I can take your code you wrote and gave away for free and embed it in my 'for profit' product and make millions off your work. GPL? Not so much. I embed GPL code, where I made modifications that gave me a proprietary advantage, and I have to release that code to the public.

You have two examples...

1) Apple and the GNU C/C++ compiler. Or rather NeXT. NeXT modded the gnu C compiler to do Objective-C which is the base language for NeXTStep, OS X, and iOS. Under GPL, Apple had to release their mods. However Apple didn't have to release their libraries...

2) Apache's Hadoop (HBase) project. One can take LZO compression to make Hadoop more efficient. Because LZO's GPL is not compatible with Apache's license, Apache and Cloudera made the choice of not including it in their release, but allow the end users to add it if they wanted.

Both actions are legal and ethical. Google's? Not so much.

Ian Michael Gumby
Grenade

Shill? Sorry no

Sorry I'm no fan of Microsoft.

Gate's mommy and daddy were lawyers and Gate's learned from their lack of ethics. Why else do you think he's giving the bulk of his money away? Could it be that he's got a guilty conscience from screwing over people? Sorry I digress... The point is that Gates and Microsoft showed that its profitable to break the rules and then pay off the lawyers.

Google learned from Microsoft. They are a monopoly, except that they haven't been declared a monopoly by the courts. Only IBM and Microsoft have that distinction and once you're defined as a monopoly, the rules of business change.

Unless you have proof that Microsoft is behind this, then you're blowing hot air. Like I said, Oracle and IBM have as much if not more to gain than Microsoft. (Albeit, Microsoft has something to gain too.)

I'll repeat it again slowly...

Big companies hire attorneys who are specialists in certain fields. The more notable the attorney, the more likely they will get targeted by the large software companies. Unless the attorney is actively on retainer or working for Microsoft, you're the one creating FUD.

Try and focus on the issue.

Ian Michael Gumby
Grenade

@Glen

"Now you've got to find a copyright holder of an inline function that is willing to sue. Sure IBM or Oracle might have enough money to take on Google, but why would they? It would run counter to their own interests."

No, absolutely not.

Look, Oracle is set to lose billions on Java ME licensing if Google prevails in the Oracle/Google Java/Android lawsuit. So Oracle has a lot of skin in the game and it is in their best interest to sue.

It is also in IBM's best interest to have Oracle win the lawsuit because they too will gain from a single variant of Java even though they don't really play in the Java ME space. Think of IBM supporting Oracle so that they get a favor from Oracle down the road.

Its also in a lot of people's best interest because of the potential harm that this could do to the existing copyright laws. That you can essentially strip away copyright protection by claiming that what's left isn't creative enough to be copyrighted.

While some in the Open Source community hate Oracle for their aggressive stance on Java, they aren't the bad ones here and Google is playing loose with copyright laws.

Ian Michael Gumby
Flame

@Vic

"The only unknown here is why the media keep repeating obviously bogus claims from lawyers in the pay of Microsoft, when the copyright owners (such as Torvalds) have already said that there is nothing to see here."

Unfortunately you're wrong.

Look, here's the underlying issue. Or at least one of them... you cannot take software that is copyrighted and 'filter' it to the point where the resulting code is *not* *a* *derivative* *work* which would violate its copyright and then try to copyright the derivative work under Apache's license because it is more 'big business' friendly.

Are you and other commentards not capable of understanding the dangers of what Google is proposing to do? Essentially they are rewriting the copyright laws. Notice how Honeycomb isn't open? Now why do you think that is?

Google screws artists by under paying them as they make money off YouTube playing their material. The chocolate factory *is* *evil*. You're just in denial.

Ian Michael Gumby
WTF?

It doesn't matter.

Look, lawyers work for clients who are paying them and customers tend to go to lawyers who have some industry knowledge on these types of topics.

If you pay attention to the issue at hand...

Google is saying: "We stripped out the unique stuff and are left with the non-creative parts, therefore we are not violating the copyrights and we can then copyright our stuff under Apache's more open rights system."

What the other lawyers are saying: " You can't strip out enough stuff or say that the underlying framework is by itself not enough to copyright." And... "You start with a document that is protected by copyright and then reduce the document to something that loses the copyright? That's not right... "

The nice thing is that lawyers are paid to argue both sides of an issue. It will take a judge to determine who is right.

But to credit this 'FUD' to Microsoft is a bit biased. Microsoft has very little skin in the game. And it isn't FUD.

The risk is there. No, not to the application developer who writes an application that sits on Android. But the phone manufacturer that uses Android and then modifies Android to add features or improve the OS for better energy management. These are the people who are going to feel the heat on this.

At the same time, it adds more weight to Oracle's arguments.

The bottom line is that there is enough of a case that it will go to the courts and the courts will be conservative on this issue.

IMHO Google is on thin ice. Were they to have done a clean room version... then things would be different. But Google took shortcuts and they are now starting to bite them in the arse.

Platform wants to out-map, out-reduce Hadoop

Ian Michael Gumby
WTF?

Huh? Doesn't IBM Marketing do their homework before they do their spin?

""In the current Hadoop distro, it is one job at a time," Hertzler tells El Reg. "You need to add distributed cluster logic to manage multiple MapReduce jobs at the same time on the same cluster." Or, use multiple Hadoop clusters, as Yahoo! does. "But Symphony is already a distributed workload manager and knows how to distribute data and work around a cluster.""

I guess IBM doesn't know about the Fair Scheduler.

The only feature Hadoop scheduling doesn't offer is the ability to suspend a job so that it can be completed at a later time.

Of course here's the problem... only a portion of IBM's 'Blue Stack' customers are going to be willing to go with IBM's idea of Grid computing. Too many companies have either committed to Hadoop or have committed to using Hadoop in part of a PoC. (Proof of Concept).

I had thought IBM learned their lesson from their earlier mistakes when getting in to this space.

Apparently not.

Beyond $1bn: Why Red Hat is a one off

Ian Michael Gumby
Boffin

Open Source as a profitable model?

I'm not sure why the author thinks that Open Source can't be an effective model for creating a billion dollar corporation and that RedHat is a one off.

First, I have to disagree about RedHat being a one off. Sure other companies can get to a billion dollars revenue point. However, like Michael Jordan or Lebron, the number of companies that can achieve this level of revenue are few.

In part, its timing and its what the company has to offer.

If you have the right product/service mix along with timing of market entry, its possible.

Cloudera has the potential of hitting this level because they gained market presence and established their dominance before others entered their niche.

In addition, one has to gauge the level of disruption the technology creates. Linux was a disruptive technology. Hadoop is. CRM? BI? Not so much.

There also has to be a compelling reason why one is willing to pay for support while the actual core code is available for free.

Find the right mix of these and you'll have another billion dollar company in the making.

Airship 'Sky Tugs' ordered from Lockheed for Canadian oilfields

Ian Michael Gumby
Thumb Up

How efficient are they?

One potential use case would be to compete with the 'Ice Road Truckers' who bring in supplies to the miners in remote parts of Canada.

How much would it cost to move 20t of material per nautical km, and how fast could it travel?

If its price competitive, then it could probably be used to move most of the stuff that's big, but not really too big.

Nokia talks Pure typographic cobblers

Ian Michael Gumby
Joke

Huh?

"If your nerves can stand it, there's more of this cobblers here. In fairness, Nokia is right about one thing: it says that "the effect of a typeface on a reader happens at a visceral level", which explains why I instinctively kicked the cat when Nokia Pure flashed before my eyes."

Lester, is that an euphemism like 'choking the chicken' or should we sic PETA on you?

Steve Jobs screws my wife (out of $944)

Ian Michael Gumby
Boffin

Printing out documents?

"Back? My arse. I have neither a pad nor an eink reader but having tried both if I decide I want to go the electronic book route then there's no way it'll be an LCD. I have a laptop with an excellent non glossy screen and I have tried reading PDF books, its a bloody awful experience. If I need to read a large document I'll print it. However I found the Kindle and Sony I've tried just fine for 2 hours plus hard study."

I tried to explain the reasons why I wanted an e-reader to my wife....

I printed out just one of my tech manuals from a .pdf. 380 pages. You do know how large 380 pages are, right?

Now just for that one system, I have 4 documents like that.

And there are other products that I support . Then there's the list of books that I constantly use for references because I have the memory of a gold fish... ;-)

So. Imagine having 1 device that contains all of those books and .pdf documents, that can also do e-mail, web, internet chats/IM ...

Plus at my age... I don't really enjoy the 1.6 miles of walking commute carrying a book back filled with books and a laptop.... Especially in winter when there's ice on the sidewalks.

So yeah. I'll take the iPad2 for now, and when the iPad comes out with the improved processors and higher screen resolution... my wife will get this and I'll get the new one.

Ian Michael Gumby
Flame

Someone must have had a short deadline and a lousy idea for an article.

"I cut my computing teeth on an old Ohio Scientific Z80 machine with deal eight-inch floppy drives back in the early 1980s."

Wow!

Talk about flashbacks. Only I cut my teeth a few years earlier on an Ohio Scientific C3A.

But then again, I lived pretty close to the factory.... (Aurora Ohio).

I thought I could respect a fellow Ohio Scientific owner except when you made the following comment:

"But to my horror, the back of the iPad 2 is gray brushed aluminum with a black apple and black sensors, and when you take it all in, that makes it an Ohio State BuckeyePad, Penn State's arch rival. I will get a blue leather cover as soon as Apple makes one."

I'm sorry, Penn State who? Sure I respect Joe Pa as one of College Football's coaching greats. (Along w Woody and I'll even salute Bo since he was an Asst Coach under Woody...) But Penn State isn't much of a rival since Tressel took over.

But I'll overlook that...for now.

You continue to write...

"I don't like the idea of using Google Docs because it is bad enough that Google is reading my office email, does it have to read what I am writing as I am writing it?"

True, but the iPad lacks a real keyboard and of course you can purchase a wireless one for it, but that then defeats the purpose of the iPad where a regular laptop has its value.

I'm am by no means an Apple fanboi. And I'm sure you'll get flamed by them. I am however someone who has waited for the iPad2. It will allow me to easily surf the web, do e-mail, and of course act as my e-reader of .pdfs and e-books. Sure there are other apps, but its the fact that I can easily have all of my technical documents that I get in .pdf forms, easily available on one device.

While the Kindle DX would also allow this, it unfortunately does't handle resizing as well and doesn't handle e-mail or web site wikis where some other documents exist.

But I really have to flame the author because the head line doesn't really match the content. Its more of a story how the author lacks vision or need for a new 'play toy'.

Gabrielle Giffords may wave Endeavour off

Ian Michael Gumby
Coat

@tuna

"What I meant to convey was my aversion to(hate is a little strong) the infotainment news with warm, fuzzy rhetoric that serves no purpose other than PR and to sell ads. She needs a road-trip and photo-op at the launch pad like he needs to be distracted from being the captain of that spaceship. The stakes are too high, <b>IMO</b>, for both of them. It is brain surgery and rocket-science, after all"

Unfortunately we live in a world where the average IQ is 100 (disregarding the Flynn effect.)

So when you get in to advanced material, a large proportion of the population's eyes gloss over and all they understand is that Gifford is getting better.

The fact that she can travel and be there is in itself a remarkable feat.

While Gifford will get the best medical treatment possible, she will not get any 'special' sekret sauce treatments. That would be unethical. Hence the idea of just injecting someone with stem cells and hoping for the best is absurd.

To your point... its not just Gifford. Look at what's happening in Japan over the nuclear plants.

Lots of misinformation. While some of the information may be factually correct, its still used to present a perception of doom and gloom.

Ian Michael Gumby
WTF?

Huh?

First, Giffords is very rare in that she survived the head wound. Even rarer is that she's not a veggie.

Stem Cells? Hate to break it to you, but once you've hit a certain age as an infant, you don't grow any more brain cells. You lose it, its gone for good. No chance Stem cells will help with a brain injury.

Now I would have understood your post if you had questioned the IT angle. There really isn't one except that her hubby is an astronaut which is why she wants to go and wave bye-bye to him as he takes off.

Sure its a photo op and a chance to show her miracle recovery.

But don't be a hater.

K?

Ellison drops iceberg in front of HP's unsinkable Itanic

Ian Michael Gumby
Boffin

@Denarius

Postgres' greatest strength is when its used to leverage better deals from Oracle.

You use OBI? Doesn't work on Postgres.

You want scalability? Other databases scale better.

As one ex-Oracle DBA put it ... Postgres is Oracle 7.x ...

Sorry but depending on what you're trying to do, Postgress doesn't cut it compared to other options.

Ian Michael Gumby
Boffin

Now's the time to convert from Oracle to Informix!

Hey!

Who am I to judge if you're in love with Itanium servers?

Just call your IBM Information Management Representative and ask for an Itanium port of Informix. Its actually a much better product than Oracle.

Its a 'dirty little sekret' that IBM couldn't kill off Informix because too many clients loved it for a lot of reasons. So they've maintained and enhanced it.

So here's a chance to get a real RDBMs product that will make any hardware shine and out perform your existing system. (I kid you not). Informix has always had the best enterprise replication on the market.

But hey! What do I know? ;-)

Like I said. Don't take my word for it. Go out and try it for yourself. They have downloads...

-G

Out of shape? Not had sex for years? Watch out

Ian Michael Gumby
WTF?

Huh?

A stress echo cardiogram is a stress test followed immediately by an ultrasound echo done within the Cardiologist's office.

Yeah you feel some pain as you work to rev your heart rate up. But that's it.

Not that difficult, not expensive and most health insurance companies will cover it, especially if you get a referral from your GP.

And yes, I've had one.

Googlebooks pact rejected by federal judge

Ian Michael Gumby
WTF?

@skelband

Ok...

Look, you're talking about out of print books were you can obtain a legitimate copy of a used book in a used book store.

Or you can find it in a library. (They still exist you know...)

As to your comments about books in the public domain... after the copyright runs out, they are in the public 'trust'. As I said in my example, most if not all of Jack London's books fall in to this category. Why else do you think Amazon is able to give away an e-book of London's 'Call of the Wild' for free. Add to this Mark Twain, Jane Austin, Charles Dickens, etc...

Again, Google is evil.

Ian Michael Gumby
Boffin

@Borked: Google is *evil*...

Look, you are entitled to your opinion and I support your right for voicing your opinion...

However you wrote:

"Like Skelband (above) I think it's a shame that the vast majority of our cultural history is vanishing into obscurity, and I think it'd be a worthwhile project to make these works accessible to the public in the public domain (judge a society by its libraries and all that) but that mustn't mean granting the rights to those works to a private company. Public domain should mean precisely that. Something like a creative commons licence, perhaps"

The issue isn't about 'books in the public domain'. Lets make sure we're talking about the same thing... those are books where the copyright has run out. Jack London's entire works are now in that category.

(His writing are now for the most part 90-100 years old.)

Legally anyone can copy those since they *are* in the public domain.

What Google wants to do is to copy 'orphaned' works or digitize works that are still under copyright protection and to force the authors to 'opt-out' of the plan or accept whatever cut Google wants to pay for it. These are works that were published prior to the electronic age so that there doesn't already exist a digital copy of the works and are now out of print.

If you are worried about 'public domain books', you should look at project Gutenberg ?sp? which is in the process of copying books.

BTW... Google did attempt to get a patent on their apparatus for copying books even though it isn't all that new or novel. They did this in effect to create a barrier to entry for anyone who wants to start their own copying effort. (Amazon, Microsoft, etc...)

Of course... if the book isn't a rare book, one can disassemble the book, do the copying and then re-glue the binding if they so desire. Or just toss it as a sacrifice to bettering the world.

Ian Michael Gumby
Boffin

Finally the US Govt does something right!

While the Alliance objected because they would be negatively impacted by the deal, there's more to the deal to hate.

Essentially what it did was give Google a net new copyright on said derivative work. So they copy a work that isn't out of copyright and market it. Their version is under their copyright so that they in fact create a net new copyright that they control based on a work that they stole.

There is some irony.... You can't have an "opt-in" option on orphaned works... ;-) Yeah think about it.

If its an orphan, then who can give permissions to "opt-in"?

Nokia C7 'Astound' in US debut - all ready for touchless payment

Ian Michael Gumby
Boffin

Doesn't matter to the consumer...

The fees associated to the transaction are paid for by the vendor, and of course they either eat the cost or embed it in the price of the purchase.

(If it costs $2.50 to ride the EL in Chicago, you pay $2.50 and CTA eats the cost of providing the service.)

With US banks getting capped on how much they can charge the vendor for each debit card transaction, you can bet that this too will be capped as well. ($0.22 a transaction for debit purchases? Going from memory.)

Judgment stalls Google book settlement

Ian Michael Gumby
Boffin

@ratfox Yes he can...

You're in a trial and you're working out a settlement. The courts have an obligation to validate that the settlement doesn't violate any laws.

In a trial you have a couple of outcomes....

* The plaintiff drops the case. (Judge does nothing)

* The plaintiff and defendant work out terms... (court allows them or not.)

* The case goes through trial and the judge determines guilt and the amount of awards to the winning party. (Assuming that its a bench trial, not a jury trial)

Google can appeal all they want. They will lose. Google's settlement essentially tosses the copyright laws out the window. If they haven't revamped the USPTO to not allow software patents or business method patents, they aint gonna mess with the copyright laws.

BA jihadist relied on Jesus-era encryption

Ian Michael Gumby
Coat

First rule of a cyberpunk...

#1) When they expect High Tech, go low tech.

(Credit Gibson with that one... its in one of is short stories in his anthology 'Burning Chrome' I think...) [Maybe I should get a PhD in Science Fiction? :-) ]

The Brits got lucky. There are other low tech techniques that would have been more difficult to break...

Fukushima explained in crap cartoon

Ian Michael Gumby

@Ian Yates..

I think another poster put it best... that this is all hindsight and its not a question of finding blame but in making things better the next time around.

The point I was trying to make was that you have two issues. A lack of imagination, meaning that the magnitude of the disaster was beyond the designers comprehension, and also a question of feasibility of cost vs design. That is to say... do you want to spend $$$$ for an event that may or may not occur during the lifetime of operation? This is a calculated risk.

If we consider the placement and design of the back up generators, and their back ups... well, I believe that if they did think about the potential combination and the potential damage, they could have better designed and positioned the back up generators without spending huge chunks of money.

As I said, this is all hindsight. Only this time I hope that they again over design and build.

Ian Michael Gumby
Thumb Up

Toddlers? Don't you really mean...

Those commentards who flamed Lewis?

Ian Michael Gumby
Boffin

@ Sean... Actually I think that the original OP is right...

Yes Sean, you are correct. The plant survived a 9.0 earth quake. Its a testament to over engineering that they are standing.

What caused all of the problems was the Tsunami knocking out both levels of backups.

If that hadn't happened, then the reactors would have gone offline correctly and the the pumps would have continued to cool them down in a controlled fashion.

So the question is why did both levels of back up reactors fail? Could they have designed that better? Absolutely because its not as big a problem to solve and you don't need slide rulers.

The problem was that no one really thought about the double whammy of a huge earthquake and then the Tsunami.

Of course this is all hindsight. Japan will replace them with safer more modern technology and they will recover.

Only next time, they'll consider the possibility of such a double whammy.

Groupon worth 'as much as $25 billion'

Ian Michael Gumby
Boffin

Yeah but...

Groupon 'prints' money.

There is no product.

They have established their brand.

They have increased their local presence in multiple markets and have built a network of relationships with local and national businesses.

They hold patents, while of questionable merit, they established an artificial high barrier to entry.

So yeah, they get a higher valuation than a company that has tangible manufacturing capabilities.

The interesting thing is that with such a high market valuation, they'll have the capital to get in to the LBS (Location Based Services) biz and compete against Google, Nokia, Apple, etc ...

Google copyright purge leaves Android developers exposed

Ian Michael Gumby
WTF?

@Gulfie

Most people in the 'FOSS' community use the code and don't really look at the copyright and headers. Meaning they are coders and not lawyers.

Once outed don't be surprised to see the EFF come out against Google for violating the GPL.

Its not a fork.

Google has repeatedly taken short cuts and they are now going to get bit in the ass over it.

Ian Michael Gumby
Flame

Huh?

"At issue are the header files in the Linux kernel - a list of APIs and macros that are used during compilation. These fall under the GPLv2 which states that any work derived from them must also be published under the GPLv2, but Google uses scripts to take out all the comments and extraneous odds and sods, then claims that this removes the copyright. That enables Google to publish the resulting code under the (less open) Apache licence as though it were an original work."

Apache is actually more open. Essentially under Apache you can do whatever you want with the code as long as you keep the attributions.

The key here is that Google's interpretation is not only wrong but dangerous.

Google is attempting to circumvent GPL2 by saying that by removing the non-functioning comments and headers that they are removing the copyright. That their code is no longer considered a derivative work. That is plain wrong and any lawyer who gave them an opinion to the contrary should be disbarred.

I would suggest that the FOSS community isn't up in arms because they didn't know this was happening.

As to the author's suggestion that now third party code could be adversely affected, the answer is a resounding *MAYBE**IT DEPENDS*. That is to say.. if you wrote some code that extends the code provided by Google and relied upon their assurances that the code was released under Apache's license, then you would have to change this to GPL and that means that you would be responsible for exposing your code to the public. This won't affect anyone who uses the APIs but only those who extended them.

The flame isn't for El Reg, or the Author, but for Google.

IMHO its tactics like this that make me believe that Google will also fail in Oracle's lawsuit too.

Fukushima situation as of Wednesday

Ian Michael Gumby
Boffin

@ArmanX

"but if that radiation that leaked has a half-life of a few seconds, it's not exactly the end of the world."

Uhm that's not totally accurate.

If they had purified water, the the half life of the radio active material would be measured in minutes. With impure salt water, you get more trace material collecting the half life of the material is a bit longer. (But not by much)

But yes, to your point, the danger of the radiation leak is minimal.

Sanjay Gupta a medical reporter for CNN had been wearing a radiation detector. It measured a trace amount of radiation. His comment to the Anchor was that the Anchor probably was exposed to the same level if not more in NY city. (I'm paraphrasing but the vid is on the CNN site.)

And yes, I agree with the 'China Syndrome' comment.

Ian Michael Gumby
Coat

Media Focuses on the now not the past.

Yeah, its a cynical position.

But the Quake and Tsunami have passed.

Unlike Katrina, the Japanese people are handling the lack of food/supplies like normal rational people.

Until there are riots the only news is that the recovery process is happening. So what does it take to report on the sad number of fatalities?

But the nuke disaster is happening now.

So the reporters are like vultures watching a train wreck happening and reporting on it.

They are just pandering to us, the viewers and readers.

Ian Michael Gumby
WTF?

@ Ralph 5

"For example, I recently read an article by the same author describing this as a 'triumph' for nuclear power. "

Huh?

Do you not understand that the reactors survived a quake that was upgraded and registered 9.0?

That is beyond the designed rating. And yes, 9.0 is an order of magnitude worse than an 8.0.

The reactors failed as planned.

What didn't go as planned is that they they got hit by the Tsunami and both series of back up generators failed.

Let me be clear. The back ups failed, and the back up generators to the back ups failed. (That's two levels of redundancy)

Its the lack of water pumping to continue the cooling process is what's causing the trouble and danger.

The point is that the quake and tsunami combo punch was a disaster beyond what the designers comprehended.

Lewis is right. The fact that the plant survived the quake intact and the disaster isn't worse is a bit of a triumph.

Ian Michael Gumby
WTF?

Safety is no accident.

"... I would think that is quite obvious at this point; the Japanese PM is evacuating tens of thousands of people, the severity has been upgraded to 6 (just one notch below Chernobil but there is no chance for a solution in sight). What I question is why The Reg lets these ridiculously biased articles being published; it seriously undermines the credibility of an otherwise fine publication..."

Are you really that daft?

While the odds of anything really bad happening, and luckily no serious injuries have occurred, don't you think that it makes sense to still take precautions?

Here in Illinois there are something like 6+ active nuke plants where 2 of the oldest plants are near a fault line. (Not a very active fault line since we don't get many earthquakes in IL that are even noticeable.)

Since these plants have the same design, the local nutters are wiggin out.

Common sense points out the following:

1) Illinois (USA) hasn't had a *major* earthquake in years.

Largest earthquake recorded was measured at 5.3. Note the scale is *logarithmic*

That was back in '68 I think.. well before you were born. 5.3 vs 9.0, big difference.

2) Tsunami? If Illinois got hit with a Tsunami, either you'd be dead, or this guy Noah really existed...

The point is that as Lewis brilliantly pointed out in his first article that the safety features worked, albeit that the plant took a hit at 9.0 harder than it was initially designed for, and that if the back up generators and their backups hadn't failed, we wouldn't have had this problem in the first place.

What I find troubling are twits like yourself. You want electricity but you don't want to be realistic about what it takes to generate it. Nuke plants being designed today are safer that the plants designed 30+ years ago. But they wont get built because of the FUD being created by these mindless twits who protest anything at a drop of the hat.

Fossil fuels? Yeah, we've got one of the oldest and dirtiest coal plants just across the state lines in Indiana that supplies power to Chicago and beyond. This plant was grandfathered so that it didn't have to shut down or put very expensive upgrades to reduce their emissions. (The power companies exploited a loophole that allowed older plants that should have been phased out from getting these mandatory upgrades.) But again, protesters about the CO2 emissions. Solar? Not good enough? Wind? Not good enough and many would protest about the ecological damages that Solar and Wind generators do to the environment. (Yes, they do have an ecological impact too.)

Do the math. Nuke power is necessary and cleaner and safer than other forms of energy. In fact, I'll wager that you have had more deaths involved in the production of non-nuclear energy than you do from nuclear energy.

Hadron Collider 'could act as telephone for talking to the past'

Ian Michael Gumby
Joke

Dyslexics Untie!

Well I could say that I would hope that God has a sense of humor in terns of his 'god' particle, but honestly, I'm a bit of a dyslexic typist.

Assange ambushes Australian Prime Minister on live TV

Ian Michael Gumby

@Bernard...

Its great that you agree on some things. :-)

But lets take a look...

"It's in the newspaper so it must be fact? Well, thats a leap"

No, I'm saying that the fact is that there *are* newspaper stories. Not that content of the stories are true. They may or may not be true and with multiple newspapers in Australia reporting, I would tend to believe that it is a fact that an investigation occurred.

You go on...

"Wow! Your understanding of modern political structures is astounding! (Before you start, I think you ought to know that I work inside government in an....informed...position and I *DO* know how governments function internally). A senior politician not being held accountable for the work of their "lower pay grades" is not an acceptable excuse. They are ultimately held accountable for everything in their purview."

By your logic... then the President of the US knows all of his staffers and their staffers, admins and interns by name, and knows what they are doing? Talk about micro management. :-)

(I think you get the idea.)

My point was that there is nothing for the PM to 'be held accountable' for. Communication and Cooperation occur on a regular basis and do not require the PM's approval for trivial information sharing. (Assange trivial. Key codes to the football? Not so much.)

"Didn't have you down as a believe in synchronicity or fate, Gumby.... Also, Charlie Sheen is a person, not a thing or an event (despite what HE might think!)"

Well I *meant* Charlie Sheens recent antics which are *events*. :-P

And no I don't really believe in synchronicity, was just trying to add a little humor.

As to the ad hominem attack. Yeah, you're right. It was weak. But true none the less.

Ian Michael Gumby
Boffin

@ It wasn't me

Wow.

Unlike you, when I post its either to comment on topic, or to flame a commetard.

Unlike you, I actually have a life out of here where I do real work for a living.

The irony here is that while you don't like my opinion, you lack the ability to actually debate what I say and provide real historical facts to back up your statement.

Now, I'll admit, I do make mistakes. Dan G. caught one mistake where I took one of the defense's arguments as fact because the claim had been reported on by many newspapers.

Do your homework. You might learn something in the process.

Ian Michael Gumby
Black Helicopters

Not exactly...

"Any smidgeon of potential *diplomatic* support he may have been able to get (i.e. slightly outside the rule book) is now off limits - after all, Assange supporters could *cough* "expose" that too. So well done. Gillard rather dryly referred to Assange's behaviour - methinks she has his measure well and true.."

First Assange wasn't politically connected to have any 'slightly outside the rule book' help available. Nor was he rich or famous. Just infamous.

Second. Despite his personal attack on Gillard, he will still be afforded the rights he has as an Australian citizen. That is when he loses his appeal, he can make a call to the Australian Consulate in Sweden and seek assistance.

There's actually some irony in this... he has the freedom to be an ass, and the governments that he protests against will actually defend his rights to be an ass.

Ian Michael Gumby
WTF?

Wow.

If Wikileaks had proof, I would hope that they actually released the documents backing up his claim.

The fact is that there are articles in the press where the Australian Government was cooperating with the US investigation as well as conducting their own investigation. There were even articles in the Australian press where some politico claimed that Aussie troops in Afghanistan were put in harms way because of Wikileaks.

The Aussie's PM's response rings true. She probably didn't have knowledge of any information sharing. That would occur at a much lower pay grade and wouldn't need her approval because there are treaties and agreements about information sharing already in place. Also that if he faced the Death Penalty and Assange was in Australia, he wouldn't be extradited. That's true for pretty much most of the world and even in the states the death penalty is going away.

So how's his appeal going? He filed it and no response from the Brits?

I am disappointed in ABC because of their cheap stunt. I wonder who's going to lose access to the PM?

You know that things always happens in 3s. 1) Charlie Sheen, 2) Gilbert Gottfreid getting the Axe and now 3) Assange making an Ass of himself.

Lets face it. If you're going to ambush your own PM, you'd best have relevant dirt and not make a wild arse suggestion that she'd ever be tried on treason. Maybe if the boy hadn't been home schooled he might have learned something.

Judge OKs feds' access to WikiLeakers Twitter info

Ian Michael Gumby
Black Helicopters

@Scorchoi

I don't think it matters if they use Tor or not.

The problem is that over enough time you can establish a pattern.

That is, if I know the transmission point and the end point, do I really need to know the route that the packet took? ;-)

Tor is good if you want to hide your traffic from snooping eyes in real time. That is if you want to visit a set of unknown sites.

But we're talking about log tracing and matching.

There's more to this, but well. you get the idea... ;-)

Ian Michael Gumby
WTF?

@ Tom 38, Presumption of innocense?

"Precisely what law has Birgitta Jónsdóttir broken? Nice to see you assume that she is a brazen criminal, since the US authorities are doing some fishing."

Uhm dude, hate to break it to you...

First this isn't a fishing expedition. Its a very limited search on a few individuals who have already made their identities public and there is a legitimate tie between them and Wikileaks.

You seem confused by the concept of 'presumed innocent until proven guilty'.

It appears that you are the one making an assumption that Birgitta Jonsdottir has been accused of breaking a law since her Twitter account is one of those under investigation. The fact that they are investigating means that they don't know the answer and are looking for clues and more information to determine who did what and when.

But I digress. The point I wanted to make was that the presumption of innocence deals with the defendant during trial. That is that the defendant is presumed innocent until the prosecution can show that there is proof beyond a reasonable doubt that the defendant is guilty.

You don't charge anyone with a crime until you have concluded your investigation and this is why they are asking Twitter to honor their subpoena request.

And using your hypothetical example... if your ex-GF has credible evidence of rape or enough to warrant a police investigation, then the answer is yes. If there is something in your Facebook page, or viewing history that is relevant to the rape investigation then the police do have the right to search your internet surfing habits.

Ian Michael Gumby
WTF?

Huh?

Where do you read that the log data is tainted?

I don't think you fully comprehend what they say in their ULA.

Ian Michael Gumby

Huh?

Here's a post which basically hits the nail on the head. The government has a process in place to protect the privacy of individuals. That protection is to a point. When a crime has been committed, then the government investigating the crime has to go through a process of getting a subpoena to get access to said private information.

You don't commit a crime, you have the expectation of privacy.

Is that concept so hard?

Ian Michael Gumby
Big Brother

No double irony... just irony on the part of wikileaks supporters.

The US Government is arguing that there is an ongoing investigation and that the information that Twitter has on these account holders is beneficial to their investigation.

Its like saying that the government wants a search warrant to search a house because they have reason to believe that the murder weapon is stashed there.

There is no irony because the government is going to the government to get permission to get this information. That is... through this process, the government is actually protecting the privacy of all individuals.

The only irony is that exists is that those who are fighting to keep their information private are the same people who argue for transparency.

Ian Michael Gumby

You do realize that the subpeona was issued as part of an investigation...

Its amazing how quickly people forget that there's an ongoing investigation by US LEOs.

The content of the posts are public. And the fact that there is no expectation of privacy when making a public post.

Note that the investigation is limited in to several accounts and specific accounts so in that respect its not overly broad.

The judge is following the law.

Ian Michael Gumby

No Joke.

Its not a fishing expedition and there was no expectation of privacy.

The interesting thing is that this was news last Friday. Don't know why Dan waited till today...

Facebook preps Groupon-like service

Ian Michael Gumby
Boffin

@joejack

Groupon is still expanding and its making a shit load of money.

So 6-7 times sales/revenue doesn't make a whole lot of sense.

After the first 10+ million in the bank, it doesn't really matter, right? Its more money than you can spend. (Unless you have tiger blood, then hookers and coke don't come cheap. :-)

So Google's price was relatively low, and Groupon will probably make more money in the next 5-6 years even with competition than what the deal represented. (Taxes, payout of VC money, etc...)

Take the company public and you will see a lot more money dumped in than Google's offer...

But I think Facebook can give them real competition...

-G

Ian Michael Gumby
Thumb Up

Interesting..

Where Google fails... Facebook could compete with Groupon.

I know Groupon has some 'patents' but I don't know how much protection those patents can or will provide.

Since Facebook is the ultimate social site where companies already have a presence and entice people to 'like' their product campaigns... Its a natural fit.

I give it a thumbs up because its shows market evolution and forces at work.

Fukushima is a triumph for nuke power: Build more reactors now!

Ian Michael Gumby
Boffin

Wild!

Lewis actually wrote a good piece. Unfortunately the title was a tad misleading.

Of course notice the commentards in full force panning this and once again showing how small their pea brains are.

I wonder if Lewis will write a follow up piece talking about the limited advances in Nuke tech design since these plants went active 40 years ago?

Yes, these plants are now DOA when it comes to generating power.

But that doesn't mean that they didn't fail correctly and that a nuke disaster had been avoided.

Still the popular press is predicting doom and gloom because it sells newspapers.

Of course after the clean up and there are no further casualties (other than the reactors themselves) then the newsprint world will write glowing articles to sell more news print.

The bottom line... Nuke power is clean and its viable.

As we become more power hungry its the best way to go.