Forgot your password?

typodupeerror
IT

German IT Firm Seeks Autistic Workers 170

Posted by Soulskill
from the recognizing-ability dept.
Aguazul2 writes "The German software giant SAP has announced it plans to recruit hundreds of people with autism within the next few years. The project has already started in India and Ireland where a total of 11 people with autism are employed by the company. The program to take on software testers, programmers and data management workers will spread across Germany, Canada and the U.S. this year. People with autism have a neural development disorder that often undermines their ability to communicate and interact socially [...] but in the world of computers the tendencies they often display such as an obsession for detail and an ability to analyze long sets of data very accurately can translate into highly useful and marketable skills."
Transportation

So You've Always Wanted a Hovercraft... (Video) 66 Screenshot-sm

Posted by Roblimo
from the it's-all-about-the-air-cushion dept.
What little boy or girl never wanted a hovercraft? Something loud that could travel over water, pavement, maybe even over a plowed field or through a swamp? Ben King obviously wanted one, so after he grew up and got his PhD in physics and found a good job, he founded Lone Star Hovercraft. Timothy Lord interviewed Ben at the Austin Mini Maker Faire, and we also found some video of Ben flying (is that the right word?) one of his hovercraft on a lake that we spliced into the interview to liven it up a little. Vroom!

Comment: Re:In place upgrades still unsupported? (Score 1) 133

by Nimey (#43761461) Attached to: Linux Mint 15 'Olivia' Release Candidate Is Out

That's actually still simple to deal with if you prepare right.

What I do with unpackaged s/w is manage it with GNU Stow. I've got a directory /usr/local/stow, and if I want to compile foo v2.05 I'll extract its source, say "./configure --prefix=/usr/local/stow/foo-2.05 && sudo make install", then "cd /usr/local/stow" and "sudo stow foo-2.05". Now I've got the program installed into the stow folder but with symlinks to /usr/local/bin and elsewhere in the /usr/local hierarchy.

You have to use a separate partition mounted to /usr/local to make sure this doesn't get blown away by a distro's installer, of course.

Comment: Re:In place upgrades still unsupported? (Score 1) 133

by Nimey (#43758943) Attached to: Linux Mint 15 'Olivia' Release Candidate Is Out

Logically we should keep copies of each copy of each copy, then. :roll:

Seriously, though, you should have more than one backup /anyway/ given how quick, cheap and easy it is these days. Thank Hastur I don't have to use 40-odd 1.44MB floppies to back up a hard drive anymore like I did in the mid '90s.

Comment: Re:In place upgrades still unsupported? (Score 1) 133

by Nimey (#43758499) Attached to: Linux Mint 15 'Olivia' Release Candidate Is Out

Already got backups? Jolly good, then the shortcut would be to say:
sudo dpkg --get-selections > selections
to save your package selections, and then when you're reinstalled & copied your data back, say
sudo dpkg --set-selections and then
sudo apt-get update && sudo apt-get -u dselect-upgrade

I'm not 100% sold on this idea, having been spoiled by Ubuntu and Debian supporting in-place upgrades, but it does have the advantage of avoiding breakage if the package maintainers didn't consider your particular edge case of dependencies or whatever.

Stupidity got us into this mess -- why can't it get us out?

Working...