Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:The way math is structured is disconnected from (Score 1) 677

American pupils feel the pressure to make money, which is done best by the American model through business or law schools. To get a business degree or MBA, one needs very basic algebra, even in 'good' business programs. We have a problem of culture obsessed with making money first, ahead of many other values including being creative. The MBAs and lawyers then go an run the country and promote their lifestyle: "I made it well without math or sciences, others can, too." Not sure when/how it will change, but this model puts us at great risk in a democracy: if the majority don't create any value, making money in itself is not creating value, then they'll run us into the ground. This was the very reason public schools were created; forgot what president in the 19th century figured this out. Pretty sad story we are living.
Programming

XCode Roundup 30

Durin_Deathless writes "XCode 1.5 is now available to the general public through ADC. Highlights include dead code stripping, remote debugging, Subversion support, and improved editor speed. There's also a new GCC, which is supposed to compile faster, and lots of AppleScript changes. Also, code completion now works in Java and AppleScript." djabbour writes "Blizzard Entertainment develops its games simultaneously on the Windows and Mac OS X platforms. This article claims Xcode Tools 'play [a] critical role.'"
Programming

Windows Source Control for the Lone Developer? 109

bitFlipper asks: "I'm the sole developer of embedded software for a small company. Currently I'm maintaining about five different product lines, each with about 30K lines of code and 100+ files. At the moment I'm winging it without a version control system (using snapshots to CD-R), but this is an unhealthy state of affairs. The open source/big project model of many developers scattered across the globe doesn't apply here--it's just me. And since I have to provide my own tools, the budget for this is near zero. It also has to run on Win32. Oh, and the code I'm developing is not open source. I've looked at RCS (which is certainly simple, but maybe too simple) and Subversion (which is probably overkill). What can people recommend for a version control system that's free or low cost, Win32 compatible, and simple to set up, use and maintain?"

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...