Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Seems reasonable (Score 1) 505

Fortunately my code isn't doing much - it's mostly simple scripts to automate various other software and a few basic models. I have released some of my more complex software and do an OSS project in my spare time.

The main problems with releasing code is having to support it. It takes a lot of time. Code often contains hard coded paths, assumptions and so on, which would need to be documented before it was safe for others to use. That just takes too much time for the average researcher. Also for code working in interesting areas, you need some time to have the code to yourself to exploit that area of research and not give others advantage.

Comment Re:Seems reasonable (Score 1) 505

You're being unrealistic. As a scientist I'm payed to produce papers, not polish code. If the code does what I want it to do, and I'm satisfied that it is sufficiently unlikely to be problems with it on on the data I am putting into it, that is enough.

If you want me to write perfect code, you should pay me to do so, and hire people for scientific research on the basis of their code. Being hired as a scientist is based on results, not on how well documented the code is or checking every possible input. I'd love to have more time to do every possible test, but I cannot do that and have a career.

BTW, I have produced some code for others to use from my research, and it takes much longer to get it into a usable and documented state than the usual run of the mill script I write.

Comment Word wrapping (Score 2, Interesting) 367

How about adding word wrapping when displaying? My local emacs expert wasn't even able to do that, but MS Notepad can do it. It's really useful for editing latex documents where your want a paragraph on a single line (that makes it much easier to search for phrases).

Medicine

Submission + - Danish firm actively employs autistic workers 1

xiox writes: A danish computer company, Specialisterne is actively employing autistic workers and now has 40 of them. The firm is planning to expand to the UK in Glasgow. The owner of the company was motivated to do this when one of his sons was diagnosed as autistic. The company provides a quiet environment and fixed routines. Given the right conditions, the staff are said to excel at technical tasks. In addition, robots and Lego models are used to test their skills.
KDE

Does the Linux Desktop Innovate Too Much? 542

jammag writes "The Linux desktop has seen major innovation of late, with KDE 4 launching new features, GNOME announcing a new desktop, and Ubuntu embarking on a redesign campaign. But Linux pundit Bruce Byfield asks, do average users really want any of these things? He points to instances of user backlash, and concludes 'Free software is still driven by developers working on what interests or concerns them. The problem is, the days when users of free software were also its developers are long gone, but the habits of those days remain. The result is that developers function far too much in isolation from their user base.' Byfield suggests that the answer could be more user testing."

Comment Re:SigmaPlot (Score 1) 66

It does do curve fitting (fitting functions to data). It doesn't do enough statistical analysis however.

You can call python code to do it, though it should have a UI for doing it.

Thanks for your comments.

Slashdot Top Deals

Waste not, get your budget cut next year.

Working...