Forgot your password?

typodupeerror

Comment: Re:So many have tried. And failed.. (Score 2) 91

by Bitsy Boffin (#43705461) Attached to: Flying Car Crashes In British Columbia

Helicopters are

1. Hard to fly

2. Have a problematic requirement for a long tailboom with a torque countering thrust at the end of it

3. Or counter-rotating rotors with complex drive requirements

4. Have rotors that are long and ungainly and need to be stowed

5. Need large amounts of power to generate all required lift

Making one into a car means solving all those problems, AND adding all the safety equipment etc that is required for a modern car, AND still having it light enough to get off the ground safely.

Fixed wing, Gyrocopter, or Paraglider based machines are a much easier task than a helicopter based flying car, as evidenced by there being actual existing modern examples of all three (Terrafugia, PAL-V, Maverick), and no existing examples of a helicopter based one.

Comment: Re:CSS is great, unfortunately designers can't use (Score 1) 190

by Bitsy Boffin (#43616469) Attached to: CSS Selectors as Superpowers

To an extent, but as another poster replied, it's more down to simply how the designer's brain works, can't blame them for that, but it doesn't make life easy.

I think at the bottom of it is the common problem that CSS was developed by programmers, not designers, and the programmers didn't understand that the designers don't think like they do, and that they can't think like they do.

As a result, it's just not a good fit for designers, so they use it badly.

Comment: CSS is great, unfortunately designers can't use it (Score 3, Insightful) 190

by Bitsy Boffin (#43608275) Attached to: CSS Selectors as Superpowers

CSS is great when used properly (although, somewhat hereticly, I would kill for definable constants a-la 'color: PRIMARY_WEBSITE_COLOR;' without resorting to dynamically writing the CSS ).

Unfortunately graphic (website) designers are completely shit at using it. Even simply understanding when they should use an ID and when they should use a class seems to a'splode their brain, "huh, what is wrong with using this same id a bajillion times in the page". Don't even try telling them that "redtext" is not a good classname. Heck half of the time it's ".span1"!

They don't even know (even after telling them half the time) that you can use multiple classes on a single element, let alone combine selectors, everything is a single ID or classname to them. The amount of copy-paste in most web designer's stylesheets is simply offensive, all because their brains don't allow them to modularise their desires into useful reusable CSS classes. Cascade? Inheritance? These are foreign words to the average website designer.

There is no point telling a designer how they should can make their CSS better, they just won't understand. Worse, if the programmer, who does know how to use CSS as it was intended, attempts to fix their stylesheets (or worse, cut up their photoshops into proper HTML and CSS), the original designer just won't understand how to do anything in the stylesheet anymore.

Windows

Windows 8 Killing PC Sales 1010

Posted by samzenpus
from the you're-not-helping dept.
yl-roller writes "IDC says Windows 8 is partly to blame for PC sales suffering the largest percentage drop ever. 'As if that news wasn't' troubling enough, it appears that a pivotal makeover of Microsoft's ubiquitous Windows operating system seems to have done more harm than good since the software was released last October.' According to a ZDNet article, IDC originally expected a drop, but only half the size."

Comment: Smithsonian Denied Access To Photos (Score 4, Interesting) 267

Interesting that the Smithsonian has denied researcher access to photos it holds which could clear up the matter...

"The William J. Hammer Collection is located at the Smithsonian Institute, Researchers are denied access: Hammer Collection archival note denying access to researchers"

you would think that they would at least make copies available. What good are the photos if they are locked away in a vault where nobody can ever look at them?

Comment: Re:That's not a drone (Score 2) 339

by Bitsy Boffin (#43091937) Attached to: Drone Comes Within 200 Feet of Airliner Over New York
"Your average R/C aircraft pilot wouldn't be that stupid unless he/she is intent on getting in trouble"

5 years ago, maybe. But with the rapid increase in availability, affordability and desirability of easy to fly aircraft (quadcopters especially), more and more, well, idiots, are playing with them. Even FPV with extreme long distance is well within the reach of amateurs now (legal or not).

These "new" people playing, are doing just that, playing, they don't realise that they are operating aircraft, piloting, and are subject to aviation rules, airspace, and other restrictions on where, when and how they can operate their aircraft.

Comment: Kill Switch (Score 1) 1176

by Bitsy Boffin (#42903749) Attached to: Driver Trapped In Speeding Car At 125 Mph

I don't know why manufacturers of modern computer controlled cars don't simply install a kill switch, either disconnecting the ignition like a motorcycle does, or mechanically shut off the fuel supply with a solenoid.

Hit the kill switch, engine stops. You still have all electrical power and control so just roll to the side of the road.

Solenoids to control shut off fuel are not even novel, my early 80s car has a solenoid to shut down the fuel supply at the carburettor when you turn off the key (anti run-on).

You can get everything in life you want, if you will help enough other people get what they want.

Working...