Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Couldn't disagree more! (Score 2) 115

I, too, have taken three Coursera classes for credit and done all the work. All three were well worth the effort. One was a teaser program for an expensive masters sponsored by the University. That was clear and did not diminish the value. Another was the first offering and was experimenting with peer grading. There were many problems with peer grading, but that did not diminish the value. I respect all three of the instructors and benefited greatly from the work and interaction.

One must have reasonable expectations of MOOCs. Much of the data mining is actually designed to benefit students. Andrew Ng and Daphne Kohler have written about how valuable the large sample size is for detecting conceptual misunderstanding from wong quiz answers to give appropriate automatic feedback. Two of my classes had over 10,000 participants. Compare that to the typical size of less than 200 at most universities. Seems to me that both faculty and students benefit from such research - faculty from publications and name recognition and students from better instruction.

Comment Re:because desktop linux is a toy and novelty (Score 5, Insightful) 1215

It is a bit more complicated. I work in the analytical division of well-recognized company. Most of our vendors design instrumentation to work with Windows. There are rarely drivers for other OS choices. Most is also designed with an over-emphasis on graphical user interfaces, the bane of reproducible research.

I see way too much abuse of spreadsheets. According to Baggerly and Coombes, part of the problems in the Duke scandal were caused by off-by one index errors with Excel. Similar spreadheet blunders arose in the recent Reinhart-Rogoff problem.

I hate Excel. It is hard to do simple things efficiently. Try and do a scatterplot with multiple series. How many keystrokes will it take? Once you get your analysis done and your report written with Word, how difficult is it to fix if the client wants to add one more sample? Then consider the changes in VBA. We have 3rd party code that are locked and won't even open on current versions of Excel.

Over the last few years, I migrated all of my back-end data processing to R/Sweave/LaTeX. For some projects I use markdown instead of LaTeX. Everything is scriptable, plays well with version control (code is mainly text files), and runs on Linux, Mac, and Windows. I use (and contribute) to Open Source whenever feasible. Solving problems is easier and I find community support better than most vendor support.

If I could get my hardware to play nice with Linux, I'd switch in a heartbeat. There is only one application I would miss - the debugger in Visual Studio. RStudio is pretty good at what it was designed for, but that does not include debugging the C++ code that needs to be written to speed up some computationally intensive parts...

Comment Re:Just be a real scientist... (Score 1) 87

I use JabRef and am quite satisfied. I also prefer LaTeX to Word etc and with Sweave can include chunks of R code to produce figures. RStudio is a decent IDE for all of this and

Sweave/LaTeX/BibTeX files are all text files and work efficiently with git for version control. Having everything under version control has saved my bacon more than once. An added benefit of git is that it is easy to keep work synched across multiple computers with different operating systems.

I find support from these Open Source communities better than commercial support (as long as one follows Eric Raymond's advice on "How to ask questions the smart way."

Comment Re:Call Quality (Score 4, Informative) 445

You are spot on. I work in a basement lab (electron microscopy) constructed with Hauserman partition walls (metal over drywall type core). These act like a Faraday Cage and cause cellular reception to be awful. To make matters worse, my management - trying to cut cost - decided that everybody had personal electronic devices these days and eliminated voice mail on our desk phone. What a mess. I have a hard time reading Dilbert these days -- it is too close to my reality...

Comment Weren't the forensic accontants bonded? (Score 3, Interesting) 237

The statement that caused me most concern was, "'We stand by the forensic review that we've seen." Excuse me? Somebody didn't look closely enough. Wouldn't a deal this big require a bond? Were I an HP shareholder, that statement would start my petitions to the BOD that Meg should go. Were I an HP shareholder, I would expect at least a statement like: "We have commissioned an independent review to insure that our forensic accountants used due diligence. HP will actively support the authorities with appropriate jurisdiction in the prosecution any fraud." Hindsight is always 20:20, but the shareholders deserve a specific analysis of what went wrong and assurance that the company will support prosecution of fraud.

Comment Re:Hardly newsworthy (Score 4, Informative) 780

It is one thing to have an older MacBook and think about moving to a Linux distro when the current OS no longer supports your hardware, but unless you are a hobbyist who get pleasure from tinkering and wants to see "if I can...", it seems like a waste of time and money. Note that I am writing this on a 2009 MacBook Pro with Mountain Lion but I also use Linux for many aspects of my work. If I wanted a Linux laptop to just "get my work done," I would look carefully at one of these: http://zareason.com/shop/Laptops/ The key is to let your supplier work out the hardware details. That is part of why one buys from a given supplier. We are all free to tinker to our hearts content, but if our objective is to use the system to do something useful, it is typically more productive to get something that works on the OS of choice. This is hardly a new concept...

Comment Fallacy of the excluded middle (Score 2) 575

As a couple of others have noted, there is no reason to posit a false dichotomy - that one must use either Kahn Academy (or similar) or a "live" teacher. Short lessons like Kahn does are useful to review concepts/unit operations where a student is rusty. My wife teaches physics, statistics, and calculus at a small high school and is an adjunct at a local community college, teaching the CC classes in the high school. The best bang for the buck for college credits around. Anyway, her biggest complaint is that too many of her students have been coddled in lower level classes and have either never mastered the pre-requisites or simply not retained them. Kahn's videos are one of many helpful resources for such students. The goal is to transform students into self-directed, life-long learners. This is really the only path to success, because the half-life to obsolescence of any technical course of study is so short.

Prof. Jean-Claude Bradly at Drexel discovered that students actually preferred pod/vodcasts of lectures (they could pause and watch on their schedule) and it freed up class time to work problems and answer questions. I see Kahn Academy videos in this same light. Are they perfect? No. can they be improved? Yes. Will polite, constructive criticism be better received than snarky comments? Absolutely! In this regard, the cliche "everything i needed to know, i learned in kindergarten" has some merit - things are a lot better when everybody is polite and plays nice in the sandbox.

Comment Re:Msc People are awake now, this is a good thing! (Score 2) 103

Your point about updates breaking critical workfows is something Windows users have struggled with for years. The problem is that it is typically difficult to find out until it is too late unless one spends a great deal of time following all the development mailing lists on all software in one's toolchain.

Comment Re:LaTeX (Score 1) 642

I detest the modern versions of Office. Word 5 was a productive tool - versions after that were increasingly bloatware; Office 2010 was the last straw. I spent the last year transitioning to LaTeX. I have templates for technical reports, presentations, and reports of analysis (I specialize in microscopy and image analysis.) The combination of R, Sweave, and LaTeX, and shell scripts or batch files makes many projects very fast to reproduce when new data is added. This tool chain works quite well with git for version control - much better than the Microsoft "track changes." Microsoft keep breaking VBA to the point I will not use it for anything new.

The best part that I have found as a scientist is that I can create a directory hierarchy for a project, keep the source code and report under version control with git and have all the needed data in the appropriate place in the path. When the project is done, i do one final build of the analysis/report as a quality check and then use tar/gzip to make a compendium for archiving. When I need to reproduce an analysis, months later - everything is there. This has improved the quality of my work significantly compared to when there was a lot of point/click/copy/paste involved. it is also especially helpful in the middle of a project when I want to try a "what if" scenario or if a client wants to fine tune the sample set - or tosses in "just one more" before a tight deadline. Really reduced the number of "Mylanta moments" for me.

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...