Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment The elephant in the room (Score 2) 505

Why does it have to be someone else's fault? Why's it Mac OS X's fault? Or Microsoft's monopoly? Or even ABI compatibility? Where's the analysis of whether the bulk of average-joe users actually like using Linux desktops?

Seriously, it's the first explanation that needs to be looked it. Yes, many of people love their Linux desktops, and they're very vocal here on slashdot. But is there any Linux desktop that is there today, or has been, that could be loved by the masses?

I switched from Linux desktops about years ago and there's nothing about it I miss.

Comment Flamebait or not, the quotes article are so wrong (Score 4, Insightful) 1134

"Just the simple task of separating two kinds of files from a single directory, 'mkdir GIF;mkdir JPG;mv *.gif ./GIF;mv *.jpg ./JPG' and I'm done -- five seconds to accomplish that. How long would it take in a pretty looking GUI?"

Create two directories; sort by file type; drag & drop * 2... done. And it'll deal with mixed case extensions. Don't get me started about Mr. "You can't do that FTP transfer in less than 8 mouse clicks". vs 32 keystrokes. I'm not sure where his maths comes from.

They also don't go into how far you are away from destroying the world with a CLI:

sudo rm -Rf ~/bin

is one keystroke from

sudo rm -Rf ~ /bin

Or just the simple case of "cp a b c/", only you eagerly hit enter before "c/" so you blow away b with no checks.

And who knows what you get when your super awesome smart shell loop isn't escaped properly on a filename with a space, quotes or apostrophe in the name.

GUI or CLI -- do whatever you like -- but don't base your choice on the "quality" of information from the types of people in this article.

Comment $99 once? get over it (Score 1) 809

It's one-off fee for a commercial company. Get over it.

The real story here, though, is that they're actually taking a real stab at doing signing right and requiring a chain of trust. They're also doing it in a very cooperative open source way.

This is an excellent step for the assurances of trusted computing for their users!

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...