Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Freedom ain't free (Score 1) 273

Looks like some folks try very hard to notice a very simple fact: that in every case involving license incompatibility one of the parties is always GPL. There are GPL-compatible licenses, there are GPL-incompatible licenses, but there are no e.g. Mozilla-incompatible licenses other than GPL. In other words - in the Open Source world license incompatibility problem just doesn't occur when not dealing with GPL. Also, GPL-incompatibility is not the only problem with that license. GPL code cannot be incorporated into software licensed under most GPL-compatible licenses, such as BSD, Apache, Xorg, whatever. But I digress.

Comment Re:No Drivers - No Java - No Good (Score 1) 46

Linux is a nice 'hobby' OS; however, its hardware support sucks for virtually all modern devices. It's 2010, and Linux still has problems with basic functionality like suspend or graphics acceleration support on many machines. ;-> Of course, you're missing the fact that desktop is not the whole world. Lack of 802.11n support for a few devices doesn't really matter when you're building a core router, NAS, or a http server. (Also, your trolling would be better if it didn't contain claims that are easy to verify as false. In particular, the point about ACLs is bad, because it's easy to check that e.g. Linux doesn't support standard NFSv4 ACLs at all. ;-)
GNU is Not Unix

New LLVM Debugger Subproject Already Faster Than GDB 174

kthreadd writes "The LLVM project is now working on a debugger called LLDB that's already faster than GDB and could be a possible alternative in the future for C, C++, and Objective-C developers. With the ongoing success of Clang and other LLVM subprojects, are the days of GNU as the mainstream free and open development toolchain passé?" LLVM stands for Low Level Virtual Machine; Wikipedia as usual has a good explanation of the parent project.

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...