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

 



Forgot your password?
typodupeerror
×

Comment Re:Chrome OS (Score 1) 296

if the official Google announcements stating that Chrome OS will not run X11 don't convince you,

They have never announced anything to that effect.

I'd love to see a citation straight from the horses mouth that X won't be used. Notably, the following says nothing about X:

Google Chrome running within a new windowing system on top of a Linux kernel.

Comment Re:Because? (Score 2, Insightful) 587

Gnash is an open source implementation of a closed source virtual machine (Flash Player). And yet they are largely held up as heroes because they are making it possible to use a full open source environment and still see flash content. How is this any different from what Miguel is doing with Moonlight?

I guess the difference is that Gnash guys hate Flash with passion, whereas Miguel & friends recommend the technology they work with as reasonable choice for new development.

Comment Re:perl 5 versus ruby versus perl 6 (Score 1) 160

Why would anyone want to use a glorified VB clone? I am sick and tired of seeing 'rock-star' Python and Ruby programmers trying to shove the new shiny toy in everyone's face. People have been using Perl for 20+ years, and they'll still be using it for 20+ years after Ruby and Python are a distant memory.

The GP mentioned trying Ruby (and as such is not afraid of shiny toys) and disliking it because of bad implementation. In that light, Python would have been a great match.

Please don't drag down Python in the "rockstar programmer" mire, it's a time-honed language that is being used for serious (non-web 2.0) stuff all the time. We all got beards, even.

Comment Re:Well, it's open source, so fork it. (Score 1) 206

As for btrfs, just let it die, we already have ZFS, Linux has a large number of filesystems supported, but the vast majority of them are pretty mediocre and adding btrfs is pointless when pretty much everybody else seems to be hopping on the ZFS bandwagon.

"We" here means a very, very small subset of open source community. Ditto for your "everybody else".

Comment Re:perl 5 versus ruby versus perl 6 (Score 1) 160

The clearest motivation I can see is that OOP in perl 5 is ugly and bolted on. With that motivation, I have dabbled in ruby enough to write one nontrivial app. The thing is, perl 5 still beats the heck out of ruby in terms of implementation and libraries.

Trying out Python never occurred to you?

Comment Re:Ruby at a sight (Score 3, Informative) 89

In fact, I think the reason there are so many heated debates about which of Ruby and Python is better is exactly because, all things said and done, the differences don't matter that much and your preference is largely a matter of taste.

Indeed. It probably won't make much sense to switch from ruby to python or python to ruby, unless you get paid to do that.

Comment Re:Stigma (Score 1) 836

For instance, one thing any programmer should be able to do is write good documentation. Another thing it would be useful for every programmer to be able to do is deal with users and specs.

That's why you'd have this stuff in curriculum. It's not like the kind of people that would enroll in this kind of school need tutoring in programming language syntax.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...