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

 



Forgot your password?
typodupeerror
×

Comment Re:"UNIX-like"??? (Score 1) 105

On the other hand Darwin certified and blessed as a bona fide official UNIX. And Darwrin is derived from BSD.

Genetically, the various BSDs are direct descendents of UNIX. The ancestral tree might not be all that clean, but no one outside of a mythical Ozzie and Harriet world can claim the same about their family either. Legally I can't call NetBSD a UNIX, but that doesn't mean it isn't.

Comment Re:Gnome is officially dead. KDE has won. (Score 1) 387

I'm as confused as you are why everyone is jumping on board the Javascript bandwagon. And not just on the desktop where there's the extra horsepower to run it, but also on very resource limited platforms such as phones. Why not Python? Isn't it easy to learn? Isn't it stable and robust? I'm coming from the Qt world, and Nokia's decision (which Digia is now forced to live with) to make QML/Javascript a requirement for QtQuick was mindbogglingly stupid. I have nothing against QML per se, but the arguments as to why C++ can't be used instead are downright silly.

But I know the reason why everyone is pushing Javascript: Because it's a web language. Look at the apps you can get for your Droid, the vast majority are little more than hastily ported web pages. Web developers are cheap, C++ developers are expensive. With HTML/QML/Whatever all you need to do to write an app is drag-n-drop some stuff around in an IDE and tie them together with some Javascript snippets. It's Visual Basic all over again!

Comment Unconcern (Score 2) 101

I get the impression that those who want to tell the whole internet where they are at any given moment aren't too concerned about privacy. Then again, they may just be oblivious to reality. I know many college kids who have absolutely no clue that everything they post on a social site is viewable by the entire world for all of eternity.

Comment Re:The third option (Score 1) 536

And if it crashes and pukes all over the user's desktop, then that's their problem...

I must be a bad developer, because I never throw an exception if I don't know explicitly who is going to catch it. Because the minute I do some other developer will fail to catch it and the program will crash.

Comment Re:Big variation in ages (Score 1) 473

I know someone in their fifties at Google, so there!

Having walked around the Googleplex quite a bit, it still seems to have a younger average age those most tech companies. The average age does seem to be creeping up there, but so is the average age of software developers in general.

Comment Re:The BSD community just doesn't accept stupidity (Score 1) 480

Here's a simple challenge for you: try writing a functional network card driver for Linux over a weekend. Now try the same in FreeBSD.

It depends on which kernel you know best. If you're a Linux developer than writing one for Linux will be easier. If you're a FreeBSD developer then writing one for FreeBSD will be easier. It is not hard to write one for FreeBSD. It's a very clean architecture with plenty of readily accessible docs.

Comment Re:Frozen, I tells you (Score 1) 480

He's right on the lawsuit though. I remember that time at the very beginning of Linux. I remember people shaking their heads at having to reinvent the wheel just because AT&T got a bug up its butt. The source of Tannenbaum's sour grapes is that Linux stole his hobbyist marketshare. Remember the early days of Linux, and it was a hobbyist system. Use in real world production was exceedingly rare. On the other hand BSD *was* being used in real world production. It was because of that lawsuit that people chose to convert a hobbyist system to a production system.

That's only half of the story however. The other half isn't about the licensing either though, but the cultures. BSD had a very elitist culture that didn't give a rat's ass about the desktop. Even today that anti-desktop attitude persists in some BSD corners. By targeting off-the-shelf consumer hardware, Linux was able to run on more people's systems.

Slashdot Top Deals

"If I do not want others to quote me, I do not speak." -- Phil Wayne

Working...