Forgot your password?
typodupeerror

Comment Re:They should already know! (Score 1) 467

A lot of great hackers are self taught. But, there a many people who learn by seeking the help of of others.

Agreed. Having taught myself what I know about Linux and learned some other things in the classroom in a similar fashion as I would reading random snippets on Linux forums, I cannot say what truly motivates freshman CS majors to learn something about Linux, either practically or theoretically. I will say, however, that Linux has enough market share in significant places (Internet infrastructure above all) that they should have some familiarity with the design considerations and motivations. It is also an effective platform to teach operating system concepts like thread synchronization and to simplify programming exercises (I did my Java class with vim and the command-line javac while everybody else struggled to configure and use IDEs). Linux concepts also help to complete the picture so that students, especially those going into computer science, understand the primary operating system players; Windows-based systems on the one hand and Linux/BSD/Mac OSX on the other. Another interesting draw is high performance/grid/cluster computing, which is done primarily in UNIX environments, and applications in graphics rendering in the entertainment industry. Just something to add...

Input Devices

Multi-Button OpenOfficeMouse At OOoCon 2009 265

An anonymous reader writes "WarMouse has announced their new multi-button OpenOfficeMouse for OpenOffice.org at the 2009 OOoCon in Orvieto, Italy. The mouse, which features 18 buttons, a scroll wheel, and an analog joystick, has double-click functionality on every button and stores up to 63 application and game profiles in its 512k of flash memory. The OpenOfficeMouse runs on Windows, Linux, and OS X; its customization software will be released as free and open source software." We couldn't decide if this was a protest against Apple's new magic mouse, an elaborate practical joke, or just plain insanity run amok. In any case, it is hard to imagine a world in which so many tiny buttons on a mouse make sense.

Comment Mercurial hosted by BitBucket (Score 1) 302

I used BitBucket in my 2-4 developer teams - we all live far from each other or had to work late at night - BitBucket combines versioned code, via the distributed SCM Mercurial, with a wiki and bug tracking system which were all indispensable in helping us design, code, and test our project. This can all be done privately, commits made over the web with ssl or through and ssh tunnel, and BitBucket offers OpenID integrated authentication to their website along with traditional passwords. Best of all, your first 150MB of server space is free! and AFAIK eclipse and netbeans have a mercurial plugin

Slashdot Top Deals

The universe does not have laws -- it has habits, and habits can be broken.

Working...