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

 



Forgot your password?
typodupeerror
×

Comment Re:fixed (Score 1) 394

Wow. Given how much I hate Python's syntax, I never thought I'd see myself typing this: Python's forced indentation is not as bad as Fortran's actually.

Fortran (and COBOL) has traditionally designated different behaviour to different columns. A character in a specific column has a different meaning than if the same character is in a different column. A variable-width font in that situation is completely unmanageable.

Nowdays, both Fortran and COBOL has changed this stupid design and you are now allowed to indent any way you want. If only Python could grow up too...

Comment Re:Nitwit suffering from Stockholm syndromw. (Score 1) 272

You are perfectly right.

The Intent system is what makes Android so powerful. If I have an application that wants to sent a twitter message, it can send an Intent with a request to do so. This Intent can be picked up by any of the applicaitons you have installed, so that the developer not only doesn't need to develop twitter functionality, the user can also choose to use whichever twitter application he wants, and it'll still integrate perfectly.

In case you were wondering, if more than one app is prepared to handle an Intent, the user gets an option to choose withich one should be used, and can store that as a default for the future.

Everything uses Intents, even basic functions such as sending an SMS, which is why alternate SMS applications works completely transparently. Another Intent is the one that displays the main "desktop". Again, no need to be limited to the default desktop application.

Just because no other mobile OS'es gets this right, doesn't mean that Android is wrong.

Comment Re:Mopeds have pedals... (Score 1) 128

Well, at least in my country of origin, most mopeds don't have pedals, and that doesn't just apply to the legal definition, but also what people use in common day-to-day speech.

I think this is a case where the definition of the word has been extended over time, and there's nothing wrong with that. Wikipedia seems to agree with me too:

Traditionally, mopeds are equipped with bicycle-like pedals (the source of the term, motor-pedal), but moped is sometimes applied by governments to vehicles without pedals, based on their similar engine displacement, speed, and/or power output.

Comment Re:Moped, not Motorcycle (Score 2, Insightful) 128

Having spent much time in urban India, I don't see the need for a motorcycle to be able to reach speeds in excess of 64 km/h. Most of your time is spent weaving through gridlocked cars.

Even going on the freeway in a car is not a high-speed endeavour. There are just too many vehicles and people.

I can see this vehicle to be a perfect option for a lot of people.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...