Forgot your password?

typodupeerror

Comment: Re:byoo, hyoo (Score 1) 137

Exactly, patents are government granted monopolies by definition and by design.

Honeywell is using them precisely the way they are meant to and the way they have always been used through history, from the steam engines to Apple.

Yes, patents are supposed to encourage innovation, but by creating monopolies they archive precisely the opposite.

He should be complaining about how stupid and counterproductive the so call intellectual property system is, not about some other company that is not Apple doing what Apple and almost everyone else has been doing all along.

So much hypocrisy.

Comment: Re:Well, okay... (Score 1) 75

> They even petitioned the government to provide monoplistic protection.

That is *precisely* what a patent is: a government granted and enforced monopoly.

Boggles the mind how anyone thinks patents are a good way to encourage innovation, monopolies hate innovation. And patents have a very long track record of being used to keep whole industries from making any progress, from the steam engine to aircrafts.

Programming

Go Version 1 Released 186

Posted by Soulskill
from the way-to-go dept.
New submitter smwny writes "Google's system programming language, Go, has just reached the 1.0 milestone. From the announcement: 'Go 1 is the first release of Go that is available in supported binary distributions. They are available for Linux, FreeBSD, Mac OS X and, we are thrilled to announce, Windows. ... Go 1 introduces changes to the language (such as new types for Unicode characters and errors) and the standard library (such as the new time package and renamings in the strconv package). Also, the package hierarchy has been rearranged to group related items together, such as moving the networking facilities, for instance the rpc package, into subdirectories of net. A complete list of changes is documented in the Go 1 release notes. That document is an essential reference for programmers migrating code from earlier versions of Go. ... A similar process of revision and stabilization has been applied to the App Engine libraries, providing a base for developers to build programs for App Engine that will run for years.'"

Extreme fear can neither fight nor fly. -- William Shakespeare, "The Rape of Lucrece"

Working...