Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment The question is the software and the data formats (Score 1) 1217

Parent post got part way there - yes, the web and HTML is a great way to deliver content.

However, the key here is what _software_ the students will be expected to run in order to _author_ content.

For those of you Windows zealots that haven't bothered to try a Mac, please be aware that it's perfectly possible to run MS Office. But it's also possible to run Apple's iWork suite, or OpenOffice. Or Google Apps in the browser.

It's very common for IT departments in all types of organizations to choose to support a single OS platform. It's equally common for competent power-users in those organizations to opt-out and use the platform of their choice - but to take on the responsibility of self support. Those policies are usually written in draconian tones "we only support X, you must use X" - but in practice it's easier to keep the power users occupied self-supporting their unapproved platforms than have them hacking away at your standard ones.

The thing that makes or breaks this situation is the software platform chosen. I'd be a lot more concerned about requirements to submit classwork in native Pages (the iWork word processor) format than I am the choice of official supported hardware. If the software and data formats are reasonably compatible with multiple platforms, things will work out.

It's fine for them to choose a supported platform. It's not fine for them to make it gratuitously difficult for others to self-support. If a group of determined parents and students want to use Linux environments instead, it should be possible - not supported, but possible. Similarly if they want to have a Windows group, so be it. This school hasn't made the mistake of blocking this - yet, or at least according to the data available to us.

Now, for those who haven't actually laid hands on a MacBook side by side with an equivalently equipped other laptop, you really ought to do so before asserting the value for your dollar spent. Heck, run Linux on both for a week, taking the OSX out of the equation, and see what think. It's premium hardware, and sometimes that's worth it and has a lower TCO. Looking only at the initial purchase price is foolhardy.

Comment Re:Food? (Score 3, Funny) 640

TFA says that cows walk around 8 hours a day grazing anyway.

Let's get to the more important questions: What impact does all that captive exercise have on the tasty dairy and beef products so critical to maintaining our waistlines and thickening our arteries?

If it makes the beef even better and generates power, it's a total win.

(With unheartfelt apologies to the veg types in the crowd).

Comment File systems were simpler back then (Score 4, Informative) 325

Ah, the Altos systems. 8800 series, then 486, then 586. They used up numbers years before Intel got to them (the Altos 486 had an Intel 80186 in it, and 4 serial ports). Often paired with Wyse terminals. Anybody else remember "business basic"?

It's almost certainly an ST506 drive; you will be very hard pressed to connect it to a PCI era system; probably can only get as far as AT bus machine.

In any case, if you do manage to image the drive, the filesystem will be based on either Unix version 7, Unix System V, or the Berkeley Fast File System. It wasn't until Linux rolled along that we started to seriously fork into lots of file system variants. It's most likely the basic System V file system, which is well documented, and pretty simple stuff.

The posters above are correct, however. You really should try the serial port approach first. I'd go for cu over uucp - getting uucp running can be quite an exercise in itself. And you'll want either tar or cpio; probably tar, but watchout for version and format incompatibilities there as well.

You can also just cat the data out a serial port, and capture it as a session log on the other end. That's likely to be the easiest solution, and perhaps more reliable than any other.

You haven't said what the nature of the data is, but after this much time laying dormant, you are likely to have substantial challenges at the application level interpreting the data as well.

Education

Study Finds That Video Games Hinder Learning In Young Boys 278

dcollins writes "Researchers at Denison University in Ohio have shown that giving PlayStations to young boys leads to slower progress in reading and writing skills. Quoting: 'The study is the first controlled trial to look at the effects of playing video games on learning in young boys. That is to say, the findings aren't based on survey data of kids' game habits, but instead on a specific group of children that were randomly assigned to receive a PlayStation or not ... Those with PlayStations also spent less time engaged in educational activities after school and showed less advancement in their reading and writing skills over time than the control group, according to tests taken by the kids. While the game-system owners didn't show significant behavioral problems, their teachers did report delays in learning academic skills, including writing and spelling.'"

Comment Re:Professionalism (Score 1) 837

Right direction, but not far enough. I'm thinking that custom made tuxedos are the way to go here, with company paid dry cleaning. Of course, each employee is going to need a closet full, ala Men in Black.

As a bonus, on bad days you can pretend you're in the Matrix.

PlayStation (Games)

US Air Force Buying Another 2,200 PS3s 144

bleedingpegasus sends word that the US Air Force will be grabbing up 2,200 new PlayStation 3 consoles for research into supercomputing. They already have a cluster made from 336 of the old-style (non-Slim) consoles, which they've used for a variety of purposes, including "processing multiple radar images into higher resolution composite images (known as synthetic aperture radar image formation), high-def video processing, and 'neuromorphic computing.'" According to the Justification Review Document (DOC), "Once the hardware configuration is implemented, software code will be developed in-house for cluster implementation utilizing a Linux-based operating software."
Education

Computer Games and Traditional CS Courses 173

drroman22 writes "Schools are working to put real-world relevance into computer science education by integrating video game development into traditional CS courses. Quoting: 'Many CS educators recognized and took advantage of younger generations' familiarity and interests for computer video games and integrate related contents into their introductory programming courses. Because these are the first courses students encounter, they build excitement and enthusiasm for our discipline. ... Much of this work reported resounding successes with drastically increased enrollments and student successes. Based on these results, it is well recognized that integrating computer gaming into CS1 and CS2 (CS1/2) courses, the first programming courses students encounter, is a promising strategy for recruiting and retaining potential students." While a focus on games may help stir interest, it seems as though game development studios are as yet unimpressed by most game-related college courses. To those who have taken such courses or considered hiring those who have: what has your experience been?
Programming

The State of Ruby VMs — Ruby Renaissance 89

igrigorik writes "In the short span of just a couple of years, the Ruby VM space has evolved to more than just a handful of choices: MRI, JRuby, IronRuby, MacRuby, Rubinius, MagLev, REE and BlueRuby. Four of these VMs will hit 1.0 status in the upcoming year and will open up entirely new possibilities for the language — Mac apps via MacRuby, Ruby in the browser via Silverlight, object persistence via Smalltalk VM, and so forth. This article takes a detailed look at the past year, the progress of each project, and where the community is heading. It's an exciting time to be a Rubyist."
Programming

Project Management For Beginners? 168

lawpoop writes "At my current workplace, I'm tasked with creating a rather complicated and metastasizing web-database application. I've mostly been the sole 'IT guy' at my workplaces in the past, so I've never had to, nor taken the time, to learn proper project management routines — code comments mostly got me through it. Now for this project, it's getting somewhat hairy and I'm sensing that I need to start doing things in a more organized manner. What resources would you direct me to? Books? (I wouldn't mind buying one good one.) Websites? What do proper 'specs' look like? Must I use UML (seems complicated and unintuitive) or a simpler ER diagram? For this job, I just need to provide better estimates for completing features, but what will I need if/when I would be working with a team?"
It's funny.  Laugh.

Apple Introduces "MacBook Wheel" 268

CommonCents noted an Apple announcement a few hours before the anticipated keynote. He says "Apples' latest must have gadget does away with the keyboard. With the new MacBook Wheel, Apple has replaced the traditional keyboard with a giant wheel."
Sci-Fi

Submission + - Kurt Vonnegut dead at 84

mcgrew (sm62704) writes: "From the Chicago Tribune:

Kurt Vonnegut, an American cultural hero celebrated for his wry, loonily imaginative commentary on war, apocalypse, technology, materialism and other afflictions in "Slaughterhouse-Five" and other novels, has died. He was 84.

One of the last of a generation of great American novelists of World War II, Vonnegut died Wednesday night in New York City.

Vonnegut suffered brain injuries in a fall several weeks ago, said his wife, photographer Jill Krementz.
The Tribune has quite a lengthy biography, photo spreads, and other stories about Mr. Vonnegut.

My generation was especially fond of this writer. As the Trib says

Unorthodox in structure and patently antiwar, the novel [Slaughterhouse-Five]resonated with a rebellious younger generation. Vonnegut became an icon of the countercultural 1970s and his book became a milestone of postmodern American literature, unequaled in force or artistry by any of his later novels.
"
Software

Submission + - Clearing up anti-GPL3 FUD

Bruce Perens writes: "There's been a lot of talk about GPL version 3: whether it goes too far to be acceptable to business, whether the Linux kernel developers will ever switch to it, whether our community will fork or undergo unrest over it. Much of that talk is based on a poor understanding of the GPL3 terms, and with release of the third discussion draft of GPL3 coming on Wednesday, it's time to clear that up. I've written a paper on GPL3 FUD, the reality, and who planted some of the worst FUD. Some of what you think you know about GPL3 may be wrong."
Books

Submission + - Recommended Reading for Software Engineers

Tokimasa writes: "Over the past few months, I've been gathering the "recommended reading" for software engineers that I've found across Slashdot and some other sites. So far, here is my collection, ordered by author:

Brooks, Frederick P. The Mythical Man-Month.
DeMarco, Tom and Lister, Timothy. Peopleware: Productive Projects and Teams (Second Edition).
DeMarch, Tom and Lister, Timothy. Waltzing with Bears: Managing Risk on Software Projects.
Hunt, Andrew and Thomas, David. The Pragmatic Programmer: From Journeyman to Master.
Johnson, Jeff. GUI Bloopers: Don'ts and Do's for Software Developers and Web Designers.
McCarthy, Jim and McCarthy, Michele. Dynamics of Software Development.
McConnell, Steve. Code Complete (Second Edition).
McConnell, Steve. Rapid Development.
Norman, Donald A. The Design of Everyday Things.
Raymond, Eric S. The Cathedral & The Bazaar.
Weigers, Karl E. Software Requirements (Second Edition).

First, would you recommend any other "must-have" or "should-have" books? Second, what order do you recommend reading the books in to get the most out of them (ie — do any books build on content in another book)?"
Biotech

Submission + - Rice is people?

f1055man writes: The Washington Post reports that the "USDA Backs Production of Rice With Human Genes": http://www.washingtonpost.com/wp-dyn/content/artic le/2007/03/01/AR2007030101495.html


The plan, confirmed yesterday by the California biotechnology company leading the effort, calls for large-scale cultivation in Kansas of rice that produces human immune system proteins in its seeds. The proteins are to be extracted for use as an anti-diarrhea medicine and might be added to health foods such as yogurt and granola bars.

Despite the benefits, some consider the project risky.


But critics are assailing the effort, saying gene-altered plants inevitably migrate out of their home plots. In this case, they said, that could result in pharmacologically active proteins showing up in the food of unsuspecting consumers.

Anheuser-Busch (the nation's largest rice buyer) has prevented the application of gene-altered rice due to concerns customers would not accept GM beer. Should they use their influence to shut this down too?

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...