Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Just imagine... (Score 1) 160

If the consequences of her giving birth are that serious, it makes me wonder why she didn't elect to have a tubal ligation, instead of relying on a less perfect form of birth control.

The Marina IUD is actually 0.3% more effective then a tubal ligation, the Paraguard on the other hand is 0.1% less. Really about the same though.

As fun as it is to blame women for getting pregnant, the fact is there are always going to be a non-trivial number of women who get pregnant through no fault of their own. Even if every woman in the country got a tubal ligation and didn't have willingly have sex, we'd still see about 450 pregnancies from the 92,000 rapes that happen each year combined with the 0.5% failure rate of tubal ligations within the first year.

Comment Re:only 2 general lanes? (Score 1) 288

It's interesting that the "conservative" view here supports government spending on a project that mainly benefits Microsoft employees.

You apparently don't live in Washington. Everybody in a huge radius of this bridge wants it replaced ASAP. It causes huge traffic problems every day and is ready to sink into Lake Washington on a moments notice.

Ironically, replacing it benefits the average MSFT employee less then the average Seattle resident as the MSFT employee can scoot through on the Microsoft connector bus in the carpool lane at any time.

Comment Re:only 2 general lanes? (Score 4, Informative) 288

Tha alternative plan MS is arguing against has only two (one each way) lanes for general car use - no wonder they don't want it. Light rail and long range buses are only good if lots of people want to use them. HOV lanes are only good if people can be convinced to carpool. Apparently MS management feels the employees want to drive their own cars to work by themselves. If that's the case, making them idle in the traffic snarls created by the one general lane each way bridge will not only make everyone late to work but also really exacerbate the smog problem.

Not quite. Most of the MS employees in Seattle ride the Microsoft Connector bus in to work. The existing one carpool lane is more then sufficient to accomodate the MS busses. I live right by the 520 bridge and I'm with MS on this one. More carpool lanes and/or light rail will just increase the time and cost of the project and add little to no benefit. We need a new bridge now.

Comment Re:Need more details (Score 1) 562

This sounds like just a hydrogen fuel cell. The breakthrough would be if they managed to build one without a platinum catalyst, thus lowering the price.

From the TFA "Inside the box, one disc can produce energy to "power a lightbulb" (60 W, assuming a full power lightbulb). The discs are produced from baked sand and then painted on each side with the special ink. In between the discs an inexpensive metal (not platinum) is placed. According to Mr. Sridhar, 64 discs could power a Starbucks."

That said, even without platinum, these things are damn expensive.

Comment Re:By my math... (Score 4, Informative) 562

5 * ($800,000) = $4 Million. At current energy prices, saving $100,000 every 9 months would mean they recoup their initial investment in about 30 years. I'll pass.

Yeah right now the ROI (3.3%) doesn't even keep up with average anual inflation (3.4%), but I think they are cutting it some slack as it's a very new technology that has yet to benefit from mass production and innovations in the production process. Later on it could prove to be an excellent investment.

Comment Re:Looks interesting as replacement for Python (Score 1) 267

I agree that Python has some strange things about it, but look at some sample f# syntax from Wikipedia:

let rec factorial n =

        match n with

        | 0I -> 1I

        | _ -> n * factorial (n - 1I)

What do those funny characters mean? What's the I after the numbers? Compare to the python one liner:

def factorial(n): return 1 if n == 0 else n * factorial (n-1)

That makes sense even to someone with absolutely zero experience in the language.

The problem here is with wikipedia not F#. The characters are normally a way of typecasting integer literals, however it it not necessary (nor even valid) to do that in a match statement. The wikipedia example should be:

let rec factorial n =

        match n with

        | 0 -> 1

        | _ -> n * factorial (n - 1)

or even more simply

let rec factorial n = if n=0 then 1 else n * factorial (n-1)

Comment Re:3.5 years later (Score 2, Insightful) 121

Novell stock has lost 30%

Microsoft stock has lost 1%

Redhat stock has gained 78%

Stock price probably isn't the best way to demonstrate that a firm is doing well or poorly as it is based largely on speculation. I like to look at profit per employee. If you take that metric:

Microsoft: $156, 656
Novell: - $59,083,
Red Hat: $28,107

or if you're looking to actually invest in one of these companies, price earnings ratio (smaller is better) is a useful metric:

Microsoft: 15.63
Novell: N/A
Red Hat:69.37

So you can see while Red Hat stock price is doing pretty well, Ret Hat itself isn't making a ton of money. Though it is beating the pants off Novell for what thats worth...

Good going Novell, yet another stellar business decision.

agreed

Comment Re:Easier? (Score 1) 315

Objective C is not a hard language to learn: it's a sibling to C++ in that both tried to add OOP to C. ObjC as used on the Mac combines the best of both worlds -- you get pointers for low level control, *and* a nice OO framework/API and niceties like garbage collection. And of course OS X is beautifully designed, none of the back compat cruft that makes one want to stay away from Win32.

C# has pointers, a larger class library then objective C, and no dependency on the win32 apis... You are correct that the syntactic similarities between c++, java, and c# lead to a win for C# though.

Comment Still a poor business model (Score 1) 215

I'm still not entirely convinced that the free code + support business model works as well as the traditional licensing version. Here's some financial data from the last year.

Microsoft
employees 93,000
revenue 58.4 billion = 627 956.989 per employee
net income 14.5 billion = 155 913.978 per employee

apple
employees 35,000
revenue 32.5 = 922 857.143 per employee
net income 4.9 = 140,000 per employee

oracle
employees 73,000
revenue 23.2 billion = 317 808.219 per employee
net income 5.6 billion = 76 712.3288 per employee

red hat
employees 2,800
revenue 0.65 billion = 232 142.857 per employee
net income 0.078 billion = 27 857.1429 per employee

Even when I divide by employee's to account for the size differences, the closed source shops are making way more money then Red Hat

Comment In other news... (Score 2, Insightful) 492

In other news, public schools will be doing away with the following:
  • Printed books: The blind cant use those either
  • Music programs: discriminate against the deaf
  • PE programs: quadriplegics can't participate
  • Art involving the colors red and green: the colorblind can't participate fully
  • Advanced mathematics: the mentally handicapped can't keep up
  • Milk with lunches: the lactose intolerant can't have any

I'm all for accommodating the disabled, however denying privileges to the able bodied because not everybody can participate is asinine. No matter what activity you select, there will be somebody unable to participate. Do what's best for 99% of people and then do your best to accommodate the remaining 1%.

Comment Re:When did they ask? (Score 1) 292

Avatar gave me a headache, the 3D felt gimicky, and was distracting. I would never watch another 3D film after that experience.

I actually didn't have any of the traditional complaints (headache, blurry, gimmicky, etc) with Avatar in 3d. My only issue comes from me forgetting that it wasn't actually 3d, trying to focus on items in the background (or any place where the camera wasn't focusing) and finding that it wouldn't work. Most the time I naturally looked where the camera was focused, but when I didn't it was a strange sensation. In the entirely CG scenes without a traditional camera focus this issue was greatly decreased.

Comment Re:Do you actually believe their claims? (Score 1) 180

Between the rambling composition and dozens of typos, I'm really not sure what the point of that last post was. I'm guessing it was some sort of rebuttal to my assertation that th powerPC was a dead platform for desktop consumers.

MS is some pathetic company who can't even compile things for PowerPC, a 32/64bit CPU

Can't and won't are entirely different. Maintaining a branch of a software project takes time and money. Since very few people use powerPC now and even fewer will in the future, the project will be better off by devoting those resources to something that will actually be used. (Also, just FYI the number of bits the processor supports isn't really relevent to this discussion so you can probably skip typing it out each time :p )

Comment Re:Silverlight couldn't be a Flash rival,thanks to (Score 3, Interesting) 180

their V2 dropped support for PowerPC macs which several people

So Silverlight can't possibly compete with flash because it doesn't support a hardware platform that hasn't been produced in 5 years now and already has negligible market share?

In Silverlight V3, things getting even more complex as the Win32/64 Silverlight V3 has more features than OS X 32/64 one

The only differences I'm aware of between mac and windows silverlight 3 are quite trivial

While mentioned, where is the iPhone/Symbian and even Windows Mobile support?

In the works . Admittedly, MSFT is dissapointingly behind schedule on this front.

Some of your complaints with Silverlight have merit. It isn't perfect yet, but it has made remarkable progress in the 2 years it has been out and most certailnly is a rival to flash. Flash had an 11 year head start and Silverlight already does just about everything it does and a few things better. Silverlight lags behind flash in market penetration and platform support, but at the rate it is going, it will catch up quite soon.

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...