Forgot your password?

typodupeerror

Comment: Re:What C# have that Java sorely lacks (Score 1) 208

by lgw (#44055811) Attached to: Java API and Microsoft's<nobr> <wbr></nobr>.NET API: a Comparison

Properties as they are now in C# are a great idea - you don't need a private member variable backing them. They're now just member variables with the option to have different access control for reading an writing (e.g., public get, private set) and the option to hook in some code on get or set on those rare occasions when you need to. It just needs to evolve a bit further now to eliminate the distinction between members and properties and we're set.

Comment: they found water (Score 1) 250

This is the natural consequence of the recent finding that there was running water on Mars, which gives a strong clue that there's still lots of it around. Anybody who reads sci-fi knows that water is like the oil of the solar system, so it's only natural that the USG will want to occupy the land.

Comment: Re:aren't there laws against monopolistic practice (Score 1) 188

by bill_mcgonigle (#44049631) Attached to: Verizon Accused of Intentionally Slowing Netflix Video Streaming

...or does that not apply to internet service providers?

Verizon in this case is the physical plant provider, and, contrary to every notion about how markets work, governments enforce monopolies there. We have hundred-year-old cronyism still dragging us down today. Statists are then shocked to find the providers aren't competing on service quality when they have no competition.

In the not-too-distant future we'll have a majority of people happy to have both DSL and CableTV-derived pure-IP networks available to them and they'll still be arguing in support of 'natural monopolies' via whichever provider they can choose from that gives them the best service at the best price.

The sooner you fall behind, the more time you have to catch up.

Working...