Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:So what? (Score 1) 848

Ok so it's just 99.9% that won't code. Most users just want to get their work done and whatever platform that is easiest to use at that time will be their favorite. If mainstream media says that Mac or Windows is better or easier users will flock to it. I really doubt that most users understand that OSX is UNIX, and they don't care either.

Comment Re:Doesn't have to be unsafe if native (Score 1) 616

More to the point of using native code vs high(er) level languages, the usual complaint here is garbage collection that takes arbitrary amounts of time and possible stalls the applications. I think the real issue is not language, but compiler design. With current multiprocessor systems threading can cover up a ton of garbage collection and make high(er) level languages APPEAR to be more efficient. Compilers should take care of this for us. From a developer quality standpoint, the developer that can churn out high quality code (no bugs, does what was intented) in the shortest time is the winner. What language is used or is currently popular depends on speed to develop with and how slow the application can be to still run acceptably. That's whay better compilers and run time libraries are expensive. The rest of us get lowest common denominator systems from M$ and open source, and have slow, memory hogging and leaking applications to show for it. As developers we should be aware of what we are doing, try to use the right tool and bitch like crazy to language and compiler developers that we need better tools.
Books

Land of Lisp 330

vsedach writes "Remember the 1980s and BASIC, when programming was simple, brains flew through space, and everyone ate lasers? Computer magazines came with code listings, and classics like David Ahl's BASIC Computer Games offered a fun and easy way to get started in computer programming. Conrad Barski remembers, and with Land of Lisp, he's set out to demystify programming in the 21st century." Keep reading for the rest of Vladimir's review.

Comment Re:Can't buy the OS for $200? (Score 1) 531

I fully agree. When you get down to the actual, usable OS with applications that work, Microsoft is the hands down winner. I have to wonder how many of the Linux crowd have completely moved away from Windows? I bet 90+% have at least 1 Windows box available "just in case". The last PC I put together with Ubuntu was not usable for the same reasons most Linux is not usable - no drivers for my stock standard recently purchased hardware. Just try to get an nVidia card to work right the first time. I last tried Jaunty, and it was great. Up and running in about 15 minutes without a reboot - it found my network and my network printer, but when I tried to use them, I had to change all of the networking back to IPV4. After I did reboot, Jaunty never did figure out the GeForce 9500 card again. I would not waste the dime on this book.

Comment Re:Audio Books Were A Revelation (Score 1) 390

I love audio books for non-technical. I can get them from the Library for free most of the time, and I play them in the car when I'm going to and from work. e-Reader books are very difficult. I'm not going to take an e-reader into the bathroom. Technical books need to be on paper. Prefereably with a spiral binding so they open flat, and non shiny paper.
Image

Facebook Master Password Was "Chuck Norris" 319

I Don't Believe in Imaginary Property writes "A Facebook employee has given a tell-all interview with some very interesting things about Facebook's internals. Especially interesting are all the things relating to Facebook privacy. Basically, you don't have any. Nearly everything you've ever done on the site is recorded into a database. While they fire employees for snooping, more than a few have done it. There's an internal system to let them log into anyone's profile, though they have to be able to defend their reason for doing so. And they used to have a master password that could log into any Facebook profile: 'Chuck Norris.' Bruce Schneier might be jealous of that one."

Comment Re:Also (Score 1) 597

I'd be amazed if any product could meet the 99 to 100% perfect model even without a deadline. In my experience with business, scope creep is the norm and projects are never complete or on time. IMHO, if someone wants to become a "great" programmer, they need to have good business sense and know when and when NOT to code. I call these people Analysts and that's where most "good" programmers end up. Moderate to marginal programmers end up as Coders, and that's fine as long as they are not the ones developing specifications. Even the great programmers (analysts) are only that in a vertical market. If I took any programmer and dropped them into an alien development environment they would be terrible for months or years. I think that salary is balanced against the various levels of expertise, ability and business sense that is displayed. However, it never hurts to blow your own horn, or make a problem, then fix it, in order to get a raise.
Programming

An Open Source Compiler From CUDA To X86-Multicore 71

Gregory Diamos writes "An open source project, Ocelot, has recently released a just-in-time compiler for CUDA, allowing the same programs to be run on NVIDIA GPUs or x86 CPUs and providing an alternative to OpenCL. A description of the compiler was recently posted on the NVIDIA forums. The compiler works by translating GPU instructions to LLVM and then generating native code for any LLVM target. It has been validated against over 100 CUDA applications. All of the code is available under the New BSD license."

Comment Re:I keep trying (Score 1) 483

I have to agree there! I've downloaded Linux distro's since before the 1.0 kernel and even helped support a SCSI device driver for a while. In every case there's some piece of hardware on my system that is not supported very well. Currently, it's my nVidia graphics cards. In the past it's been audio, video, printers you name it. I don't call these Windoes related requirement, I call these computing related. If I have a piece of hardware that I buy at Best Buy, it should be supported under Linux. Until the distro's get there, Linux will continue to be a geek OS. Sorry, but true.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...