Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Why should I care? (Score 1) 97

Yes, this is a great point. I do care, but in the opposite way that Intel wants me to. Many of the apps I use are native, and all of the apps I write for Android are native. So, I doubt I will ever use an x86 based device. Unless there is some super-special advantage to what Intel is offering, the pain and impact of the change would be too much.

Comment Re:Worse is Better doesn't mean that. (Score 1) 240

That's why apps now have functionality metrics (Firefox seems really big on it for example).

Are you talking about products looking at the functionality that people are using in the field to determine what features to drop or keep? If so, then these metrics are a bit of a plague today, since the assumption seems to be that you can determine how important a feature is by how often it's used. This results in very important, rarely used features getting dropped. (The obvious most recent example is the Windows start menu).

Comment Re:CSS is fine, devs are the bigger problem. (Score 1) 180

By that logic, everything sucks. C++, Haskell, HTML, all of it.

And yet, most of the code written in those languages results in a better track record than CSS. In fact, most professionally produced code that has problems fails in edge cases. Most the the CSS I encounter has problems in the main use cases.

sure, you can break things, but at least you'll usually get something that's still readable.

True, about 80% of the time when I have a problem with CSS-based pages, I can still sorta read the pages. Often I have to do annoying things like resize my browser, reduce my font sizes, or other types of workarounds before the page becomes readable, though, so that's sorta weak sauce. Nonetheless, there's still an annoying high rate of breakage -- I'd say about half of the websites I go to present some amount of functionality loss or unreadable text due to CSS.

But even worse than that, the limitations of CSS make web designers choose designs that are just bad (for instance, my own pet peeve of pages that have a fixed width or limited ability to handle arbitrary window sizes. Yes, you can do these properly with CSS, but it's much more difficult to do, so most web designers don't.

I'm not saying it's impossible to make a great, robust web page using CSS. I've done it. I am saying, however, that for nontrivial web pages it's much more difficult than making the equivalent page without it and it's much easier to mess it all up. In my view, that makes it a poor tool.

Comment Re:What A Weapon (Score 1) 478

Sure, this is possible -- but if we're going to get that hysterical about the potential of ebola, then there are hundreds of other things we should be getting hysterical about first.

For the record, although there is some uncertainty about it, it appears that ebola may be able to exist for only a few hours outside the body (some studies say as long as a couple of days, though) on hard surfaces. It doesn't last more than a handful of minutes on soft surfaces such as fabrics.

Comment Re:CSS is fine, devs are the bigger problem. (Score 1) 180

I don't know. Given that most of the CSS-heavy sites I see routinely break or suck as a direct result of using CSS, its clear that most web developers don't know how to properly use it. And if, after 20 years, most developers don't know how to use a tool then I tend to think the fault is not the developers, the tool.

Comment Re:They _Should_ Replace It (Score 2) 180

The problem with tables is that they generally were very inflexible.

True, but this problem can be worked around by using dynamically generated web pages -- which brings an additional benefit of still separating layout from content, if you feel that's important.

Trying to resize your browser (back in the day) often caused strange layout issues (and lets not forget the 1px transparent GIFs).

A problem that CSS has not actually resolved, judging by the number of websites that become unusable when I make my browser window my preferred size.

Slashdot Top Deals

Air pollution is really making us pay through the nose.

Working...