Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:The will to be free (Score 4, Insightful) 648

It has very little to do with the distro; the problem is largely with hardware support and software availability. Even Ubuntu, arguably the most user-friendly distro has problems with sound playback on modern, commonly available sound hardware. Maybe I don't mind running 'sudo killall pulseaudio' every now and then when there's no sound playback - try explaining that to the common user. Then there's the software, of course. I love the open desktop, but Linux is nowhere near the point where it can compete with Windows on that front - even if it has gone quite a ways since its humble beginnings.

Comment Re:Java (Score 3, Interesting) 229

Java paved the way for C#. I prefer C# as well, but you must remember that one of the reasons the language is so good is because it was able to build on top of what Java already had done, and in many cases, learn from its mistakes. I'm hoping that Gosling's new job will yield us a new language, especially in light of Oracle's recent assholery with Android.

Comment Re:Another report (Score 1) 288

As AC below pointed out, bad code can be written in any language. I worked for a University of California campus, when UCLA got hacked a couple of years ago, due to a SQL injection attack. Their choice of platform? C#/MSSQL. Programmers on our own team (C#, MSSQL) wrote SQL injection-friendly code - I can't remember how many times I've caught unsanitized input being put into a SQL query without proper sanitization or "SqlParameter-ization" - people who wrote enterprise-level apps for years prior, and who should know better. PHP has mysql_real_escape_string, which sanitizes input. I've written my own Ruby-on-Rails-ish helper functions to sanitize input in a less hackish fashion in PHP. There's always a way. This type of shit will continue to happen until people realize that security in today's web development is as important (if not more so) than programming skill, and stop hiring dipshits without proper screening.

Comment Not really surprising (Score 1) 901

While Linux and the open desktop have certainly come a ways since - even 5 years ago, it saddens me to say that neither are ready for the proverbial "prime time". While I can't imagine using anything but GNOME these days, I have a much larger threshold of putting up with things like unavailable codecs, incompatible drivers, and just plain software unavailability - possibly because in most such cases, I'm willing to make the effort to figure out how to make things work. We're getting there though, and the state of Everyman Linux is certainly leaps and bounds above of where it was as little as 5 years ago.

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...