> There exist plenty of genuine windows devs out there that use git, or devs that switch between OS'es for different tasks (myself included, I'd boot up windows to work on graphics/games)
Yes, but you probably shouldn't be running a code hosting platform on one of your developer workstations.
I'm pretty sure it would work from a client point of view (it's still git after all), just that they won't support you running their web app on windows.
The vast majority of libraries won't work with the new Due, and some older shields (like expansion cards you put on top) won't either.
The ATMega based boards are cheaper & are easier to get hold of.
Additionally, the Cortex I/O is 3.3V, not 5V tolerant which makes it easier to accidentally fry.
It's exciting stuff for experienced arduino users who like the ecosystem, but if you really want it I'd wait perhaps another hardware revision so the hardware & software stuff is properly in shape. I've been using arduino since the early days and, trust me, you don't want to be the first one hitting obscure preprocessor/compile bugs. You will also be amazed at the amount of performance you can get out of the little ATMegas when you don't have operating systems sucking up all your cycles!
Given current technology, airships are slow, and suck at handling high winds.
Ballistic transport would cost a lot more fuel than current methods, as you need huge amounts of energy to escape gravity.
Reducing lift-to-drag ratio (for sailplanes for example) boils down to increasing the aspect ratio (the ratio between the width of the wing and the wingspan) and selecting an airfoil with a high coefficient of lift over coefficient of drag (wings generate drag through flying, and the wings which generate the most lift aren't necessarily efficient, which is why planes have flaps).
See http://en.wikipedia.org/wiki/File:Drag.jpg for the different types of drag on an aircraft (the 'pushing stuff through the air' drag is called parasitic, and the 'side-effect of lift generation' drag is induced).
The problem is that by doing this, you increase the structural mass of the wing for a given lift as you need a longer wing. There is a point on the optimisation curve between increase in efficiency from AR & the increase in structural weight from longer wings. Boeing and Airbus have teams of people who do this stuff for a living.
There are also human factors involved, like airports being set up for a maximum wingspan, and people being unlikely to choose an airline with slower flights.
If this refers to me, I was not attempting to discredit anyone.
I wanted to ensure people didn't think this was another "they store passwords in plain text because they don't know what a hash function is" stories we see every few days.
If you are interested in password security, why not write an article about Tesco?
> The app downloads your emails into their server.
They need to do that to back up the emails. The product may not be something you are interested in, but it doesn't mean the execution is flawed.
> Yes, they store that actual password. Which is ridiculous.
They have to in order to retrieve the emails. Blame the standards!
> Yes, good for them for that, but still there are others where they store passwords. And that is not acceptable.
See above
> But that also means that they outsource the security part of things.
> Which doesn't lend faith to the idea that they know about security.
> And if someone realises how to control their application, all the passwords will be hacked.
This isn't something with a black and white answer and I respect your opinion on this. I personally feel that they may know plenty about security and have decided that this is the most secure option. For example, I wouldn't write my own crypto, because I know enough about security to know how hard it is to do right.
Yes, but you probably shouldn't be running a code hosting platform on one of your developer workstations. I'm pretty sure it would work from a client point of view (it's still git after all), just that they won't support you running their web app on windows.