Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment But is it file "sharing"? (Score 5, Insightful) 334

Honestly, I never even thought of Megaupload-like sites as "file sharing". If that's file sharing, then every website is sharing with you lots of html, css and image files. I'd rather call that "File publishing". You upload a file to a server which is then published to the world. "File sharing" to me implies some form of P2P technology where users literally share local files and bandwidth with other member of a network.

Comment Not a language problem (Score 3, Insightful) 145

Wikipedia could stick to PHP or switch to any other language. But that's not their problem. Their problem is the messy markup language they slowly created. I know cause once I tried to render their markup inside another app. Basically, they have all sorts of tags that reference obscure server-side behaviour and everything is so entangled that creating a new renderer is basically impossible. This is sad because they are wasting the work of volunteers.

Comment Re:Fragmentation (Score 2) 237

I see it as a very positive development. Ubuntu is just a sugar coated Debian. Most of vanilla Debian is still there, from command line utilities, configuration files and GUI toolkits (GTK+, Qt). If the Ubuntu tablet preserves this, it would be light years ahead Android in terms of bringing the "Free Sotware" ecosystem to a mobile device.

Comment Re:Cobol (Score 5, Insightful) 120

The MBA's still think you can describe a piece of software in Word, and then it's a trivial process to make the software that customers want. Informal language is desirable to humans because it supports leaving out details - which is exactly what makes it useless for programming a computer.

That's because software *is* the description of what the computer should do. Check this great article: http://www.osnews.com/story/22135/The_Problem_with_Design_and_Implementation

Slashdot Top Deals

Function reject.

Working...