Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Meh (Score 1) 398

I do not think the railroad is a necessary *evil* - railroads do some things much more efficiently and reliably than any other technology available today. It may not be the sexy thing anymore but railroads are vital.

Now, Microsoft is currently not seen as sexy, but there are things that they are doing well. Windows Phone is actually a nice product. It does not have the installed base or app selection or public mindset but from a usability standpoint, I would pick Windows Phone over Android any day (and especially if I had to pick one of those two for my wife or my mother).

The *buzz* is not with Microsoft right now but I think that may change - but even as such, I would not count Microsoft out. There is a lot of interesting and advanced technology in Microsoft R&D - it will just be a matter of delivering to the market things that the market gets excited about. That is not easy when you don't have automatic buzz about your products and your competitors (Apple) gets front page news coverage about rumors about future unannounced products.

Comment Re:Linux on Mac?! (Score 1) 780

Let me see, 5 million pixels, 4 bytes per pixel = 20megabytes. Lets say we tripple buffer that, we are at 60megabytes. So how is 1,000megabytes (1GB) of video memory a limiting factor? You would have over 900megabytes available for 3D models and shaders even if tripple buffering *and* keeping the desktop display separate.

Comment Re:Ironic (Score 1) 606

6% for 40 years is a bit over 10x (not 8%)

The math is (1 + %) ^ 40 == 10 which means if you put in 6% you get 1.06 ^ 40 == 10.28 thus 40 years at 6% will get you 10.28 times the number.

Now, add in the extras (anti-lock breaks, water cooled engine, airbags, air conditioning, power windows, etc) and you seem to have a much better/nicer/safer car for around the same price given your 6% number.

Note that inflation has been all over the map over the last 40 years. Since time value of money can not trivially be reduced to averages, it is not clear what the right number is, but if you look at the 3.5% number I have seen as the effective average over the last 40 years we see that you get only a 4x multiple rather than the 10x. This seems much closer to reasonable considering the significant differences between the VW bug from 1968 (a very simple device) to the one from 2008 (a rather complex and sophisticated device).

Comment Re:Debugging Is the Next Frontier in Faster Browsi (Score 1) 125

I wish that were the case. As web pages make use of more complex layout and dynamic data, the browsers have become key to not just rendering speed but debugging. Firebug was, for a long time now, key reason to use firefox.

Take a look at http://sinz.org/Maze/ for what turned into an interesting benchmark of layout and js/dom manipulation. (It was not the intent but it sure shows significant differences). Since I did that page, Firefox actually got much slower than it was but it still beats IE but loses badly to Chrome.

Comment Re:Verizon better watch it. (Score 1) 430

Even worse, what if they don't throttle a child porn distributor but do throttle someone sending/downloading a Linux distribution?

What happens when they are then found to be co-conspirators in the illegal acts due to the fact that they claim that it is their microphone? Deep pockets to sue, that is for sure...

Comment Common carrier or free speech (Score 1) 430

I wonder if they really want to say that the network they built is their microphone. Doing so would state that it is their speech and thus they would be liable for any illegal speech.

Note that as a common carrier (like phone companies of old) they would not be liable for any illegal activities that were committed via their network. This is long standing law.

Once you start filtering, controlling, limiting the content that is transmitted then you can no longer to seen as just a carrier of opaque information and can then be held liable for that information (illegal data, illegal speech, etc.)

It would be interesting to see what stance they would take on that. For example, if their network was used to distribute child porn and thus they would be held equally responsible along with those who sent and received it.
Networking

Submission + - Apple.com DNS outage 5

DusterBar writes: "What seems like a long lived outage has hit high flying Apple with at least 5 hours (and counting) outage of the whole apple.com domain.

The real interesting bit is that there does not seem to be any coverage of this, and yet it impacts all iDevice users, the app store, etc."

Comment Re:Sony MDR 7506 (Score 2) 448

I would disagree. You can easily find some nice phones for reasonable price. The Grados were always highly rated (and considered under-priced) with the 60s available for just around the $50 price limit (over $50 but not by much)

And, if you want an enclosed set, the Monoprice 8323 are hard to beat and would beat most other enclosed phones in the under $200 price range and they are under $25.

However, if you really want the best, yes, they cost - but "decent" is available, just not from consumer brands like Sony.

Comment Re:Monoprice! (Score 1) 448

I can attest to the quality of the 8323 from Monoprice. They easily match more costly enclosed headphones. Not quite to the level of a top end Sennheiser but the good Sennheisers are all open design. I would take this Monoprice model over any Sony phone, no matter the price. (Oh, and they are also rather comfortable for an enclosed headphone...)

Comment Re:Neat (Score 1) 120

Great post, but there are things that X11 needs to fix. The whole "visuals" bit and the capturing of the mouse? xlib is a mess to program to and the GUI toolkits try to hide that but the overhead still exists.

Now, having said all of that, I would rather have a push to streamline X11 while keeping a strong window manager separation (this is actually important for security in addition to usability) and the remotable constructs. X11 has drawing primitives that are better than bitmaps (wayland) but not really that great. And some of the behavioral requirements makes it really hard on connections that have any level of latency.

Fixing these core items (and bringing in better layer management with composition at the display server side and not client side) is the way to go. Doing so and still being compatible will be very painful. Doing so and having "fun designing new" (or suffering from NIH) does not mix well. Just beware of the draw of "green fields" (starting from scratch) as it rarely works out in the end. (You usually make mistakes that were already address/solved in the prior system since you are more concerned about the "mistakes" in the prior system that you are claiming is the reason for starting fresh)

Slashdot Top Deals

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...